/* .card {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
} */

.otp-reg-card {
    border-radius: 20px !important;
}

body {
    color: #000;
}

.otp-reg-card img {
    width: 120px;
    margin: 0 auto 20px auto;
    display: block;
}

.otp-reg-card h3 {
    text-align: left;
    font-weight: 700;
    margin: 0 0 12px 0;
    padding: 15px 12px 10px 25px;
    font-size: 1.5rem;
    border-radius: 20px 20px 0px 0px;
    color: #FFF;
    background: #A6CE3E;
}

.otp-reg-card p {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 7px;
}

.otp-reg-card .form-control {
    /* background: #E6ECF1;  */
    font-weight: 700;
    color: #000;
    font-size: 1.1rem;
}

.btn-warning {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
    background-color: #000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000;
    border-radius: 5px;
    position: relative;
    padding: .475rem 2rem;
    transition: 0.5s all;
}

.page-subhead {
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.step-wizard-main {
    display: flex;
}

.step-wizard-main .col {
    background: #f0f0f0;
    color: #000;
    border-right: 1px #e7e6e6 solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

.step-wizard-main .col.active {
    /* border-bottom: #03524f 5px solid; */
    background: #03524f;
}

.step-wizard-main .col:last-child {
    border-right: none;
}

.step-wizard-main .col h3 {
font-size: 1.4rem;
font-weight: 600;
}

.step-wizard-main .col h4 {
    font-size: 1.1rem;
    margin: 0;
}

.mt-60 {
    margin-top: 60px !important;
}

.step-wizard-main {
    margin-bottom: 30px;
}

.special-event-table {
margin-top: 22px;
}

.thead-dark tr th {
    background: #A6CE3B !important;
    color: #000;
    padding: 10px 7px;
    font-size: 1rem;
}

.se-day-head {
    background: #03524f !important;
    color: #fff;
    padding: 10px 7px;
    font-size: 1rem;
    text-align: center;
}

.se-day-head td {
    color: #fff !important;
}

.day-header {
    text-align: left !important;
    font-size: 1rem !important;
    font-weight: 700;
}

.special-event-table tr td, .special-event-table tfoot tr th {
    padding: 0.5rem 0.5rem;
    font-weight: 600;
    color: #000;
}

.special-event-table tr td.checkbox-cell {
    text-align: center;
}

.special-event-table tbody tr td:nth-child(2) {
    text-align: center !important;
}

.special-event-table tbody tr td:nth-child(3) {
    text-align: center !important;
}

.special-event-table tbody tr td:nth-child(4) {
    text-align: center !important;
}

.special-event-table input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

.special-event-table>:not(caption)>*>* {
    border: 1px solid #9ab0d5;
}

.form-inline {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inp-dis {
    border: 1px #8b8b8b solid;
    padding: 5px 10px;
    border-radius: 4px;
}

.inp-dis:focus {
    border: 1px #000000 solid;
    padding: 5px 10px;
    border-radius: 4px;
}

.green-text th {
    color: #4caf50 !important;
}

.se-table-total {
    border: 0 !important;
}

.dis-inp-main {
    border: 0 !important;
    vertical-align: top !important;
}

.dis-inp-main .btn-primary {
    height: 36px;
    align-items: center;
    display: flex
;
    margin: 0;
}

.dis-inp-main .form-inline {
    margin: 10px 0 0 0;
}

/*form theme wizard*/

.vr-step-main {
    margin: 25px 0 50px 0;
}

.vr-step-main .progress-bar-step {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    position: relative;
}

.vr-step-main .progress-bar-step::before {
    content: "";
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9e9e9e;
    transform: translateY(-50%);
    z-index: 0;
    transition: background 0.3s;
}

.vr-step-main .progress-bar-step.active::before {
    background: #007bff;
}

.vr-step-main .step {
    width: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 120px;
}

.vr-step-main .step strong {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #9E9E9E;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin: 0 0 10px 0
}

.vr-step-main .step.active strong { 
    background: #03524f;
    color: #000;
}

.vr-step-main .step.active span {
    color: #000;
}

.vr-step-main .step span {
    line-height: normal;
    height: 38px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #9E9E9E;
}

.vr-step-main .step-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 5px;
}

.vr-step-main .form-step {
    display: none;
}

.vr-step-main .form-step.active {
    display: block;
}

.vr-step-main .buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.vr-step-main button {
    padding: 10px 15px;
    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.vr-step-main button:disabled {
    background: #ccc;
}

.table thead th {
    color: #fff;
}

.sub-head-2 {
    font-size: 1.3rem;
    font-weight: 700;
}

.thank-you-page {
    margin: 25px 0 0 0;
    border: 1px #ccc solid;
    border-radius: 30px;
    padding: 1.1rem;
}

.thank-you-page .ty-logo {
    width: 280px;
    margin: 0 auto 35px auto;
    display: block;
}

.thank-you-page ul {
    padding: 0 0 0 30px;
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.container-tp {
    max-width: 90%;
}

.btn-primary {
    padding: 10px 40px;
    transition: 0.3s all;
}

.vdashboard {
    border-radius: 25px !important;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 0;
    margin-bottom: 30px;
}

.vdashboard:hover {
    opacity: 0.9;
    color: #fff !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/* .vr-banner { 
    background: url(../images/ic25-reg-page-banner.jpg) no-repeat center center;
    width: 100%;
    min-height: 461px;
} */

.desk-show {

}

.mob-show {
    display: none;
}

#discountMessage {
    width: 100%;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.user-profile {
    padding: 2rem 0;
  background: #fff;
}


.card-dashboard-menu {
    background-color: transparent;
    color: #fff;
    border-radius: 20px;
    position: sticky;
    top: 30px;
    box-shadow: none;
    border: 0;
}

.card-dashboard-menu .card-body {
    padding: 1.1rem 0;
}

.card-dashboard-menu ul {
    padding: 0;
    list-style: none;
}

.card-dashboard-menu ul li {
}

.card-dashboard-menu ul li a {
    padding: 12px;
    /* border-bottom: 1px #fff dotted; */
    display: flex;
    color: #000;
    transition: 0.5s all;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 10px;
        background: #f7f7f7;
}

.card-dashboard-menu ul li a:hover {
    background: #03524f;
    text-decoration: none;
    color: #fff;
}

.card-dashboard-menu ul li a.active {
    background: #03524f;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}

.card-dashboard-menu ul li a i {
    width: 30px;
    font-size: 1.1rem;
    color: #000;
    position: relative;
    top: 3px;
}

.card-dashboard-menu ul li a span { 

}

.card-dashboard-menu ul li a i.fa-angle-down {
  position: absolute;
  right: 6px;
  top: 14px;
  opacity: 1;
}

.card-dashboard-menu ul li a i.fa-long-arrow-alt-right {
    position: absolute;
    right: 6px;
    top: 14px;
    opacity: 0;
}

.card-dashboard-menu ul li a.active i.fa-long-arrow-alt-right {
    opacity: 1;
    color: #fff;
}

.card-dashboard-menu ul li a.active i {
    opacity: 1;
    color: #fff;
}

.card-dashboard-menu ul li a:hover i.fa-long-arrow-alt-right {
    animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    transition: 0.5s;
    opacity: 1;
}

@keyframes wobble-horizontal {
    16.65% {
      transform: translateX(8px);
    }
    33.3% {
      transform: translateX(-6px);
    }
    49.95% {
      transform: translateX(4px);
    }
    66.6% {
      transform: translateX(-2px);
    }
    83.25% {
      transform: translateX(1px);
    }
    100% {
      transform: translateX(0);
    }
  }


.card-dashboard-menu ul li a:hover i {
    color: #fff;
}

.dashboard-right {
    min-height: 400px;
    padding-left: 15px;
}

.dashboard-right .main-row {
    background: #f2f2f2;
    padding: 28px 10px;
    border-radius: 25px;
    min-height: 450px;
}

.dashboard-right .white-sec {
    background: #f2f2f2;
    padding: 28px 10px;
    border-radius: 25px;
    min-height: 450px;
}

/* .dashboard-right .white-sec .card {
    background: #fff;
} */

.card-theme {
    border-radius: 20px;
    border: 0;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.vdashboard {
    text-align: center;
}

.vdashboard i {
    font-size: 3rem;
    display: block;
    margin: 0 0 25px 0;
}

.vdashboard strong {
    display: block;
}

.welcome-area {
    text-align: right;
    margin: 0 0 8px 15px;
    font-size: 1.1rem;
}

.welcome-area span {
    /* color: #f89939; */
}

.font-bold {
    font-weight: 700 !important;
}

.com-ind:focus {
    padding-left: 15px;
}


.myseventqr {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.myseventqr img {
    
}

.myseventqr .my-details {
    border-left: 2px #335da6 solid;
    padding-left: 20px;
    margin-left: 12px;
}

.my-details .table tr th {
    font-weight: 400;
}

.my-details .table tr td {
    font-weight: 700;
}

.my-details .table>:not(caption)>*>* {
    border: 0;
}


  .vdashboard {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        padding: 30px 0;
        border-radius: 15px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        min-height: 150px;
        margin-bottom: 5px;
    }

    .vdashboard:hover {
        transform: translateY(-5px);
        text-decoration: none;
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .vdashboard i {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .vdashboard span {
        display: block;
        font-size: 18px;
        font-weight: 500;
    }

    /* .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    /* Unique card gradient backgrounds */
    .vdcard1 { background: #ca346b; } 
    .vdcard2 { background: #eaa82b; } 
    .vdcard3 { background: #12b3b2; } 
    .vdcard4 { background: #179f63; } 
    .vdcard5 { background: #f89939; } 

.select-country {
    margin: 15px 0 0px 0;
}

.syp-card {
    padding-bottom: 15px;
}

.select-pass-head h4 {
    margin: 0 0 0 0;
}

.future-price {
    width: 100%;
    margin: 8px auto 0 auto;
    max-width: 175px;
}

.otp-btn-sec {
    position: relative;
}

.otp-btn-sec .fa-circle-check {
    position: absolute;
    right: 8px;
    color: #179f63;
    font-size: 1.4rem;
    top: 39px;
    
}

.otp-btn-sec .btn {
    position: absolute;
    top: 34px;
    right: 3px;
    border-radius: 4px !important;
    height: 34px;
    padding: 0;
    width: 110px;
    z-index: 2;
    font-size: 0.9rem;
}

.otp-btn-sec-wn .btn {
    top: 3px;
    right: 18px;
}

.otp-btn-sec-wn .fa-circle-check {
    top: 9px;
    right: 22px;
}

.textarea-inp {
    height: 100px !important;
}

.my-profile-card {
    border-radius: 25px;
}

.my-profile-card h4 {
    margin-top: 10px;
    color: #25a858;
}

.exhlist-card {
    border-radius: 25px;
}

.al-card {
    position: relative;
    border-radius: 25px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}

.al-card .name-avatar {
    background: #ca346b;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 3rem;
    margin: 0 1rem 0 0;
}

.al-card small {
    display: block;
    margin: 0 0 5px 0;
    font-size: 100%;
    font-weight: 500;
}

.desk-right {
    text-align: right;
}

.al-card .btn-theme {
    max-width: 180px;
    font-size: 0.9rem;
    margin: 0 0 0 auto;
}

.meetings-card {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}

.meetings-card .card-body {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.mdate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 75px;
    height: 61px;
    border-right: 1px #cfcfcf solid;
    margin: 0 30px 0 0;
    color: #f89939;
    line-height: 30px;
}

.mdate span {
    font-size: 1.2rem;
    font-weight: 600;
}

.mdate strong {
    font-size: 2rem;
    font-weight: 600;
}

.mlocation {
    height: 61px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.muser {
    height: 61px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mlocation i, .muser i {
    color: #95969a;
    margin: 0 11px 0 0;
    width: 14px;
    text-align: center;
    font-size: 1rem;
}

.meetings-card {
    margin-bottom: 15px;
}

 #filter-buttons {
        margin-bottom: 20px;
    }
    
#filter-buttons button {
    display: inline-block;
    padding: 8px 8px;
    margin: 0 5px 5px 0;
    width: 66px;
    font-size: 0.9rem;
}
    
    #filter-buttons button.btn-theme.active {
        background: #f89939;
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    }

    #filter-buttons a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px 5px 0;
    font-size: 0.9rem;
}
    
    #filter-buttons a.btn-theme.active {
        background: #f89939;
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    }

    .mobile-profile-menu {
        display: none;
    }

    .exbooth {
        text-align: center;
        padding: 15px 0 0 0;
    }

    .services-list-el .badge {
        background-color: #000000;
        color: #fff;
        font-weight: 600;
        padding: 0.45em 0.7em;
        font-size: 85%;
        margin: 0 0 4px 0;
    }

    .al-card:last-child {
        margin-bottom: 0;
    }

    .book-slot-head strong {
        color: #179f63;
    }

    .slot-form {
        margin: 25px 0 0 0;
    }

    .custom-radio-slot {
    margin: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
    }

    .custom-radio-slot input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    }

    .custom-radio-slot label {
        display: inline-block;
        background-color: #fff;
        padding: 7px 12px;
        font-size: 14px;
    font-weight: 500;
        border: 1px solid #444;
        border-radius: 25px;
        color: #333; 
        cursor: pointer;
        margin-bottom: 10px;
    min-width: 100px;
    text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    }

    .custom-radio-slot input[type="radio"]:checked + label {
        background: #179F63 !important;
        border-color: #179F63 !important;
        color:#fff;
    }

    .custom-radio-slot input[type="radio"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin: 0 6px 0 0;
    font-weight: 600;
    }

  .text-left-btn .btn {
    margin: 0 !important;
}

    .slot-form h4 {
        font-size: 1.15rem;
    }

    .elmain-card {
        height: 100%;
        cursor: pointer;
        border: solid 5px transparent;
    }

    .elmain-card:hover {
        place-content: center;
        --border-angle: 0turn;
        --main-bg: conic-gradient(from var(--border-angle), #ffffff, #eeeefe 15%, #ffffff 60%, #ffffff 95%);
        --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #709934, #FF9800 99%, transparent);
        border: solid 5px transparent;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
        background-position: center center;
        animation: bg-spin 3s linear infinite;
    }

    @property --border-angle {
        syntax: "<angle>";
        inherits: true;
        initial-value: 0turn;
    }

    @keyframes bg-spin {
      to {
        --border-angle: 1turn;
      }
    }

    .section-content {
    color: #616161;
    font-size: 0.9em;
    }

    .product-badge {
    background-color: rgba(37, 168, 88, 0.1);
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.95em;
    margin: 2px;
    display: inline-block;
    border: 1px solid rgba(37, 168, 88, 0.2);
}

    .elmain-card .card-footer {
        background: transparent;
    }

    .elmain-card-s {
        margin-bottom: 30px;
    }

    .elmain-card .card-body {
        padding: 0.8rem;
    }   

    .el-cl {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    border: 1px #dfdfdf solid;
    margin: 0 12px 0 0;
    padding: 5px;
    object-fit: contain;
}

    .clogo {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    border: 1px #dfdfdf solid;
    margin: 0 12px 0 0;
    padding: 40px;
    object-fit: contain;
}


.el-card-btn-action {
    border-top: 1px #dfdfdf solid;
    padding-top: 8px;
    margin-top: 8px;
}

.el-card-btn-action a {
 width: 30px;
    height: 30px;
    display: inline-flex;
    border: 1px #179F63 solid;
    border-radius: 50%;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    color: #179F63;
    text-decoration: none;
    transition: 0.3s all;
}

.el-card-btn-action a:hover {
    background: #179F63;
    border-color: #179F63;
    color: #fff;
}

.el-card-btn-action {
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: auto;
    margin: 8px 0 0 0;
    background: transparent;
}

.modal-video-area {
    border: 0;
    justify-content: center;
}

.modal-video-area a {
    margin: 0 5px;
}


.el-card-row {
    display: flex;
    width: 100%;
    align-items: start;
    height: auto;
    flex-wrap: wrap;
}

.exh-modal {

}

.em-head {

}

.invoice-area {
margin: 0 0 20px 0;
  display: flex;
  justify-content: end;
  padding: 15px;
  background: #e4e2e2;
  border-radius: 25px;
}

.modal-header .close {
    font-size: 2rem;
}

.elfilter {
    background-color: #72a480;
    border-radius: 25px;
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 600;
}

.filter-head strong {
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.el-filter .card {
    margin-bottom: 10px;
    border-radius: 15px;
    border: 0;
    box-shadow: none;
}

.el-filter .card .card-header {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.el-filter .card .card-header .btn-link {
    font-weight: 500;
    color: #000;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
}

.el-filter .card .card-header .btn-link {
    text-decoration: none;
}

  .edir-checkbox-wrapper * {
    box-sizing: inherit;
  }

  .edir-checkbox-wrapper *::before,
  .edir-checkbox-wrapper *::after {
    box-sizing: inherit;
  }

  .edir-checkbox-list {
    margin: 0 0 10px 0;
    display: flex;
    padding: 0;
  }

  .selected-label {
    color: #da6a32;
    font-weight: normal;
    font-size: 1.2em;
    float: right;
}

/*custom checkbox*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
        .edir-checkbox-wrapper input[type=checkbox] {
            -webkit-appearance: none;
            -moz-appearance: none;
            height: 21px;
            width: 21px;
            outline: none;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin: 0;
            cursor: pointer;
            border: 1px solid #BBC1E1;
            background: #fff;
            transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
            border-radius: 4px;
            flex: 0 0 21px;
        }

        .edir-checkbox-wrapper input[type=checkbox]::after {
            content: "";
            display: block;
            position: absolute;
            width: 5px;
            height: 9px;
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 4px;
            opacity: 0;
            transform: rotate(20deg);
            transition: transform 0.3s ease, opacity 0.2s;
        }

        .edir-checkbox-wrapper input[type=checkbox]:checked {
            background: #179F63;
            border-color: #179F63;
        }

            .edir-checkbox-wrapper input[type=checkbox]:checked::after {
                opacity: 1;
                transform: rotate(43deg);
                transition: transform 0.6s cubic-bezier(.2, .85, .32, 1.2), opacity 0.3s;
            }

        .edir-checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
            border-color: #179F63;
        }

        .edir-checkbox-wrapper input[type=checkbox]:focus {
            box-shadow: none;
        }

        .edir-checkbox-wrapper input[type=checkbox]:disabled {
            background: #F6F8FF;
            border-color: #BBC1E1;
            cursor: not-allowed;
            opacity: 0.9;
        }

        .edir-checkbox-wrapper input[type=checkbox]:disabled:checked {
            background: #E1E6F9;
        }

        .edir-checkbox-wrapper input[type=checkbox]:disabled + label {
            cursor: not-allowed;
        }

        .edir-checkbox-wrapper input[type=checkbox] + label {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            margin-left: 6px;
        }
    }

    .pro-cat-content .card-body {
        padding: 2px;
    }

    .el-filter .card .card-header .btn-link {
        font-weight: 500;
        color: #000;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.75rem 0.75rem;
        /* font-size: 0.9rem;
        font-weight: 400; */
    }

    .multilevel-accordion .btn-link {
        font-size: 0.9rem !important;
        font-weight: 400 !important;
        display: flex !important;
        align-items: start !important;
    }

    .multilevel-accordion .checkbox-list {
        background: #ebeaea;
        padding: 8px 5px 1px 5px !important;
    }

    .multilevel-accordion .card {
        margin-bottom: 0;
    }

    .cr-login {
        display: flex;
        gap: 10px;
    }

    .cr-login label {
        flex: 1;
    }

    .inp-file {
        padding: 4px;
    }

    .w-150 {
        width: 150px;
    }

    /* #exhibitorList {
        width: 100%;
    } */

    .badge-season-pass {
        background: #179f63;
        color: #fff;
        padding: 0.25rem 0.75rem;
        border-radius: 6px;
        margin: 5px 0 0 0;
        display: inline-block;
        font-weight: 600;
    }

    .alphabet {
        margin-bottom: 20px;
    }

    .alphabet .btn_alphabet {
        margin-bottom: 10px;
        border-radius: 50px;
        min-width: inherit;
        padding: 0;
        background-color: #868686;
        color: #fff;
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 600;
    }

    .alphabet .btn_alphabet:hover {
        background-color: #000;
        color: #fff;
    }

    .btn_alphabet.active, .filter_btn.active {
        background-color: #e1ad00 !Important;
        color: #fff;
        border: 0;
    }

    .btn-back {
        display: inline-block;
        max-width: inherit;
        width: auto;
        margin: 0 0 0 5px;
    }

    .mobile-filter-apply, .show-apply-result {
        display: none;
    }

    .mb-25 {
        margin-bottom: 25px !important;
    }

    .note-table {
        background: #fff;
    }

    .note-table .thead-dark tr th {
        background: #03524f !important;
        color: #fff;
        padding: 10px 7px;
        font-size: 1rem;
    }

    .note-table th, .note-table td {
        border: 1px solid #03524f;
    }

    .mn-list-card .el-card-btn-action {
        border: 0;
        border-bottom: 1px #c9c9c9 solid;
    }

    .ename-mn {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .mn-list-card .card-body {
        text-align: left;
        display: block;
    }

    .w-auto {
        width: auto !important;
    }

    .textarea-un {
        width: 100%;
        height: 120px !important;
    }
    
    .pointer {
        cursor: pointer;
    }

    .mn-list-card .card-header {
       font-weight: 700; 
    }

    .subhead {
        margin-bottom: 15px;
        font-weight: 600;
    }


    .one-day-pass-head {
    color: #fff;
    position: absolute;
    right: 15px;
    top: -11px;
    font-size: 1.1rem !important;
    background: #ca346b;
    padding: 9px 17px;
    border-radius: 6px;
    font-weight: 600;
    }

    .three-day-pass-head {
        color: #fff;
        position: absolute;
        right: 15px;
        top: -11px;
        font-size: 1.1rem !important;
        background: #eaa82b;
        padding: 9px 17px;
        border-radius: 6px;
        font-weight: 600;
    }

    .six-day-pass-head {
        color: #fff;
        position: absolute;
        right: 15px;
        top: -11px;
        font-size: 1.1rem !important;
        background: #12b3b2;
        padding: 9px 17px;
        border-radius: 6px;
        font-weight: 600;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

/*responsive css*/

@media only screen and (max-width: 1680px) {
    /* .dashboard-main .col-xl-3 {
        width: 30%;
    } */

    /* .dashboard-main .col-xl-9 {
        width: 70%;
    } */

    .tt-email-main .col-xl-5 {
        width: 50%;
    }

    .tt-email-main .col-xl-4 {
        width: 50%;
    }
}

@media only screen and (max-width: 1366px) {
    /* .dashboard-main .col-xl-3 {
        width: 35%;
    }

    .dashboard-main .col-xl-9 {
        width: 65%;
    } */

    .dashboard-right .col-xl-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    .otp-reg-card h3 {
        font-size: 1.2rem;
    }

    .tt-email-main .col-xl-5 {
        width: 60%;
    }

    .tt-email-main .col-xl-4 {
        width: 40%;
    }

    .alphabet .btn_alphabet {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .desk-show {
        display: none;
    }
    
    .mob-show {
        display: block;
    }

    .event-date {
        display: none !important;
    }

    .navbar .container-fluid {
        justify-content: center;
    }

    .vr-step-main .step strong {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
        margin: 0 0 10px 0;
    }

    .vr-step-main .step span {
        line-height: normal;
        height: 38px;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .vr-step-main .step span {
        height: 50px;
    }

    .vr-step-main {
        margin: 25px 0 30px 0;
    }

    .otp-reg-card {
        border-radius: 20px !important;
        margin-bottom: 30px;
        height: auto !important;
    }

    /* .btn-next {
        padding: 0px 40px 0px 40px;
    } */

    .navbar-light .navbar-brand img {
        margin: 0 0 0 0 !important;
        height: 40px !important;
    }

    .dashboard-right {
        border-left: 0;
        min-height: 400px;
        padding-left: 0px;
    }

    .card-dashboard-menu {
        margin-bottom: 30px;
    }

    .vdashboard {
        margin-bottom: 0;
    }

    .welcome-area {
        text-align: left;
        margin: 0 0 15px 0;
        font-size: 1.1rem;
    }

    /* .dashboard-main .col-xl-3 {
        width: 100%;
    }

    .dashboard-main .col-xl-9 {
        width: 100%;
    } */

    .dashboard-right .col-xl-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .elfilter {
        margin-bottom: 25px;
    }

    .res-p-0 {
        padding: 0;
    }

    .card-dashboard-menu ul li a {
        font-size: 0.9rem;
    }

    .meetings-card .card-body {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        flex-wrap: wrap;
    }

    .muser {
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex: 100%;
        margin: 15px 0 0 0;
        align-items: center;
    }

    .mlocation {
        height: auto;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .mcompanyname {
        display: flex;
        align-items: start;
        width: 100%;
        /* background: #ccc; */
    }

    .mname {
        display: flex;
        align-items: start;
        width: 100%;
        /* background: #ccc; */
    }

    .mcompanyname i, .mname i {
        position: relative;
        top: 3px;
    }

    .al-card .name-avatar {
        width: 40px;
        height: 40px;
        font-weight: 500;
        font-size: 1rem;
        margin: 0 1rem 0 0;
    }

    .my-profile-table tr td {
        display: block;
        width: 100%;
    }

    .dashboard-right .white-sec {
        padding: 1rem 0rem;
    }

    .dashboard-right .main-row {
        padding: 1rem 0rem;
    }

    .mobile-profile-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f0f0f0;
        padding: 11px 15px;
        border-radius: 7px;
        margin-bottom: 15px;
    }

    .mobile-profile-menu i {
        font-size: 1.5rem;
        cursor: pointer;
    }

    .card-dashboard-menu {
        display: none;
    }

    .el_right {
        margin-top: 15px;
    }

    .exbooth {
        text-align: left;
        padding: 15px 0 0 50px;
        margin: 0;
    }

    .al-card .btn-theme {
        margin: 0 0 0 50px;
    }

        .mobile-filter-apply {
        display: flex;
        border: 0;
        background: #f2f2f2;
        padding: 0;
        border-radius: 15px;
        margin-bottom: 15px;
    }

        .mobile-filter-apply .card-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .mobile-filter {
        display: none;
    }

        .show-apply-result {
        display: none;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 15px;
        justify-content: space-between;
        border-top: 1px #ccc solid;
    }

    .elfilter {
        display: none;
    }

    .sendOtpBtn label, .sendOtpBtn br {
        display: none;
    }

    .g-recaptcha div {
        margin: 0 auto;
    }

    .custom-checkbox-list .cbx span:first-child {
        position: relative;
        top: 2px;
    }

    .custom-checkbox-list .cbx span:last-child {
        line-height: normal;
    }

    .mne-btn {
        width: 70px;
        display: flex ;
        gap: 4px;
    }

.one-day-pass-head, .three-day-pass-head, .six-day-pass-head  {
    margin: 12px 0 0 0 !important;
    position: relative;
    right: 0;
    top: 0;
    display: block;
    width: 190px;
    text-align: center !important;
    }

    .passcard-footer {
        display: none;
    }

    .pass_3_other .pass-divider {
        display: none;
    }

    .pass_6_other .pass-divider {
        display: none;
    }

    .pass_3_other .pass-plan {
        margin: 4px auto 7px auto;
    }   

    .pass_6_other .pass-plan {
        margin: 4px auto 7px auto;
    } 

  }