/*** Loader Start ***/

.loader2 {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,1);
    z-index:9999;
    text-align: center;
    height: 100vh;
}
.loader2 .center{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 575px) {
    .loader2 img{
        width: 60px;
    }
}
table.details tr td {
    border: none;
}
table.details thead th {
    border-top: none !important;
}
.modal-header{
    border-radius: 12px 12px 0 0 !important;
}
.modal-content{
    border-radius: 12px !important;
}
.headerDrop .dropdown-item:hover img {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.RemoveField{
    border: none;
    background: none;
    filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
}
.RemoveField img{
    width: 18.86px;
}
#Datatable .even{
    background: #F8FAFF;
}
#Datatable .odd{
    background: #FFFFFF;
}
.formHeading{
    top: 16.63px;
    left: 24px;
    padding: 4px 8px 4px 8px;
    gap: 1171px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.75px;
    text-align: left;
    color: #3F64C2;
}
.form-group label, input::placeholder{
    font-family: Roboto;
}
.select2-container .select2-selection--single{
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 6px !important;
}

.btn{
    padding: 0.15rem 0.75rem !important;
}
.modal {
    overflow: auto !important;
}

.btn-add{
    float:right !important;
    color: #FFFFFF !important;
    background-color: #076288;
    padding: 8px 16px;
    gap: 4px;
    border-radius: 8px;
}
.card-header .btn-add{
    padding: 6px 16px !important;
}
.card-title{
    font-family: Roboto;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    color: #3F64C2;
}
.modal-title{
    color: #3F64C2 !important;
    font-size: 18px;
    margin-bottom: 0;
}
td .dropleft .dropdown-toggle::before {
    display: none !important;
}

.btn-lightGrey {
    color: #fff;
    background-color: #89949f;
    /*background-image: linear-gradient(to bottom right,#89949f, #ffffff);*/
    border-color: #89949f;
    box-shadow: none;
}
.btn-lightPurple {
    color: #ffffff;
    background-color: #c6abf1;
    /*background-image: linear-gradient(to bottom right,#df52fe, #6337f2);*/
    border-color: #c6abf1;
    box-shadow: none;
}
.btn-lightGreen {
    color: #050505;
    /*background-image: linear-gradient(to bottom right,#62ef99, #d0de27);*/
    background-color: #35cb70;
    border-color: #62ef99;
    box-shadow: none;
}
.lightGreen{
    color: #089c43;
    background-color: #cef3db;
    border-color: #cef3db;
    box-shadow: none;
}

.bg-purple{
    background-color: #5D86EF !important;
}
.bg-purple a{
    color: #385EC0 !important;
}
.lightBlue{
    background-color: #E4EFFF !important;
    color: #5D86EF !important;
}
.lightRed{
    background: #FFCBD0 !important;
    color: #FF0000 !important;
}
/*.btn-primary {
    color: #050505;
    background-image: linear-gradient(to bottom right,#0ccbce, #0484d1);
    border-color: #0ccbce;
    box-shadow: none;
}*/

.btn-pink{
    color: #ffffff;
    /*background-image: linear-gradient(to bottom right,#fd9257, #ec0cc5);*/
    background-color: #bf5cb0;
    border-color: #bf5cb0;
    box-shadow: none;
}

/*
.btn-warning {
    color: #050505;
    background-image: linear-gradient(to bottom right,#fe924b, #fac25a);
    border-color: #fe924b;
    box-shadow: none;
}
.btn-info {
    color: #050505;
    background-image: linear-gradient(to bottom right,#0e97b8, #14def5);
    border-color: #0e97b8;
    box-shadow: none;
}
*/

.card-header{
    padding: 0.35rem 1.25rem !important;
}

.search-wrapper {
    position: relative;
    height: 36px;
}

.search-input {
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    padding-left: 32px;
    height: 100%;
    z-index: 1; /* 🟢 Important: go above other buttons */
}

.search-wrapper.active .search-input {
    width: 200px;
    opacity: 1;
    pointer-events: auto;
}

.searchIcon {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    color: #3C3C4399;
    font-size: 18px;
    cursor: pointer;
    z-index: 1; /* Make sure icon stays on top */
}
.global .searchIcon{
    color: #c3c3c3;
}

.search-wrapper.active .search-input {
    opacity: 1;
    pointer-events: auto;

}

.box-count{
    color: #ffffff;
}

.box-count:hover{
    color: #ffffff;
}
.box-count .iconDIv img {
    transition: transform 0.3s ease;
}

.box-count:hover .iconDIv img {
    transform: scale(1.2);
}

.box-count .inner p,
.box-count .inner h3 {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

/* Hover effect on parent */
.box-count:hover .inner p,
.box-count:hover .inner h3 {
    transform: translateY(-4px);
}

.box-count .inner p {
    position: relative;
    display: inline-block;
}

.box-count .inner p::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #5a5959;
    transition: width 0.3s ease;
}

.box-count:hover .inner p::after {
    width: 100%;
}

.box-count .small-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-count:hover .small-box {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.box-count .inner{
    padding: 2px 10px;
}

.card-txt{
    height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* width */
.card-txt::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.card-txt::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
}

/* Handle */
.card-txt::-webkit-scrollbar-thumb {
    background: #808080FF;
    border-radius: 10px;
}


.card-img{
    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* width */
.card-img::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.card-img::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
}

/* Handle */
.card-img::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 10px;
}

.bg-web{
    background: #dcdcff !important;
}
.bg-webDark{
    background: #9091f1 !important;
}
.bgColor.table thead{
    font-size: 13px !important;
    line-height: 1 !important;
    background-color: #E4EFFF!important;
    color: #385EC0!important;
}
.table-bordered td, .table-bordered th{
    border-color: #E8F1FF;
}
.table tfoot{
    font-size: 13px !important;
    line-height: 1 !important;
    background-color: #e4d8f7!important;
}
.table .btn-small{
    padding: 2px 5px !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    width: 30px !important;
}
.card-top-border{
    border-top: 3px solid #059995
}
table.details{
    font-size: 13px !important;
    border-radius: 12px;
    border-collapse: unset !important;
}
table.details tr td{
    padding: 7px 10px !important;
    font-size: 12px;
}

tfoot tr th{
    line-height: 13px !important;
}
.underlineGap{
    margin: 25px 0;
    border-bottom: 2px solid grey;
}
.tableImg{
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.translate h5.title{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.49px;
    text-align: left;
}
.translate p.details{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.61px;
    text-align: left;
    margin-bottom: 0;
}
.prod-image{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    margin: 2px 0px;
    padding: 2px;
}
.prod-image .img{
    width: 120px;
    height: 120px;
}
.prod-image img{
    max-width: 350px;
    max-height: 350px;
}

.receiver-chat{
    margin-top: 12px;
    /*float: left*/
}
.receiver-chat img{
    width:45px;
    height:45px
}
.receiver-chat .chatDiv{
    border: #2B89FF;
    padding: 8px;
    border-radius: 8px;
    margin-left: 10px;
    color: #ffffff;
    background-color: #2B89FF;
    display: flex;
    align-items: center;
}
.receiver-chat .chatDiv p {
    margin: 0 !important;
}
.receiver-chat .time{
    font-size: 10px;
    justify-content: left;
    margin-left: 10px;
}
.sender-chat{
    justify-content: right;
    margin-top: 12px
}
.sender-chat img{
    width:45px;
    height:45px
}
.sender-chat .chatDiv{
    border: 1px solid #2B89FF;
    padding: 8px;
    border-radius: 8px;
    margin-right: 10px;
    background-color: #E4EFFF;
    color: #2B89FF;
    display: flex;
    align-items: center;
}
.sender-chat .chatDiv p {
    margin: 0 !important;
}

.sender-chat .time{
    font-size: 10px;
    justify-content: left;
    margin-right: 10px;
}


@media (max-width: 1440px) {
    .prod-image img{
        max-width: 250px;
        max-height: 250px;
    }
}
@media (max-width: 1024px) {
    .prod-image img{
        max-width: 200px;
        max-height: 200px;
    }
}

@media (max-width: 955px) {
    .prod-image img{
        max-width: 150px;
        max-height: 150px;
    }
}
@media (max-width: 767px) {
    .prod-image img{
        max-width: 200px;
        max-height: 200px;
    }
}
#ImageModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
.logo{
    font-weight: 700 !important;
    color: #2e3094;
    border: 2px solid #d5e1ca;
    padding: 6px 8px;
    border-radius: 7px;
    background: #fff;
}
.brand-image {
    margin-top: -.5rem;
    margin-right: .2rem;
    height: 33px;
}
.roleDelete{
    border: 1px solid red;
    padding: 10px 15px 8px 15px;
    border-radius: 8px;
    color: red;
    margin: 2px;
}
.add-button{
    float: right !important;
    padding: 5px;
    font-size: 15px;
}
.hidden{
    display: none !important;
}
.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}
.highlighter{
    background-color: #e4d8f7;
    padding: 5px 7px;
    margin: 5px 0px;
}
.settingSidebar li{
    background-color: #1e3438;
    margin: 2px;
}
.settingSidebar li h4{
    color: #e4d8f7!important;
}
.settingSidebar li:hover{
    background-color: #106878
}
.active-sidebar{
     background-color: #106878 !important;
 }
.badge-btn{
    padding: 8px !important;
}


/*  asdsad  */
.img-div {
    position: relative;
    width: 15%;
    float:left;
    margin-right:5px;
    margin-left:5px;
    margin-bottom:10px;
    margin-top:10px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    max-width: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-div:hover .image {
    opacity: 0.3;
}

.img-div:hover .middle {
    opacity: 1;
}
.deleteCheck{
    position: absolute;
    top: 3%;
    left: 14%;
    transform: translate(-2%, -6%);
}
.deleteCheck img{
    filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}
.deleteCheck.download{
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardHead {
    background: #EDF2FE;
    padding: 4px 8px;
    font-family: Roboto;
    font-size: 16px;
    color: #3F64C2;
}

.cardHead i {
    padding: 8px;
}
.ItemDetailTitle{
    margin-bottom: 0;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;

}
.ItemDetailBody{
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.ApprovedPage .title{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: left;
    color: #3F64C2;

}
.cardBorder {
    border: 1px solid #BDB9E0;
    border-radius: 12px;
    padding: 0 8px ;
}
.cardBorderHead{
    padding: 8px 15px ;
}
.cardBorderHeadTitle{
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: left;
    color: #3F64C2;
    margin-bottom: 0;
}
.cardBorderBody{
    border-top: 1px solid #BDB9E0;
    padding: 8px 15px;
}
.detailsTable{
    border: 1px solid #BDB9E0;
    border-radius: 12px;
}
.detailsTable td{
    padding: 5px !important;
}
.formHeading {
    margin-bottom: 0;
    padding: 8px 5px;
    margin-left: 8px;
}
.titleTd {
    border: 1px solid #cecece;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #e4e4e6;
    font-weight: bold;
}
.main-header .nav-link{
    height: auto !important;
    font-size: 15px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.icon-div{
    width: 100px;
    height: 200px;
    border: 1px solid rgb(255 255 255 / 55%);
    position: absolute;
    bottom: 20%;
    left: 48%;
    border-radius: 48px;
}
.icon-div2{
    width: 100px;
    height: 200px;
    background-color: rgba(255 255 255 / 25%);
    position: absolute;
    top: -99%;
    left: 75%;
    transform: rotate(45deg);
    border-radius: 48px;
}
.icon-div3{
    width: 100px;
    height: 200px;
    background-color: rgba(255 255 255 / 25%);
    position: absolute;
    top: 5%;
    left: 75%;
    transform: rotate(124deg);
    border-radius: 48px;
}
.icon-divLeft{
    width: 100px;
    height: 200px;
    border: 1px solid rgb(255 255 255 / 55%);
    position: absolute;
    top: -115%;
    left: 53%;
    transform: rotate(17deg);
    border-radius: 48px;
}
.icon-divRight {
    width: 100px;
    height: 200px;
    border: 1px solid rgb(255 255 255 / 55%);
    position: absolute;
    transform: rotate(-19deg);
    top: -114%;
    left: 43%;
    border-radius: 48px;
}
.card{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
    border-radius: .6rem !important;
}
.profile-img{
    border: 1px solid transparent;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.add-member-icon{
    border: 1px solid #E4EFFF;
    background: #E4EFFF;
    border-radius: 50%;
    padding: 4px 9px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #000000;
}
.add-member{
    display: flex;
    align-items: center;
    color: grey;
}
.add-member:hover{
    color: #4165c3;
}
.nav-head-icon{
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.nav-head-icon:hover{
    color: #c3c3c3;
}
.nav-head-icon i{
    font-size: 18px;
}
.dash-card-title {
    font-size: 16px;
    font-weight: 400;
    color: #385EC0;
}
.all-messages{
    color: #5051F9;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 8px;
}
.urgent-messages{
    color: #FF2828;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-left: 8px;
}
.chat-read{
    color: #676D9B
}
.chat-unread{
    color: #6c6969
}
.sign-btn{
    border-radius: 20px;
    padding: 0.25rem 0.75rem !important;
}
.login-logo{
    width: 63.75px;
    height: 57px;
    flex-shrink: 0;
}
.login-img{
    width: 546.75px;
    height: 554.25px;
    flex-shrink: 0;
    position: absolute;
    top: 100%;
    left: -20%;
    transform: translate(0%, -100%);
    overflow: hidden;
}
@media (max-width: 769px) {
    .login-img{
        width: 346.75px;
        height: 354.25px;
    }
}
@media (max-width: 1024px) {
    .login-img{
        width: 425.75px;
        height: 430.25px;
        left: -25%
    }
}
.pagination .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border: none;
}
.pagination .page-item .page-link:hover {
    -webkit-border-radius: 8px;
    border-radius:  8px;
}
.pagination .page-item.active .page-link {
    -webkit-border-radius:  8px;
    border-radius:  8px;
}
.paginate_button{
    width: 42px !important;
    text-align: center !important;
}
.pagination .page-item.active .page-link{
    background: #076288!important;
}
.bottom{
    border: 1px solid rgba(0,0,0,.125);
    padding: 8px 15px;
    margin-top: 25px;
    border-radius: 8px;
}
.headerFilter .select2-container--default .select2-selection--single .select2-selection__arrow{
    /*display: none;*/
}
.headerFilter .select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 0 !important;
}
.headerFilter{
    width: 100%;
}
.headerFilter .select2-container--default .select2-selection--single , .headerFilter  input{
    border: none !important;
}
.headerFilter input{
    border-bottom: 1px solid #ced4da!important;
    border-radius: 0 !important;
    padding-bottom: 1px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
}

/*OLD*/
/*#Datatable_length select{*/
/*    border-top: none;*/
/*    border-left: none;*/
/*    border-right: none;*/
/*    box-shadow: none;*/
/*    border-radius: 0;*/
/*    border-bottom: 2px solid #007bff;*/
/*    width: 58px;*/
/*}*/
#Datatable_length {
    display: flex;
    align-items: center;
}
#Datatable_length select{
    margin: 0 5px;
    height: 26px;
    color: #3F64C2;
    font-weight: bold;
    border: 0.2px solid #BDB9E0;
}
#Datatable_length label{
    margin: 0;
}
#Datatable_length label::before{
    content: "Show";
    color: black;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

#Datatable_length label::after {
    content: 'items per page';
    color: black;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
.userCount{
    color: #000;
    font-size: 10.959px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.599px; /* 166.667% */
    letter-spacing: 0.398px;
}
.roleName{
    color: #000;
    font-size: 14.279px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.599px; /* 125% */
    letter-spacing: 0.531px;
    margin: 0;
    margin-top: 15px;
}
.permissionBtn{
    color: #0F6FDE;
    font-size: 12.619px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.599px; /* 142.857% */
    letter-spacing: 0.465px;
}
.roleBox{
    border-radius: 2.49px;
    border: 0.581px solid #7C7C7C;
    background: #FFF;
    padding: 12px 10px 14px 12px;
}
.roleBox:hover{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}
.addRole{
    color: #052141;
    font-size: 13.619px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.599px; /* 142.857% */
    letter-spacing: 0.465px;
    cursor: pointer;
}
.switchSmall {
    display: inline-block;
}
.switchSmall input {
    display: none;
}
.switchSmall small {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #455a64;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.switchSmall small:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .3s;
    box-shadow: -3px 0 3px rgba(0,0,0,0.1);
}
.switchSmall input:checked ~ small {
    background: #4bcb36;
    transition: .3s;
}
.switchSmall input:checked ~ small:before {
    transform: translate(16px, 0px);
    transition: .3s;
}
.table thead th{
    vertical-align: inherit !important;
    font-weight: 400;
}
.btn-add-outline{
    float: right !important;
    background-color: #FFFFFF !important;
    color: #3F64C2;
    border: 1px solid #3F64C2 !important;
    padding: 8px 16px !important;
    gap: 4px;
    border-radius: 8px;
}
.pricingTItleDiv{
    border-bottom: 0.8px solid #00000020;
    width: 95%;
    margin-bottom: 10px;
}
.pricingTitle{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: left;
}

.actionBtn li a:hover {
    background: none;
    cursor: pointer;
}
.navbar-badge.customBadge{
    font-size: .6rem !important;
    font-weight: 300 !important;
    position: absolute !important;
    right: -6px !important;
    top: -9px !important;
    border-radius: 50% !important;
    height: 20px !important;
    width: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #FFFFFF !important;
    background-color: #385EC0 !important;
}
.centerDiv{
    position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
}
.pageTitle{
    color: #385EC0;
    font-size: 43.482px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.waterMark{
    z-index: 1;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spanDesign1{
    width: 26.131px;
    height: 9.912px;
    border-radius: 21.626px;
    background-color: #f4f6f9;
}
.groupDesign{
    position: absolute;
    top: 21%;
    left: 98%;
}
.listingImg{
    width: 90%;
    height: auto
}

.modal-header{
    padding: 5px 20px !important;
    align-items: center;
}
.modal-header .close{
    padding: 1.35rem !important;
}
.showPasswordBtn{
    position: absolute;
    bottom: 26%;
    right: 3%;
    color: #aaa9a9;
    cursor:pointer;
}
.globalSearchBox{
    position: absolute;

    z-index: 9999;
    width: 400px;
    border: 1px solid #ced4da;
    background-color: #FFFFFF;
    font-size: 14px;
    display: none;
    max-height: 40vh !important;
    height: auto !important;
}
.globalSearchBox ul{
    padding: 5px;
}
.globalSearchBox ul li{
    list-style: none;
    color: grey;
}
.globalSearchBox ul li a{
    color: grey;
    cursor: pointer;
}
.globalSearchBox ul li.title{
    color: #5d86ef;
    text-decoration: underline;
    margin: 5px 0;
}
.globalSearchBox ul li.link:hover{
    color: #000000;
}
.form-control{
    font-size: 12px !important;
}
/*#more {display: none;}*/
.cursor-pointer{
    cursor: pointer ;
}
.deleteCheck{
    top: 30px;
    left: 90%;
    transform: translate(-95%, -91%);
    font-size: 10px;
}
input.form-control[type=radio] {
    width: 20px;
    height: 20px;
}
.headerDrop.dropdown:hover>.dropdown-menu {
    display: block;
}

.headerDrop.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
 /*pointer-events: none;*/
}

.headerDrop .dropdown-toggle::after{
    display: none;
}

.nav-color-grey{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #fff!important;
}
.nav-color-grey:hover{
    color: #bcbcbc !important;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right:  20px;
    padding-left: 15px;
}
.searchGlobal{
    width: 300px;
    padding-left: 32px;
    border-radius: 50px;
    background: #076288;
    color: white;
    height: 32px;
}
.searchGlobal:active , .searchGlobal:focus {
    background: #076288;
    color: white;
}
.searchGlobal::-webkit-input-placeholder{
    font-size: 12px;
    font-weight: 200 !important;
}
.searchGlobal::-moz-placeholder {
    font-size: 12px;
    font-weight:  200 !important;
}
.searchGlobal::-ms-input-placeholder {
    font-size: 12px;
    font-weight:  200 !important;
}
.nav-color-grey.dropdown-toggle{
    background: none;
    border: none;
    margin-top: 10px;
    padding: 0;
}
.headerDrop .dropdownTitle{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: center;
    color: #5A5959;
}
.headerDrop .dropdown-menu{
    padding: 16px 0 10px 0;
    gap: 16px;
    border-radius: 8px ;
    border: 1px solid #BDB9E0;
}
.headerDrop .dropdown-menu i{
    margin-right: 8px;
}
.headerDrop .dropdown-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}
.headerDrop .dropdown-item:hover{
    background: #3F64C2;
    color: #ffffff;
}
.headerDrop .dropdown-menu img{
    width: 18px;
    margin-right: 5px;
}
td .headerDrop .dropdown-item:hover{
    background: none !important;
    color: #000000;
    cursor: pointer;
}
td .headerDrop .dropdown-item{
    padding-top: 5px;
    padding-bottom: 5px;
}
td .headerDrop .dropdown-item:hover img {
    -webkit-filter: none !important; /* Safari/Chrome */
    filter: none !important;
}
#Datatable tr td{
    padding: .45rem !important;
    height: 45px !important;
    text-align: center;
    vertical-align: middle;
}
.magnific-image .porductImg{
    height: 45px;
    width: 45px;
    border-radius: 50%
}
.pricing{
    border-bottom: 0.8px solid #00000020;
}
#blockContent img{
    width: 100% !important;
    height: auto !important;
    border-radius: 0!important;
}
#blockContent .card-body{
    position: relative;
}
#blockContent .prod-text{
    background-color: rgba(0, 11, 22, 0.3);
    position: absolute;
    top: -500%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100px;
}
#blockContent .card-body:hover .prod-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.action{
    position: absolute;
    top: 5px;
    left: 99%;
    transform: translate(-99%, -0%);
    z-index: 99;
}
.itemid{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 99;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    background: #02020282;
}
#blockContent .dropdown-item{
    width: 50px;
}
#blockContent .nav-head-icon {
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    background: #02020282;
    cursor: pointer;
    z-index: 11;
}
.card-title{
    font-family: sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.btn-add{
    width: 90px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tableSearch{
    padding-left: 32px;
    width: 200px;
    height: 30px;
    border-radius: 20px;
}

#blockContent .dropdown-menu {
    top: 20px!important;
    transform: translate(-100%, 0)!important;
    left: 100% !important;
}
.dropdown-menu li{
    font-size: 12px;
}
.headerFilter.itemList .filter{
    width: 175px;
}
.headerFilter .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 0 !important;
}
@media (max-width: 1000px) {
    .small-box .iconImg{
        width: 25px !important;
    }
    .small-box .imgDiv{
        margin: 0 5px !important;
    }
    .box-count .inner {
        padding: 2px 5px !important;
    }
    .small-box .inner p {
        font-size: 12px !important;
    }
}
@media (max-width: 1024px) {
    .navbar-expand .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .listingImg{
        /*width: 80%;*/
        height: auto
    }
}
@media (min-width: 1440px) {

    .listingImg{
        width: 70%;
        height: auto
    }
    /*.listingTab{*/
    /*    padding: 0 100px !important;*/
    /*}*/
}
/*@media (min-width: 1920px) {*/
/*    .listingTab{*/
/*        padding: 0 150px !important;*/
/*    }*/
/*}*/
