.ct-header-trigger {
    display: none;
}
.menu .ct-menu-link {
    text-transform: inherit !important;
}
.page-title {
    display: none;
}

.page-title-custom {
    margin: 0;
    vertical-align: top !important;
    top: 0;
}


.empty-column {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.dashicons, .dashicons-before:before {
    font-size: 24px;
}

.hide-menu {
    display: none !important;
}

[data-prefix="single_page"] .entry-header .page-title {
    font-size: 30px !important;
}
.notice {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-weight: 500;
}

.ct-customer-details {
    display: none;
}

.raofees-notice {
    margin: 25px 0;
    padding: 0px 16px;
    
   
}
.notice-success {
    /* border: 1px solid green; */
    border-left: 4px solid green;
}
.notice-error {
    /* border: 1px solid red; */
    border-left: 4px solid #d63638;
}

.notice.notice-error > span {
    display: block;
}

.tooltiptext li {
    text-align: left;
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 6px;
}

.tooltiptext ul {
    padding-left: 10px;
}

.raofees-pagination {
    margin: 2% 0;
    float: right;
}

.raofees-pagination span {
    margin-right: 5px;
}

.raofees-pagination span a {
    border: 2px solid;
    padding: 0px 5px 2px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: 60%;
    margin-left: -60px;
    opacity: 01;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  mh-400 {
    min-height: 400px;
  }

  span.original-fee {
    text-decoration: line-through;
    color: #636c7f;
}

span.discount-badge {
    font-size: 14px;
    color: #fff;
    background: var(--theme-palette-color-1);
    margin-left: 2%;
    padding: 5px;
    border-radius: 15px;
     white-space: nowrap;
}

/**Blocksy override**/

.ct-header-account:hover {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}


.ct-header-account-dropdown {
    z-index: 999999 !important;
}
.ct-header-account-dropdown.active {
    z-index: 999999 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.ct-container-full, .hero-section {
    z-index: 99;
}

.transaction-notice {
    padding-left: 0;
}
.notice.notice-success {
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.notice.notice-success span p{
display:none;
}

.notice.notice-success a {
    border-radius: 5px;
    border: 1px solid #5fcde3;
    padding: 8px;
    background: #5fcde3;
    color: #fff;
}

.popup-cancel-btn{
    padding: 9px 18px;
    background-color: #fff!important;
    color: var(--theme-link-initial-color)!important;
    margin: 0 10px 0 0;
    border: 1px solid var(--theme-link-initial-color)!important;
    font-size: 15px;
    border-radius:3px;
   }
   .popup-cancel-btn:hover{
    background-color: var(--theme-link-initial-color)!important;
    color: #fff!important;
   
   }
@media screen and (min-width:1024px) {
    form.checkout.woocommerce-checkout-temp {
        width: 50%;
        margin: auto;
    }
    .raofees-table tr th,.raofees-table tr td {
        text-align: center !important;
    }
}
@media(max-width: 479.98px) {
    .woocommerce-info,.woocommerce-error,.woocommerce-message,.woocommerce-thankyou-order-received {
        padding: 18px 15px 15px !important;
    }

    h3 {
        font-size: 19px;
    }
}
.box,.raofees-button{display: flex;max-height: 40px;}

            .box a {
                padding: 8px 20px;
              
                border-radius: 3px;
               
            }
            .table-content{
            overflow-y: auto;
            margin: 20px;
    }
            .modal-table{
            position: fixed;
                inset: 0;
                background: rgba(0,0,0,0.4);
                display: none;
                justify-content: center;
                    z-index: 999;
            }
            .modal-table:target {
                display: flex;
            }

            .modal {
                position: fixed;
                inset: 0;
                background: rgba(0,0,0,0.4);
                display: none;
                align-items: center;
                justify-content: center;
                    z-index: 999;
            }

            .content {
                position: relative;
                background: white;
                padding: 1em 2em;
                border-radius: 4px;
            }

            .modal:target {
                display: flex;
            }
            .list-modal-table:target{
                align-items: center;
            }
            .ml-2{margin-left: 20px;}
            .modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fe0606;
    font-size: 30px;
    text-decoration: none;
            }

.student-actions{
white-space: nowrap;
}
.table-scrollabel{
    overflow-x: auto;
    width: 100%;
}
.modal-name{
    white-space: normal;
    margin-bottom: 10px;
    text-align: left;
    color: #124F90;;
}
.filterbox-content{
max-width:1200px;
width:70%;
}
@media screen and (min-width:0px) and (max-width:767px) {
span.discount-badge {
    font-size: 10px;
    color: #fff;
    background: var(--theme-palette-color-1);
    margin-left: 4%;
    padding: 7px;
    border-radius: 15px;
    white-space: nowrap;
}}