@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,600;0,700;1,100;1,200;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.navbar-header {
    background: #b29a35;
}

.header-item {
    color: #ffffff;
}

body[data-sidebar=dark] .navbar-brand-box {
    background: transparent;
}

.short-action-btn input {
    position: absolute;
    width: 110px;
    border: none;
    outline: none;
    font-size: 11px;
    left: 40px;
}

.short-action-btn input::placeholder {
    color: #000;
}

/*#sidebar-menu {
    background: linear-gradient(186.76deg, #C4C4C4 -0.92%, #0080B4 -0.92%, #00ADA7 85.55%);
}*/
#sidebar-menu ul li a {
    color: #ffffff !important;
    padding: 13px 0;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#sidebar-menu ul li a img {
    width: 25px;
    height: auto;
    object-fit: contain;
    margin-right: 15px;
}

#sidebar-menu ul li a span {
    font-size: 15px;
}

body[data-sidebar=dark] .vertical-menu {
    background: url(../images/left-panelbg.png) left top repeat-x #c0a42d;
    z-index: 9;
}

li.mm-active {
    background-color: #eec515;
}

#sidebar-menu {
    padding: 0 0 30px 0px;
}

.waves-ripple {
    background: transparent !important;
}

li.mm-active a.waves-effect span {
    color: #fff !important;    /* padding-left: 24px; */
}

#page-topbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.app-search span {
    right: 13px !important;
    left: auto !important;
}

.app-search .form-control {
    background-color: #ffffff;
    border-radius: 50px;
}

.noti-icon i {
    font-size: 22px;
    color: #ffffff;
}

.navbar-header .dropdown .show.header-item {
    background-color: rgb(0 0 0 / 7%);
}

.header-profile-user {
    display: block;
}

.table-bg {
    border-radius: 0;
    margin: 10px 0;
    border: 1px solid #E0E0E0;
}

.table-striped thead {
    background: #b29a35;
    color: #fff;
}

.table th {
    font-weight: 600;
    border-right: 1px solid #ccc;
    text-align: center;
}

.table>thead>tr th:first-child {
    min-width: 70px;
}

.middle-width {
    min-width: 156px !important;
}

.big-width {
    min-width: 250px !important;
}

.large-width {
    min-width: 660px !important;
}

.midium-width {
    min-width: 500px !important;
}

.max-width {
    min-width: 320px !important;
}

td>p {
    margin: 0;
}

.block-date, .block-time {
    font-size: 11px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #e8e9ee;
    color: #222;
}

.table>tbody {
    vertical-align: middle;
}

.action {
    text-align: center;
}

.table>:not(caption)>*>* {
    padding: 10px;
}

.social-links {
    text-align: center;
}

.radious4 {
    border-radius: 4px;
}

.table>thead {
    vertical-align: middle;
}

.top-table {
    background: #b29a35;
    padding: 0 20px;
    border-radius: 4px;
}

.transparent-srch .form-control {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #e6d271;
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
}

.transparent-srch span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #ffffff;
    cursor: pointer;
}

.transparent-srch input::placeholder {
    color: #fff;
    opacity: 1;
}

.transparent-srch input:-ms-input-placeholder {
    color: #fff;
}

.transparent-srch input::-ms-input-placeholder {
    color: #fff;
}

.transparent-srch .form-control, .transparent-srch .form-control:focus {
    color: #ffffff;
    background: transparent;
}

.transparent-srch .form-control {
    padding-left: 18px;
    padding-right: 30px;
}

@media (min-width:768px) {
    .modal-dialog.add-new-plan-modal {
        max-width: 640px;
        margin: 1.75rem auto;
    }

}

@media (min-width:768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .new-vendor-pop {
        max-width: 900px !important;
        margin: 0 auto !important;
    }

}

.new-vendor-pop {

    /* max-width: 900px !important; */
    margin: 0 auto !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

/*------------Filter ------------*/
.table-action-btn {
    padding: 9px 40px 9px 15px;
    font-size: 16px;
    border-radius: 50px;   /* max-width: 173px;*/
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
}

.table-action-btn:after {
    content: "\F0140";
    font-family: "Material Design Icons";
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 0;
    line-height: initial;
    transform: translateY(-50%);
}

.dropdown-table-sm {
    min-width: 22rem;
    margin-top: 14px !important;
    border-radius: 6px;
}

.dropdown-table-sm:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    color: white;
    border-bottom: solid 11px rgb(255 255 255);
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.dropdown-table-sm {
    border: 1px solid rgb(209 209 209 / 15%);
}

.new-toggle-arrow .tollgle-box>div {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #4F4F4F;
}

/*------------Short Filter ------------*/
.short-action-btn {
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    color: #000;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
}

.short-action-btn:after {
    content: "\F0140";
    font-family: "Material Design Icons";
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 0;
    line-height: initial;
    transform: translateY(-50%);
}

.short-action-btnsend {
    padding: 9px 40px 9px 15px;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    color: #727272;
}

.short-action-btnsend:after {
    content: "\F0140";
    font-family: "Material Design Icons";
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 0;
    line-height: initial;
    transform: translateY(-50%);
}

.dropdown-short {
    min-width: 12rem;
    margin-top: 0 !important;
    border-radius: 6px;
}

.dropdown-short::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    color: white;
    border-bottom: solid 9px #fff;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}

.dropdown-short {
    border: 1px solid rgb(209 209 209 / 15%);
}

.dropdown-short-act-drop>a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px;
    color: #4F4F4F;
}

.exprot-btn {
    padding: 8px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer !important;
    border: 1px solid #fff;
    color: #000;
    background: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.exprot-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    background: url(../images/export.png) right center no-repeat;
    width: 20px;
    height: 22px;
    line-height: 22px;
    top: 6px;
}

.add-new-vendor {
    padding: 9px 40px 9px 15px;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    width: 100%;
}

.add-new-vendor:after {
    content: "";
    position: absolute;
    right: 10px;
    background: url(../images/add-vendor.png) no-repeat;
    width: 24px;
    height: 24px;
}

/*----------------- Swich btn ------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: #0A7DE1;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #CCE7FC;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tollgle-box>label.switch {
    float: right;
}

.tollgle-box {
    padding: 10px 20px;
}

/*-----------------End Swich btn ------------------*/
.cncl-btn {
    background-color: #BBBBBB;
}

.aply-btn {
    background-color: #0082B4;
}

.aply-btn, .cncl-btn {
    font-size: 20px;
    font-weight: 500;
    border: 0px;
    padding: 4px 40px;
    color: #fff;
    border-radius: 4px;
}

.new-toggle-arrow::after {
    left: auto;
    right: 3%;
    top: -7px;
}

.fa-trash-alt {
    color: #f00;
}

.login-sec {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    overflow: hidden;
}

.max-height {
    max-height: 100%;
}

.vh-100 {
    height: 100vh;
}

.btn-web {
    background: #0A58A2;
    padding: 10px 30px;
    color: #fff;
    width: 100%;
    max-width: 440px;
    font-size: 18px;
}

.login-left {
    background: url(../images/login-left-bg.png) left top repeat-x;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 100%;
    width: 100%;
    padding: 20% 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-img {
    text-align: center;
    height: auto;
    width: 300px;
    margin: auto;
}

.login-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 50px 20px !important;
    background: #E0E0E0;
}

.login-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.box-bg-dashboard{
width: 219px;
height: 196px;
background: linear-gradient(180deg, #FFFFFF -19.39%, #DCEBF1 40.95%, rgba(255, 255, 255, 0) 146.17%);
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 4px;
}*/
.box-bg-dashboard {
    background: url(../images/box-bg-dashboard.png) no-repeat;
    width: 355px;
    background-size: contain;
    background-position: center;    /* min-height: 264px; */
    padding: 20px;
    text-align: center;
    margin-top: 5%;
    margin-left: 0%;
}

.ds-bx-hd {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    color: #1b2759;
    height: 40px;
}

.ds-number {
    font-weight: 800;
    font-size: 55px;
    line-height: 80px;
    color: #fcaf3d;
}

.ds-box-img > img {
    margin-bottom: 25px;
    object-fit: contain;
    margin-top: -50px;
}

.user-mngmt-short {
    min-width: 20rem;
}

.user-drop-arrow>.dropdown-short:after {
    left: 70%;
}

.add-plan-btn {
    position: relative;
    background: #79a30c;
    color: #fff;
    padding: 7px 12px 7px 12px;
    display: inline-block;
    min-width: 150px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    text-align: center;
    height: 41px;
}

.add-plan-btn:after {
    content: "";
    position: absolute;
    left: 10px;
    background: url(../images/add-circle.svg) no-repeat left center;
    width: 26px;
    height: 26px;
    top: 6px;
}

.add-plan-btn:hover, .add-btn:hover {
    color: #fff;
}

.subsc-hd {
    font-size: 36px;
    color: #0085B3;
}

.plan {
    background: #fff;
    padding: 30px 90px 30px 30px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid rgba(0, 145, 176, 0.12);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.plan-hd {
    font-size: 20px;
    color: #3B3B3B;
    font-weight: 600;
}

.plan-cut-price {
    font-size: 20px;
    color: #838383;
    text-decoration: line-through;
}

.offer-price {
    font-size: 13px;
    color: #3B3B3B;
}

.offer-price>span {
    color: #FF0000;
}

.end-offer {
    font-size: 13px;
}

.plan-img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.plan-action-icon {
    position: absolute;
    right: 30px;
    top: 20px;
}

.plan-action-icon>i {
    margin-left: 6px;
    cursor: pointer;
}

.float-right {
    float: right;
}

.modal-header-web-clr {
    color: #0083B4;
    border-radius: 0;
}

.modal-header-web-clr {
    background-color: #b29a36;
    color: #fff;
    font-size: 36px;
    padding-left: 36%;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.add-btn {
    background-color: #0083B4;
    padding: 10px 40px;
    color: #fff;
}

.btn-close {
    background: transparent url(../images/cancel.png) center/1em auto no-repeat;
    opacity: 1;
}

.webhd {
    font-size: 30px;
    color: #0085B3;
    font-weight: 500;
}

.cancel-btn {
    background-color: #BBBBBB;
    padding: 10px 40px;
    color: #fff;
}

.no-accordion-arrow:not(.collapsed)::after {
    background-image: initial;
}

.no-accordion-arrow::after {
    background-image: initial;
}

.question-action-icon {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 14px;
    z-index: 99;
}

.mr-2 {
    margin-right: 4px;
}

.position-relative {
    position: relative;
}

.question-mark-icon {
    position: absolute;
    display: inline-block;
    top: 6px;
    z-index: 99;
    left: 10px;
}

.no-accordion-arrow {
    padding: 1rem 3.25rem;
}

.question-mark-icon>img {
    max-width: 26px;
}

.add-faq-btn {
    position: relative;
    background: #0082B4;
    color: #fff;
    padding: 12px 50px 12px 15px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

.add-faq-btn:after {
    content: "";
    position: absolute;
    right: 10px;
    background: url(../images/add-circle.svg) no-repeat;
    width: 26px;
    height: 26px;
    top: 10px;
}

.add-faq-btn:hover, .add-btn:hover {
    color: #fff;
}

.user-mngmt-fltr {
    min-width: 16rem;
}

#enquiry-mngmt>thead>tr th:not(:first-child), #enquiry-mngmt>tbody>tr>td:not(:first-child) {
    text-align: center;
}

td.yes {
    color: #57C150;
}

td.no {
    color: #FF5B5B;
}

#sidebar-menu .mm-active>.has-arrow:after {
    color: #0099ad;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #0085B3 !important;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li.mm-active a {
    color: #0085B3 !important;
    background: rgba(0, 152, 173, 0.11);
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: 0.4rem 1rem 0.4rem 1.4rem;
}

input[type="date"]:focus {
    outline: none;
}

/*------------ type date -------------*/
.date-box input[type="date"]::before {
    color: #fff;
    content: attr(placeholder);
}

.date-box input[type="date"] {
    color: #0082b4;
}

.date-box input[type="date"]:focus, .date-box input[type="date"]:valid {
    color: #fff;
}

.date-box input[type="date"]:focus::before, .date-box input[type="date"]:valid::before {
    content: "" !important;
}

.date-box>input {
    padding: 8px 10px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #fff;
    width: 100% !important;
}

.date-box>input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.modal {
    top: 5%;
    overflow: auto;
}

/*------------End type date -------------*/

/*
.date-box-multi input[type="text"]::before {
color: #fff;
content: attr(placeholder);
}
.date-box-multi input[type="text"] {
color: #0082b4;
}
.date-box-multi input[type="text"]:focus,
.date-box-multi input[type="text"]:valid {
color: #fff;
}
.date-box-multi input[type="text"]:focus::before,
.date-box-multi input[type="text"]:valid::before {
content: "" !important;
}
.date-box-multi>input {
padding: 8px 10px;
border-radius: 50px;
background: transparent;
border: 1px solid #fff;
width: 100% !important;
}
.date-box-multi>input::-webkit-calendar-picker-indicator {
filter: invert(1);
}*/

/*------------End type date -------------*/
.upload-img {
    border: 2px dashed #BDBDBD;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin: 0 3px 20px 0;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.max-width-upload {
    max-width: 300px;
}

.btn-style-save>a {
    background: #0083B4;
    color: #fff !important;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    margin: 0 !important;
}

.table {
    background: #fff;
}

.title-center {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 100%;
}

.title-center2 {
    text-align: center;
    color: #000;
    margin: 10px auto;
    width: 100%;
    font-size: 22px;
}

.title-center4 {
    text-align: center;
    color: #000;
    margin: 12px auto;
    width: 77%;
    font-size: 16px;
}

.uplod-hd {
    font-size: 20px;
    font-weight: bold;
    color: #0083b4;
}

.upload-box {
    position: relative;
    border: 1px dotted #828282;
    height: 70px;
    max-width: 200px;
    border-radius: 4px;
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #4F4F4F;
    cursor: pointer;
}

/*.table-condensed>tbody>tr>td, .table-condensed>thead>tr>th {
padding: 7px;
background: transparent !important;
color: #000 !important;
}*/
.max-srch-width {
    max-width: 250px;
}

.calender-div:before {
    background: none;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f133";
    width: 15px;
    height: 20px;
    position: absolute;
    right: 27px;
    color: #fff;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
}

.calender-div-black-icon:before {
    background: none;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f133";
    width: 15px;
    height: 20px;
    position: absolute;
    color: #333;
    bottom: 9px;
    right: 27px;
}

.white-place-txt>input::placeholder {
    color: #fff;
    opacity: 1;
}

.white-place-txt>input:-ms-input-placeholder {
    color: #fff;
}

.white-place-txt>input::-ms-input-placeholder {
    color: #fff;
}

.white-place-txt>.form-control:focus {
    background-color: #0082b4;
}

.date-box>input.form-control {
    color: #fff;
}

/*------------- All Filters ----------*/
li.nav-item.dropdown>a {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: -56px;
}

.allbtn-top-drop {
    padding: 9px 40px 9px 20px;
    font-size: 0.9rem;
    border-radius: 50px;
    min-width: 100px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
}

.allbtn-top-drop:after {
    content: "\F0140";
    font-family: "Material Design Icons";
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 0;
    line-height: initial;
    transform: translateY(-50%);
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}

.full-menu-box {
    background-color: transparent;
    border: 0px;
    box-shadow: none !important;
}

.mega-content {
    padding-top: 11px;
}

.all-filter-dropbox {
    position: relative;
}

.top-all-filterbg {
    background: #0069c5;
    padding: 8px;
}

.formbox {
    padding: 20px;
}

.shadow.full-menu-box {
    width: 90%;
    top: auto;
    left: 5%;
}

.full-filter-li {
    max-width: 150px;
    position: absolute !important;
    top: -57px;
    right: 15px;
}

.box-shadow {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.all-filter-top-part-clr {
    height: 50px;
    background: #0082b4;
}

.all-filter-top-part-clr {
    position: relative;
}

.all-filter-top-part-clr:after {
    content: "";
    position: absolute;
    right: 30px;
    border-bottom: solid 11px #0082b4;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    transform: translateX(-50%);
    top: -10px;
    z-index: 9999;
}

.date-place {
    position: relative;
}

.date-place input[type="text"]::before {
    background: none;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f133";
    width: 15px;
    height: 20px;
    position: absolute;
    right: 27px;
    color: #333;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
}

.three-btn-box {
    display: flex;
    gap: 0 20px;
    justify-content: center;
    margin-top: 20px;
}

.clear-filter-btn {
    background-color: #828282;
}

.btn-style {
    max-width: 262px;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
}

.save-filter-btn {
    background-color: #0082B4;
}

.apply-filter-btn {
    background-color: #219653;
}

.save-filter-btn:hover {
    background-color: #005372;
    color: #fff;
}

.clear-filter-btn:hover {
    background-color: #222222;
    color: #fff;
}

.apply-filter-btn:hover {
    background-color: #004c21;
    color: #fff;
}

.ctgry-mgmt .add-cat {
    background-color: #0080B4;
    padding: 12px 26px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.ctgry-mgmt .del {
    background-color: #EF172CBD;
    padding: 12px 26px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.ctgry-mgmt .acv {
    background-color: #219653;
    padding: 12px 26px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.ctgry-mgmt .edt {
    background-color: #ABABAB;
    padding: 12px 26px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}

.ctgry-mgmt .sb-cat-txt {
    text-align: left !important;
    color: #000;
    min-width: 400px !important;
}

.ctgry-mgmt .actn-btn {
    min-width: 400px;
}

.ctgry-mgmt .actn-btnRES {
    min-width: 550px;
    text-align: center !important;
}

.ctgry-mgmt td {
    text-align: center !important;
    border-right: 1px solid #D6E9F0;
}

.ctgry-mgmt td:last-child a:last-child {
    margin-left: 10px;
}

.modal-dialog.add-cat-modal {
    max-width: 500px;
    margin: 6% auto;
}

.uploadimg {
    border: 1px solid #ccc;
    padding: 5px;
    float: left;
    border-radius: 5px;
    width: 100%;
}

input.upfile {
    float: right;
    text-align: right;
    background: #fff;
    color: transparent;
    width: 100px;
    border: none !important;
}

.msg-hed {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: #0085B3;
    padding: 10px 0 50px 0;
}

.white-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 50px;
}

.msg-btn {
    padding: 50px 0 0 0;
}

.new-toggle-arrow.dropdown-menu.dropdown-menu-sm.dropdown-table-sm.dropdown-menu-end.show {
    transform: unset !important;
}

.dropdown-menu.dropdown-menu-sm.dropdown-short.dropdown-menu-end.show {
    transform: unset !important;
}

.page-content {
    background: #FFFDFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.faq-btn {
    margin-top: 100px;
}

.dashitem .mm-active .side-icon>span:after, .dashitem:hover .side-icon>span:after {
    content: "";
    width: 26px;
    height: 25px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.dashitem .side-icon>span:after {
    content: "";
    width: 26px;
    height: 25px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.dashitem.mm-active .dash-icon>span:after, .dashitem:hover .dash-icon>span:after {
    background: url(../images/das-b.png) no-repeat !important;
}

.dashitem .dash-icon>span:after {
    background: url(../images/das.png) no-repeat !important;
}

.dashitem.mm-active .vendor-icon>span:after, .dashitem:hover .vendor-icon>span:after {
    background: url(../images/ven-b.png) no-repeat !important;
}

.dashitem .vendor-icon>span:after {
    background: url(../images/ven.png) no-repeat !important;
}

.dashitem.mm-active .user-icon>span:after, .dashitem:hover .user-icon>span:after {
    background: url(../images/user-b.png) no-repeat !important;
}

.dashitem .user-icon>span:after {
    background: url(../images/user.png) no-repeat !important;
}

.dashitem.mm-active .subs-icon>span:after, .dashitem:hover .subs-icon>span:after {
    background: url(../images/sub-b.png) no-repeat !important;
}

.dashitem .subs-icon>span:after {
    background: url(../images/sub.png) no-repeat !important;
}

.dashitem.mm-active .term-icon>span:after, .dashitem:hover .term-icon>span:after {
    background: url(../images/term-b.png) no-repeat !important;
}

.dashitem .term-icon>span:after {
    background: url(../images/term.png) no-repeat !important;
}

.dashitem.mm-active .privacy-icon>span:after, .dashitem:hover .privacy-icon>span:after {
    background: url(../images/priv-b.png) no-repeat !important;
}

.dashitem .privacy-icon>span:after {
    background: url(../images/priv.png) no-repeat !important;
}

.dashitem.mm-active .help-icon>span:after, .dashitem:hover .help-icon>span:after {
    background: url(../images/help-b.png) no-repeat !important;
}

.dashitem .help-icon>span:after {
    background: url(../images/help.png) no-repeat !important;
}

.dashitem.mm-active .contest-icon>span:after, .dashitem:hover .contest-icon>span:after {
    background: url(../images/cont-b.png) no-repeat !important;
}

.dashitem .contest-icon>span:after {
    background: url(../images/cont.png) no-repeat !important;
}

.dashitem.mm-active .inquiry-icon>span:after, .dashitem:hover .inquiry-icon>span:after {
    background: url(../images/inq-b.png) no-repeat !important;
}

.dashitem .inquiry-icon>span:after {
    background: url(../images/inqu.png) no-repeat !important;
}

.dashitem.mm-active .ping-icon>span:after, .dashitem:hover .ping-icon>span:after {
    background: url(../images/ping-b.png) no-repeat !important;
}

.dashitem .ping-icon>span:after {
    background: url(../images/ping.png) no-repeat !important;
}

.dashitem.mm-active .category-icon>span:after, .dashitem:hover .category-icon>span:after {
    background: url(../images/cate-b.png) no-repeat !important;
}

.dashitem .category-icon>span:after {
    background: url(../images/cate.png) no-repeat !important;
}

.dashitem.mm-active .send-icon>span:after, .dashitem:hover .send-icon>span:after {
    background: url(../images/send-b.png) no-repeat !important;
}

.dashitem .send-icon>span:after {
    background: url(../images/send.png) no-repeat !important;
}

.dashitem.mm-active .logout-icon>span:after, .dashitem:hover .logout-icon>span:after {
    background: url(../images/log.png) no-repeat !important;
}

.dashitem .logout-icon>span:after {
    background: url(../images/log.png) no-repeat !important;
}

.profile-pic-box {
    text-align: center;
}

.profile-img {
    text-align: center;
    position: relative;
    display: inline-block;
}

.profile-img>img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid white;
}

.upload-pic {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.pop-modal {
    width: 100%;
}

.drop-icon {
    appearance: auto !important;
}

.lil-mar {
    margin-top: 20px;
}

.lil-mar label {
    margin-bottom: 0;
}

.togl-flex {
    display: flex;
    justify-content: space-between;
}

/*.calendar {
display: flex;
justify-content: space-between;
margin: 13px 0;

}*/
.cal-icon i {
    padding-right: 8px;
}

.cal-linked {
    color: #08A166;    /* padding-right: 18px; */
}

.form-btn {
    text-align: center;
    margin: 50px 0;
}

.form-btn .cncl-btn {
    padding: 4px 20px;
    background-color: #0083B4;
}

/*----------------------------- Toggle btn Designs --------------*/
.can-toggle {
    position: relative;
    display: inline-block;
}

.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type=checkbox][disabled] ~ label {
    pointer-events: none;
}

.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 4px;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle>label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.can-toggle>label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle>label .can-toggle__switch {
    position: relative;
}

.can-toggle>label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle>label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type=checkbox][disabled] ~ label {
    color: rgba(234, 0, 48, 0.5);
}

.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #2782D2;
}

.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #000;
}

.can-toggle input[type=checkbox]:hover ~ label {
    color: #fff;
}

.can-toggle input[type=checkbox]:checked ~ label:hover {
    color: #000;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #2782D2;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #000;
}

.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #2782D2;
}

.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #333;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #2782D2;
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #000000;
}

.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(43px, 0, 0);
}

.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle>label {
    font-size: 14px;
}

.can-toggle>label .can-toggle__switch {
    height: 22px;
    flex: 10 0 85px;
    border-radius: 4px;
    border: 1px solid #2782D2;
}

.can-toggle>label .can-toggle__switch:before {
    left: 50px;
    font-size: 12px;
    line-height: 20px;
    width: 8px;
    padding: 0 3px;
}

.can-toggle>label .can-toggle__switch:after {
    top: 0px;
    left: 0px;
    border-radius: 2px;
    width: 40px;
    line-height: 20px;
    font-size: 12px;
}

.can-toggle>label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.wid5 {
    width: 5%;
    float: left;
    margin-right: 1px;
}

.wid6 {
    width: 6%;
    float: left;
    margin-right: 13px;
}

.wid8 {
    width: 8%;
    float: left;
    padding: 8px 4px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins', serif;
    font-weight: 400 !important;
    color: #FFFFFF;
    text-align: right;
}

.wid11 {
    width: 11%;
    float: left;
    margin-left: 3px;
}

.wid13 {
    width: 13%;
    float: left;
    margin-left: 3px;
}

.wid14 {
    width: 14%;
    float: left;
    margin-left: 3px;
}

.wid14 p {
    padding: 8px 4px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    text-align: right;
}

.wid16 {
    width: 16%;
    float: left;
    margin-left: 5px;
    margin-right: 11px;
}

.wid17 {
    width: 17%;
    float: right;
}

.wid18 {
    width: 18%;
    float: left;
    margin-right: 5px;
}

.wid19 {
    width: 19%;
    float: left;
    margin-right: 0;
}

.wid20 {
    width: 20%;
    float: left;
}

.wid21 {
    width: 25%;
    float: right;
}

.wid22 {
    width: 22%;
    float: left;
    margin-right: 3px;
}

.wid24 {
    width: 24%;
    float: left;
}

.wid25 {
    width: 25%;
}

.wid26 {
    width: 26%;
    float: left;
    margin-right: 3px;
}

.wid27 {
    width: 27%;
    float: left;
    margin-right: 3px;
}

.wid28 {
    width: 28%;
    float: left;
    margin-right: 3px;
}

.wid30 {
    width: 30%;
    float: left;
    margin-right: 3px;
}

.wid31 {
    width: 31%;
    float: left;
    margin-right: 3px;
}

.wid34 {
    width: 34%;
    float: left;
    margin-right: 10px;
}

.wid35 {
    width: 35%;
}

.wid40 {
    width: 40%;
    float: left;
    margin-right: 3px;
}

.top-date {
    position: absolute;
    z-index: 99;
    left: 26px;
    top: -11px;
    background: #89B417;
    color: #fff;
}

/* -------------------------round-----------toggle----------------- */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #89b417;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*------------------ Toggle designs yes no End -------------------*/

/*==========================Goutam css 30-07-2022=========================*/

.green-text {
    color: #57C150;
}

.red-text {
    color: #FF5B5B;
}

.mb-3 {
    position: relative;
}

.eyebg {
    position: absolute;
    right: 4%;
    top: 41%;
    color: #999999;
}

textarea {
    resize: none;
}

.table th:last-child td, .table tr:last-child td {
    border-right: 1px solid #D6E9F0;
}

.calbg {
    background: #0082B4;
    border-radius: 5px;
    padding: 10px;
}

.borderR {
    border: 1px solid #ccc;
    border-radius: 50px;
    line-height: 30px;
    padding: 3px 17px;
    width: 27%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.month {
    padding: 10px;
    width: 100%;
    text-align: center;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    list-style-type: none;
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

.days {
    padding: 10px 0;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

.days li .active {
    line-height: 20px;
    background: #0082b4;
    color: white !important;
    border-radius: 50%;
    text-align: center;
}

.callender_box {
    position: absolute;
    right: 0;
    top: 16%;
    z-index: 99999;
    width: 65%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 32px rgba(170, 170, 170, 0.03);
    border-radius: 12px;
}

.callender_box2 {
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 99999;
    width: 119%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 32px rgba(170, 170, 170, 0.03);
    border-radius: 12px;
}

.plan-action-icon4 {
    position: absolute;
    right: 30px;
    top: 4px;
}

.ColL {
    width: 48%;
    float: left;
}

.ColR {
    width: 48%;
    float: right;
}

.cncl-btn10 {
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    padding: 4px 22px;
    color: #fff;
    border-radius: 4px;
    background: #93939a;
}

.aply-btn10 {
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    padding: 4px 22px;
    color: #fff;
    border-radius: 4px;
    background: #0082B4;
}

.CV .custom-file-upload {
    color: #58585A;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
    font-family: 'Poppins';
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #F2F3F3;
    font-size: 16px;
    line-height: 24px;
}

.uploadicon {
    position: absolute;
    right: 10px;
    bottom: -47px;
    color: #0080B4;
}

.date-icon {
    position: absolute;
    right: 24px;
    bottom: 7px;
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {
        width: 13.1%;
    }

}

@media screen and (max-width:420px) {
    .weekdays li, .days li {
        width: 12.5%;
    }

    .days li .active {
        padding: 2px;
    }

}

@media screen and (max-width:290px) {
    .weekdays li, .days li {
        width: 12.2%;
    }

}

.form-control {
    display: block;
    width: 100%;
    padding: 2px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #505d69;
    background-color: #EFEFEF;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
    background-color: #efefef;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #ff0000;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(../images/red.png) !important;
}

.form-check-input {
    border: 1px solid #ccc;
}

.dropdown-menu-end[style] {
    right: 0 !important;
    left: auto !important;
    transform: translate(15px, -2px) !important;
}

.user-mngmt-short {
    min-width: 16rem;
}

.navbar-expand .navbar-nav .dropdown-menu {
    transform: translate(123px, -11px) !important;
}

.table-bg {
    padding: 0;
    border-radius: 0;
}

.month ul li {
    color: #000;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px;
    list-style-type: none;
}

.month .next {
    float: right;
    padding-top: 0;
}

.month .prev {
    float: left;
    padding-top: 0;
}

.weekdays li {
    display: inline-block;
    width: 10%;
    color: #666;
    text-align: center;
    font-size: 12px;
    padding-left: 6px;
}

.input-container {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.icon {
    padding: 10px;
    color: dodgerblue;
    min-width: 50px;
    text-align: center;
}

.lock {
    text-align: left;
    position: absolute;
}

.cross {
    text-align: left;
    position: absolute;
    right: 20px;
    top: 0;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-bottom: 2px solid #007FB4;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

.btn {
    background-color: #0A58A2;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: ##4F4F4F;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    width: 20%;
    border-radius: 50px;/*    box-shadow: 2px 3px 2px 3px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 2px 3px 2px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 2px 3px 2px 3px rgba(0, 0, 0, 0.20);*/
}

.btn:hover {
    opacity: 1;
    color: #FFFFFF;
}

.input-field2 {
    width: 100%;
    padding: 10px 6px;
    outline: none;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

.modal-body p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: ##4F4F4F;
}

#result {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.thumbnail {
    height: 199px;
}

.loca_icon {
    right: 3%;
    position: absolute;
    top: 50%;
}

.loca_icon2 {
    right: 10%;
    position: absolute;
    top: 50%;
}

.pagination {
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 6px;
    margin: 0 auto;
    float: none;
}

.pagination span {
    display: flex;
    margin: auto;
}

.pagination a {
    color: #ad9738;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
}

.pagination a:hover {
    color: #2F80ED;
}

.pagination a.active {
    color: #2F80ED;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 20px;
}

.main-content h2 {
    color: #182341;
    font-family: 'Nunito Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    padding: 12px 0 0 0;
}

.main-content h4 {
    color: #89B417;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.main-content p {
    color: #828282;
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.add-plan-btn2 {
    position: relative;
    background: #79a30c;
    color: #fff;
    padding: 7px 12px 7px 12px;
    display: inline-block;
    min-width: 260px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff;
    text-align: center;
    height: 41px;
}

.add-plan-btn2:after {
    content: "";
    position: absolute;
    left: 10px;
    background: url(../images/add-circle.svg) no-repeat left center;
    width: 26px;
    height: 26px;
    top: 6px;
}

.add-plan-btn2:hover, .add-btn:hover {
    color: #fff;
}

.input-field3 {
    width: 350px;
    padding: 10px 6px;
    outline: none;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    margin: 12px auto;
    float: none;
    background: #f5f5f5;
}

.input_fieldbox {
    width: 350px;
    margin: 12px auto;
    text-align: center;
    position: relative;
}

.loca_icon3 {
    right: 3%;
    position: absolute;
    top: 28%;
}

.loca_icon4 {
    left: 16%;
    position: absolute;
    top: 28%;
}

.field-icon {
    float: right;
    margin-left: -38px;
    margin-top: 19px;
    position: relative;
    z-index: 2;
    font-size: 30px;
    color: #182341;
}

/*.eyebg{
padding-top:50px;
margin: auto;
}*/
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: .875rem;
    color: #505d69;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    width: 230px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #000;
    background: #000;
    font-weight: bold;
    color: #eb8f00;
    text-align: center;
}

#clockdiv {
    font-family: sans-serif;
    position: absolute;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin-top: -30px;
    margin-left: 10px;
}

#clockdiv > div {
    padding: 0;
    display: inline-block;
}

#clockdiv div > span {
    padding: 0;
    display: inline-block;
    color: #333333;
}

#clockdiv2 {
    font-family: sans-serif;
    position: absolute;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin-top: -30px;
    margin-left: 10px;
}

#clockdiv2 > div {
    padding: 0;
    display: inline-block;
}

#clockdiv2 div > span {
    padding: 0;
    display: inline-block;
    color: #333333;
}

.ui-widget-content {
    border: 1px solid #fff;
    background: #fff;
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #89b417;
    background: #89b417;
    color: #ffffff;
    font-weight: bold;
}

.sign-in-box {
    margin: 10px 0 20px 0;
    text-align: center;
    margin: 10px 0 20px 0;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 4%;
    box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 0px 21px -3px rgba(0, 0, 0, 0.25);
}

.sign-in-box h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    padding: 24px 0;
    margin: 0;
}

.form-check {
    float: right;
    padding-right: 1.5em;
    margin-bottom: .125rem;
}

.srch-box {
    background: #FFFFFF;    /*box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);*/
    border-radius: 10px;
    border: 1px solid #b3b3b3;
    padding: 6px 23px;
    width: 92%;
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
    margin-top: 6%;
}

.dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu ul li {
    padding: 10px;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.scroll {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #FF432A;
    border-bottom: 50px;
}

.scroll2::-webkit-scrollbar {
    width: 8px;
}

.scroll2 {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    height: 220px !important;
}

.scroll2::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.scroll2::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.scroll {
}

.scroll2 {
    height: 100vh;
    background: whitesmoke;
    overflow-y: auto;
    margin: 0 auto;
    padding: 0;
}

.short-action-btn2 {
    padding: 6px 10px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.dropdown-short-act-drop span {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    color: #969696 !important;
    left: auto !important;
}

.dropdown-short-act-drop ul {
    padding: 0;
    margin: 0;
}

.dropdown-short-act-drop ul li {
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    color: #333333;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.dropdown-short-act-drop ul li img {
    width: 14px;
    margin-right: 5px;
}

.dropdown-short-act-drop:last-child ul li {
    border-bottom: 1px solid transparent;
}

.img-boxbg {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 340px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.logout-in-btn {
    background: #000;
    border: none;
    font-family: 'Poppins', sans-serif;
    padding: 10px 30px;
    border-radius: 7px;
    color: #fff !important;
    font-size: 14px;
    margin: 0 15px;
}

.logout-in-btn-red {
    background: #BB0000;
    color: #fff;
}

.img-boxbg i {
    font-size: 60px;
    color: #BB0000;
}

.img-boxbg h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    padding: 12px 0 0 0;
}

.img-boxbg h3 {
    color: #eec515;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    padding: 12px 0 0 0;
}

.img-boxbg p {
    color: #656565;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding: 12px;
}

.right-bar {
    overflow: auto
}

.right-bar .slimscroll-menu {
    height: auto !important
}

}

.metismenu {
margin: 0
}

.metismenu li {
display: block;
width: 100%
}

.metismenu .mm-collapse {
display: none
}

.metismenu .mm-collapse:not(.mm-show) {
display: none
}

.metismenu .mm-collapse.mm-show {
display: block
}

.metismenu .mm-collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
transition-property: height, visibility
}

.dropdown-box {
background: #fff;
overflow: hidden;
margin: 4px auto;
border-radius: 6px;
width: 260px;
position: relative;
}

.dropdown-box li {
float: left;
list-style-type: none;
margin: 0 !important;
width: 100%;
text-align: left;
padding: 6px !important;
border-bottom: 1px solid #C2BEBE;
}

.dropdown-box li a {
color: #333 !important;
padding: 0 !important;
margin: 0 !important;
text-decoration: none;
text-align: left !important;
}

.dropdown-box li a:hover {
color: #FF432A !important;
padding: 0 !important;
margin: 0 !important;
text-decoration: none;
text-align: left !important;
background: none;
}

.dropdown-box li a.active {
color: #FF432A !important;
padding: 0 !important;
margin: 0 !important;
text-decoration: none;
text-align: left !important;
background: none !important;
}

.triangle {
position: relative;
}

.triangle::after {
width: 0;
content: '';
position: absolute;
z-index: 99999;
height: 0;
border-width: 0 16px 18px 16px;
border-color: transparent transparent #fff transparent;
border-style: solid;
right: 31px;
top: -18px;
}

.dropdown-menu {
position: absolute;
z-index: 1000;
display: none;
min-width: 10rem;
padding: .5rem 0;
margin: 0;
font-size: .875rem;
color: #505d69;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 0 solid rgba(0, 0, 0, .15);
border-radius: 6px;
width: 230px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #fff;
background: #fff;
font-weight: bold;
color: #000;
text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #000;
background: #000;
font-weight: bold;
color: #eb8f00;
text-align: center;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #ff0000 !important;
border-color: transparent !important;
color: #fff !important;
border-radius: 100% !important;
height: 30px !important;
width: 20px !important;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
width: 50px;
margin: 0 auto;
background: #eee;
border: 1px solid #eee;
padding: 2px;
outline: 0;
font-size: 12px;
display: none;
}

.cancelBtn {
background-color: #fff !important;
}

.applyBtn {
background-color: #ff432f !important;
border-radius: 4px;
color: #fff;
}

.modal-header-web-clr2 {
background-color: #b29a36;
color: #fff;
font-size: 36px;
border-radius: 10px;
margin-top: -10px;
padding: 2% 0 2% 28% !important;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}

.input-field3 {
width: 100%;
padding: 10px 6px;
outline: none;
border: 1px solid #656565;
border-radius: 10px;
background: #EFEFEF;
font-size: 18px;
font-family: 'Poppins', sans-serif;
resize: none;
}

.form-check-input {
position: relative !important;
width: 20px;
height: 20px;
margin-top: .25em;
}

.carousel-item img {
width: 100%;
}

.four-plus {
position: absolute;
z-index: 9999;
bottom: 0;
right: 10px;
color: #FFFFFF;
font-size: 20px;
font-family: 'Poppins', sans-serif;
line-height: 50px;
}

.input-field5 {
width: 100%;
padding: 14px 0 14px 42px;
outline: none;
border: 1px solid #f5f5f5;
border-radius: 50px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
line-height: 20px;
font-weight: 400;
background: #f5f5f5;
}

.carousel-inner {
margin-bottom: 18px;
}

.loca_icon5 {
left: 5%;
position: absolute;
top: auto;
}

.input-field6 textarea {
width: 100%;
padding: 14px 0 14px 42px;
outline: none;
border: 1px solid #f5f5f5;
border-radius: 8px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
line-height: 20px;
font-weight: 400;
background: #f5f5f5;
height: 100px;
resize: none;
}

.daterangepicker {
top: 138.5px !important;
left: auto !important;
right: 13.50% !important;
}

.dropdown-menu.show {
top: 121% !important;
}

/*D-CODE*/
span.logo-lg {
width: 150px;
}

span.logo-lg img {
width: 100%;
height: 100%;
}

.sub-app-search {
display: flex !important;
justify-content: flex-end;
}

.sub-app-search .position-relative:first-of-type {
margin-right: auto;
}

.sub-dropdown .dropdown-short-act-drop ul li {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-end;
}

.sub-dropdown .form-check-input {
margin-top: 0;
}

/*D-CODE*/
.pagination .page-item .page-link {
border: none;
background: none;
color: #B29A35;
font-size: 16px;
font-weight: 600;
}

.pagination .page-item:first-child span {
content: '<';
}

.pagination .page-item:last-child a {
font-size: 16px;
font-weight: 600;
}

.date-text {
z-index: 9;
margin-left: 5px;
font-size: 15px;
}

/*.date-btn input[type="text"]:focus, .date-btn input[type="text"]:valid {
color: #4F4F4F;
}

.date-btn input[type="text"]:focus::before, .date-btn input[type="text"]:valid::before {
content: "" !important;
}*/
