* {
    margin: 0px;
    padding: 0px;
}

.clear {
    padding: 0px;
    margin: 0px;
    clear: both;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    position: relative;
    background-color: #F5F5F9;
}

ul {
    list-style: none;
    margin: 0px !important;
}

a:focus,
:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size: 25px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 20px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 18px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 15px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    color: #454545;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    color: #454545;
    margin: 0;
    padding: 0;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    vertical-align: middle;
    border-style: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TahomaBold';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TahomaBold';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
font-family: "Inter", sans-serif;
font-family: 'Tahoma';
font-family: 'TahomaBold';
*/

:root {
    --black: #160909;
    --yellow:#F2CC06;
    --ocher-lite:#CEC69F;
    --ocher:#AF9404;
}

/* left panel */
.left-panel{
    width: 255px;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    padding-top: 100px;
    transition: all 0.3s ease;
    overflow-x: hidden;
}
.left-logo{
    width: 110px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 131px;
}
.left-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.menu-list{
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #eeeeee47 transparent;
    scroll-behavior: smooth;
}
.menu-list::-webkit-scrollbar{
    width: 3px !important;
}
.menu-list::-webkit-scrollbar-button{
    display: none !important;
}
.menu-list::-webkit-scrollbar-track{
    background-color: transparent !important;
}
.menu-list::-webkit-scrollbar-thumb{
    background-color: #eeeeee47 !important;
    border-radius: 3px !important;
}
.menu-list li a{
width: 100%;
padding: 18px 24px 19px 72px;
background-color: var(--yellow);
background-image: url(../images/menu-list-bg.png);
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: left 32px center;
display: block;
border-radius: 3px;
margin-bottom: 1px;
color: #11100A;
font-family: 'TahomaBold';
font-size: 16px;
line-height: 19px;
letter-spacing: 0.2px;
}
.menu-list li a:hover,
.menu-list li a.active{
    background-color: var(--ocher-lite);
}
/* left panel */


/* right content area */
.right-content-area{
    margin-left: 255px;
    width: calc(100% - 255px);
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #eeeeee47 transparent;
    scroll-behavior: smooth;
}
.right-content-area .openbtn{display: none;}
.openbtn{
    border: none;
    background-color: transparent;
    box-shadow: none !important;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
.openbtn img{
    display: block;
    width: 100%;
    height: 100%;
}
header{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items: center;
    height: 70px;
    padding: 25px 60.5px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #CFCFCF;
}
.hdr-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
}
header form{
    width: 266px;
    height: 44px;
    margin-right: 54px;
    display: block;
    position: relative;
}
header form input{
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #D1D1D1;
    border-radius: 25px;
    padding: 18px 44px 17px 27px;
    /* background-image: url(../images/header-search.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 27px center; */
    height: 100%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #8A92A6;
    text-overflow: ellipsis;
}
header form button{
    position: absolute;
    z-index: 2;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(../images/header-search.png);
    background-repeat: no-repeat;
    background-size:15px 15px;
    background-position: center center;
    right: 20px;
    top: 12px;
    background-color: transparent !important;
}

.user-rt-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1D1D1;
    overflow: hidden;
    cursor: pointer;
}
.user-rt-img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
.user-rt-list {
	top: 69px;
	width: 200px;
	right: -9px;
	background-color: #fff;
	box-shadow: -2px 1px 30px 0px #1126920D;
	border-radius: 8px;
	z-index: 9;
}
.user-rt-list::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
    top: -30px;
    right: 10px;
}
.user-rt-list li a {
    display: block;
    padding: 8px 14px;
    color: var(--black);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    border-left: 4px solid var(
    --black);
}
.user-rt-list li:first-child a{
    border-radius: 8px 8px 0 0;
}
.user-rt-list li:last-child a{
    border-radius:0 0 8px 8px;
}
.user-rt-list li a:hover,
.user-rt-list li a.active {
    border-left: 4px solid var(--ocher);
    color: var(--black);
    background-color: var(--ocher-lite);
    font-weight: 500;
}
/* right content paper */
.right-cont-paper{
    margin: 15px 42.5px;
}

.cont-paperbox{
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #1126920D;
    border-radius: 8px;
}
.mb-64{margin-bottom: 64px;}
.das-topbox{padding: 20.5px 25px;}
.das-tpbx-inr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.das-tpbx-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 184px;
}
.das-tpbx-item h6{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height:1.3;
transition: all 0.2s ease;
color: #232D42;
}
.das-tpbx-item:hover h6{
    font-family: 'TahomaBold';
    font-weight: 700;
}
.das-tpbx-item p{
font-family: 'TahomaBold';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 1.75;
color: #AF9404;
white-space: nowrap;
}
.das-tpbx-line{
width: 1px;
height: 62px;
background-color:rgba(0, 0, 0, 0.15);
}

.dash-middle{
    margin-right: 44px;
    margin-bottom: 20px;
}
.dash-middle-left{
    margin-right: -21px;
    width: calc(100% + 21px);
    padding: 32px;
}
.das-middle-right{
    margin-left: 30px;
    width: calc(100% - 30px);
    padding: 24px 24px 40px 24px;
}
.dash-bottom-left{
    padding: 24px 24px 40px 24px;
}
.dash-bottom-right{
    padding: 32px 76px 32px 32px;
}
.dash-paper-head{
    margin-bottom: 40px;
}
.dash-paper-head h2{
    font-family: 'TahomaBold';
font-size: 20px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0em;
text-align: left;
margin-right: 20px;
}
.dash-paper-head select{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding-right: 32px;
    background-image: url(../images/select-arw.png);
    background-size: 24px 24px;
    background-position: right top 3px;
    background-repeat: no-repeat;
    appearance: none !important;
    font-family: 'TahomaBold';
font-size: 16px;
font-weight: 700;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color: #8A92A6;
cursor: pointer;
}
.dash-paper-head select option{
    color: var(--black) !important;
    font-family: 'Tahoma' !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.dml-content{
display: flex;
width: 100%;
justify-content: space-between;
align-items: flex-start;
}
.dml-chart-list{
    width: 132px;
}
.dml-chart-list ul{width: 100%;}
.dml-chart-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}
.dml-chart-list li:last-child{
    margin-bottom: 0px !important;
}
.dml-chart-list li span{
width: 13px;
height: 13px;
border-radius: 50%;
margin-right: 24px;
}
.dml-chart-list li h6{
    width: calc(100% - 37px);
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color: #232D42;
}
.dml-chart-list li h6 em{
    font-style: normal !important;
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color: #8A92A6;
}

.dml-pie-chart{
    width:219px;
    height:219px;
    position: relative;
    z-index: 2;
}
.dml-pie-chart::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    border: 4px solid #F2CC06;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dml-btm-pie::after{
    border-color: #E9ECEF !important;
}
.dml-inside-pie{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dml-btm-inspie::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 157px;
    height: 157px;
    border-radius: 50%;
    border: 4px solid #E9ECEF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dash-bar-chart {
    width: calc(100% + 14px);
    height: 239px;
    margin-right: -14px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}
.bar-chart-bg{
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.bar-chart-bg ul li{
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}
.bar-chart-bg ul li p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 1.3;
color: #232D42;
padding: 28px 8px 3px 0px;
width: 23px;
}
.bar-chart-bg ul li em{
    width: calc(100% - 31px);
    height: 48px;
    border-bottom: 1px solid #E9ECEF;
}
.bar-chart-main {
    margin: 0px 23px 0px 46px;
    height: 100%;
}
.bar-chart-main ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.bar-chart-main ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.bar-chart-main ul li em{
    width: 10px;
    border-radius: 8px 8px 0px 0px;
    display: block;
    background: linear-gradient(to bottom, var(--yellow) 50%, var(--black) 50%);
}
.bar-chart-main ul li p {
    bottom: -17px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #232D42;
    left: 50%;
    transform: translateX(-50%);
}
/* right content paper */
/* login-page */
.login-page{
    background-image: url(../images/login-pagebg.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100vh;
}
.login-page::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 374px;
    display: block;
    background-image: url(../images/login-pgaftr.png);
    background-size:100% 100%;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    background-position: right center;
}
.login-paper{
    width: 450px;
    background-color: #160909;
    border-radius: 28px;
    position: relative;
    z-index: 4;
    padding-top: 47px;
}
.login-logo{
    width: 176px;
    height: 139px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto 47px auto;
}
.login-logo img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.log-paper-inr{
background: #FFFFFF;
border-radius: 28px;
width: 100%;
padding: 28px;
}
.log-paper-inr h6{
font-family: 'TahomaBold';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.2px;
color: var(--black);
margin-bottom: 35px;
}
.login-frm-box{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.login-frm-box label{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.2px;
color: var(--black);
margin-bottom: 7px;
}
.login-frm-box label em{
    color: red;
    font-style: normal !important;
}
.login-frm-box input,
.login-frm-box select,
.login-frm-box textarea{
    width: 100%;
    height: 50px;
    border-radius: 9px;
    padding: 14px 47px 14px 14px;
    border: 2px solid #CEC69F;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #8A92A6;
    text-overflow: ellipsis;
    appearance: none;
}
.login-frm-box input::placeholder,
.login-frm-box textarea::placeholder{
    color: #8A92A667;
}
.login-frm-box select {
    background-image: url(../images/select-arw.png);
    background-size: 24px 24px;
    background-position: right 6px top 12px;
    background-repeat: no-repeat;
}
.login-frm-box span{
    position: absolute;
    top: 34px;
    right: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-frm-box i{
    position: absolute;
    top: 34px;
    right: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.login-frm-box .fa-eye:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/eye-open.png);
    background-size: 34px 34px;
    background-position: center center;
    background-repeat: no-repeat;
}
.login-frm-box .fa-eye-slash:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/eye-close.png);
    background-size: 34px 34px;
    background-position: top 1px center;
    background-repeat: no-repeat;
}
.login-frm-box span img{
    display: block;
    width: 34px;
    height: 34px;
}
.log-paper-inr form button{
width: 176px;
height: 57px;
background: #F2CC06;
border-radius: 14px;
margin: 0 auto;
display: block;
border: none !important;
outline: none !important;
box-shadow: none !important;
padding: 14px;
font-family: 'TahomaBold';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: var(--black);
letter-spacing: 0.2px;
transition: all 0.3s ease;
}
.log-paper-inr form button:hover,
.log-paper-inr form button:focus{
    background: var(--ocher);
}
/* login-page */


/* list pagee */
.list-pgtp-box{
    box-shadow: 0px 10px 30px 0px #1126920D;
    background-color: #fff;
    padding: 24px 14.5px 24px 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.list-pgtp-box em{
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.list-pgtp-box em img{
    display: block;
    width: 100%;
    height: 100%;
}
.list-pgtp-box h4{
    width: calc(100% - 83px);
    font-family: Tahoma;
font-size: 19px;
font-weight: 700;
line-height: 33px;
letter-spacing: 0em;
text-align: left;
color:#232D42;
}
.list-pgtp-box span{
    display: block;
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color:#8A92A6;
margin-bottom: 8px;
}
.list-pg-top{
    margin-bottom: 52px;
}
.list-mntp{
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-mntp-lft{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 12px;
}
.filter-click{
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #D0D5DD;
    width:104px;
height:40px;
padding: 10px 16px 10px 16px;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
outline: none !important;
font-family: Tahoma;
font-size: 14px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #344054;
background-color: #FFFFFF;
transition:all 0.3s ease;
margin-right: 12px;
}
.filter-click img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right:8px;
    transition:all 0.3s ease;
}
.filter-click:hover,
.filter-click:focus{
    background-color: var(--black);
    color: white;
}
.filter-click:hover img,
.filter-click:focus img{
    filter: brightness(100);
}
.fltr-lst-button{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
button.lst-reset{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-family: Tahoma;
font-size:16px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
letter-spacing: 0.8px;
color: #344054;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: fit-content;
transition:all 0.3s ease;
margin-right:14px;
}
button.lst-reset img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    transition:all 0.3s ease;
}
button.lst-reset:hover,
button.lst-reset:focus{
    color: var(--ocher);
}
button.lst-reset:hover img,
button.lst-reset:focus img{
   filter: invert(59%) sepia(35%) saturate(2353%) hue-rotate(20deg) brightness(90%) contrast(97%);
}

button.lst-apply{
    border-radius: 5px;
    padding: 6px 14px;
    text-align: center;
    background-color: var(--black);
    color: #fff;
    font-family: 'Tahoma';
    font-size:16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    letter-spacing: 0.8px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
button.lst-apply:hover,
button.lst-apply:focus{
    background-color: var(--yellow);
    color: var(--black);
}
.filter-list {
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 3px 3px 14px -2px #10182859;
    position: absolute;
    top: calc(100% + 14px);
    width:calc(100vw - 320px);
    z-index: 999;
}
.filter-list::after{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    top: -25px;
    left: 10px;
}
.filter-list .login-frm-box input,.filter-list .login-frm-box select {
    height: 41px;
    padding: 8px 34px 8px 8px;
    line-height: 22px;
}
.filter-list .login-frm-box select {
    background-position: right 6px top 9px;
}
.filter-list .login-frm-box {
    margin-bottom: 17px;
}
button.ad-sr{
    width:127px;
height:40px;
padding: 10px 16px;
border-radius: 8px;
box-shadow: 0px 1px 2px 0px #1018280D;
border: 1px solid #7280FF;
background-color: #000AFF;
display: flex;
justify-content: center;
align-items: center;
font-family: 'TahomaBold';
font-size: 14px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;
margin-right: 12px;
}
button.ad-sr img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
button.ad-sr:hover,
button.ad-sr:focus{
    background-color: var(--black);
}
span.row-slct{
    width: 100px;
    font-family: 'TahomaBold';
font-size: 15px;
font-weight: 700;
line-height: 19px;
letter-spacing: 0em;
text-align: left;
}
.list-mntp-rt input {
    width: 320px;
    height: 44px;
    background-color: white;
    border-radius: 8px;
    padding: 10px 14px 10px 42px;
    font-family: 'TahomaBold';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #667085;
    background-image: url(../images/header-search.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 14px top 12px;
    border: 1px solid #D0D5DD;
    max-width: 100%;
}
.list-mntp-rt input:hover,
.list-mntp-rt input:focus,
.list-mntp-rt input:focus-visible,
.list-mntp-rt input:focus-within{
    border: 1px solid var(--ocher);
}

.main-list-paper{
box-shadow: 0px 4px 8px -2px #1018280D;
width: 100%;
max-width: 100%;
border-radius: 8px;
}
.mn-lst-pag{
    padding: 12px 24px 16px 24px;
    background-color: #fff;
    border: 1px solid #EAECF0;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}
.page-link{
box-sizing: border-box;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 14px;
width: 86px;
height: 36px;
background: #FFFFFF;
border: 1px solid #D0D5DD;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #344054;
}
.page-link:hover,
.page-link:focus{
background-color: var(--black);
color: #fff;
border: 1px solid var(--black);
}

.mn-lst-pag p{
margin: 0 auto;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #344054;
}


/*tooltip*/
.css-tooltip-top, .css-tooltip-bottom, .css-tooltip-right, .css-tooltip-left {
    position: relative !important;
    display: inline-block !important;
    text-decoration: none !important;
}
.css-tooltip-top span, .css-tooltip-bottom span, .css-tooltip-right span, .css-tooltip-left span, .css-tooltip-diagonal-right span, .css-tooltip-diagonal-left span {
   /*min-width: 80px;*/
    font-family: 'TahomaBold';
    font-size: 14px;
    line-height: normal;
    text-align: left !important;
    padding: 6px 14px 5px 14px !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999999 !important;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
    -moz-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
    -o-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
    -ms-transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
    transition-timing-function: cubic-bezier(0.35, 0, 0.35, 1);
}
.css-tooltip-top span:before, .css-tooltip-bottom span:before, .css-tooltip-right span:before, .css-tooltip-left span:before, .css-tooltip-diagonal-right span:before, .css-tooltip-diagonal-left span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
}
/* Tool tip Top */
.css-tooltip-top span {
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 30px;
    -webkit-transition-property: opacity, margin-bottom, visibility;
    -moz-transition-property: opacity, margin-bottom, visibility;
    -o-transition-property: opacity, margin-bottom, visibility;
    -ms-transition-property: opacity, margin-bottom, visibility;
    transition-property: opacity, margin-bottom, visibility;
}
.css-tooltip-top span:before {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid var(--black);
    border-bottom: 0 !important;
    bottom: -8px;
    left: calc(50% - 8px);
}
.css-tooltip-top:hover span {
    margin-bottom: 4px;
   /* End Position */
    visibility: visible;
    opacity: 1;
}
/* Tooltip Color */
.color-blue span {
    color: #ffffff !important;
    background:var(--black);
    border-radius: 4px;
}
.color-blue span:before {
    border-color: var(--black);;
}
.color-blue span:after {
    content: "";
    display: block;
    border-top: 1px solid var(--black);
    position: absolute;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*tooltip END*/

.lst-user em {
    width: 35px;
    height: 35px;
    margin-right: 9px;
}
.usr-name h4{
font-family: 'TahomaBold';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 1.25;
color: #101828;
width: 83px;
margin-bottom: 3px;
}
.usr-name h6{
font-family: 'TahomaBold';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 175%;
color: #667085;
}
.main-list-paper table tr th,
.main-list-paper table tr td{
    vertical-align: middle;
}
.tabl-chck{
    border-radius: 6px;
    width: 20px;
    height: 20px;
    position: relative;
}
.tabl-chck span{
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    width:100%;
    height:100%;
    background-color: #fff;
    display: block;
}
.tabl-chck input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 2;
    cursor: pointer;
}
.tabl-chck span::after {
    content: '';
    position: absolute;
    width: 10.33px;
    height: 7.42px;
    top: 6.5px;
    left: 5.33px;
    background-image: url(../images/tabl-chck-tick.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}
.tabl-chck input:checked ~ span{
   border: 1px solid #000AFF;
}
.tabl-chck input:checked ~ span::after{
    display: block;
 }
 .tbl-btns{
    margin: 0 auto;
 }
  .tbl-btns a{
	  margin-right:5px;
  }
   .tbl-btns a:last-child{
	   margin-right:0px;
   }
 /*.tbl-btns a:first-child{
margin-right: 27px;
 }*/
 .tbl-btns a img{
	 display:inline-block;
	 width:20px;
	 height:20px;
 }
 .main-list-paper table{
    margin-bottom: 0px !important;
    background-color: #fff !important;
 }
 .main-list-paper table thead tr th{
background-color: var(--yellow);
padding-top: 11px;
padding-bottom: 11px;
height: 50px;
 }
 .main-list-paper table thead tr th:first-child{
    border-top-left-radius:8px;
 }
 .main-list-paper table thead tr th:last-child{
    border-top-right-radius:8px;
 }
 .main-list-paper table thead tr th,
 .main-list-paper table tbody tr td{
    padding-left: 10px;
    padding-right: 10px;
 }
 .main-list-paper table thead tr th.tc-tick, .main-list-paper table tbody tr td.tc-tick {
    padding-left: 13px;
    padding-right: 13px;
    width: 47px;
}
/*
 .main-list-paper table thead tr th.tc-action,
 .main-list-paper table tbody tr td.tc-action{
    width:calc(100% - ((149px * 4) + 231px + 59px));
 }
 .main-list-paper table thead tr th.w-231,
 .main-list-paper table tbody tr td.w-231{
    width:231px;
 }
 .main-list-paper table thead tr th.w-149,
 .main-list-paper table tbody tr td.w-149{
    width:149px;
 }
 .main-list-paper table thead tr th.w-110,
 .main-list-paper table tbody tr td.w-110{
    width:110px;
 }
 .main-list-paper table tbody tr td{
    height: 80px;
 }*/
/* list pagee */

/* form page */
.form-pgtp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.frm-pgtp-lft{
    padding-left: 14px;
    border-left: 3px solid var(--yellow);
}
.frm-pgtp-lft h1{
font-family: 'TahomaBold';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 1.3;
color: #070404;
margin-bottom: 7px;
}
.frm-pgtp-lft p{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 1.3;
color: #232D42;
}
a.pg-back{
    padding: 10px 14px;
    border-radius: 6px;
    background-color: var(--yellow);
    font-family: 'Inter';
font-style: normal;
font-weight:500;
font-size: 16px;
line-height: 1.3;
color: var(--black);
}
a.pg-back img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
a.pg-back:hover{
    background-color: var(--black);
    color: #fff;
}
a.pg-back:hover img{
    filter: invert(1) brightness(100);
}
.frm-main{
    padding: 32px;
}
.frm-main .login-frm-box label {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3px;
}
.frm-main .login-frm-box input,
.frm-main .login-frm-box select,
.frm-main .login-frm-box textarea,
.eml-chngmod .login-frm-box input{
    border: 1px solid #cdcdcd;
    height: 43px;
    padding: 8px 8px 8px 8px;
    line-height: 20px;
    font-size: 15px;
}
.frm-main .login-frm-box select{
    background-position: right 6px top 9px;
}
.frm-main .login-frm-box select option:disabled{
    color: #8A92A667 !important;
}
.login-frm-box input:hover,
.login-frm-box select:hover,
.login-frm-box input:focus,
.login-frm-box select:focus,
.login-frm-box input:focus-visible,
.login-frm-box select:focus-visible,
.login-frm-box input:focus-within,
.login-frm-box select:focus-within,
.login-frm-box textarea:hover,
.login-frm-box textarea:focus,
.login-frm-box textarea:focus-visible,
.login-frm-box textarea:focus-within{
    border: 1px solid var(--ocher);
}
.frm-main .login-frm-box textarea{
    height: 120px;
}
.multiselect{
    margin-bottom: 30px;
}
.multiselect label{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.2px;
        color: var(--black);
        margin-bottom: 3px;
}
.multiselect .select2-container{width: 100% !important;}
.multiselect .select2-selection{
    width: 100%;
    height: 50px;
    border-radius: 9px;
    font-family: Inter;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #8A92A6;
    text-overflow: ellipsis;
    appearance: none;
    border: 1px solid #cdcdcd;
    height: 43px;
    padding: 8px 8px 8px 8px;
    line-height: 20px;
    font-size: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--yellow) !important;
    border: none !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0 5px;
    color: var(--black);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--black) !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 2px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c7c6c6 transparent;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--ocher) 1px;
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--black);
    color: white;
}


.radio-btn-sec label{
    margin-bottom: 0px;
    margin-right: 12px;
    padding-left: 26px;
    position: relative;
}
.radio-btn-sec label input{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    opacity: 0;
    cursor: pointer;
}
.radio-btn-sec label span.radio{
    border: 1px solid #D0D5DD;
    border-radius:50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: block;
position: absolute;
left: 0px;
top: 1px;
}
.radio-btn-sec label span.radio::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    margin: 3px auto;
    background-color: var(--ocher);
    display: none;
}
.radio-btn-sec label input:checked ~ span.radio{
    border: 1px solid var(--ocher);
}
.radio-btn-sec label input:checked ~ span.radio::after{
    display: block;
}
.radio-btn-sec{
    margin: 12px 0px;
}

.frm-pg-chckbox-div{
    margin: 12px 0px;
}
.frm-pg-chckbox-div label {
    margin-bottom: 0px;
    margin-right: 12px;
    padding-left: 26px;
    position: relative;
}
.frm-pg-chckbox-div label input {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: calc(100% + 5px) !important;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    opacity: 0;
    cursor: pointer;
    height: 43;
    padding: 0px !important;
}
.frm-pg-chckbox-div label span.frm-chck {
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
}
.frm-pg-chckbox-div label input:checked ~ span.frm-chck {
    border: 1px solid var(--ocher);
}
.frm-pg-chckbox-div label span.frm-chck::after{
    content: '';
position: absolute;
width:19px;
height:15.04px;
top: -0.48px;
right: -3px;
background-image: url(../images/frm-pg-chck.png);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
display: none;
z-index: 2;
}
.frm-pg-chckbox-div label input:checked ~ span.frm-chck::after {
    display: block;
}

.upload-image{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.upld-img{
    width: 320px;
    position: relative;
}
.upld-img label{
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background-color: var(--yellow);
    color: var(--black);
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 9px 12px;
    font-size:15px;
    line-height: 19px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}
.upld-img label img{
    display: block;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease;
}
.upld-img input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.upld-img input:hover ~ label{
    background-color: var(--black);
    color: white;
}
.upld-img input:hover ~ label img{
    filter: invert(1) brightness(100);
}
.show-img{
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.show-img em {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 8px 8px 0px;
    overflow: hidden;
    background-color: #f3f3f3;
    box-shadow: 3px 4px 8px 0px #0000001f;
}
.show-img em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
button.frm-pgbtn {
    padding: 11px 24px;
    border-radius: 6px;
    background-color: var(--yellow);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: var(--black);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 200px;
    margin: 0 auto;
    display: block;
}
button.frm-pgbtn:hover{
    background-color: var(--black);
    color: white;
}
.frm-mn-sbmt {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 2px dashed #efefef;
}
/* form page */

/* details page */
.deets-pgtp{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.deets-pgtp em{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.deets-pgtp em img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.prsn-name h1{
    font-family: 'TahomaBold';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #070404;
    margin-bottom:12px;
}
.prsn-name h6 {
    clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0 100%, 0 0);
    background-color: var(--yellow);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #232D42;
    padding: 4px 23px 4px 8px;
    width: fit-content;
    border-radius: 8px 4px 4px 8px;
}
.prsn-name h6 img{
    width:25px;
    height:25px;
    display: block;
    margin-right: 8px;
    opacity: 0.6;
}
.details-area h4{
    padding-left: 16px;
    border-left: 4px solid var(--yellow);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #232D42;
    margin-bottom: 18px;
}
.deets-item{
    margin-bottom: 25px;
}
.deets-item h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size:14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: var(--ocher);
    margin-bottom:7px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    opacity: 0.9;
}
.deets-item h6 button{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    display: flex;
    width: 17px;
    height: 17px;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}
.deets-item h6 button img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.deets-item h6 button:hover img,
.deets-item h6 button:focus img{
    filter: invert(51%) sepia(87%) saturate(1524%) hue-rotate(24deg) brightness(95%) contrast(97%);
}
.deets-item h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size:17px;
    line-height: 1.3;
    color: #232D42;
}
.deets-item h2 a {
	color: inherit;
	white-space: normal !important;
	word-break: break-all;
}
.deets-item h2 a:hover{
    color: var(--ocher);
}
.edit-mail-modal button.btn-close {
    top: -6px;
    right: -6px;
    background-color: #fff;
    opacity: 1;
    border-radius: 5px;
    padding: 5px;
    box-shadow: -4px 4px 19px 0px #0000003d;
}
.eml-chngmod h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #232D42;
    margin-bottom: 16px;
}
.eml-chngmod .frm-pgbtn{width: fit-content; font-size: 17px;}
/* details page */
/* right content area */
.pagination-css nav .hidden div:nth-child(2){
	display:none;
}
.pagination-css nav .flex{
	justify-content:space-between;
	display:flex;
	align-items:center;
	Position:relative;
	z-index:3;
}
.pagination-css nav .hidden p{
	text-align:center;
	margin-top:-31px;
	Position:relative;
	z-index:1;
}
.pagination-css nav .flex span,
.pagination-css nav .flex a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    width: auto;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
}
.pagination-css nav .flex a:hover,
.pagination-css nav .flex a:focus{
	background:#160909 !important;
	border:1px solid #160909 !important;
	color:white;
}
/* .table-responsive {
    overflow-x: visible !important;
    -webkit-overflow-scrolling: touch;
} */

.tablesorter-header{
    cursor: pointer;
}
.tablesorter-header-inner{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.tablesorter-icon{
    display: block;
    margin-left: 20px;
    width: 10px;
    height: 10px;
    background-image: url(../images/sort-icon.png);
    background-size: 9.33px 9.33px;
    background-repeat: no-repeat;
    background-position: center center;
}
.tablesorter-headerAsc .tablesorter-icon{
    transform: rotate(180deg);
}
.tc-tick .tablesorter-icon,
.tc-action .tablesorter-icon{
    display: none;
}
.age_search{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.age_search label{
	width:100%;
}
.age_search input{
	width:47% !important;
}
.border-ocher.multiselect .select2-selection {
    border: 1px solid var(--ocher);
}
.athgalleryimg{
	 display:flex;
	 justify-content:space-between;
	 align-items:stretch;
	 flex-wrap:wrap;
}
.athgal-item{
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	border-radius:6px;
	border:1px solid #eee;
	width:24%;
	background-color:#eee;
	margin-bottom:12px;
}
.athgal-item img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.athgal-vid.athgal-item{
	width:48%;
}
.athgal-item iframe{
	display:block;
	width:100%;
	height:300px;
}

.header-title h3 {
	margin-bottom: 1.5%;
	font-size: 25px;
	/* font-weight: 400; */
	font-family: 'TahomaBold';
	letter-spacing: 0.2px;
}
.cursor{
    cursor:pointer;
}
.box-style{
    padding: 36px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 5px -2px #10182817;
    border-radius: 5px;
    margin: 15px 30px !important;
}


  .table-responsive {
    max-width: 100vw;
    position: relative;
    scrollbar-color: var(--yellow) var(--ocher-lite);
    -ms-overflow-style: none;
  }



  .table-responsive::-webkit-scrollbar {
    height: 10px;
  }

  .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }

  .table-responsive::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: var(--yellow);
  }

  .table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: var(--ocher-lite);
  }

  .table-responsive::-webkit-scrollbar:vertical {
    display: none;
  }
  a.pg-back1 {
	padding: 10px 14px;
	border-radius: 6px;
	background-color: var(--black);
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
}
.athgal-label{
    display: none;
}
.athgal-active:hover .athgal-label,
.athgal-active:active .athgal-label{
    display: block;
}
.athgal-active {
	border: 3px solid var(--yellow);
	position: relative;
	box-shadow: 0px 0px 8px 0px #f2cc06;
}
.athgal-label {
	background-color: var(--yellow);
	border-radius: 0px 6px 6px 6px;
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 4px;
}
.athgal-label h4 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #232D42;
	margin-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px !important;
	border-left: 0px solid transparent;
}
.athgal-label p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.2;
	color: #51555e;
	margin-bottom: 3px;
}
