﻿.p-15-20 {
    padding: 15px 20px !important;
}

.p-10-20 {
    padding: 10px 20px !important;
}

.p-5-15 {
    padding: 5px 15px !important;
}

.bb-none {
    border-bottom: none !important;
}

.banner-empty-image {
    background-color: #4B4F54;
}

.height-auto {
    height: auto !important;
}

.position-fixed-top {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.1));
    z-index: 1054;
}

.invoice-position-fixed-top {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.1));
    z-index: 1054;
}

table tr td.blr-none, table tr th.blr-none {
    border-left: 0;
    border-right: 0;
}

table tr td.bl-none, table tr th.bl-none {
    border-left: 0;
}

table tr td.br-none, table tr th.br-none {
    border-right: 0;
}

.textcolor-lightblue {
    color: #3AB0C8 !important;
}

.border-bottom-1-lightgray {
    border-bottom: 1px solid #c6c6c6;
}

.border-bottom-5-lightgray {
    border-bottom: 5px solid #c6c6c6;
}

.bg-section-gray {
    background-color: #f6f6f6;
}

.bgcolor-lightblue {
    background-color: #3AB0C8 !important;
}

.bgcolor-lightbluebg {
    background-color: #f0fafc !important;
}

.p-20 {
    padding: 20px !important;
}

.bgcolor-midgray {
    background-color: #c6c6c6 !important;
}

.border-bottom-midgray {
    border-bottom: 1px solid #b7b7b7;
}

.border-1-lightblue {
    border: 1px solid #f0fafc;
}

.border-1-lightgray {
    border: 1px solid #cccccc;
}

.verticle-middle {
    vertical-align: middle;
}

.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.border-bottom-lightblue {
    border-bottom: 1px solid #3AB0C8;
}

.verticle-textbottom {
    vertical-align: text-bottom;
}

.align-content-center {
    align-content: center;
}

.mw-250 {
    max-width: 250px !important;
}

td.dataTables_empty {
    background: white;
}

/*pill buton*/
.pill-button {
    color: white;
    padding: 5px 10px;
    border-radius: 25px;
    line-height: 1;
    display: inline-flex;
    transition: all 0.3s;
    margin: 0px 5px;
}

    .pill-button:hover {
        color: white;
        opacity: 0.8;
    }

    .pill-button.edit {
        background-color: #2196f3;
    }

    .pill-button.delete {
        background-color: #eb0028;
    }

body.modal-loader {
    position: relative;
    transition: all 0.3s;
}

body.order-loader:after {
    transition: all 0.3s;
    position: fixed;
    content: "Fetching order details. Please wait...";
    font-size: 18px;
    color: #777;
    background-color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1054;
    display: grid;
    place-content: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
    background-image: url('../img/op_Inprocess.gif');
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 25px;
}

body.modal-loader:after {
    transition: all 0.3s;
    position: fixed;
    content: "Downloading PDF. Please wait...";
    font-size: 18px;
    color: #777;
    background-color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1054;
    display: grid;
    place-content: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
    background-image: url('../img/op_Inprocess.gif');
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 25px;
}

body.approve-loading:after {
    transition: all 0.3s;
    position: fixed;
    content: "Approving application. Please wait...";
    font-size: 18px;
    color: #777;
    background-color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1054;
    display: grid;
    place-content: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
    background-image: url('../img/op_Inprocess.gif');
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 25px;
}

body.lock-app-loading:after {
    transition: all 0.3s;
    position: fixed;
    content: "Locking event. Please wait...";
    font-size: 18px;
    color: #777;
    background-color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1054;
    display: grid;
    place-content: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
    background-image: url('../img/op_Inprocess.gif');
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 25px;
}

body.unlock-app-loading:after {
    transition: all 0.3s;
    position: fixed;
    content: "Unlocking event. Please wait...";
    font-size: 18px;
    color: #777;
    background-color: white;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1054;
    display: grid;
    place-content: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
    background-image: url('../img/op_Inprocess.gif');
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 25px;
}

body.feedback-loader {
    position: relative;
    transition: all 0.3s;
}

    body.feedback-loader:after {
        transition: all 0.3s;
        position: fixed;
        content: "Submitting your feedback. Please wait...";
        font-size: 18px;
        color: #777;
        background-color: white;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1054;
        display: grid;
        place-content: center;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
        background-image: url('../img/op_Inprocess.gif');
        background-repeat: no-repeat;
        background-position: 50% 45%;
        background-size: 25px;
    }

    body.feedback-loader.success:after {
        content: "Your feedback submitted successfully.";
        font-size: 18px;
        color: #3AB0C8;
    }

    body.feedback-loader.failed:after {
        content: "Your feedback not submitted. Please try after sometime.";
        font-size: 18px;
        color: #eb0028;
    }

body.data-loader {
    position: relative;
    transition: all 0.3s;
}

    body.data-loader:after {
        transition: all 0.3s;
        position: fixed;
        content: "Fetching Details. Please Wait...";
        font-size: 18px;
        color: #777;
        background-color: rgba(255,255,255,1);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1054;
        display: grid;
        place-content: center;
        background-image: url('../img/op_Inprocess.gif');
        background-repeat: no-repeat;
        background-position: 50% 45%;
        background-size: 25px;
    }


body.modal-loader:before {
    transition: all 0.3s;
    position: fixed;
    content: '';
    background-color: #ccc;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1054;
}

body.category-loader {
    position: relative;
    transition: all 0.3s;
}

    body.category-loader:after {
        transition: all 0.3s;
        position: fixed;
        content: "Updating Category. Please wait...";
        font-size: 18px;
        color: #777;
        background-color: white;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1054;
        display: grid;
        place-content: center;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
        background-image: url('../img/op_Inprocess.gif');
        background-repeat: no-repeat;
        background-position: 50% 45%;
        background-size: 25px;
    }

    body.category-loader:before {
        transition: all 0.3s;
        position: fixed;
        content: '';
        background-color: #ccc;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1054;
    }

.modal-body .regListDetails {
    max-height: calc(100vh - 28vh);
    overflow-y: auto;
    height: auto;
    overflow-x: hidden;
}

.modal-fullscreen .modal-body.overflow-hidden {
    overflow: hidden !important;
}


/*.SaveForLater {
    position: absolute;
    left: 50%;
    border: 2px solid lightgray !important;
    margin-left: -90px;
    background-color: #cfcfcf4f !important;
}*/
/*remove this*/
.form-control.error:focus {
    border: 1px solid #eb0028;
}

.p-100-40 {
    padding: 100px 0 40px 0;
}

.gmr-scroll-text {
    font-size: 14pt;
    color: #3c3c3b;
}

.w-710 {
    width: 710px;
    margin: 0 auto;
}

.mw-100 {
    max-width: 100%;
}

.border-lightgray {
    border-color: #455560 !important;
}

/*.pos-sticky-top {
    position: sticky;
    top: 0;
}*/

.scroll-text {
    color: #c6c6c6;
    letter-spacing: 5px;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320)));
}

.scroll-arrow .fa-arrow-down {
    color: #bcb8b8;
    font-size: 45px;
}

.scroll-section {
    min-height: 450px;
}

.scroll-text:hover {
    color: #bcb8b8;
}

/*end remove this*/
/*tradeshow navigation dropdown css*/
.navbar .dropdown ul.light-blue-dd {
    width: 200px;
    left: -50px;
    border-top: none;
}

    .navbar .dropdown ul.light-blue-dd li:hover a {
        background-color: #3AB0C8;
    }
/*tabs*/
.trade-show-nav-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    border-bottom: 5px solid #e6e6e6;
    overflow: hidden;
}

    .trade-show-nav-tabs li {
        width: 50%;
        text-align: center;
        background-color: white;
    }

        .trade-show-nav-tabs li a:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .trade-show-nav-tabs li a {
            background-color: white !important;
            padding: 15px;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            color: #455560;
            transition: all 0.5s;
        }

            .trade-show-nav-tabs li a.active.show {
                background-color: #3AB0C8 !important;
                color: white;
            }

.form-file-list-delete.ts {
    color: #3275ad !important;
}

.event-calendar-trade-show {
    padding: 35px;
}

    .event-calendar-trade-show .trade-show-calendar-img {
        /*   width: 20%;
        max-height: 95px;
        min-height: 95px;*/
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /*padding: 25px;*/
        width: 115px;
    }

        .event-calendar-trade-show .trade-show-calendar-img img {
            width: auto;
            max-height: 100px;
            max-width: 100%;
        }

    .event-calendar-trade-show .trade-show-calendar-info a {
        color: #3C3C3B;
    }

    .event-calendar-trade-show .trade-show-calendar-info {
        width: 60%;
    }

   /* .event-calendar-trade-show .trade-show-calendar-link {
        width: 20%;
        text-align: right;
        justify-content: flex-end;
        display: flex;
    }*/

    .event-calendar-trade-show ul li {
        padding: 15px 29px;
        border-radius: 20px;
        border: 1px solid #E0E0E0;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 90px;
        margin-bottom: 10px;
    }

.event-calendar-trade-show {
    margin-top: 36px;
}

    .event-calendar-trade-show .trade-show-calendar-info .info-event-name, .event-calendar-trade-show .trade-show-calendar-info .info-date {
        font-family: 'Surt', sans-serif !important;
        font-size: 18px;
        font-style: normal;
        line-height: 30px;
    }

    .event-calendar-trade-show .trade-show-calendar-info .info-event-name {
        color: #3AB1C8;
        font-weight: 700;
    }

    .event-calendar-trade-show .trade-show-calendar-info .info-date {
        font-weight: 600;
        color: #A8A8A8
    }


/*link button*/
.link-button {
    transition: all 0.3s;
}

    .link-button:focus {
        opacity: 1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    }

    .link-button:hover {
        opacity: 0.8;
    }

.icon-circle {
    height: 90px;
    width: 90px;
    border-radius: 50px;
    display: grid;
    place-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
/*square button*/
.btn-square {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    max-width: 180px;
    padding: 5px 20px;
    white-space: normal;
    word-break: break-word;
    border: 2px solid #3AB0C8;
    border-radius: 10px !important;
    color: #3AB0C8;
    transition: all 0.3s;
    width: 171px;
}

.btn-square-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 15px;
    white-space: normal;
    word-break: break-word;
    border-radius: 6px !important;
    transition: all 0.3s;
}

.btn-square:focus, .btn-square:hover, .btn-square.active {
    color: white;
    background-color: #3AB0C8;
}

.btn-square-small:focus, .btn-square-small:hover, .btn-square-small:active {
    color: #455560;
    background-color: #efefef;
    border-color: inherit;
}

    .btn-square-small:focus svg, .btn-square-small:hover svg, .btn-square-small:active svg {
        fill: #455560;
    }

        .btn-square-small:focus svg.bi-cart-check, .btn-square-small:hover svg.bi-cart-check, .btn-square-small:active svg.bi-cart-check {
            fill: white;
        }

.btn-square:focus, .btn-square-small:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.tradeshow-btn.btn-blue-solid {
    background: #3AB1C8;
    color: white;
    border: 1px solid #3AB1C8;
}

/* Button Styles */
/*.tradeshow-btn {
    width: 250px;
    height: 64px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    font-family: 'Surt', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

    .tradeshow-btn.btn-white-solid {
        background: #F9F9F9;
        color: #3AB1C8;
        border: 1px solid #F9F9F9;
    }
*/
/*tabs css*/
.progressbar .wiz-booth:before {
    content: "2";
}

.progressbar .wiz-insurance:before {
    content: "3";
}

.progressbar .wiz-tandc:before {
    content: "4";
}

.progressbar li:before {
    color: #cccccc;
    height: 65px;
    width: 65px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 3px solid #cccccc;
    background-color: white;
}

.progressbar li.active:after {
    border: 3px solid #3AB0C8;
    background-color: #3AB0C8;
}

.progressbar li.active:before {
    border: 3px solid #3AB0C8;
    background-color: #3AB0C8 !important;
}

.tab-title.active {
    color: #3AB0C8 !important;
}

/*registration form css*/
.ts-py {
    padding: 50px 0 90px 0;
}

.action-button.w-250 {
    width: 250px;
}

.wizardform .action-button:hover:not(:disabled) {
    opacity: 0.85 !important;
}

.action-button.w-250:disabled {
    background-color: #858484 !important;
    cursor: no-drop !important;
}

.wizardform .action-button-previous {
    color: #4b4f54 !important;
    border-radius: 35px !important;
    border: 2px solid #4b4f54 !important;
}

/*#submitTradeShowRegForm:disabled {
    background: #ccc !important;
    cursor: no-drop;
    border-color: transparent !important;
}*/

.textcolor-graysecondary {
    color: #666666;
}

.action-button:focus {
    opacity: 1 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

/*agreement checkbox list css*/
.trade-show-tandc-list ul li {
    position: relative;
    padding: 25px 60px 25px 0;
    border-bottom: 1px solid #ccc;
}

    .trade-show-tandc-list ul li:last-child {
        border-bottom: 0;
    }

/*.trade-show-tandc-list .read-more-link {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    color: #b3b3b3;
}*/

input[type="checkbox"] + .lbl::before {
    font-size: 0px;
    transition: all 0.3s;
}

input[type="checkbox"]:checked + .lbl::before {
    font-size: 12px !important;
}

.trade-show-tandc-list .list-checkbox-main input[type="checkbox"] + .lbl::before {
    margin-right: 30px;
}

.trade-show-tandc-list .list-checkbox-main input[type="checkbox"] {
    margin-top: 2px;
}

.trade-show-tandc-list .read-more-link:hover {
    text-decoration: underline;
}

.form-group.wizard-required.error-border {
    border: none !important;
}

/*file upload css*/
.get-file-url {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    object-fit: contain;
    padding: 15px;
}

/*radio/checkbox css*/
input[type="checkbox"]:checked + .lbl::before {
    border-color: #3AB0C8 !important;
    color: white !important;
    background-color: #3AB0C8 !important;
}

input[type="radio"]:checked::before {
    border-color: #3AB0C8 !important;
    color: #3AB0C8 !important;
}


input[type="radio"]::before, input[type="checkbox"] + .lbl::before, input[type="checkbox"] {
    transition: all 0.3s;
    color: #3AB0C8 !important;
}

/*full screen modal*/
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100%;
    animation-duration: 0.6s;
    max-width: 85%;
    margin: 0 auto;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
    overflow-y: auto;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

/*vertical tabs*/
.trade-show-vertical-tabs .nav-link.active {
    background-color: white;
    color: #3AB0C8 !important;
    font-weight: normal;
}

.trade-show-vertical-tabs .nav-item {
    border: none !important;
}

.trade-show-vertical-tabs .nav-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    height: 2px;
    width: 0px;
    transform: translate(-50%,-50%);
}

.trade-show-vertical-tabs .nav-link:hover {
    border-bottom: 2px solid #d5d5d5;
}

.trade-show-vertical-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    height: 2px;
    width: 100%;
    background: #3AB0C8 !important;
    transition: all 0.5s;
    transform-origin: center;
    transform: translate(-50%,-50%);
}

.trade-show-vertical-tabs .nav-link {
    padding-left: 0;
    border-radius: 0;
    border-bottom: 2px solid #efefef;
    padding: 13px 0px;
    transition: all 0.3s;
    letter-spacing: inherit;
}

.tabs-left-section {
    margin-right: 45px;
    min-width: 260px;
}

.tabs-right-section {
    width: 100%;
}

.trade-show-tandc-list.modal-cb-list {
    padding: 0;
    max-height: calc(100vh - 310px);
    overflow-y: auto;
}

    .trade-show-tandc-list.modal-cb-list ul li {
        padding: 15px 15px 15px 0;
    }

    .trade-show-tandc-list.modal-cb-list:first-child {
        padding-top: 0;
    }

    .trade-show-tandc-list.modal-cb-list .list-checkbox-main input[type="checkbox"] + .lbl::before {
        margin-right: 15px;
    }

.tab-header {
    background-color: #f0fafc;
    padding: 13px;
    margin-bottom: 30px;
    color: #3AB0C8;
}

.lh-1-5 {
    line-height: 1.5;
}

/*datepicker UI*/
.ui-widget-header {
    background: #3AB0C8 !important;
    border: none !important;
}

.ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover, .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
    background: white !important;
    color: #3AB0C8 !important;
    border: none !important;
}

.ui-datepicker th, .ui-datepicker-calendar tbody tr td, .ui-datepicker-calendar tbody tr td a {
    border: none !important;
}

    .ui-datepicker-calendar tbody tr td a.ui-state-hover, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #3AB0C8 !important;
        color: white !important;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #01774a !important;
    color: white !important;
}

/*validation css*/
.error-parent .error:not(input), .form-group .error:not(.form-control) {
    margin-bottom: 0;
}

label#tsTitle-error {
    position: absolute;
    bottom: 5px;
    left: 15px;
    margin: 0;
}

.radio-btn.ts-radio {
    position: relative;
}

label#tsBoothSize-error {
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #eb0028 !important;
    font-size: calc(14px + 2 * ((100vw - 320px) / (2000 - 320))) !important;
    margin: 0;
}

/*quantity UI*/
.product-quantity input {
    max-width: 39px;
    margin: 0;
    padding: 4px;
    text-align: center;
    border: none;
    border-left: 0;
    border-right: 0;
    background-color: #dcdcdc !important;
    user-select: none;
    cursor: default;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.btn-gray {
    background-color: #878787;
    border: 2px solid #878787;
    color: white;
}

.quantity-selectors {
    display: inline-flex;
    justify-content: space-between;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
}

    .quantity-selectors button:focus {
        outline: none !important;
        background-color: #efefef;
    }

    .quantity-selectors button {
        margin: 0;
        border: 2px solid #dcdcdc !important;
        background-color: #fff;
        color: #455560;
        padding: 2px 7px;
        font-size: 20px;
        font-weight: bold;
    }

        .quantity-selectors button[disabled="disabled"] span {
            opacity: 0.5;
        }

/*remove spinner from input number*/
input[name='quantity']::-webkit-outer-spin-button,
input[name='quantity']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[name='quantity'] {
    -moz-appearance: textfield;
}

/*equipment css*/
.equipment-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

    .equipment-card-grid .equipment-card-main .equipment-header img {
        object-fit: cover;
    }

.order-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1054;
    height: 100%;
    width: 100%;
    background-color: white;
    display: grid;
    place-content: center;
    margin: 0 auto;
}

    .order-loader .card {
        box-shadow: none;
        border: none;
        padding: 0 !important;
        margin: 0;
        width: 500px;
    }

        .order-loader .card .no-rec-found {
            border: none !important;
            background-color: white !important;
        }

            .order-loader .card .no-rec-found h5 {
                margin-top: 15px;
                font-weight: bold;
            }

.border-active-bottom:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
    border-bottom: 4px solid #fcb615;
    bottom: -5px;
    width: 100% !important;
}

    .border-active-bottom:after.lightblue {
        border-bottom: 4px solid #3AB0C8 !important;
    }

/*datatable colgroup css*/
.group.group-start td {
    padding: 5px 15px;
    background-color: #3AB0C8 !important;
    color: white;
    cursor: pointer;
}

tr.group.group-start {
    position: relative;
    transition: all 0.3s;
}

    tr.group.group-start:after {
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        position: absolute;
        right: 25px;
        content: "";
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        transition: all 0.3s;
        margin-top: -3px;
    }

    tr.group.group-start.collapsed:after {
        transition: all 0.3s;
        transform: translateY(-50%) rotate(-225deg);
        margin-top: 3px;
    }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
}

.dataTables_paginate ul li {
    margin: 0;
    z-index: 0;
}

    .dataTables_paginate ul li a {
        padding: 5px 10px !important;
        box-shadow: none;
    }

    .dataTables_paginate ul li.page-item.active a.page-link {
        background-color: #3AB0C8 !important;
        border-color: #3AB0C8 !important;
        box-shadow: none;
    }

.dataTables_paginate .next, .dataTables_paginate .prev {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    font-size: initial;
    right: auto;
    display: inline-block;
    top: auto;
    transform: none;
}

.common-section-space.h-200 {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-home-content-height {
    min-height: 365px;
}

.p-40-40 {
    padding: 40px 0;
}


.justify-end {
    justify-content: flex-end !important;
}

#prodListingTable_filter, #catListingTable_filter {
    display: none !important;
}

/*square pills*/
.square-pills-icon span svg {
    vertical-align: middle;
    margin-right: 5px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.square-pills-icon {
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 10px 0 0;
    background: white;
    color: #455560;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(14px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
    font-weight: 500;
    letter-spacing: 0.2px;
}

.banner-componnent {
    position: absolute;
    width: 50%;
    transform: translate(-50px, -50%);
    top: 50%;
    left: 26%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*left section fixed css*/
.main-section {
    position: initial;
}

.main-menu {
    background-color: #3AB0C8;
    width: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.radio-btn.active {
    background: #3AB0C8;
    border: 2px solid transparent;
}

    .radio-btn.active label {
        color: white !important;
    }

.main-menu i {
    color: white;
}

.main-menu li > a {
    padding: 10px;
}

.main-menu li a .img-part img {
    height: auto;
    width: auto;
    max-width: 50%;
    max-height: 60%;
}

.main-menu li a .img-part {
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3AB0C8;
}

.main-menu:hover li a .img-part {
    background: #efefef;
}

    .main-menu:hover li a .img-part img:not(.hover) {
        display: none;
    }

    .main-menu:hover li a .img-part img.hover {
        display: block;
    }

.main-menu li a .img-part img.hover {
    display: none;
}

.main-menu li:hover > a {
    color: #fff;
    background-color: #3AB0C8;
    border-left: 5px solid #3AB0C8;
}

    .main-menu li:hover > a .img-part {
        background-color: #e3e3e5;
    }

.main-menu .nav-text {
    padding-left: 10px;
    width: 230px;
}

.info-oncanvas-container {
    position: relative;
}

    .info-oncanvas-container img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

.bg-image-section .info-oncanvas-container .bg-image-secttion-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common-box-component-img .text-left.titlebody-content .typo-headline {
    font-size: calc(39px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(43px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
    margin-bottom: 30px;
}

.banner-componnent .typo-subheadline {
    font-size: calc(25px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(25px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
}

.radio-control .radio-btn.bgcolor-lightblue {
    border-color: transparent;
}

.form-file-list-delete-prod-list-pdf {
    cursor: pointer;
}

.modal-content.modal-loader {
    position: relative;
}

    .modal-content.modal-loader:after {
        position: absolute;
        content: "";
        background-color: white;
        border-radius: 14px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #777;
    }

.mb-100 {
    margin-bottom: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.w-850 {
    width: 850px;
    margin: 0 auto;
}

.w-190 {
    min-width: 190px !important;
}

.w-350 {
    width: 350px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.regListDetails.loading {
    position: relative;
    min-height: 300px;
    height: 300px;
}

    .regListDetails.loading:after {
        position: absolute;
        content: "Loading...";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #efefef;
        z-index: 0;
        color: #777;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn-square-small-border {
    border: 2px solid #3AB0C8;
    background-color: #ffffff;
    font-weight: Normal;
    color: #3AB0C8;
    text-transfrom: uppercase;
    border-radius: 8px !important;
}

    .btn-square-small-border[disabled] {
        color: #777;
    }

.btn-trade-show {
    height: 70px;
    border: 2px solid #3AB0C8;
    border-radius: 14px;
    background-color: #3AB0C8;
    color: white;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-150 {
    padding-bottom: 150px;
}

.modal-content.modal-loader.process:after {
    content: "Uploading Invoice. Please Wait...";
    color: #777;
}

.modal-content.modal-loader.success:after {
    content: "Invoice uploaded successfully.";
    color: #3AB0C8;
}

.modal-content.modal-loader.failed:after {
    content: "Invoice Failed to Upload.";
    color: #eb0028;
}

.f-21 {
    font-size: calc(17px + (21 - 17) * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(20px + (21 - 17) * ((100vw - 320px) / (2000 - 320)));
}

.mw-20 {
    min-width: 21px;
}

textarea.resize-none.mh-160 {
    min-height: 160px;
}

.invoice-payment-list li {
    padding: 10px 0 10px 0;
    flex-wrap: wrap;
    font-size: 16px !important;
    border-bottom: 1px dotted rgba(0,0,0,0.22);
}

    .invoice-payment-list li h4 {
        font-size: 16px !important;
        margin: 0 !important;
    }

    .invoice-payment-list li .d-flex a {
        height: 35px;
        width: 35px;
        background-color: #efefef;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-left: 15px;
    }

    .invoice-payment-list li .d-flex a svg {
        height: 25px;
        width: 20px;
        fill: #222222;
    }

    .invoice-payment-list li .pill-button {
        border-radius: 6px !important;
        background-color: rgba(0, 128, 0, 0.12) !important;
        border: 1px solid rgba(0, 128, 0, 0.50) !important;
    }

    .selector-item_radio {
        height: 0;
        width: 0;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 0;
        user-select: none;
        pointer-events: none;
    }

.selecotr-item.title-cb:first-child .selector-item_radio + .selector-item_label {
    width: 120px !important;
    margin: 2px 5px 2px 0 !important;
}

.selecotr-item.title-cb .selector-item_radio + .selector-item_label {
    width: 120px !important;
    margin: 2px 5px !important;
}

.selector-item_radio:disabled + .selector-item_label {
    position: relative;
    padding: 10px 15px;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background: #ffffff;
    width: 150px;
    text-align: center;
    opacity: 0.6;
    pointer-events: none;
    transition: all 0.3s;
    user-select: none;
}

.selector-item_radio:not(:checked) + .selector-item_label {
    position: relative;
    padding: 10px 15px;
    border: 2px solid #cccccc;
    border-radius: 10px;
    background: #ffffff;
    width: 150px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    color: #455560 !important;
}

.selector-item_radio:checked + .selector-item_label {
    background-color: #3AB0C8 !important;
    text-align: center;
    box-shadow: none;
    border: 2px solid #3AB0C8 !important;
    padding: 10px 15px;
    width: 150px;
    border-radius: 10px;
    align-items: center;
    color: white !important;
    transition: all 0.3s;
    cursor: pointer;
}

.selector-item_radio:hover:not(:checked) + .selector-item_label {
    transition: all 0.3s;
    background-color: #f0f0f0;
}

#validFeedbackForm {
    display: none;
}

#google_translate_element span {
}

#google_translate_element .goog-te-combo {
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #cccccc !important;
}

.accordion-list-view {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin-bottom: 50px;
}

.header-list {
    padding: 25px 30px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.op-09 {
    opacity: 0.9;
}

.p-17-30 {
    padding: 17px 30px;
}

.btn.btn-sm {
    padding: 2px 15px !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
}

.btn-icon-small {
    height: 35px;
    width: 35px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.py-20 {
    padding: 20px 20px;
}

@media screen and (max-width: 768px) {
    .event-calendar-trade-show .trade-show-calendar-info {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .event-calendar-trade-show .trade-show-calendar-link {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .dark_btn_blue {
        padding: 11px 15px;
    }

    .modal-content h5 {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media screen and (max-width: 425px) {
    #submitTSRegListDocs {
        width: 100%;
    }

    .modal-body .tabs-main.ptb-35, .modal-body .row.bgcolor-lightbluebg.ptb-35 {
        padding: 10px !important;
    }

    .modal-header.d-flex.justify-space-between.align-center.bg-white img {
        max-width: 70%;
        padding: 0;
    }

    .modal-header .close-btn {
        margin: 0 !important;
        display: inline-flex;
    }

    .modal-header .close-btn svg {
        height: 30px;
        width: 30px;
    }

    .modal-body .tabs-main .d-flex {
        flex-wrap: wrap;
    }

    .wizardform .exporters_login button {
        max-width: 95%;
        width: 95%;
    }

    .check_agreement.list-checkbox-main {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 0;
        gap: 5px;
    }
}
