/* body */
body {
    background-color: #f6f6f7;
    font-size: 13.5px;}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8C8C8C !important;}
  ::-moz-placeholder { /* Firefox 19+ */
    color: #8C8C8C !important;}
  :-ms-input-placeholder { /* IE 10+ */
    color: #8C8C8C !important;}
  :-moz-placeholder { /* Firefox 18- */
    color: #8C8C8C !important;} 


/* header */ 
.header {
	height: 60px;
    position: fixed;
    z-index: 100;
    width: 100%;
	padding-left: 25px;
    padding-right: 25px;}
@media (max-width: 991px) {
.header {
	padding-right: 20px;
	padding-left: 20px;}
}
/* left */
.header .left .a-logo {
    height: 50px;
    position: absolute;
    left: 75px;
    display: inline-block;}
.header .left .a-logo img {
    max-height: 45px;
    max-width: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
@media (max-width: 1199px) {
.header .left .a-logo {
    left: 105px;}
}
/* sidebar-toggle */
.header .left .sidebar-toggle {
    position: absolute;
	width: 28px;
	height: 20px;
    top: 15px;
    cursor: pointer;
    min-width: auto;
    border: none;
    box-shadow: none;
    padding: 0;}
.header .left .sidebar-toggle span {
    height: 2.5px;
	width: 100%;
	position: absolute;
	background-color: #fff;
    border-radius: 25%;}
.header .left .sidebar-toggle span:nth-child(2) {
    top: 9px;
    width: 80%;}
.header .left .sidebar-toggle span:nth-child(3) {
    top: 18px;}

/* navbar-top */
.header .left .navbar.navbar-top {
    padding-top: 0;
    padding-bottom: 0;}
@media (min-width: 1200px) {
.header .left .navbar.navbar-top {
    margin-left: 120px;}
}

/* navbar-toggler */
.header .left .navbar.navbar-top .navbar-toggler {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    left: 40px;
    top: 9px;}
.header .left .navbar.navbar-top .navbar-toggler:focus {
    box-shadow: none;}
.header .left .navbar.navbar-top .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.7em;
    height: 1.7em;}
/* navbar-collapse */
@media (max-width: 1199px) {
.header .left .navbar.navbar-top .navbar-collapse {
    width: 260px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 15px 10px #ccd1d5;
    position: fixed;
    top: 50px;
    left: 0;
    /*overflow-y: auto;*/
    padding-top: 50px;
    padding-bottom: 30px;}
}

/* navbar-close-btn */	
@media (max-width: 1199px) {
.header .left .navbar.navbar-top .navbar-close-btn {
    position: absolute;
    top: 0;
    right: 15px;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;}
.header .left .navbar.navbar-top .navbar-close-btn:hover {
    opacity: 1;}
.header .left .navbar.navbar-top .navbar-close-btn:before, 
.header .left .navbar.navbar-top .navbar-close-btn:after {
    position: absolute;
    left: 12px;
    top: 5px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;}
.header .left .navbar.navbar-top .navbar-close-btn:before {
    transform: rotate(45deg);}
.header .left .navbar.navbar-top .navbar-close-btn:after {
    transform: rotate(-45deg);}
}

/* nav-link */
.header .left .navbar.navbar-top .nav-link {
    padding: 15px 20px;
    font-size: 12px;}
.header .left .navbar.navbar-top .nav-link.active {
    border-bottom: 3px solid #03a9a0;
    font-weight: bold;
    background-color: #fff7f8;
    color: #838181;}
/* icon-item */
.header .left .navbar.navbar-top .icon-item .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;}
.header .left .navbar.navbar-top .icon-item .nav-link img {
    height: 22px;}
/* dropdown-menu */
.header .left .navbar.navbar-top .dropdown-menu {
    border: none;
    box-shadow: 9px 19px 35px #dcdcdd;}
.header .left .navbar.navbar-top .dropdown-menu .dropdown-item {
    background-color: transparent;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #727272;}
.header .left .navbar.navbar-top .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #efefef;}
.header .left .navbar.navbar-top .dropdown-menu .dropdown-item:hover {
    color: #1e2125;}




/* right */
/* user-profile-dropdown */
/* dropdown-toggle */
.header .right .user-profile-dropdown .dropdown-toggle {
    background-color: transparent;
    color: #8f8f8f;
    border: none;
    /* margin-top: 7px; */
    font-size: 13px;}
.header .right .user-profile-dropdown .dropdown-toggle::after {
    border: none;}
.header .right .user-profile-dropdown .dropdown-toggle img {
    height: 40px;
    border-radius: 50%;}
.header .right .user-profile-dropdown .dropdown-toggle div {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 8px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.header .right .user-profile-dropdown .dropdown-toggle div:empty {
    display: none;}
/* dropdown-menu */
.header .right .user-profile-dropdown .dropdown-menu {
    border: none;
    box-shadow: 9px 19px 35px #dcdcdd;
    padding: 15px;}
.header .right .user-profile-dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #838383;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;}
.header .right .user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    color: #212529;}

    /* lang */
/* lang-change */
.header .right .lang-change .dropdown-toggle {
    margin-right: 10px;
    color: #E3E3E3;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: 2px 2px 10px #4333505c;
    position: relative;
    /* top: 2px; */
    border: 0;}

.header .right .lang-change .dropdown-toggle .fa {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px;}

.header .right .lang-change .dropdown-toggle .flag {
    height: 16px;
    width: 16px;
    object-fit: cover;
    margin-top: -2px;
    border-radius: 50%;}
.header .right .lang-change .dropdown-toggle::after{
    content: none;}
.header .right .lang-change .dropdown-menu {
    border: none;
    box-shadow: 9px 19px 35px #dcdcdd;}
.header .right .lang-change  .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #838383;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;}
.header .right .lang-change .dropdown-menu .dropdown-item:hover {
    color: #212529;} 
.header .right .lang-change  .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #dee2e5;
}   


/* admin-header */
.admin-header{
    background-color: #30154E;}
.header.admin-header .right .lang-change .dropdown-toggle{
    background: #4B3465;}
   
/* company-header */
.company-header{
    background-color:  #1A1A1A;}
.header.company-header .right .lang-change .dropdown-toggle{
    background: #393939;}

/*admin-sidebar */
.admin-sidebar{
    background-color: #30154E;}
.admin-sidebar .sidebar-menu ul li a.active, .admin-sidebar .sidebar-menu ul li a:hover{
    background-color:#5A3663;
    color: #fff;
}
.admin-sidebar .sidebar-menu ul li.open .sub-menu li a.active,  .admin-sidebar .sidebar-menu ul li.open .sub-menu li a:hover{
    border: 2px solid #5A3663;
    background-color: transparent;
}
.admin-sidebar .sidebar-menu ul li.open .sub-menu-link{
    background-color:#5A3663;
    color: #fff;
}

/* company-sidebar */

.company-sidebar{
    background-color:#1A1A1A;}
.company-sidebar .sidebar-menu ul li a.active, .company-sidebar .sidebar-menu ul li a:hover{
    background-color:#ea9a2230;;
    color: #fff;
}
/* .company-sidebar .sidebar-menu ul li.open .sub-menu li a.active,  .company-sidebar .sidebar-menu ul li.open .sub-menu li a:hover{
    border: 2px solid #5A3663;
    background-color: transparent;
} */
.company-sidebar .sidebar-menu ul li.open .sub-menu-link{
    background-color:#ea9a2230;
    color: #fff;
}
.company-sidebar .sidebar-menu ul li.open .sub-menu li a:hover,
.company-sidebar .sidebar-menu ul li.open .sub-menu li a.active {
    color: #FDBC5A;
    border: 1px solid #FDBC5A;
    background-color:#1A1A1A;
}
/* main-wrapper */
.main-wrapper {
    padding-top: 75px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
    /*overflow-x: hidden;*/}
@media (max-width: 991px) {
.main-wrapper {
    padding-left: 15px;}
}


/* open-sidebar */
@media (min-width: 992px) {
.open-sidebar .main-wrapper {
    padding-left: 265px;}
}




/* btn */
.btn {
    font-size: 13px;
    border-radius: 5px;
    font-family: poppinsmedium;}
.btn:focus {
    box-shadow: none;}

/* btn-group-icon */
.btn-group-icon .fa {
    margin-right: 5px;}

/* btn-primary */
.btn-primary {
    background-color: #3184d8;
    border-color: #3184d8;}
.btn-primary:hover {
    background-color: #2571bf;
    border-color: #0a58ca;}

/* btn-secondary */
.btn-secondary,
.btn-secondary:disabled {
    color: #777b7e;
    background-color: #e2e2e2;
    border-color: #e2e2e2;}
.btn-secondary:hover {
    color: #777b7e;
    background-color: #c7c3c3;
    border-color: #c7c3c3;}

/* btn-berry */
.btn-berry {
    color: #fff;
    background-color: #4853af;
    border-color: #4853af;}
.btn-berry:hover {
    color: #fff;
    background-color: #384297;
    border-color: #384297;}

/* btn-d-cyan */
.btn-d-cyan {
    color: #fff;
    background-color: #29abe2;
    border-color: #29abe2;}
.btn-d-cyan:hover {
    color: #fff;
    background-color: #22a8e1;
    border-color: #22a8e1;}

/* btn-l-rose */
.btn-l-rose {
    background-color: #fdcac8;
    color: #e35e58;
    border-color: #fdcac8;}
.btn-l-rose:hover {
    background-color: #fdcac8;
    color: #e35e58;
    border-color: #fdcac8;}

/* btn-m-green */
.btn-m-green {
    background-color: #58bc7c;
    color: #fff;
    border-color: #58bc7c;}
.btn-m-green:hover {
    background-color: #3d995e;
    color: #fff;
    border-color: #3d995e;}

/* btn-purple */
.btn-purple {
    background-color: #7e56af;
    color: #fff;
    border-color: #7e56af;}
.btn-purple:hover {
    background-color: #734aa5;
    color: #fff;
    border-color: #734aa5;}

/* btn-green */
.btn-green {
    background-color: #1AAF6F;
    color: #fff;
    border-color: #1AAF6F;}
.btn-green:hover {
    background-color: #1AAF6F;
    color: #fff;
    border-color: #1AAF6F;}

/* btn-d-purple */
.btn-d-purple {
    background-color: #4B2378;
    color: #fff;
    border-color: #4B2378;}
.btn-d-purple:hover {
    background-color: #4B2378;
    color: #fff;
    border-color: #4B2378;}

/* btn-d-border-purple */
.btn-d-border-purple {
    background-color: transparent;
    color: #4B2378;
    border-color: #4B2378;}
.btn-d-border-purple:hover {
    background-color: transparent;
    color: #4B2378;
    border-color: #4B2378;}


/* btn-l-green */
.btn-l-green {
    background-color: #80f0bf;
    color: #287a56;
    border-color: #80f0bf;}
.btn-l-green:hover {
    background-color: #61c398;
    color: #287a56;
    border-color: #61c398;}


.btn-lm-green
{
    background-color: #10C162 !important;
    color: white !important;
}
/* btn-xl-green */
.btn-xl-green {
    background-color: #d9f5e9;
    color: #42af7f;
    border-color: #d9f5e9;}
.btn-xl-green:hover {
    background-color: #d9f5e9;
    color: #287a56;
    border-color: #d9f5e9;}

/* btn-blue*/
.btn-blue {
    background-color:#287EFF;
    color: #fff;
    border-color: #287EFF;}
.btn-blue:hover {
    background-color: #2C99FF;
    color: #fff;
    border-color: #2C99FF;}

/* btn-blue*/
.btn-dark-blue,
.btn-dark-blue:hover {
    background-color:#1180E7;
    color: #fff;
    border-color: #1180E7;} 

/* btn  */
.btn-l-blue,.btn-l-blue:hover{
    background: #1077D8;
    color: #fff;
    border-color: #1077D8;}
/* btn-purple */
.btn-l-purple, .btn-l-purple:hover{
    background-color: #660087 ;
    color: #fff;
    border-color:#660087;}
.btn-gary
{
    background-color: #F5F5F5 !important;
    border: 1px solid #2C99FF !important;
    color: #2C99FF !important;
}
/* btn border-black*/
.btn-border-black{
    border: 2px solid #505050;
    background-color: #fff;
    color: #505050;
}


/* btn-outline-blue */
.btn-outline-blue {
    background-color:transparent;
    color: #287EFF;
    border-color: #287EFF;}
.btn-outline-blue:hover {
    background-color: transparent;
    color: #287EFF;
    border-color: #287EFF;}

/* btn-lime-green */
.btn-lime-green {
    background-color:#D6ED26;
    color: #131313;
    border-color: #D6ED26;}
.btn-lime-green:hover {
    background-color: #D6ED26;
    color: #131313;
    border-color: #D6ED26;}

/* btn-outline-a-orange */
.btn-outline-a-orange {
    background-color:transparent;
    color: #cbb3a0;
    border-color: #cbb3a0;}
.btn-outline-a-orange:hover {
    background-color: transparent;
    color: #cbb3a0;
    border-color: #cbb3a0;}

/* btn-outline-a-orange */
.btn-outline-a-white {
    background-color:transparent;
    color: #C5C4C4;
    border-color: #C5C4C4;}
.btn-outline-a-white:hover {
    background-color: transparent;
    color: #C5C4C4;
    border-color: #C5C4C4;}

/* btn-xl-green */
.btn-mute {
    background-color:#EDEDED;
    color: #7E7E7E;
    border-color: #EDEDED;}
.btn-mute:hover {
    background-color: #EDEDED;
    color: #7E7E7E;
    border-color: #EDEDED;}

/*  */
.btn-offwhite {
    background-color:#F4F4F4;
    color: #3D3D3D;
    border-color: #F4F4F4;}
.btn-offwhite:hover {
    background-color: #F4F4F4;
    color: #3D3D3D;
    border-color: #F4F4F4;}

/* btn-reject */
.btn-reject {
    background-color:#FFF2F2;
    color: #757575;
    border-color: #FFF2F2;}
.btn-reject:hover {
    background-color: #FFF2F2;
    color: #757575;
    border-color: #FFF2F2;}

/* btn-small */
.btn-small {
    padding: 3px 10px;
    font-size: 11px;}

/* btn-list */
.btn-list {
    background-color: #fff;
    box-shadow: 0 1px 10px #ddd;
    font-size: 19px;
    line-height: 0;
    color: #464a4c;}
.btn-list:focus {
    box-shadow: 0 1px 10px #ddd;}

    
/* btn-icon */
.btn-icon {
    display: inline-block;/* check  */
    border: none;
    background-color: transparent;}
.btn-icon img {
    height: 18px;}
.btn-icon .fa {
    font-size: 18px;}

/* btn-back-icon */
.btn-icon.btn-back-icon img {
    height: 25px;
    opacity: .7;}

/* btn-large */
.btn-large {
    font-size: 16px;
    min-width: 130px;
    padding: 8px 20px;}

/* btn-badge */
.btn-badge .badge {
    width: 20px;
    height: 20px;
    line-height: 15px;}

/* btn-group-export */
.btn-group.btn-group-export .btn {
    background-color: #f4f4f4;
    color: #7c7ba1;
    min-width: 30px;
    border: none;
    padding: 6px;
    font-size: 11px;
    margin-left: 0;
    border-radius: 10px;}
.btn-group.btn-group-export .btn:not(:last-child) {
    border-radius: 10px;
    border-width: 0 1px;}
.btn-group.btn-group-export .btn img {
    height: 18px;
}

/* btn-group-toggle */
.btn-group-toggle {
    background-color: #FFB800;padding: 2px;}
.btn-group-toggle .btn {
    background-color: #FFB800;
    color: #2A2A2A;
    }
.btn-group-toggle .btn:nth-child(2) {
    margin-left: 10px !important;}
.btn-group-toggle .btn.active {
    background-color: #151515;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;}

/* badge color */
.badge-l-success{
    color: #1AAF6F;
    background-color:#CDFFEA;
    border: 1px solid #1AAF6F;}

.badge-l-danger{
    color: #DF4747;
    background-color: #FFE7E7;
    border: 1px solid #DA5151;}

.badge-li-danger{
    color: #FFE7E7;
    background-color: #DA5151;
    border: 1px solid #DA5151;
    border-radius: 20px;
}

.badge-l-red{
    color: #D21A1A;
    background-color: #FFD6D6;}
    
.badge-l-blue{
    color: #2C99FF;
    background-color: #EBF5FF;}

.badge-l-primary{
    color: #2C99FF;
    background-color: #DAF4FF;
    border: 1px solid #2C99FF;}

.badge-l-orange{
    color: #FF8515;
    background-color: #FFE5CD;
    border: 1px solid #FF8515;}

.badge-l-purple{
    color: #383838;
    background-color: #ECE3FF;}


.badge-li-gray{
    color: #383838;
    background-color: transparent;
    border: 1px solid #000000;
}

.badge-li-green{
    color: #24A772;
    background: #D6FFE4;
}
.badge-li-red{
    color: #EB272A;
    background: #FFF1F1;
}
.badge-li-orange{
    color: #EB6F27;
    background: #FFF7F1;
}
.badge-ll-green {
  background-color: #28a745; /* or match the exact green from the image */
  color: #fff;
}

/* border-bottom-gray */
/* .border-bottom-gray{
    border-bottom:1px solid #E1E1E1}

.border-bottom-l-gray:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
} */


/* line-height */
.l-h-20 {line-height: 20px;}
.l-h-22 {line-height: 22px;}
.l-h-27 {line-height: 27px;}

.scrollbar-y {
    overflow-y: auto;
  }
/* text-color */
.text-l-black{
   color: #424242 !important;}
.text-color-purple {
    color: #7e56af !important;}
.text-l-purple {
    color: #5722ce !important;} 
.text-clr-gray{
    color: #484848 !important;}
.text-color-m-gray {
    color: #494a4a !important;}
.text-light-red {
    color: #d4383a !important;}
.text-clr-red {
    color: #E32D2D !important;}
.text-color-l-gray {
    color: #bfc3c3 !important;}
.text-purple {
    color: #7D50AD !important;}
.text-gray{
    color: #434343 !important;}
.text-l-gray{
    color: #6F6F6F !important;}
.text-a-gray{
    color: #646464 !important;}
.text-b-gray{
    color:#6D6D6D !important;}
.text-c-gray{
    color:#5A5A5A !important;}
.text-clr-l-mute{
    color: #747474 !important;}
.text-yellow{ 
    color: #FFB800 !important;}  
.text-mute{
    color: #E8E8E8 !important;}
.text-clr-lm-mute{
    color: #696969 !important;}
.text-a-mute{
    color:  #707070 !important;}
.text-l-mute{
    color: #898989 !important;}   
.text-d-gray{
    color:  #303030 !important;}
.text-e-gray{
    color:  #3D3D3D !important;}
.text-f-gray{
    color: #5C5C5C !important;}
.text-w-gray{
    color: #383838 !important;}
.text-clr-l-blue{
    color: #1180E7 !important;}
.text-blue{
    color:  #2C99FF !important;}
.text-clr-blue{
    color:  #287EFF !important;}
.text-lm-blue{
    color: #1576D1 !important;}
.text-light-blue{
    color: #128CFF !important;}
.text-color-blue{
    color: #0A66CE !important;}
.text-m-green{
    color: #14C670 !important;}
.text-l-green{
    color: #19AF4C !important;}
.text-d-red{
    color: #DF3A3A !important;}
.text-d-color-red{
    color: #FE5B15 !important;}
.text-a-dark{
    color: #454545 !important;}
.text-a-white{
    color: #EEEEEE !important;}
.text-a-yellow{
    color: #FDBC5A !important;}  
.text-b-dark{
    color:  #2B2B2B !important;}  
.text-d-black{
    color: #2D2D2D !important;}
.text-a-muted{
    color:#545454 !important;} 
.text-e-black{
    color:#424242 !important;} 
.text-light-black{
    color:#373737 !important;} 
.text-clr-l-black{
    color: #323232 !important;}
.text-f-black{
    color:#292929!important;} 
.text-g-black{
    color:#494949!important;} 
.text-clr-b-black{
    color: #161616 !important;}  
.text-clr-bl-black{
    color: #252525 !important;}
.text-clr-li-gray{
    color: #777777 !important;} 
.text-e-muted{
    color: #9C9C9C !important;}
.text-clr-li-muted{
    color: #B0B0B0 !important;}
.text-clr-li-black{
    color: #2C2C2C !important;}
.text-clr-dl-black{
    color: #363636 !important;}
.text-clr-b-blue{
    color: #1B148B !important;}
.text-clr-light-gray{
    color: #323232B2 !important;}
.text-clr-light-black{
    color: #272727 !important;}
.text-clr-g-gray{
    color: #666666 !important;}
.text-li-clr-gray{
    color: #7C7B7B !important;}
.text-clr-li-b-black{
    color: #414141 !important;}
.text-color-gray{
    color: #606060 !important;}
.text-orange{
    color: #FF540B !important;}
.text-l-blue{
    color:#C2E2FF !important;}
.text-light-clr-gray{
    color: #616161 !important;}
.text-clr-lig-black{
    color: #716F6F !important;}
.text-b-yellow{
    color: #EA9A22 !important;}
.text-b-li-black{
    color: #343434 !important;}
.text-b-li-gray{
    color: #00000061 !important;}
.text-clr-light-b-black{
    color: #4D4D58 !important;}
.text-dark-black{
    color: #313248 !important;}
.text-color-dm-mute{
    color: #8c8c8c !important;}
.text-muted{color: #8F8F8F !important;}
/* border */
.border-left-1 {
   border-left: 1px solid #e3e3e3;}
.border-right-1 {
   border-right: 1px solid #e3e3e3;}
.border-m-gray-1 {
    border: 1px solid #c1c0c0;}
.border-m-blue-1{
    border: 1px solid #34B3FB !important;}
/* bg */
.bg-m-gray
{background-color: #30154E;}
.bg-dark{
    background-color: #292929 !important;}
.bg-l-black{
    background-color: #0000004D !important;}
.bg-light-gray {
   background-color: #f2f2f2 !important;}
.bg-light-red {
   background-color: #fdd2d2 !important;}
.bg-light-green{
   background-color: #DCFFDF !important;}
.bg-light-orange{
   background-color: #FFECDE !important;}
.bg-light-reder {
 background-color: #FFF0E4 !important;}
.bg-l-cyan{
   background-color: #DBFFFF !important;}
.bg-l-red{
   background-color: #FFEEEE !important;}
.bg-lm-red{
   background-color: #FFE4E4 !important;}
.bg-l-gray{
   background-color: #F0E9FF !important;}
.bg-purple{
   background-color: #5836B7 !important;}
.bg-a-purple{
 background-color: #522880!important;}  
.bg-blue{
    background-color: #287EFF !important;}  
.bg-l-green {
    background-color: #E7FFF2 !important;}
.bg-l-orange{
    background-color: #FFF5D2 !important;}
.bg-l-blue{
    background-color: #E3EEFF !important;}
.bg-sl-blue{
    background-color: #E1F4FF !important;}
.bg-l-hex {
    background-color: #FFEBD9 !important;}
.bg-l-violet{
    background-color: #EEE1FF !important;}
.bg-l-pink{
    background-color: #F9DEF6 !important;}
.bg-green{
    background-color: #1DBB66 !important;}
.bg-dm-red{
    background-color: #DE3535 !important;}
.bg-lm-green{
    background-color: #D9FEEA !important;}
.bg-d-green{
    background-color: #ADFFCE !important;}
.bg-d-blue{
    background-color: #C8E3FD !important;}
.bg-d-orange{
    background-color: #FFD7BA !important;}
.bg-d-pink{
    background-color: #F7DFFF !important;}
.bg-d-violet{
    background-color: #5836B7 !important;} 
.bg-d-primary{
    background-color: #2C9AFF !important;}
.bg-light-blue{
    background-color: #CBE9FF !important;}
.bg-clr-blue{
    background-color: #DAF8FF !important;}
.bg-l-colour-orange{
    background-color: #FFECEC !important;}
.bg-clr-orange{
    background-color: #FFEFE7 !important;}
.bg-light-bluecolor{
    background-color: #CBE9FF !important;
    border: 2px solid #2383F3 ;
}
.bg-d-bluecolor{
    background-color: #2383F3 !important ;
}
.bg-d-lavender{
    background-color: #E4CFFC !important ;
}
.bg-d-red{
    background-color: #FFCBCB !important ;
    border: 2px solid #DB3232 ;
}
.bg-orange{
    background-color: #FEE2C9 !important ;
    border: 2px solid #EB7E1C ;
}
.bg-clr-green{
    background-color: #B2FFC3 !important ;
    border: 2px solid #20D268 ;
}
.bg-l-yellow{
    background-color: #FDBC5A !important;}

.bg-ld-blue{
    background-color: #3E1A66 !important;
}

.bg-a-orange{
    background-color:#f9e4d3cf !important;}
.bg-a-white{
    background-color:#ececec36 !important;}
.bg-li-white{
    background-color: #EBEBEB !important;}
  
.bg-y-green{background-color: #7AE0B4 !important;}
.bg-y-red{background-color: #FEADAF !important;}
.bg-y-purple{background-color: #E8D2FF !important;}
.bg-y-blue{background-color: #A8D5FF !important;}
.bg-li-gray{ background-color: #97979721 !important;}
.bg-l-transparent{background-color: #F4F4F4 !important;}

/* gradient */
.bg-l-gradient-purple{
    background: linear-gradient(90deg, #5748B1 22.62%, #9283ED 96.67%);} 
.bg-l-gradient-green {
    background: linear-gradient(270deg, #6FC846 7.73%, #368112 93.96%);}
    
    
/* line height */
.lh-30-px{
    line-height: 30px !important;}
/* truncate */
.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical}
.truncate-1 {
    -webkit-line-clamp: 1;}
.truncate-2 {
    -webkit-line-clamp: 2;}
.truncate-3 {
    -webkit-line-clamp: 3;}
.truncate-4 {
    -webkit-line-clamp: 4;} 

/* breadcrumb */
.breadcrumb {
    display: inline-flex;}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
    position: relative;}
.breadcrumb .breadcrumb-item:first-of-type+.breadcrumb-item:before {
    width: 1px;
    content: "";
    height: 20px;
    background-color: #6c757d;
    padding-right: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 46%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.breadcrumb .breadcrumb-item a {
    font-size: 13px;
    color: #8c8d8f;
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    padding: 10px;}

   
/* choose-file-btn */
.choose-file-btn::-webkit-file-upload-button {
    padding: 10px 35px;
    background-color: #393838;
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 100ms ease-out;
    cursor: pointer;
}
   
/* search-form */
.search-form {
    position: relative;
    width: 100%;
    max-width:168px;}
@media (max-width: 991px) {
.jobs-manage .search-form {
    position: relative;
    width: 100%;
    max-width:100%;}
}
.search-form .form-control {
    font-size: 13px;
    padding: 6px 45px 6px 15px;
    background-color: #F4F4F4;
    border:1px solid #F4F4F4;}
.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;}
.search-form .btn img {
    height: 20px;}



/* range-datepicker */
.range-datepicker {
    font-size: 12px;
    color: #026eb5;
    background-color: #dcf0fd;}


/* ui-datepicker-custom */
.ui-datepicker-custom {
    color: #2C99FF;
    display: inline-flex;
    background-color: #E3F2FF;
    border-radius: 10px;
    width: 155px;
    height: auto;
    padding:8px;}
.ui-datepicker-custom input {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    color: #2C99FF;
    font-size: 13px;
    padding-left: 10px;
    /* padding-top: 5px; */
    padding-right: 5px;}
    
/* ui-datepicker */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    color: #989898;
    background-color: #EDEDED;
    border-radius: 7px;
    border: 0;
    padding: 5px 10px;
}
/*  */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{display: none;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close{
    background-color: #2C99FF;
    color: #fff;
    border-radius: 8px !important;
    border: 0;
    font-size: 11px;
    padding: 6px 13px;

}
/* filter-by */
.filter-by .filter-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;}
.filter-by .filter-item label {
    color: #525252;
    font-size: 13px;}
/* chosen-container */
.filter-by .filter-item .chosen-container {
    width: 100% !important;}
/* form-select */
.filter-by .filter-item .form-select {
    width: 150px;
    border: none;
    font-size: 13px;
    border-radius: 8px;
    color: #71717b;
    box-shadow: none;}
/* form-control */
.filter-by .filter-item .form-control {
    width: 150px;
    border: none;
    font-size: 13px;
    border-radius: 8px;
    color: #71717b;
    box-shadow: none;}

.filter-by .filter-item .filter-btns .btn{
    padding: 2px 8px;
    font-size: 11px;
}

/* filter-checkbox-radio */
.filter-checkbox-radio .filter-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;}
.filter-checkbox-radio .filter-item label {
    cursor: pointer;}
.filter-checkbox-radio .filter-item input {
    position: relative;
    top: 2px;}
.filter-checkbox-radio .filter-item span {
    font-size: 12px;}
@media (max-width: 767px) {
.filter-checkbox-radio .filter-item {
    margin-left: 0;
    margin-right: 15px;}
}


.feeds .filter-by .filter-item .dropdown .dropdown-toggle
{
    background-color: #fff;
}
/* filter dropdown */
.filter-by .filter-item .dropdown .dropdown-toggle{
    background-color: #F4F4F4;
    border-color:#F4F4F4;
    color: #3D3D3D;
    border-radius: 9px;}

.filter-by .filter-item .dropdown .dropdown-toggle .fa{
    color:#8C8C8C;}

.filter-by .filter-item .dropdown .dropdown-toggle::after{
    display: none;}

.filter-by .filter-item .dropdown .dropdown-menu{
    background-color: #fff;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 4px 13px 0px #0000001A;
}



/* radio-btns */
.radio-btns {
    background-color: #fff;
    box-shadow: 0 7px 12px #342f2f2e;
    border-radius: 10px;
    padding: 5px 10px;} 
.radio-btns label {
    width: auto;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    position: relative;
    background-color: #efefef;
    margin: 0 2px !important;
    padding: 8px 20px !important;
    font-size: 12px;
    border-radius: 25px;}
.radio-btns label:hover {
    color: #000;}
.radio-btns label input {
    position: absolute;
    opacity: 0;} 
/* checked */    
.radio-btns label.checked {
    color: #fff;
    cursor: default;
    background: linear-gradient(-45deg, #23A6D5, #23D5AB);} 




/* count-plain */
.count-plain .count-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;}
.count-plain .count-item label {
    color: #646464;
    font-size: 13px;}
.count-plain .count-item .data {
    display: inline-block;
    margin-left: 5px;}

/* count-card */
.count-card .count-item {
    margin-bottom: 10px;
    margin-right: 10px;}
.count-card .count-item label {
    color: #646464;
    font-size: 12px;}
.count-card .count-item .data {
    font-size: 18px;
    margin-left: 5px;}


/* list-links */
.list-links .link-item {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;}
.list-links .link-item label {
    color: #727272;}
.list-links .link-item a {
    color: #8b8b8b;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 5px;}
.list-links .link-item a:hover {
    color: #545454;}
.list-links .link-item a.active {
    font-weight: bold;
    color: #c73431;
    background-color: #fddee3;}







    

/* chose-checkbox-radio */
.chose-checkbox-radio .chose-item {
    display: inline-block;}
.chose-checkbox-radio .chose-item label {
    cursor: pointer;
    margin-right: 15px;}
.chose-checkbox-radio .chose-item input {
    position: relative;
    top: 2px;}
.chose-checkbox-radio .chose-item span {
    margin-left: 5px;
    font-size: 12px;}
/* border-item */
.chose-checkbox-radio .chose-item.border-item label {
    border: 1px solid #c8cacb;
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 5px;}


/* pagination */
.pagination .page-item {
    margin-left: 5px;
    margin-right: 5px;}
.pagination .page-item .page-link {
    border: none;
    font-size: 13px;
    border-radius: 5px;
    color: #918f8f;
    padding: 0 6px;}
.pagination .page-item .page-link.active {
    background-color: #515151;
    color: #fff;}
.pagination .page-item.next-item .page-link,
.pagination .page-item.prev-item .page-link {
    width: 20px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 14px;
    border-radius: 50%;
    color: #515151;}
.pagination.a .page-item.next-item .page-link,
.pagination.a .page-item.prev-item .page-link
{
    width: 30px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 20px;
    border-radius: 10px;
    color: #515151;
}
    

.setting .form-default .form-body .form-control, .setting .form-default .form-body .form-select::placeholder
{
    color: #000 !important;
    position: relative;
    z-index: 9;
}





/* list-data */
.list-data .list-item {
    margin-bottom: 10px;
    position: relative;}
.list-data .list-item .img-primary {
    border-radius: 15px;}
.list-data .list-item .rybbon {
    height: 80px;
    position: absolute;
    left: 0;}
.list-data .list-item .label-large {
    font-size: 14px;
    color: #898f97;}
.list-data .list-item label {
    font-size: 12px;
    color: #818181;}
.list-data .list-item .data {
    font-size: 13.3px;
    color: #3D3D3D;}
.list-data .list-item .data.text-large {
    font-size: 30px;}



/* profile-section */
/* profile-head-col */
.profile-section .profile-head-col {
    background: linear-gradient(-45deg, #4a4591, #674691);
    color: #fff;
    border-radius: 15px 0 0 15px;}
@media (max-width: 991px) {
.profile-section .profile-head-col {
    border-radius: 15px;}
}
/* list-data */
/* profile-head */
.profile-section .list-data .profile-head {
    padding: 20px;}
.profile-section .list-data .profile-head .label-large {
    font-size: 18px;
    color: #fff;}
.profile-section .list-data .profile-head .img-primary {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 50%;}
.profile-section .list-data .profile-head .name {
    font-size: 16px;}
.profile-section .list-data .profile-head .reg-no {
    font-size: 12px;}
.profile-section .list-data .profile-head .progress {
    border-radius: 25px;
    margin-top: 20px;
    background-color: #7b5ea8;
    height: 5px}
.profile-section .list-data .profile-head .progress .progress-bar {
    border-radius: 25px;}
.profile-section .list-data .profile-head .btn-edit {
    min-width: 110px;
    margin-top: 25px;
    border-radius: 8px;
    font-size: 12px;
    color: #674691;
    background-color: #fff;}


/* profile-card-head */
.profile-card-head .dropdown-item.active, .profile-card-head .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;}
.profile-update .form-default .form-body .attach-label-btn {
    background-color: #fff;}
.profile-update .form-default .form-body .attach-label-btn .attach-label {
    background-color: #000 !important;
    width: 120px;
    height: 32px;
    line-height: 31px;}
.profile-update .btn-remove-choice {
    color: #e15a5a;}

/* Earings text */
.earning-text{
    font-size: 54px;}
@media (max-width: 350px) {
  .earning-text{
      font-size: 42px;}
}
/* / */

/* gradient-blue */
.profile-section .profile-head-col.gradient-blue {
    background: linear-gradient(-45deg, #0459bc, #26a4df);}
/* list-data */
/* profile-head */
.profile-section .list-data .gradient-blue .profile-head .progress {
    background-color: #4180c9;}
.profile-section .list-data .gradient-blue .profile-head .btn-edit {
    color: #0459bc;}





    

/* choice-field-wrapper */
.choice-field-wrapper .choice-field .choice-fields {
    margin-bottom: 5px;
    position: relative;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;}
.choice-field-wrapper .btn-remove-choice,
.choice-field-wrapper .btn-add-choice {
    font-size: 12px;
    border: 1px solid;
    padding: 2px 8px;
    line-height: 14px;}
.choice-field-wrapper .btn-remove-choice .fa,
.choice-field-wrapper .btn-add-choice .fa {
    font-size: 20px;}
.choice-field-wrapper .btn-remove-choice .fa:first-child{
    /* display: none; */
}
.first-multi-field .btn_remove_field {
    display: none;
}
.daterangepicker {
    margin-left: 10px; /* Adjust this value as needed */
  }

.choice-field-wrapper .btn-remove-choice {
    color: #e15a5a;}
.choice-field-wrapper .btn-add-choice {
    color: #22ab52;}
.choice-field-wrapper .choice-field .choice-fields:last-of-type .btn-remove-choice,
/* .choice-field-wrapper .choice-field .choice-fields:not(:last-of-type) .btn-add-choice {
    display: none;} */

    

/* questions-list */
.questions-list .question-item:not(:last-of-type) {
    margin-bottom: 15px;}
.questions-list .question-item .sl-no {
    font-size: 18px;
    margin-bottom: 15px;
    color: #727272;}
.questions-list .question-item .question {
    font-size: 14px;
    margin-bottom: 15px;
    color: #727272;}
/* move-data */
.questions-list .question-item:first-of-type .move-up-data,
.questions-list .question-item:last-of-type .move-down-data {
    display: none;}

/* option */
.questions-list .question-item .option .options {
    display: flex;
    height: 100%;
    color: #727272;
    font-size: 13.7px;
    box-shadow: 2px 4px 13px #1a1a1a33;
    border-radius: 5px;
    padding: 15px 10px;}
.questions-list .question-item .option .options.correct {
    box-shadow: none;
    background-color: #dafdff;
    color: #4098a4;}
.questions-list .question-item .option .options.incorrect {
    box-shadow: none;
    background-color: #ffdede;
    color: #a11f1e;}
.questions-list .question-item .option .options .slno {
    padding-right: 10px;}
.questions-list .question-item .option .options p {
    margin-bottom: 4px;}
.questions-list .question-item .option .options .img-default {
    height: 50px;
    margin-bottom: 4px;}


/* questions-action */
.questions-action .btn-prev:not(:hover),
.questions-action .btn-next:not(:hover) {
    color: #727272;}
.questions-action .btn-prev .fa {
    margin-right: 5px;}
.questions-action .btn-next .fa {
    margin-left: 5px;}
.questions-action .btn-submit {
    background-color: #00d66a;
    color: #fff;
    min-width: 115px;
    padding: 8px;}



/* card-test-details */
.card-test-details {
    padding: 20px;}
/* div-col */
.card-test-details .div-col {
   display: inline-block;}
.card-test-details .div-col label {
   color: #6b6b6b;
   font-size: 13px;}
.card-test-details .div-col .data {
  color: #3F3F3F;}
/* countdown */
.card-test-details .countdown {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;}
/* circle-col */
.card-test-details .circle-col {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 5px;
  min-width: auto;
  border: none;
  background: #DDDDDD;
  color: #5E5E5E;}
.card-test-details .circle-col .fa {
  position: absolute;
  top: 0;
  right: 0;
  color: #ED9726;}
.card-test-details .circle-col .data {
  font-size: 20px;}
@media (max-width: 767px) {
/* circle-col */
.card-test-details .circle-col {
  width: 50px;
  height: 50px;}
}
/* label-circle */
.card-test-details .label-circle {
  margin-top: 5px;
  line-height: 10px;
  font-size: 10px;}
/* circle-col-small */
.card-test-details .circle-col-small [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;}
.card-test-details .circle-col-small .circle-col {
  width: 45px;
  height: 45px;
  line-height: 38px;}
.card-test-details .circle-col-small .circle-col .data {
  font-size: 16px;}
@media (max-width: 767px) {
.card-test-details .circle-col-small .circle-col {
  width: 40px;
  height: 40px;
  line-height: 35px;}
.card-test-details .circle-col-small .circle-col .data {
  font-size: 14px;}
}
/* color */
.card-test-details .col-danger {
  background-color: #fcd2d6;
  color: #c13233;}
.card-test-details .col-success {
  background-color: #c2f2c5;
  color: #3d9f47;}
.card-test-details .col-warning {
  background-color: #ffe5c2;
  color: #fbb03d;}





/* insert-question */
.insert-question .sl-no {
    font-size: 20px;
    margin-bottom: 15px;
    color: #727272;}
.insert-question .insert-item:not(:last-of-type) {
    margin-bottom: 15px;}







/* table-default */
.table-default table {
    font-size: 12px;
    color: #3D3D3D;}
.table-default table>:not(:first-child) {
    border-top: none;}
/* img */
.table-default table tbody tr td .img-default {
    height: 30px;}
.table-default table tbody tr td .rounded-img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #03a9a0;}
.table-default table tbody tr td .user-img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 10px;
}

/* td:first-of-type */
/* .card:not(.table_tr_listing.listed) .table-default table tbody tr td:first-of-type {
    position: relative;}
.card:not(.table_tr_listing.listed) .table-default table tbody tr:hover td:first-of-type::after {
    content: '';
    background-color: #03a9a0;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;} */




/* table-responsive */
.table-default .table-responsive {
    min-height: 300px;}

/* btn-default */
.table-default table tbody tr .btn-default {
    border: 1px solid #e5dfdf;
    font-size: 11px;
    padding: 2px 10px;
    color: #7c7c7c;
    box-shadow: #ddd 2px 3px 7px;}

/* td */
.table-default table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-default table tbody tr td .dropdown .dropdown-menu{
    z-index: 99;
}
    
/* collapse */
/* btn-collapse */
.table-default table tbody tr td .btn-collapse {
    width: 25px;
    height: 25px;
    line-height: 12px;
    border-radius:7px;
    border: none;
    color: #989898;
    background-color: #e0e0e0;
    font-size: 14px;}
.table-default table tbody tr td [aria-expanded="true"].btn-collapse {
    color:#fff;
    background-color: #432365;}
.table-default table tbody tr td [aria-expanded="true"].btn-collapse .fa:last-of-type,
.table-default table tbody tr td [aria-expanded="false"].btn-collapse .fa:first-of-type {
    display: none;}
/*highlighted-row   */
.table-default table tbody tr.highlighted-row {
    background-color: #F6F3F9;}
.table-default table tbody tr.highlighted-row td{
    border-bottom: 0;}

/* border-cell-0 */
.table-default .border-cell-0 th,
.table-default .border-cell-0 td {
    border: none;}

/* collapse */
.table-default table tbody tr td .collapse {
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;}

.table-default table tbody tr td .collapse.show table tbody tr th, .table-default table tbody tr td .collapse.show table tbody tr td {
   padding-top: 4px;
   padding-bottom: 4px;} 

.table-default table tbody tr td .collapse tr td:first-of-type::after {
    background-color: transparent !important;}



/* form */
.table-default table tbody tr .form-control,
.table-default table tbody tr .form-select {
    min-width: 150px;
    font-size: 11px;
    padding: 3px 8px;}



/* cell-items */
.table-default table tbody tr td .cell-items tr th {
    padding-right: 10px;}
.table-default table tbody tr td .cell-items tr td:first-of-type::after {
    background-color: transparent !important;}



/* bg-tr-even */
.table-default.bg-tr-even table tbody tr:nth-child(even) {
    background-color: #F6F3F9;}
/* cell-items */
.table-default.bg-tr-even table tbody tr td .cell-items tr {
    background-color: transparent;}



/* table_tr_listing */
.table_tr_listing.listed .table-default thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}
.table_tr_listing.listed .table-default tbody tr {
    border-bottom: 1px solid #ddd;
    display: block;}
.table_tr_listing.listed .table-default tbody tr td {
    border: none;
    text-align: left;
    position: relative;}
.table_tr_listing.listed .table-default tbody tr td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    min-width: 210px;}
@media (min-width: 576px) {
.table_tr_listing.listed .table-default tbody tr td {
    width: 100%;
    display: flex;}
.table_tr_listing.listed .table-default tbody tr td[data-label]::after {
    content: ':';
    position: absolute;
    left: 200px;}
}
@media (max-width: 991px) {
.table_tr_listing.listed .table-default tbody tr td::before {
    min-width: 160px;}
.table_tr_listing.listed .table-default tbody tr td[data-label]::after {
    left: 150px;}
}
@media (max-width: 575px) {
.table_tr_listing.listed .table-default tbody tr td {
    display: block;}
}



/* badge */
.table-default.bg-tr-even table .badge {
    font-weight: normal;
    font-size: 11px;}


/* sort-th */
.table-default table .sort-th {
    cursor: pointer;}   
.table-default table .sort-th .fa {
    margin-left: 5px;}

/* table-info */
.table-default .table-info {
    color: #333;
    font-size: 11px;}


/* table-length */
.table-default .table-length {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 31px;
    background-color: #ededed;
    border-radius: 5px;}
.table-default .table-length select {
    font-size: 12px;
    padding: 8px 5px;
    color: #4d4f50;
    outline: none;
    width: 50px;
    margin-left: 21px;
    margin-top: 1px;
    border: none;
    background-color: transparent;}
.table-default .table-length::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 21px;
    height: 25px;
    background-image: url(../images/icons/length-icon.png);
    background-repeat: no-repeat;
    background-position: left;}






/* th, td width set */
.table-default table .xs-tcol {
  width: 0.1%;}
.table-default table .s-tcol,
.table-default table .btn-tcol {
  width: 0.3%;}
.table-default table .m-tcol {
  width: 2%;}
.table-default table .xm-tcol {
  width: 3%;}
.table-default table .l-tcol {
  width: 5%;}
.table-default table .xl-tcol {
  width: 6%;}

/* min-width */
.table-default table .m-tcol:before,
.table-default table .xm-tcol:before,
.table-default table .l-tcol:before,
.table-default table .xl-tcol:before {
  width: 150px;}

/* center */
/* .table-default table .xs-tcol,
.table-default table .s-tcol,
.table-default table .btn-tcol {
  text-align: center;} */

/* nowrap */
.table-default table .nowrap-tcol,
.table-default table .xs-tcol,
.table-default table .s-tcol,
.table-default table .btn-tcol {
  white-space: nowrap !important;}



.job-opening .dropdown-toggle::after
{
    display: none;
}

/* dropdown */
/* dropdown-toggle */
.table-default table td .dropdown .dropdown-toggle, .job-opening .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;}
.table-default table td .dropdown .dropdown-toggle::after {
    border: none;}
.table-default table td .dropdown .dropdown-toggle img {
    height: 5px;}
/* dropdown-menu */
.table-default table td .dropdown .dropdown-menu, .job-opening .dropdown .dropdown-menu{
    min-width: 130px;
    border: none;
    border-radius: 5px;
    box-shadow: #e0e0e6 5px 5px 5px 0;}
.table-default table td .dropdown .dropdown-menu .dropdown-item, .job-opening .dropdown .dropdown-menu .dropdown-item {
    color: #787b7d;
    cursor: pointer;
    font-size: 11px;
    padding: 7px 15px;}
.job-opening .table-default table td .dropdown .dropdown-menu .dropdown-item, .job-opening .dropdown .dropdown-menu .dropdown-item {
    color: #787b7d;
    cursor: pointer;
    font-size: 11px;
    padding: 7px 15px;
    border-bottom: 1px solid #E2E2E2;
}
.job-opening .table-default table td .dropdown .dropdown-menu .dropdown-item, .job-opening .dropdown .dropdown-menu .dropdown-item:hover {
    color: #3D3D3D;
    cursor: pointer;
    font-size: 11px;
    padding: 7px 15px;
    font-weight: 600;
    border-bottom: 1px solid #E2E2E2;
}
.table-default table td .dropdown .dropdown-menu .dropdown-item.active, .job-opening .dropdown .dropdown-menu .dropdown-item.active,
.table-default table td .dropdown .dropdown-menu .dropdown-item:active, .job-opening .dropdown-menu .dropdown-item:active {
    color: #787b7d;
    background-color: transparent;}
.table-default table td .dropdown .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #dee2e5;}
.table-default table td .dropdown .dropdown-menu .dropdown-item:active,
.table-default table td .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #414242;}
.table-default table td .dropdown .dropdown-menu .dropdown-item:focus {
    outline: none;}

/* move-data */
.table-default table tbody tr:first-of-type td .move-up-data,
.table-default table tbody tr:last-of-type td .move-down-data {
    display: none;}




/* table-list */
.table-list .head {
    padding-bottom: 15px;}
.table-list .head .text-l {
    font-size: 25px;}
.table-list table th,
.table-list table td {
    padding-top: 10px;
    padding-right: 10px;}





/* masonry-row */
.masonry-row .masonry-col {
    position: relative;
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    min-width: 0;}
/* md */
@media (min-width: 768px) {
.masonry-row.masonry-md-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;}
.masonry-row.masonry-md-2 .masonry-col {
    display: inline-block;
    width: 100%;}
}


    

/* card-radius */
.card-radius {
    border-radius: 15px;
    border: 1px solid #c1c0c0;}
/* table */
.card-radius table thead tr th:first-of-type,
.card-radius table tbody tr td:first-of-type {
    padding-left: 20px;}
.card-radius table thead tr th,
.card-radius table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;}
.card-radius table thead tr th:last-of-type,
.card-radius table tbody tr td:last-of-type {
    padding-right: 20px;}



/* card-group */
.card-group {
    display: block;}
/* card */
.card-group .card {
    box-shadow: 0 7px 15px #dddded;
    border: none;
    border-radius: 15px;}
/* card-header */
.card-group .card .card-header {
    border-color: #e3e3e3;
    padding-top: 20px;
    padding-bottom: 15px;}
.card-group .card .card-header .card-title {
    color: #1C1C1C;
    font-size: 19px;
    margin-bottom: 0;}
@media (max-width: 767px) {
.card-group .card .card-header .card-title {
    margin-bottom: 10px;}
}
/* dropdown */
.card-group .card .card-header .drop-down .dropdown-toggle::after{
  display: none;}
.card-group .card .card-header .drop-down .dropdown-toggle .fa{margin-top: 2px;}
.card-group .card .card-header .drop-down .dropdown-menu {
    border: none;
    /* box-shadow: 1px 2px 5px #dcdcdd; */
    box-shadow: 3px 4px 13px 0px #0000001A;

}
.card-group .card .card-header .drop-down .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #dee2e5;}
.card-group .card .card-header .drop-down .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #838383;
    font-size: 11px;
    padding: 7px 15px;}  
.card-group .card .card-header .drop-down .dropdown-menu .dropdown-item:hover{
    box-shadow: 3px 4px 13px 0px #0000001A;
    color: #000;
    cursor: pointer;
}


/* card-sub-header */
.card-group .card .card-sub-header {
    padding-left: 15px;
    padding-right: 15px;}
/* card-body */
.card-group .card .card-body {
    padding-left: 20px;
    padding-right: 20px;}
/* card-footer */
.card-group .card .card-footer {
    padding-left: 20px;
    padding-right: 20px;}

/* breadcrumb */
.card-group .breadcrumb {
    border-radius: 15px 15px 0 0;
    padding: 5px 10px;}


/* range-datepicker */
.card-group .range-datepicker {
    position: relative;
    top: 2px;}


/* pagination */
.card-group .table-default .pagination {
    /*margin-top: 25px;*/
    margin-bottom: 8px;}
@media (max-width: 767px) {
.card-group .table-default .pagination {
    margin-top: 25px;}
}




/* tab */
/* nav-tabs */
.card-group .nav-tabs {
    padding-left: 15px;
    padding-right: 15px;}
.card-group .nav-tabs .nav-item .nav-link {
    color: #5A5A5A;
    font-size: 12px;
    padding: 15px 45px 7px;
    border-width: 0 0 3px 0;
    margin-right: 11px;
}
.card-group .nav-tabs .nav-item .nav-link.active {
    font-weight: bold;
    color: #462469;
    border-color: #FDBC5A;
    background-color: #FDBC5A;
    border-radius: 20px 20px 0px 0px;}
 
    
.card-group .nav-tabs-inner {
    padding-left: 15px;
    padding-right: 15px;}
.card-group .nav-tabs-inner .nav-item-inner .nav-link {
    color: #454545;
    font-size: 12px;
    padding: 9px 38px !important;
    margin-right: 13px;
    border-radius: 20px;
    border: 1px solid #454545;
    margin-bottom: 10px;
    font-weight: 500;
}
.card-group .nav-tabs-inner .nav-item-inner .nav-link.active {
    font-weight: bold;
    color: #462469;
    border-color: #FDBC5A;
    background-color: #FDBC5A;
    border-radius: 20px;
    margin-bottom: 10px;
}
        
/* company-profile */

.profile-about ul {
    list-style: none;
    padding-left: 0;}
.profile-about ul li {
    display: flex;
    align-items: flex-start; 
    gap: 0.5em;
    position: relative;
    padding-left: 0.5em; }
.profile-about ul li::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    background-color: #889AFF;
    transform: rotate(45deg);
    margin-top: 0.5em;
    margin-right: 0.5em;
    flex-shrink: 0;}
  
.job-filter .filter-item .chosen-container{
    border: 1px solid #9C9C9C !important;
    border-radius: 10px !important;
    background: #F4F4F4 !important;
    width: 120px !important;
}
.job-filter .filter-item .chosen-container-single .chosen-single{
    background-color: transparent !important;
    height: 32px !important;
}
/* /compnay-profile */
/* link-active-rounded */
.card-group .nav-tabs.link-active-rounded .nav-item .nav-link {
    padding: 10px 25px 5px;}
.card-group .nav-tabs.link-active-rounded .nav-item .nav-link.active {
    border-radius: 30px;
    color: #fff;
    background-color: #dc3545 !important;}


/* settings nav tabs */
.settings-nav-container .nav-tabs .nav-item{
    margin-bottom: 15px;}
.settings-nav-container .nav-tabs .nav-item .nav-link{
    font-weight: bold;
    color: #53218A;
    border-color: #53218A;
    background-color: #fff;
    border: 2px solid #53218A;
    border-radius: 30px;
    padding: 10px 30px;}
.settings-nav-container .nav-tabs .nav-item .nav-link.active{
    font-weight: bold;
    color: #FDBC5A;
    border-color: #53218A;
    background-color: #53218A;
    border: 2px solid #53218A;
    border-radius: 30px;}

/* accordion */
.card-group .accordion-button {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: #727272;
    font-size: 16px;}

/* chart-col */
.chart-col {
    position: relative;}
.chart-col.chart-content-center .apexcharts-canvas {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
.chart-col.bottom-line-1 .apexcharts-canvas svg:first-of-type {
    border-bottom: 1px solid #ccc;}
/* apexcharts-toolbar-hide */
.chart-col.apexcharts-toolbar-hide .apexcharts-toolbar {
    display: none;}

/* chart-col */
.chart-col .bullet-text td .color-icon {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    margin-right: 10px;}
.chart-col .bullet-text td .color-icon.l-blue {
    background-color: #3199f9;}
.chart-col .bullet-text td .color-icon.l-yellow {
    background-color: #f0b051;}
.chart-col .bullet-text td .color-icon.l-green {
    background-color: #34bfb5;}
.chart-col .bullet-text td .color-icon.l-pink {
    background-color: #f34f5b;}
.chart-col .bullet-text td label {
    color: #7c7c7c;}

/* read-more-action */
.read-btn-none .read_more_btn {
    display: none !important;}

/* accordion */    
.accordion .accordion-item .accordion-button {
    padding: 10px 15px;
    font-size: 13px;
    background-color: transparent;
    color: #3c3c3c;}

/* company payment */
.pay-section{
    border: none;
    box-shadow: 0 0.4px 0.4px rgba(0, 0, 0, 0.1);}

/* company vertical line */
.line-vr-green{
    height: 50px;
    margin: 15px 10px;
    border-left: 5px solid #23CA7A;}
.line-vr-orange{
    height: 50px;
    margin: 15px 10px;
    border-left: 5px solid #FFCD1B;}
.line-vr-blue{
    height: 50px;
    margin: 15px 10px;
    border-left: 5px solid #5798F9;}
.line-vr-hex{
    height: 50px;
    margin: 15px 10px;
    border-left: 5px solid #FF8E25;}
.line-vr-violet{
    height: 50px;
    margin: 15px 10px;
    border-left: 5px solid #9A57F0;}
.line-vr-pink{
    height: 50px;
    margin: 15px 10px;
    border-left: 5px solid #F057E1;}

.map-card .btn{
    position: absolute;
    right: 50%;
    bottom: 14%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);}

@media (max-width: 767px) {
    .map-card {
      height: 350px !important;
    }
}
.feeds .dropdown-item{
    color: #787b7d;
    cursor: pointer;
    font-size: 11px;
    padding:10px 15px;
    background: #fff;
    border-radius: 7px !important;}
.feeds .dropdown-menu{
    min-width: 130px;
    border: none;
    border-radius: 7px !important;
    box-shadow: #e0e0e6 5px 5px 5px 0;
    padding-top: 0px;
    padding-bottom: 0px;}
.feeds .dropdown .dropdown-toggle img {
    height: 5px;}
.feeds .dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;}
.feeds .dropdown-toggle::after{
    display: none;}
.feeds .form-default .form-body .form-control {
    /* padding: 23px 15px 40px 15px; */
    border-color: transparent;
    /* height: 43px; */
    background-color: #EEF4F9 !important;
    color: #6A6A6A !important;}
    .feeds .form-default .form-body .form-control.url
    {
        background-color: #fff !important;
        border-radius: 20px;
    }
.feeds .form-default .form-body [type=text-area] {
    padding-bottom: 160px;
}
.feeds .form-default .form-body .img-div{
    background-color: #EEF4F9 !important;
    border-radius: 10px !important;}
.feeds .form-default .form-body .profile-img1{
    max-height: 200px;
    width: auto;
}
/* .feeds .url-sec
{
    position: absolute;
    bottom: 28px;
} */
.feeds .url {
    animation-duration: 3s;
    animation-name: slidein;
    overflow-x: hidden;
  }
  
  @keyframes slidein {
    from {
      margin-left: 90%;
      width: 50%;
    }
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
.btn-down, .btn-up, .btn-up:hover, .btn-down:hover
{
    padding: 10px 15px 10px 20px;
    background-color:#ffffff;
    text-decoration: none;
    color:#000;
    margin: 10px 0px;
    box-shadow: 1px 1px #dddddd;}

@keyframes expandInput {
    0% { width: 0; }
    100% { width: 100%; }
}
.expand {
    animation-name: expandInput;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;}

#urlInputField {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.candidate .form-default .form-body .attach-label-btn .attach-label, .job-opening .form-default .form-body .attach-label-btn .attach-label{
    background-color: #000 !important;
    width: 120px;
    height: 32px;
    line-height: 31px;}
.candidate .form-default .form-body .attach-label-btn, .job-opening .form-default .form-body .attach-label-btn
{
    background-color: #fff;}

.setting .calendar-img{
    position: absolute;
    right: 11px;
    top: 13px;
    z-index: 9;
}

/* wage */
#wageText {
    position: absolute;
    top: 50%;
    right: 10px; 
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    color: #454545; 
  }
  
/* styles.css */
.hidden {
    display: none;}
.company-setting .text-container {
    display: flex;
    align-items: center;
    margin: 0;}
.company-setting .text-container span {
    flex: 1;}
.company-setting .button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;}
.company-setting .btn-create,
.setting-job .btn-create, 
.setting-skill .btn-create,
.experience-form .btn-create{
    position: absolute;
    right: 6px;
    top: 5px;}
.company-setting  .button-container, .setting-skill .button-container{
    position: absolute;
    right: 38px;}
/* .company-setting .form-control
{
background-color: #F5F5F5 !important;
height: 45px;
border: 0;
}
.company-setting .form-control:focus
{
        box-shadow: none !important
} */
.job-opening .selected  {
    background-color: #F8F2FF;
    border: 2px solid #6323ab !important;}
.job-opening .chose-item {
    display: inline-flex;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%;}
.chose-item.b
{
    padding: 10px 40px 10px 20px;   
}
.instruction {
    display: flex;
    align-items: center;}
.text-container {
    flex-grow: 1; }
.button-container {
    margin-left: auto;}
/* modal */
@media (min-width: 576px){
  .modal-md-591 {
    max-width: 591px;}
}

/* candidate overview */
ul.skill-list {
    list-style-type: none;
    padding: 0;}

ul.skill-list li {
   color: black;
   position: relative;
   padding-left: 1.5em;
   line-height: 2; }

ul.skill-list li::before {
   content: "\2022"; 
   color: #2C99FF;
   position: absolute;
   font-size: 0.8rem;
   left: 0;}
/* badge width */
.badge-width{
   width: 100px;
}
/* default user img */
.default-user-img{
    width: 50px; 
    height: 50px; 
    margin-right: 10px;
}
/* profile- pdf */
.pdfframe {
    position: absolute;
    bottom: -5%;
    right: -8%;}
.modal-dialog.modal-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30%;
    margin: auto;
    box-shadow: 9px 19px 35px #dcdcdd;
    border-radius: 30px;}
.modal-dialog.modal-lg .modal-dialog.modal-bottom{
    box-shadow: none;}

    .modal-next-prev .modal-content
    {
        background-color: transparent !important;
        justify-content: space-around;
    }
    .modal-next-prev .modal-content .fa
    {
        /* color :#fff !important; */
        font-size: 22px;    
    }
/* otp offcanvas */
.offcanvas_otp, .offcanvas_notification {max-width: 450px;}


.outer-border, .outer-border-wrg {
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 443px) {
    .outer-border, .outer-border-wrg{
        font-size: 15px;
        padding: 5px 8px;
    }
}

@media (max-width: 343px) {
    .outer-border, .outer-border-wrg{
        font-size: 10px;
        padding: 5px 8px;
    }
}

.otp-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.otp-number{
    border: 2px solid ;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 10px;}
.outer-border {
    border-color: #9DD0FF;}
.outer-border-wrg {
    border-color: #FFBEBE;}
.job-opening .modal-icons{
    position: absolute;
    top: 12px;
    left: 10px;}
.job-opening .form-control.date_pick, .job-opening .form-control.time_pick, .job-opening .form-control.exp{
    padding-left: 34px;}

/*  dash-row */
.dash-row .dash-icon{
    width: 51px;
    height: 51px;}
.job-opening
input[type="radio"]:checked::before {
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: end !important;
    background:url(../images/icons/right-bg.png) ;}  
@media (min-width: 576px)
{
.card-group>.card:not(:last-child) {
   border-top-right-radius: 15px;
   border-bottom-right-radius:15px;}
}
.dropdown {
    position: relative;
    display: inline-block;}
.dropdown-content {
    display: none;
    position: relative;
    background-color: #ffffff;
    min-width: 400px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;}
.dropdown-content .item {
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    background-color: #ffffff;
    padding: 10px 10px;}
.dropdown-content .item:hover {
    background-color: #ddd;}

/* gig-offcanvas */
.gig-offcanvas.show {
    display: block;
    overflow-y: auto;}

/*selected-items  */
.selected-items-container {
    margin-top: 10px;
    display: block;
    flex-wrap: wrap;}
.job-opening .selected-item {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 6px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    cursor: grab;
    padding-left: 40px;}
.job-opening .selected-item-img{
    position: absolute;
    left: 12px;
    margin-top: 2px;}
.job-opening .close-button{
    position: absolute;
    background-color:transparent;
    border: none !important;
    font-weight: 500;
    font-size: 18px;
    right: 12px;
    color:#A8A8A8 !important;
}

@media (max-width: 768px){
.input-fld input{
    font-size: 9px !important;
}
}

/* ad management*/
.ad-management .filter-by .filter-item .dropdown .dropdown-toggle{
    border: 1px solid #E7E7E7;
    background: #F4F4F4 !important;}
.ad-management table {
    border-collapse: separate;
    border-spacing: 0 12px; }
.ad-management thead,
.ad-management thead th {
    border: none !important;
    border-color: transparent !important;
    background-color: transparent; }
.ad-management tbody,
.ad-management tbody tr {
    border: none !important;
    border-color: transparent !important;
    background: #FFFFFF;}
.ad-management .table-default.bg-tr-even table tbody tr:nth-child(even){
    background: #FFFFFF;}
.ad-management tbody tr td{
    vertical-align: middle;}
.ad-management tbody tr td:first-child {
    border-radius: 20px 0 0 20px;}
.ad-management tbody tr td:last-child {
    border-radius: 0 20px 20px 0;}
.img-ad-view::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    border-radius: 6px;
    pointer-events: none;
    z-index: 1;}
.img-ad-view img {
    position: relative;
    z-index: 0;}  
/* /ad management */

/* ad-posting */
.ad-posting .user-img{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 17px;
    top: -43px;}
.ad-posting .upload-card{
    box-shadow: none;}
.ad-posting .top-banner .card-body,
.ad-posting .left-pannel .card-body,
.ad-posting .right-pannel .card-body,
.ad-posting .bottom-pannel .card-body{
    width: 100%;
    background: #E9F5FF;
    border: 0.96px solid #1399FF;
    border-radius: 11px;}
.ad-posting .top-banner .card-body,
.ad-posting .top-banner-img img{height: 200px;}
.ad-posting .left-pannel .card-body,
.ad-posting .left-pannel-img img{height: 316px;}
.ad-posting .right-pannel .card-body,
.ad-posting .right-pannel-img img{height: 317px;}
.ad-posting .bottom-pannel .card-body,
.ad-posting .bottom-pannel-img img{height: 326px;}

.ad-posting .top-banner-img img,
.ad-posting .right-pannel-img img,
.ad-posting .left-pannel-img img,
.ad-posting .bottom-pannel-img img{
    width: 100%;
    object-fit: cover; 
    border-radius: 11px;
    border: none !important;}
.ad-posting .top-left-title{
    position: absolute;
    top: 15px;
    left: 25px;
    color: #fff;}
.ad-posting .top-right-content{
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;}
.ad-posting .bottom-dlt{
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #fff;}
.ad-posting .cropper-line, 
.ad-posting .cropper-point {
    display: none !important;
    pointer-events: none !important;}
.ad-posting .form-default .form-body .attach-label-btn .attach-label{
    background-color: #393838 !important;
    width: 120px;
    height: 38px;
    line-height: 31px;}
.ad-posting .form-default .form-body .attach-label-btn{
    background-color: transparent;}
.ad-posting .form-default .form-body .attach-label-btn input[type="file"] {
    font-size: 11px;
    position: relative;
    bottom: 0px;
    z-index: 0;
    margin-left: 45px;
    color: #8C8C8C;}
.ad-posting .chosen-container-active.chosen-with-drop .chosen-single,
.ad-posting .filter-by .filter-item .chosen-container{
    min-width: 125px !important;}
.ad-posting .filter-by .filter-item .form-select {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px;
    background-color: #F5F5F5;
    color: #8C8C8C;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;}

.conform-cond input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none !important;
  }
/* /ad-posting */

/* otp clock in display */
.right-bottom-section{    
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1; 
}

/* plan card */
.plan_card .post_card{
    border: 1px solid #000;
    border-radius: 15px;
    padding: 10px 15px;
}
.plan_card .btn.disable{
    background: #1180E7;
    opacity: 50%;
}


/* chat-sidebar */
.chat-sidebar{
    height: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 3px 4px 20px 0px #0000000F;

}
@media (min-width: 992px){
  .chat-sidebar{
    top: 0px;
    left: 250px;
    z-index: 98;
    padding-top: 30px;}
 .chat-sidebar-menu {
    width: 423px !important;}
}
@media (max-width: 991px){
  .chat-sidebar {
    z-index: 100;
    left: -276px;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;}}
  .chat-sidebar-menu {
    width: 250px;
    padding-bottom: 60px;}
  .chat-header{
    padding: 10px;
    background: #FFFFFF;
    height: 64px;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #F5F5F5;}
  .chat-header .symbol.symbol-49 > img{
    width: 100%;
    max-width: 49px;
    height: 49px;}
  /* item-active */
  .chat-sidebar .chat-sidebar-menu .item-active{
    background-color: #F4EBFF;}
  /* open-sidebar-mob */
@media (max-width: 991px) {
  .chat_open-sidebar-mob {
    overflow-y: hidden;}	
  .chat_open-sidebar-mob .chat-sidebar{
    left: 0;}
  .chat_open-sidebar-mob .swipe-area-btn {
    padding-left: 230px;
    background-color: #18181973;
    width: 100%;
    top: 0;}
}
/* sidebar-toggle */	
@media (max-width: 991px) {	
  .chat-sidebar-menu .sidebar-toggle {
       position: absolute;
       right: 20px;
       top: 12px;
       width: 22px;
       height: 22px;
       opacity: 1;
       cursor: pointer;}
  .chat-sidebar-menu .sidebar-toggle:hover {
       opacity: 1;}
  .chat-sidebar-menu .sidebar-toggle:before, 
  .chat-sidebar-menu .sidebar-toggle:after {
       position: absolute;
       left: 15px;
       content: ' ';
       height: 23px;
       width: 2px;
       background-color: #fff;}
  .chat-sidebar-menu .sidebar-toggle:before {
       transform: rotate(45deg);}
  .chat-sidebar-menu .sidebar-toggle:after {
       transform: rotate(-45deg);}			
  }
/* sidebar-toggle */
@media (min-width: 992px) { 	
  .chat-sidebar-menu .sidebar-toggle {
       display: none;}		}
  .chat-sidebar-menu .symbol{
       display: inline-block;
       -ms-flex-negative: 0;
       flex-shrink: 0;
       position: relative;
    }
    .chat-sidebar-menu .symbol.symbol-59 > img{
       width: 100%;
       max-width: 59px;
       height: 59px;}

.chat-sidebar-menu .label.label-sm {
    height: 22px;
    width: 22px;
    font-size: 0.75rem;}
    
.chat-sidebar-menu .label.label-blue {
    color: #ffffff;
    background-color: #472270;
}

.chat-sidebar-menu .label {
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    border-radius: 50%;
}

.btn-skill
{
    background-color: #F5F5F5;
    width: 100% !important;
    text-align: start;
    padding: 10px 20px;
    border: 1px solid #2C99FF;
}
.btn-addmore,
.btn-addmore:hover,.btn-addmore:active{
    background-color: #F5F5F5;
    text-align: start;
    padding: 10px 20px;
    border: 1px solid #2C99FF;
}

.btn-addmore:focus{
    background-color: #F5F5F5;
    text-align: start;
    padding: 10px 20px;
    border: 1px solid #2C99FF;
}




.input-inside:focus-visible
{

outline: none !important;
}

.selected-items-container {
    max-height: none;
    overflow: hidden;
  }
  
  .hide-excess-items .selected-item:nth-child(n+5) {
    display: none;
  }
  .selected-items-container {
    max-height: none;
    overflow: hidden;
    position: relative;
  }

.job-opening .show-more-button, .job-opening .show-less-button
 {
    border: none;
    background-color: transparent;
    color: #959595;
    margin-top: 10px;

}
/* chat-shadow */
.chat-shadow{box-shadow: 2px 4px 7px 1px #0000000D;}

.setting-job .radio-form .form-check-input[type=radio]{
    height: 19px;
    width: 19px;
    background-color: #F9F9F9;
    border: 1px solid #BEBEBE;
}
.setting-job .radio-form input[type="radio"]:checked{
    background-color: transparent;
    background-image: none;
    border: 1px solid #128CFF;
}
.setting-job .radio-form input[type="radio"]:checked::before {
    content: "\f111";
    width: 17px;
    line-height: 18px;
    font-size: 18px;
    color: #128CFF;}
.setting-job .radio-form .form-check-label{color: #5C5C5C;}
.setting-job .radio-form .form-check-input:checked + .form-check-label {
    color: #383838 !important;}
.setting-job .button-container {
    position: absolute;
    right: 38px;
}


/* btn-download */
.btn-download{
    height: 35px;
    width: 35px;
    border: 1px solid;}
    
.projects-tabs__item {
    display:none;
}
.accordion-button .expandText:last-child, .accordion-button:not(.collapsed) .expandText:first-child

{
    display: none ;
}
.accordion-button .expandText:first-child, .accordion-button:not(.collapsed) .expandText:last-child
{
    display: block ;
}

/* chat input */

.btnSend {
    border-radius: 50%; 
    height: 46px;
    width: 46px;
    padding: 13px;
}


.documentViewContainer,
.imageViewContainer {
    position: relative;
}

.documentView,
.imgView {
    display: none;
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
    box-shadow: 2px 4px 7px 1px #0000000D;
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 15px;
    position: relative; 
}
@media screen and (max-width: 540px) {
    .documentView,
    .imgView {
        width: 100px;
        height: 100px; 
}
}

.dltBtn {
    cursor: pointer;
    border-radius: 50%;
    /* padding: 12px; */
    height: 25px;
    width: 25px;
    border: none;
}

.dltBtn i {
    font-size: 10px;

}
.list-div.is_readonly {border-bottom: 1px solid #ececec;}
.list-div.is_readonly .btn-save {
    display: none;
}
.list-div.is_readonly input[disabled], .list-div.is_readonly textarea[disabled] {
    cursor: text;
    color:#3D3D3D !important;
    font-size: 13px !important;
    padding: 13px 0px !important;
    background-color:transparent !important;
    border-color: transparent !important;
}
.list-div.is_editing{
    border-bottom: 1px solid #ececec;
    padding:10px 0;
}
.list-div.is_editing .btn-edit {
    display: none;
}

.shadow-card{
    box-shadow: 3px 4px 14px 0px #0000000F;}


.textArea {
    position: relative;
    width: 100%;
    min-height: 2rem; 
    max-height: 7rem; 
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    resize: none;
}
    
.textArea::-webkit-scrollbar {
    width: 7px; 
    right: 20px;
}

.textArea::-webkit-scrollbar-track {
    background-color: #F5F5F5; 
}

.textArea::-webkit-scrollbar-thumb {
    background-color: #287EFF; 
    border-radius: 5px; 
}

.messages-container {
    overflow-y: scroll;
    max-height: 80vh; 
}

.body-sec{
    overflow-y: scroll;
    max-height: 80vh;
}
@media (max-width: 991px) {
    .chat-footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .chat-section {
        position: relative; 
        height: 100vh; 
        overflow: hidden;
    }
    .chat-footer {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}

.chat-input {
    box-shadow: 3px 4px 20px 0px #0000000F;
}
.chat-input .form-control{
    background: #F9F6F6;
    border: 0;
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.chat-input .form-control:focus{
    box-shadow: none;
}

.apexcharts-legend.apexcharts-align-left.apx-legend-position-bottom{
    inset: auto 0px 0px 22px !important;
}

/* radio-main-div */
.radio-main-div .row_div{background-color: #F0F0F0; color: #5A5A5A;}
.radio-main-div .row_div.selected{background-color:#EEF7FF; border:2px solid #0F82ED; color:#282828;}
.radio-main-div .row_div input[type="radio"]:checked{
    background-color: transparent;
    border: 1px solid #0F82ED;}
.radio-main-div .row_div input[type="radio"]:checked::before {
    content: "\f111";}
.radio-main-div .row_div input[type="radio"]:checked::before{
    width: 14px;
    line-height: 14.5px;
    font-size: 11px;
    color: #0F82ED;}
.radio-main-div .row_div.radio-w input[type="radio"]:checked::before{
    width: 13px;}
.btn-choice{
    border: 1px solid #2C99FF;
    background:#F5F5F5;
}


/* comaplints  */
.complaints-img img{
    border-radius: 10px;
    object-fit: cover;
 }
 
 .complaints-replay{
    color: #3D3D3D;
    border-top: 1px solid #F3F3F3;
 }
/* bootstrap-select */
.bootstrap-select .dropdown-toggle .filter-option {display: contents;}
  /* Ensure dropdown icon is clickable */
.bootstrap-select .dropdown-toggle .filter-option::after {
    font-family: 'FontAwesome';
    content: '\f107';
    color: #8C8C8C;
    font-weight: 700;
    font-size: 13px;
}
.filter-by .filter-item .bootstrap-select .dropdown-toggle .filter-option {
   font-family: poppinsregular;
   color: #8C8C8C;
   font-size: 11px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text{
    font-size: 13px;
    font-family: poppinsregular;
}
.bootstrap-select .bs-ok-default:after{
    border-width: 0 .2em .2em 0;
}
.bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active{
    background-color: #f2f2f2;
    color: #000;

}
  
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/* form-number */
.form-number input[type="number"]::-webkit-outer-spin-button,
.form-number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinner arrows in Firefox */
.form-number input[type="number"] {
    -moz-appearance: textfield;
}
.datepick_div {
  position: relative;
}
/* job management  */
.job-management .card{
    box-shadow: 4px 4px 20px 0px #0000000D !important;
}
.job-management .search-form{
    position: relative;
    width: 100%;
    max-width: 245px;}
.job-management .search-form .btn{
    position: absolute;
    left: 0px !important;
    top: 0;
    right: auto !important;}
.job-management .search-form .form-control{
    font-size: 11px;
    padding: 6px 10px 6px 42px;}
.job-management .card-detail.active{
    border: 2px solid #4F1DBF;
    background: #F8F4FF;
    box-shadow: 4px 4px 20px 0px #0000000D;}
.job-management .card-detail .dropdown{
    z-index: 7;
}
.job-management .dropdown-toggle::after{
    display: none;}
.job-management .dropdown-menu{
    font-size: 13px;}
.job-management .job-management-body hr{
    border: 1px solid #E1E1E1;
    opacity: 0.75;}
.job-management .clr-badge .badge{
    font-weight: 500 !important;
    padding: .5em 1.25em !important;}
.job-management .premium-badge .badge{
    font-weight: 500 !important;
    padding: .35em .5em !important;}
.job-management .dropdown-item.active, .job-management .dropdown-item:active {
    color: #212529;;
    text-decoration: none;
    background-color: transparent;}
.job-management .chart {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;}
.job-management .day{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;}
.bar-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;}
.job-management .bar{
    width: 20px;
    border-radius: 12px;
    background: #344BFD;
    position: relative;
    margin-top: 20px; }
.job-management .highlight{
    background: #FF955A;}
.job-management .bar .star{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 12px;}
.job-management .value-tag{
    position: absolute;
    top: -28px;
    left: -4px;
    background: #FCE4D7;
    color: #FF955A;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 700;}
.job-management .label{
    margin-top: 8px;
    font-size: 13px;
    color: #767676;}
.job-management .requirements-list ul{
    padding-left: 1.5rem !important;}
.job-management .requirements-list ul li{
    font-size: 13px;
    color: #494949;}
.job-management .load-more__btn-wrap{
    margin-top: 20px;
    margin-left: 18px;
    margin-bottom: 15px;}
.job-management .load-more__btn{
    text-decoration: none;
    border: 1.5px solid #4A4A4A;
    color: #4A4A4A;
    padding: 10px 20px;
    border-radius: 43px;
    font-size: 12px;}
.job-management .btn-outline-gray{
    text-decoration: none;
    border: 1px solid #000000;
    color: #4A4A4A;
    padding: 5px 15px;
    border-radius: 43px;
    font-size: 12px;}
.job-management .feedback-user{
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;}

.job-management .rating-feed:not(:last-child){
    border-bottom: 1px solid #E1E1E1 !important;
}


.job-management .rating-feed hr{
    border: 1px solid #E1E1E1 !important;
    opacity: 0.75;}
.job-management .rating-feed .read-more{
    color: #454545 !important;}
@media (min-width: 768px) {
.job-management .scrollbar-y{
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;}
.job-management .scrollbar-y::-webkit-scrollbar{
    background-color: white;
    border-radius: 50px;
    width: 18px;}
.job-management .scrollbar-y::-webkit-scrollbar-thumb{
    background-color: #E4E4E4;
    border-radius: 50px;
    border: 4px solid white; }  
}
.job-management-header .search-form {
    position: relative;
    width: 100%;
    max-width:168px;}
.job-management-header .search-form .form-control{
    font-size: 13px;
    padding: 6px 45px 6px 15px !important;
    background-color: #F4F4F4;
    border:1px solid #F4F4F4;}
.job-management-header .search-form .btn{
    position: absolute;
    right: 0 !important; 
    left: auto !important;
    top: 0;
    min-width: auto;}
.job-management-header .search-form .btn img {
    height: 20px;}
.job-management-header .company-logo{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
/* skill */
.job-opening-new .dropdown-content .item{
    margin: 0px;}
.job-opening-new .dropdown-content{
    position: relative !important;}
.job_opening_page .selected-item{
    margin-right: 5px;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 10px 6px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    cursor: grab;
    padding-left: 40px;}
.selected-skills-container .close-button{
    position: absolute;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 18px;
    right: 22px;
    color: #A8A8A8;}
.job_opening_page .btn-link{
    color: #373737;
    font-size: 12px;
    list-style: none;
    text-decoration: none;}
.selected-skills-container .selected-item {
    display: flex;}
.selected-skills-container:not(.expanded) .selected-item:nth-child(n+5) {
    display: none !important;}
  
/* post a job */
.skill-choose .skill-slot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    min-width: 130px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 24px;
    border: 2px solid #595959;
    padding: 6px 18px 4px;
    text-align: center;
    background: #F6F6F6;
    color: #595959;
    font-size: 14px;
    width: auto;
    min-height: auto;
    transition: all 0.3s ease;
}
.skill-choose .skill-slot input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.skill-choose .skill-slot.active{
    border: 2px solid #4F1DBF;
    background: #F8F4FF;
}
.skill-choose .skill-slot.active input:checked ~ span {
    color:  #4F1DBF;
}
.skill-choose .skill-slot.peak{
    min-width: 160px;
}

.schedule-choose .schedule-slot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 24px;
    border: 2px solid #595959;
    padding: 6px 18px 4px;
    text-align: center;
    background: #F6F6F6;
    color: #595959;
    font-size: 14px;
    width: auto;
    min-height: auto;
    transition: all 0.3s ease;
}
.schedule-choose .schedule-slot input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.schedule-choose .schedule-slot.active{
    border: 2px solid #4F1DBF;
    background: #F8F4FF;
}
.schedule-choose .schedule-slot.active input:checked ~ span {
    color:  #4F1DBF;
}

/* slot-check */
.slot-check.hidden {
    display: none;}
.slot-check .icon{
    margin-right: 1px;}
    
/* toggle-skills */
.toggle-skills {
    color:#525252;
    font-size: 12px;
    list-style: none;
    text-decoration: none;}
.toggle-skills:hover{
    color:#525252;}
.toggle-skills .fa{font-size: 10px;}

/* Review and pay */
.review-pay-page .plan-detail{
    border: 2px solid #4F1DBF;
    background: #F0F0FF;
    border-radius: 15px;
}
/* /Review and pay */

/*plan right card */
/* plan card */
.plan_card .pay_per_post {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;}
.plan_card .pay_per_post input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;}
.plan_card .post_card {
    border: 1px solid #000;
    border-radius: 15px;
    padding: 10px 15px;
    transition: all 0.3s ease;}
    /* active */
.plan_card .pay_per_post.active .post_card {
    background: #4F1DBF;
    color: #fff !important;
    border-color: #4F1DBF;}
.plan_card .pay_per_post.active .post_card div:not(:last-child),
.plan_card .pay_per_post.active .post_card span {
    color: #fff !important;}
.plan_card .pay_per_post.active .post_card div:last-child{
    color: #AB95DD !important;}
.plan_card .btn.disable {
    background: #1180E7;
    opacity: 0.5;}
 
.compensation_page .form-default .form-body .form-label{
    font-family: poppinssemibold;
    font-size: 14px;
}    

/* job management preference-card  */
.preference-card .form-check-input {
    min-width: 22.041305541992188px !important;
    min-height: 22.041305541992188px !important;
    border-radius: 4.9px;
  }

  .preference-card .form-check-input:checked::before {
    content: none !important;
  }

  .preference-card .form-check-input:checked {
    background-color: #33B6FF;
  }

  .preference-card .form-check-input[type="radio"] {
    border: 2px solid #33B6FF;
    border-radius: 50%;
  }

  .preference-card .form-check-input.custom-radio-circle {
    background-color: #fff !important;
  }
  .preference-card .form-check-input.custom-radio-circle:checked::after {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #00AEEF !important; 
   
  }
  /* defult-img */
.defult-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

/* item-card */
.item-card .img-div img{
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 4px;
}
.item-main-card .item-card:not(:last-child) {
    border-bottom: 1px solid #dee2e5;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.item-main-card .item-card .read-more{
    font-size:12px;
    color:#3F3F3F;
    font-family: poppinsmedium;
    font-weight: normal;
}

/* skill-item-card */
.skill-item-card .skill-item:not(:last-child) {
    border-bottom: 1px solid #dee2e5;
    padding-bottom: 12px;
    margin-bottom: 15px;
}


/* job-offcanvas */
.job-offcanvas .form-default .form-body [class^="col-"] {
    margin-bottom: 0px;
}

/* scrollable-section  */
.scrollable-section {
    max-height: 500px;
    overflow-y: auto;
    overflow-x:hidden;
    padding-right: 10px; }
.scrollable-section-full{
    max-height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x:hidden;
    padding-right: 10px; }
.scrollable-section::-webkit-scrollbar,
.scrollable-section-full::-webkit-scrollbar {
    width: 15px;
    background-color: #ffff;
    border-radius: 8px;}
.scrollable-section::-webkit-scrollbar-track,
.scrollable-section-full::-webkit-scrollbar-track {
    background-color: #ffff;
    border-radius: 8px;}
.scrollable-section::-webkit-scrollbar-thumb ,
.scrollable-section-full::-webkit-scrollbar-thumb{
    background-color: #E4E4E4;
    border: 3.5px solid #ffff; 
    border-radius: 8px;}
/* /scrollable-section  */

/* ad-img-div */
/* .ad-img-div::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 11px;
    background: #00000066;} */
.ad-img-div .img-prim{
    width: 100%;
    height: 311.62px;
    border-radius: 11px;
    object-fit: cover;
}
.ad-img-div .img-primary{
    width: 100%;
    border-radius: 11px;
    object-fit: cover;
}
.ad-img-div .btn{
    position: absolute;
    left: 28px;
    bottom: 45px;
    font-size: 14px;
    padding:6px 5px 6px 19px;
}
.ad-img-div .btn-ad{
    left: 25px;
    bottom: 27px;
}
/*box-row */
.box-row .card{
  padding: 10px 0px;
  border-radius: 20px;
  box-shadow: 3px 4px 20px 0px #0000000F !important;}
.box-row .card .text{
    font-size: 16px;
    margin-bottom: 20px;}
.box-row .card h2{font-size: 54px;}

/* card-dark */
.card-dark {
    background-color:#262626;
    color:#EEEEEE;}

/* card-blue */
.card-blue{
    background-color:#5722CE;
    color:#EEEEEE;}


/* virtual multiselect */
.vscomp-toggle-button {
    background-color: #F2F2F2 !important;
    font-size: 10px;
    border-radius: 10px !important;
    padding: 5px 8px !important;
    border-color: transparent !important;}
.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
    box-shadow: none;}
.vscomp-dropbox-container{
    z-index: 999 !important;}
.vscomp-value{
    margin-right: 30px;}
.vscomp-wrapper {
    color: #212529 !important;
    font-family: inherit !important;
    font-size: 12px !important;}
.vscomp-arrow {
    position: absolute;
    right: 0;
    top: 2px;
    width: 32px;}
.vscomp-arrow::after {
    content: "";
    height: 5px;
    margin-top: -6px;
    width: 5px;}
.vscomp-wrapper.show-as-popup .vscomp-dropbox-container{
    background-color: transparent;
    justify-content: start;
    top: -200px;}
.vscomp-clear-button {
    align-items: center;
    border-radius: 50%;
    display: none;
    height: 24px;
    justify-content: center;
    margin-top: -12px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 6px;}
/*  */

/* tool-print */
.tool-print {display: none;}
/* company image size and delete button */
  .company-gallery-img-delete-image .company-gallery-img {
  width: 80px; 
  height: 80px; 
  object-fit: cover; 
  margin: 5px; 
}
.company-gallery-img-delete-image .image-delete-btn {
  position: relative;
  left: -24px;  /* Move left to overlap the image */
  top: -8px;     /* Move down a bit if needed */
  vertical-align: top;
  background: white;
  border-radius: 50%;
  padding: 2px 6px;
}
/* .logo-sec{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.logo-sec .visa-img{
    width: 110px;
    aspect-ratio: 110/50;
    object-fit: cover;
}
.logo-sec .masterid-img{
    width: 110px;
    aspect-ratio: 110/60;
    object-fit: cover;
}
.logo-sec .master-check-img{
    width: 100%;
    aspect-ratio: 10 / 10 !important;
    object-fit: cover;
}
.logo-sec .visa-secure-img{
    width: 100%;
    aspect-ratio: 10 / 10 !important;
    object-fit: cover;
}
@media (max-width:767px){
.logo-sec{
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.logo-sec .visa-img{
    width: 90px !important;
    aspect-ratio: 90/40 !important;
}
.logo-sec .masterid-img{
    width: 90px !important;
    aspect-ratio: 90/50 !important;
}
} */


.logo-sec {
    width: 100%;
    height: 80px;  
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-sec img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keeps logo ratio, no stretching */
}

