.speech {
    background-image: url(../images/speech.79b7a570.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    width: 23px;
    margin-top: 8px;
    display: block;
}
:root {
    scroll-behavior: smooth;
}
body {
    color: #444548;
    font-family: Inter, sans-serif;
    overflow-x: hidden;
}
.mainContainer {
    width: 100%;
    box-shadow: 0 2px 20px #0000001a;
}
a,
a:hover {
    color: #c58b63;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}
.word-wrap {
    word-break: break-all;
}
.sub-content {
    width: 100%;
    display: flex;
}
#main {
    width: 100%;
    min-height: 1000px;
    margin-top: 70px;
    padding: 20px 30px;
    transition: all 0.3s;
}
@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}
.pagetitle {
    margin-bottom: 10px;
}
.pagetitle h1 {
    color: #111;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 500;
}
.back-to-top {
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    background: #c58b63;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.back-to-top i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}
.back-to-top:hover {
    color: #fff;
    background: #fc8b2a;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.dropdown-menu {
    border: 0;
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    box-shadow: 0 5px 30px #523f6933;
}
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
}
.dropdown-menu .dropdown-footer a {
    color: #444;
    text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}
.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}
.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s;
}
.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}
@media (min-width: 768px) {
    .dropdown-menu-arrow:before {
        content: "";
        background: #fff;
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
        width: 13px;
        height: 13px;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
    }
}
@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
    0% {
        opacity: 0;
    }
}
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}
.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}
.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}
.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}
.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}
.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}
.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}
.card {
    border: none;
    margin-bottom: 30px;
}
.card-header,
.card-footer {
    color: #798eb3;
    background-color: #fff;
    border-color: #ebeef4;
    padding: 15px;
}
.card-title {
    color: #121d6d;
    padding: 20px 0 15px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}
.card-body {
    padding: 0 20px 20px;
}
.card-img-overlay {
    background-color: #fff9;
}
.alert-heading {
    font-size: 20px;
    font-weight: 500;
}
.btn-close {
    background-size: 25%;
}
.btn-close:focus {
    box-shadow: none;
    outline: 0;
}
.accordion-item {
    border: 1px solid #ebeef4;
}
.accordion-button:focus {
    box-shadow: none;
    outline: 0;
}
.accordion-button:not(.collapsed) {
    color: #121d6d;
    background-color: #f6f9ff;
}
.accordion-flush .accordion-button {
    background: 0 0;
    border: 0;
    padding: 15px 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}
.accordion-flush .accordion-body {
    color: #3e4f6f;
    padding: 0 0 15px;
    font-size: 15px;
}
.breadcrumb {
    color: #899bbd;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.breadcrumb a {
    color: #899bbd;
    transition: all 0.3s;
}
.breadcrumb a:hover {
    color: #51678f;
}
.breadcrumb .breadcrumb-item:before {
    color: #899bbd;
}
.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}
.logo {
    line-height: 1;
}
@media (min-width: 1200px) {
    .logo {
        width: 185px;
    }
}
.logo img {
    max-height: 45px;
    margin-right: 6px;
}
.header {
    z-index: 997;
    background: #fff;
    height: 70px;
    padding-left: 20px;
    transition: all 0.5s;
    box-shadow: 0 2px 20px #0000001a;
}
.header .toggle-sidebar-btn {
    cursor: pointer;
    color: #444548;
    padding-left: 10px;
    font-size: 32px;
}
.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .header .search-bar {
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        background: #fff;
        padding: 20px;
        transition: all 0.3s;
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        box-shadow: 0 0 15px #0129701a;
    }
    .header .search-bar-show {
        visibility: visible;
        opacity: 1;
        top: 60px;
    }
}
.header .search-form {
    width: 100%;
}
.header .search-form input {
    color: #121d6d;
    border: 1px solid #01297033;
    border-radius: 3px;
    width: 100%;
    padding: 7px 38px 7px 8px;
    font-size: 14px;
    transition: all 0.3s;
}
.header .search-form input:focus,
.header .search-form input:hover {
    border: 1px solid #0129704d;
    outline: none;
    box-shadow: 0 0 10px #01297026;
}
.header .search-form button {
    background: 0 0;
    border: 0;
    margin-left: -30px;
    padding: 0;
}
.header .search-form button i {
    color: #444548;
}
.header-nav ul {
    list-style: none;
}
.header-nav > ul {
    margin: 0;
    padding: 0;
}
.header-nav .nav-icon {
    color: #444548;
    margin-right: 25px;
    font-size: 22px;
    position: relative;
}
.header-nav .nav-profile {
    color: #444548;
}
.header-nav .nav-profile img {
    max-height: 36px;
}
.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}
.header-nav .badge-number {
    border: 3px solid #fff;
    border-radius: 86px;
    width: 5px;
    height: 5px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 1px;
    bottom: auto;
    left: auto;
    right: -2px;
    background: #c58b63 !important;
}
.header-nav .notifications {
    max-height: 425px;
    overflow: auto;
    top: 8px !important;
    bottom: auto !important;
    left: auto !important;
    right: -15px !important;
}
.header-nav .notifications .notification-item {
    align-items: center;
    padding: 15px 10px;
    transition: all 0.3s;
    display: flex;
}
.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.header-nav .notifications .notification-item p {
    color: #919191;
    margin-bottom: 3px;
    font-size: 13px;
}
.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}
.header-nav .messages {
    top: 8px !important;
    bottom: auto !important;
    left: auto !important;
    right: -15px !important;
}
.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: all 0.3s;
}
.header-nav .messages .message-item a {
    display: flex;
}
.header-nav .messages .message-item img {
    max-height: 40px;
    margin: 0 20px 0 10px;
}
.header-nav .messages .message-item h4 {
    color: #444;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}
.header-nav .messages .message-item p {
    color: #919191;
    margin-bottom: 3px;
    font-size: 13px;
}
.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}
.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}
.header-nav .profile .dropdown-header h6 {
    color: #444;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.header-nav .profile .dropdown-header span {
    font-size: 14px;
}
.header-nav .profile .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s;
}
.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}
.sidebar {
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    background-color: #f1f3f6;
    border-right: 1px solid #c3c5c8;
    width: 300px;
    padding: 20px;
    transition: all 0.3s;
    position: relative;
    top: 60px;
    bottom: 0;
    overflow-y: auto;
}
@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}
.sidebar::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
    height: 8px;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}
@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}
@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }
    .toggle-sidebar .sidebar {
        left: -300px;
    }
}
.sidebar-nav,
.sidebar-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav .nav-item {
    margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
    text-transform: uppercase;
    color: #444548;
    margin: 10px 0 5px 15px;
    font-size: 11px;
    font-weight: 600;
}
.sidebar-nav .nav-link {
    color: #444548;
    transition: 0.3;
    align-items: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
}
.sidebar-nav .nav-link i {
    color: #444548;
    margin-right: 10px;
    font-size: 16px;
}
.sidebar-nav .nav-link.collapsed,
.sidebar-nav .nav-link.collapsed i {
    color: #444548;
}
.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link:hover i {
    color: #c58b63;
}
.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}
.sidebar-nav .nav-content {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
.sidebar-nav .nav-content a {
    color: #111;
    transition: 0.3;
    align-items: center;
    padding: 10px 0 10px 40px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
    display: flex;
}
.sidebar-nav .nav-content a i {
    border-radius: 50%;
    margin-right: 8px;
    font-size: 6px;
    line-height: 0;
}
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active,
.sidebar-nav .nav-item a.active {
    color: #c58b63;
    background: #e5e7ea;
}
.sidebar-nav .nav-content a.active i {
    background-color: #e5e7ea;
}
.dashboard .filter {
    position: absolute;
    top: 15px;
    right: 0;
}
.dashboard .filter .icon {
    color: #aab7cf;
    padding-bottom: 5px;
    padding-right: 20px;
    font-size: 16px;
    transition: all 0.3s;
}
.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #4154f1;
}
.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}
.dashboard .info-card {
    padding-bottom: 10px;
}
.dashboard .info-card h6 {
    color: #121d6d;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
}
.dashboard .card-icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 0;
}
.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}
.dashboard .activity {
    font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
    color: #888;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 64px;
    position: relative;
}
.dashboard .activity .activity-item .activite-label:before {
    content: "";
    background-color: #eceefe;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -11px;
}
.dashboard .activity .activity-item .activity-badge {
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 11px;
    line-height: 0;
}
.dashboard .activity .activity-item .activity-content {
    padding-bottom: 20px;
    padding-left: 10px;
}
.dashboard .activity .activity-item:first-child .activite-label:before {
    top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}
.dashboard .news img {
    float: left;
    border-radius: 5px;
    width: 80px;
}
.dashboard .news h4 {
    margin-bottom: 5px;
    margin-left: 95px;
    font-size: 15px;
    font-weight: 700;
}
.dashboard .news h4 a {
    color: #121d6d;
    transition: all 0.3s;
}
.dashboard .news h4 a:hover {
    color: #4154f1;
}
.dashboard .news p {
    color: #777;
    margin-left: 95px;
    font-size: 14px;
}
.dashboard .recent-sales {
    font-size: 14px;
}
.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
    border: 0;
}
.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px;
}
.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0;
}
.dashboard .top-selling {
    font-size: 14px;
}
.dashboard .top-selling .table thead {
    background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
    border: 0;
}
.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}
.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 30px;
}
canvas {
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 70%;
    display: flex;
}
.iconslist {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    max-width: 100%;
    padding-top: 15px;
    display: grid;
}
.iconslist .icon {
    text-align: center;
    color: #121d6d;
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 15px 0;
}
.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}
.iconslist .label {
    font-family: var(--bs-font-monospace);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    width: 100%;
    padding: 0.25rem;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
}
.profile .profile-card img {
    max-width: 120px;
}
.profile .profile-card h2 {
    color: #2c384e;
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 700;
}
.profile .profile-card h3 {
    font-size: 18px;
}
.profile .profile-card .social-links a {
    color: #01297080;
    margin-right: 10px;
    font-size: 20px;
    line-height: 0;
    transition: all 0.3s;
    display: inline-block;
}
.profile .profile-card .social-links a:hover {
    color: #121d6d;
}
.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}
.profile .profile-overview .card-title {
    color: #121d6d;
}
.profile .profile-overview .label,
.profile .profile-edit label {
    color: #01297099;
    font-weight: 600;
}
.profile .profile-edit img {
    max-width: 120px;
}
.faq .basic h6 {
    color: #4154f1;
    font-size: 18px;
    font-weight: 600;
}
.faq .basic p {
    color: #6980aa;
}
.contact .info-box {
    padding: 28px 30px;
}
.contact .info-box i {
    color: #4154f1;
    font-size: 38px;
    line-height: 0;
}
.contact .info-box h3 {
    color: #121d6d;
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 700;
}
.contact .info-box p {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}
.contact .php-email-form .error-message {
    color: #fff;
    text-align: left;
    background: #ed3c0d;
    margin-bottom: 24px;
    padding: 15px;
    font-weight: 600;
    display: none;
}
.contact .php-email-form .sent-message {
    color: #fff;
    text-align: center;
    background: #18d26e;
    margin-bottom: 24px;
    padding: 15px;
    font-weight: 600;
    display: none;
}
.contact .php-email-form .loading {
    text-align: center;
    background: #fff;
    margin-bottom: 24px;
    padding: 15px;
    display: none;
}
.contact .php-email-form .loading:before {
    content: "";
    border: 3px solid #18d26e;
    border-top-color: #eee;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    animation: 1s linear infinite animate-loading;
    display: inline-block;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    color: #fff;
    background: #4154f1;
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    transition: all 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #5969f3;
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.error-404 {
    padding: 30px;
}
.error-404 h1 {
    color: #4154f1;
    margin-bottom: 0;
    font-size: 180px;
    font-weight: 700;
    line-height: 150px;
}
.error-404 h2 {
    color: #121d6d;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}
.error-404 .btn {
    color: #fff;
    background: #51678f;
    padding: 8px 30px;
}
.error-404 .btn:hover {
    background: #3e4f6f;
}
@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}
.footer {
    z-index: 99;
    background: #1d2028;
    width: 100%;
    padding: 45px 0 0;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 2px 20px #0000001a;
}
.footer a {
    text-align: center;
    font-size: 16px;
    color: #fff !important;
}
.footer a:hover {
    cursor: pointer;
    color: #c58b63 !important;
}
.footer hr {
    color: #fff;
    opacity: 1;
    border-top: 3px solid;
}
.form-control {
    background: #fff;
    border: 1px solid #444548;
    border-radius: 0;
}
.input-group-text {
    color: #fff;
    background: #6274fa;
    border: 1px solid #121d6d;
}
.table > thead {
    border-bottom: 1px solid #ddd;
}
::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.edttrash {
    cursor: pointer;
    margin-right: 5px;
    font-size: 1.1rem;
}
:-ms-input-placeholder {
    opacity: 0.5;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
::-moz-placeholder {
    opacity: 0.5;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
:-moz-placeholder {
    opacity: 0.5;
    color: #000;
    font-size: 14px;
}
.account-settings__new-logo {
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    position: relative;
}
.account-settings__union2 {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}
.account-settings__nomadic-studios {
    color: var(--primary-dark-grey, #444548);
    text-align: left;
    text-transform: uppercase;
    font: 600 18px/20px Inter, sans-serif;
    position: relative;
}
.pl-0 {
    padding-left: 0 !important;
}
.vieweye {
    color: #c3c5c8;
    font-size: 20px;
}
.searchicon {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 12px;
    pointer-events: none;
}
.vieweye:hover {
    color: #c58b63;
    cursor: pointer;
}
.txtApproved {
    color: #20e57b;
}
.txtDenied {
    color: #ff3647;
}
.thinborder {
    border: 1px solid #c3c5c8;
    border-radius: 0;
}
.lblprofile {
    font-size: 18px;
}
.lblprofilebind {
    font-size: 22px;
    font-weight: 500;
}
.clearboth {
    clear: both;
}
.btnapprove {
    color: #20e57b;
    background: #000;
}
.btnDenied {
    color: #ff3647;
    background: #000;
}
.account-settings__nomadic-studios2 {
    color: var(--primary-white, #f8f8f8);
    text-align: left;
    text-transform: uppercase;
    font: 600 14px Inter, sans-serif;
    position: relative;
}
.footerrow {
    padding: 20px;
    overflow: hidden;
}
.copywrite {
    text-align: center;
    font-size: 16px;
    color: #fff !important;
}
.account-settings__frame-1000002856 {
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    display: flex;
    position: relative;
}
.account-settings__globe-023 {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}
.account-settings__english-us,
.account-settings__usd {
    color: #fff;
    text-align: left;
    font: var(--textxl-regular, 400 16px/30px "Inter", sans-serif);
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}
.account-settings__social-icons {
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
    position: relative;
}
.account-settings__group-14088,
.account-settings__social-icon,
.account-settings__social-icon2 {
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}
.account-settings__logo {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}
.account-settings__frame-1000002857 {
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
    position: relative;
}
.fltright {
    float: right;
}
.backarrow:hover {
    color: #c58b63;
    cursor: pointer;
}
.dlteprofilepic {
    color: red;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding-top: 1px;
    position: absolute;
    top: 10px;
    right: 25px;
}
.ql-snow .ql-picker.ql-header {
    display: none;
}
button[value="ordered"],
.ql-clean {
    display: none !important;
}
.ql-container.ql-snow {
    border: 0;
    border: 1px solid #444548 !important;
}
.ql-editor {
    font-size: 20px;
}
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    vertical-align: middle;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: "";
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border: 2px solid #727272;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "";
    color: #c58b63;
    border: 2px solid #c58b63;
    font-family: bootstrap-icons;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    content: "";
    color: #bbb;
    font-family: bootstrap-icons;
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #fff;
}
.favid {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.dlteprofilepicfav {
    color: red;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #ddd;
    border-radius: 100%;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 30px;
    padding-top: 3px;
    display: block;
}
.favicon {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    padding-top: 15px;
    font-size: 55px;
    display: block;
}
.upload_dropZone {
    color: inherit;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out,
        background-color 0.2s ease-out;
}
.upload_dropZone.highlight {
    background-color: #f2f2f2;
}
.btn-upload {
    color: #c58b63;
    background-color: #0000;
    display: inline-block;
}
.dragdroptext {
    display: inline-block;
    position: relative;
    top: -7px;
    left: -10px;
    margin-top: -10px !important;
}
.upload_img {
    object-fit: contain;
    width: calc(33.333% - 0.666667rem);
}
.uploadcamra {
    color: #c58b63;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #ebe6e6;
    border-radius: 100%;
    justify-content: center;
    margin-left: 5px;
    padding: 8px;
}
.btnadd {
    color: #c58b63;
}
.txtarea {
    resize: none;
    height: auto;
}
@media (min-width: 320px) and (max-width: 990px) {
    .footer {
        z-index: 99;
    }
    .width90 {
        width: 90% !important;
    }
}
.fc table {
    font-size: 13px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 10px;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fc-day.fc-day-mon.fc-day-past,
.fc .fc-daygrid-day-bg .fc-non-business {
    opacity: 0.3;
    pointer-events: none;
    background-color: #fff;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #f0e6fd;
}
.fc-h-event {
    background-color: #ad77f3;
    border: 1px solid #ad77f3;
    border-radius: 10px;
    padding: 5px;
    color: #000 !important;
}
.fc-h-event .fc-event-main {
    color: #000 !important;
}
.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
    border: 1px solid #d3d3d7;
}
.fc .fc-toolbar-title {
    font-size: 1.2em;
}
.fc-daygrid-event {
    white-space: normal;
    font-size: 12px;
    font-weight: 600;
}
.bordertop {
    border-top: 1px #0000;
}
.borderbottom {
    border-top: 5px solid #0009ff;
    border-bottom: 1px #0000;
}
.borderbottomnone {
    border-bottom: 1px #0000;
}
.tbl_boolingdtls,
.tbl_boolingdtlsiner td {
    vertical-align: middle;
    padding: 1px;
    font-size: 12px;
}
.tbl_boolingdtls,
.tbl_boolingdtlsiner .form-control {
    font-size: 14px;
}
.tbl_boolingdtls,
.tbl_boolingdtlsiner th {
    padding: 5px;
    font-size: 14px;
}
.notificationimgbox {
    height: 100px;
}
.imgbox {
    height: 240px;
}
.imgfluidlogged {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.fnt13,
.tblnotification td,
.tblnotification th {
    font-size: 12px;
}
.w370 {
    width: 370px;
    max-height: 400px;
    overflow-y: auto;
}
.seedetails {
    cursor: pointer;
    color: #000 !important;
    font-size: 13px !important;
}
.seedetails i {
    margin: 0 !important;
    font-size: 13px !important;
}
.mlmr {
    margin-left: 10px;
    margin-right: 10px;
}
.imgcontainer {
    width: 105%;
    height: 400px;
    margin-top: -46px;
    margin-left: -30px;
}
.ddlmenuwidth {
    width: 70px !important;
    min-width: 70px !important;
}
.fnt20 {
    margin-right: 15px;
    font-size: 20px;
}
.mr10 {
    margin-right: 10px;
}
.height50 {
    height: 50px;
}
.width90 {
    width: 100%;
}
.mgntp {
    margin-top: 30px;
}
.btnout {
    border-radius: 0;
    min-width: 150px;
    margin-right: 10px;
    padding: 15px;
}
.tox .tox-notification--warn,
.tox .tox-notification--warning,
.tox .tox-statusbar {
    display: none !important;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
}
.tox-tinymce {
    border: 1px solid #ddd !important;
    height: 220px !important;
    font-family: inherit !important;
}
.customscrl::-webkit-scrollbar {
    width: 10px;
}
.customscrl::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0000004d;
}
.customscrl::-webkit-scrollbar-thumb {
    background-color: #c58b63;
    outline: 1px solid #c58b63;
}
.modal.left .modal-dialog {
    height: 100%;
    margin: auto;
    transform: translate(0%, 0);
    width: 500px !important;
    position: fixed !important;
}
.modal.left .modal-body {
    height: 75vh;
    padding: 15px 15px 80px;
    overflow-y: auto;
}
.hgt100 {
    height: 100%;
}
.modal.left.fade .modal-dialog {
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
    left: 0;
}
.customscrlpop::-webkit-scrollbar {
    width: 7px;
}
.customscrlpop::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0000004d;
}
.customscrlpop::-webkit-scrollbar-thumb {
    background-color: #0009ff;
    outline: 1px solid #0009ff;
}
button[type="button"][aria-pressed="true"] {
    background: #4d5154;
}
.rgt0 {
    right: 0;
}
.f20 {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}
section {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.top-heading {
    color: var(--dark-bg-main, #111);
    text-align: left;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 4vw;
    font-weight: 400;
}
.your-studio-away-from-home {
    color: var(--dark-bg-main, #111);
    text-align: left;
    margin-bottom: 15px;
    font-size: 4vw;
    font-weight: 400;
}
.cater-to-global-creatives-who-want-to-create-collaborate-and-be-inspired-away-from-home {
    color: var(--dark-bg-main, #111);
    text-align: left;
    font: 400 26px;
    position: relative;
}
.frame-43 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 535px;
    margin-top: 160px;
    display: flex;
}
.stay-and-create,
.be-inspired,
.collaborate,
.get-support {
    color: var(--dark-bg-main, #111);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    position: relative;
}
.video-image {
    width: 100%;
}
.w-100 {
    width: 100% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.play-button {
    margin-top: 20%;
    position: absolute;
    left: 45%;
    overflow: visible;
}
.heading3 {
    color: var(--dark-bg-main, #111);
    font-size: 25px;
    font-weight: 400;
}
.heading1 {
    color: #dcd8d8;
    text-align: left;
    font-size: 50px;
    font-weight: 400;
    position: relative;
}
.heading2 {
    color: var(--dark-bg-main, #111);
    font-size: 50px;
    font-weight: 400;
}
.heading4 {
    color: var(--dark-bg-main, #111);
    font-size: 28px;
    font-weight: 500;
}
.heading4 a {
    color: #000;
}
.float-start {
    float: left !important;
}
._252 {
    flex-shrink: 0;
    width: 15px;
    position: relative;
    top: 24px;
    overflow: visible;
    transform: translateY(-24px);
}
.select {
    width: 160px;
    height: 120px;
    margin-left: 136px;
    position: absolute;
    top: 213px;
    overflow: visible;
}
.mt160 {
    margin-top: 160px !important;
}
.facilities-and-resources {
    color: var(--light-main, #fff);
    text-align: left;
    width: 1801px;
    margin-top: 60px;
    font-size: 4vw;
    font-weight: 400;
    position: absolute;
    left: 59px;
}
.fresh-ideas-and-open-minds {
    color: var(--light-main, #fff);
    text-align: left;
    width: 533px;
    margin-top: 300px;
    font-size: 4vw;
    font-weight: 400;
    position: absolute;
    right: 35px;
}
.heading5 {
    color: var(--dark-bg-main, #111);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    position: relative;
}
.heading5 a {
    color: #000;
}
.org-line {
    background: #c58b63;
    flex-shrink: 0;
    align-self: stretch;
    height: 2.55px;
    position: relative;
}
.overflow-hidden {
    overflow: hidden !important;
}
.btnadd {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}
.modal {
    background: #00000080;
}
.popuclose {
    color: #fff;
    position: absolute;
    top: -3px;
    right: -24px;
}
.modal-content {
    border-radius: 0;
}
.nav-tabs-bordered {
    border-bottom: 2px solid #b2b2b3;
    padding-bottom: 1px;
}
.nav-tabs-bordered .nav-link {
    color: #2c384e;
    text-align: left;
    border: none;
    min-width: 120px;
    margin-bottom: -2px;
    font-size: 20px;
}
.nav-tabs-bordered .nav-link.active {
    color: #111;
    background-color: #fff;
    border-bottom: 2px solid #c58b63;
}
.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #c58b63;
}
.countryandregionnav {
    margin: 0;
    padding: 0;
}
.countryandregionnav li {
    text-align: left;
    color: #111;
    clear: both;
    cursor: pointer;
    width: 19%;
    min-height: 80px;
    padding: 10px;
    font-size: 20px;
    display: inline-block;
}
.countryandregionnav li:hover {
    color: #c58b63;
}
.countryandregionnav li span {
    color: #444548;
}
.countryandregionnav-active {
    color: #c58b63 !important;
    border: 1px solid #ddd;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .btnadd {
        background: #f2f2f2;
        border-radius: 0;
        margin-top: 5px;
        font-size: 15px;
    }
    .select {
        display: none;
    }
    .frame-43 {
        width: 100%;
        margin-top: 35px;
    }
    .stay-and-create,
    .be-inspired,
    .collaborate,
    .get-support {
        font-size: 15px;
    }
    .heading1 {
        font-size: 35px;
    }
    .img-fluid {
        max-width: 100%;
    }
    .fresh-ideas-and-open-minds {
        width: 375px;
        margin-top: 160px;
        right: 0;
    }
    .countryandregionnav li {
        width: 33%;
        font-size: 15px;
    }
}
#main2 {
    margin-top: 70px;
}
.dlteppic1 {
    margin-top: 7px;
    margin-left: -32px;
}
.pointer {
    cursor: pointer;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.error {
    color: red;
}
.success {
    color: green;
}
.btn {
    color: #000;
    border-radius: 4px;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    position: relative;
}
.btn:hover {
    border: 1px solid #1212;
}
.btn-outline-secondary2 {
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
    --bs-btn-color: #6c757d !important;
    --bs-btn-border-color: #6c757d !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #6c757d !important;
    --bs-btn-hover-border-color: #6c757d !important;
}
.btn2 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem
        rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline-block;
}
.btnconter {
    text-align: center;
}
.form-container {
    text-align: left;
}
.form-container a {
    font: var(--textlg-regular, 400 11px/28px "Inter", sans-serif);
}
.form-container span {
    font: var(--textlg-regular, 400 11px "Inter", sans-serif);
}
.img-text {
    color: var(--light-main, #fff);
    text-align: left;
    font: 400 75px/100% Neue Haas Grotesk Display Pro, sans-serif;
    position: absolute;
}
.img-margin {
    margin-top: 90px;
    margin-left: 50px;
}
.menu3 {
    margin-left: 10px;
    display: flex;
}
.menu-section ol,
.menu-section ul {
    padding-left: 0;
}
.alert dl,
.alert ol,
.alert ul {
    margin-bottom: 0;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
    padding-right: 0;
    border-color: #dc3545 !important;
}
#otp,
#otp2 {
    float: left;
    width: 100%;
}
.form-control.rounded {
    float: left;
    text-align: center;
    border: 1px solid;
    width: 40px;
    height: 40px;
    padding: 0;
}
.form-control:focus {
    box-shadow: none;
    border: 2px solid red;
}
.dz-orange-txt {
    font: var(--textlg-regular, 400 11px "Inter", sans-serif);
    color: #c58b63;
    font-weight: 600;
}
.dz-txt {
    font: var(--textlg-regular, 400 11px "Inter", sans-serif);
    font-weight: 600;
}
.subscription-box {
    position: relative;
    text-align: left;
    border: 1px solid #000;
    margin: 0 0px 0px 10px;
    height: 265px;
}
.col-md-22 {
    width: 20%;
}
#card-element {
    border-bottom: 1px solid;
    padding: 1rem 0.75rem;
}
#card-holder-name {
    padding: 1rem 0.75rem;
}
.otp-container {
    display: none;
}
.foot-paging svg {
    width: 25px;
}
.txtPayment {
    color: #e5ad20;
}
.txtCancelled {
    color: #dc3545;
}
.editicon {
    color: #c3c5c8;
    font-size: 20px;
}
.editicon:hover {
    color: #c58b63;
    cursor: pointer;
}
.btn-danger {
    background: #dc3545;
    border: 0;
}
.btn-dark {
    background: #212529;
    border: 0;
    color: #ffffff;
}
.btn-success {
    background: #198754;
    border: 0;
}
.btn-primary {
    background: #0b5ed7;
    border: 0;
}
.lblprofile2 {
    font-size: 15px;
}
.grey {
    background-color: #c3c5c8;
}
.keyinfobg {
    background: #f2f3f7;
}
.org-line1 {
    background: #c58b63;
    flex-shrink: 0;
    align-self: stretch;
    height: 1.55px;
    position: relative;
}
.txtgray {
    color: #dcd8d8;
}
.glyimg {
    color: red;
    background-color: #fff;
    border-radius: 20px;
    width: 24px;
    margin-left: 35%;
    padding-left: 4px;
    position: relative;
    top: 12px;
}
.bootstrap-select .btn {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}
.color-none {
    color: #444548;
}
.site-color {
    color: #c58b63 !important;
}
#timer {
    background-color: #f1f3f6;
    padding: 20px;
    font-size: 35px;
    font-weight: 700;
}
.border-error {
    border-color: red;
}
.fontsize9rem {
    color: #474646;
    font-size: 0.9rem;
}
.fnt30 {
    font-size: 30px;
}
.height35 {
    vertical-align: text-top;
    height: 35px;
}
.font12px {
    color: #b5b3b3;
    font-size: 12px;
}
.font13px {
    font-size: 13px;
}
.boxshadow {
    border-radius: 0;
    box-shadow: 0 3px 8px #64646480;
}
.txtcustom {
    border: 1px solid #6c757d;
    border-radius: 5px;
    width: 129px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}
.btnseedetails {
    color: #111;
    font-size: 18px;
}
.btnseedetails:hover {
    color: #c58b63;
}
.height285 {
    height: 285px;
}
.bordertop2 {
    border-top: 2px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
}
.imgfluid {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 250px;
}
.imgradius {
    border-radius: 10px;
    height: 116px;
}
.upcomingeventbg {
    background: #1d2028;
}
.txtwhite {
    color: #fff;
}
.btnwhite {
    min-width: 100px;
    color: inherit;
    background: #fff;
    border: 0;
    margin-right: 15px;
}
.btnwhite:hover {
    color: #fff;
    background: #f88118;
}
.btn:disabled {
    border: 0;
    min-width: 100px;
    margin-right: 15px;
}
.btnwhite:disabled {
    min-width: 100px;
    color: inherit;
    background: #fff;
    border: 0;
    margin-right: 15px;
}
.minwidth {
    min-width: 0 !important;
    margin-right: 0 !important;
}
.avtr2 {
    margin-left: -20px;
}
.avtr3 {
    z-index: 1;
    margin-left: -20px;
    position: relative;
}
.booking-container {
    color: var(--light-main, #fff);
    text-align: left;
    width: 90%;
    font-size: 4vw;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 6%;
}
.booking-form {
    opacity: 0.9;
    background: var(--Primary-Lighter-Grey, #f1f3f6);
    width: 80%;
}
.lblbooking {
    color: #000;
    text-align: left;
    display: block;
}
.mt27 {
    margin-top: 27px;
}
.invalid-feedback {
    text-align: left;
    font-size: 12px;
}
.inner-border {
    border: 1px solid #c3c5c8;
    min-height: 470px;
}
.datepicker-inline {
    width: 100% !important;
}
.datepicker-days {
    padding: 15px;
    background: var(--Primary-Lighter-Grey, #f1f3f6) !important;
    font-size: 14px !important;
    box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -4px #10182814 !important;
}
.table-condensed {
    color: #2f4f4f;
    width: 100% !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #bbb !important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    background: 0 0;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    text-shadow: none;
    color: #2f4f4f !important;
    background-color: unset !important;
}
.datepicker-days .highlight {
    background-image: url(../images/calday.8557e703.png);
    background-repeat: no-repeat;
    background-position: inherit;
    color: #2f4f4f;
    background-size: 77%;
}
.datepicker-days .active {
    border-color: #0b5ed7 !important;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #0b5ed7 !important;
}
.c-red {
    color: red;
}
.btndisb:disabled {
    color: #fff;
    background: #0b5ed7;
}
.avlpricetbl {
    width: 530px;
}
.avltxt {
    font-size: 16px !important;
}
.avltxtsmall {
    font-size: 13px !important;
}
.small1 {
    font-size: 0.75em !important;
}
.lightgrey {
    background-color: #d9d9d9;
}
.bdradius1 {
    border-radius: 10px;
}
.w310 {
    width: 310px;
}
.height165 {
    height: 165px;
}
.bkginv {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.otp-timer {
    color: #c58b63;
}
@media (min-width: 1600px) {
    .mainContainer {
        margin: 0 auto;
        width: 1400px !important;
    }
    .header {
        width: 1400px !important;
    }
    .fixed-top {
        left: initial !important;
        right: initial !important;
    }
}
/*# sourceMappingURL=equipment.3ba249e1.css.map */
