    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body {
        font-family: 'Poppins', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .login-main-wrapper {
        background: #fff;
        -webkit-box-shadow: 1px 28px 120px -36px rgba(0, 0, 0, 0.52);
        -moz-box-shadow: 1px 28px 120px -36px rgba(0, 0, 0, 0.52);
        box-shadow: 1px 28px 120px -36px rgba(0, 0, 0, 0.52);
    }
    
    .login-logo img {
        max-width: 190px;
    }
    
    .login-left-panel {
        padding: 30px;
    }
    
    .login-main-panel {
        padding-top: 40px;
    }
    
    .login-bg {
        background: url(../images/bg.jpeg) top center;
        background-size: cover;
    }
    
    .login-slider-text h2 {
        background: rgba(49, 69, 177, 0.5);
        border-radius: 10px;
        padding: 7px 15px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .login-bg .owl-carousel .owl-stage-outer .item {
        height: 80vh;
        background-size: contain;
        position: relative;
        top: 0px;
    }
    
    .login-slider-text {
        position: absolute;
        bottom: 30px;
    }
    
    .login-slider-text p {
        color: #fff;
    }
    
    .login-bg .owl-carousel .owl-stage-outer {
        height: 80vh;
    }
    
    .login-bg .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        position: absolute;
        z-index: 99999;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .login-slider-text p {
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #0387ba;
    }
    
    .navbar-right .dropdown>a:hover {
        color: #fff !important;
        background: #0387ba;
    }
    
    .main-bg-color {
        /* background-color: #f9f9f9 !important; */
    }
    
    .modal-from-row {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    
    .modal-header {
        padding: 0.7rem 1rem;
        border-bottom: none;
    }
    
    .modal-header img {
        max-width: 10rem;
    }
    
    .modal-header .checkin-btn {
        color: #0C6AAE;
        font-size: 1.2rem;
        background: transparent;
        border: none;
    }
    
    .modal-header .checkin-btn:focus {
        outline: none;
    }
    
    .modal-dialog {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 15px;
    }
    
    .modal-from-row .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
        display: none;
    }
    
    .modal-from-row .custom-control-input:checked~.custom-control-label::before {
        border-color: #0387ba;
        background-color: #0387ba;
    }
    
    .fild-half {
        width: 49%;
    }
    
    .custom-check-row label {
        font-size: 0.9rem;
    }
    
    .modal-btns-panel {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0.5rem;
    }
    
    .blue-btn {
        padding: 0.4rem 1rem;
        border-radius: 0.7rem;
        font-size: 1rem;
        background: #0387ba;
        color: #fff;
        text-transform: uppercase;
        border: none;
        margin-left: 1rem;
        min-width: 7rem;
        display: block;
    }
    
    .red-btn {
        padding: 0.4rem 1rem;
        border-radius: 0.7rem;
        font-size: 1rem;
        background: #C12A10;
        color: #fff;
        text-transform: uppercase;
        border: none;
        margin-left: 1rem;
        min-width: 7rem;
        display: block;
    }
    
    .blue-btn:focus,
    .red-btn:focus {
        outline: none;
    }
    /* form starting stylings ------------------------------- */
    
    .cutm-group {
        position: relative;
        margin-bottom: 32px;
        width: 100%;
    }
    
    .cutm-group input {
        font-size: 18px;
        padding: 10px 0;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #757575;
        background: transparent;
    }
    
    .basic-info-page .cutm-group input {
        font-size: 18px;
        padding: 10px 10px 10px 0px;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #757575;
        background: transparent;
    }
    
    .cutm-group input:focus {
        outline: none;
    }
    /* LABEL ======================================= */
    
    .cutm-group label {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 10px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    
    .basic-info-page .cutm-group label {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 0px;
        top: 10px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    /* active state */
    
    .cutm-group input:focus~label,
    .cutm-group input:valid~label {
        top: -20px;
        font-size: 14px;
        color: #5E5E5E;
    }
    /* BOTTOM BARS ================================= */
    
    .cutm-group .bar {
        position: relative;
        display: block;
        width: 100%;
    }
    
    .cutm-group .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #0387ba;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    
    .cutm-group .bar:before {
        left: 50%;
    }
    
    .cutm-group .bar:after {
        right: 50%;
    }
    /* active state */
    
    .cutm-group input:focus~.bar:before,
    .cutm-group input:focus~.bar:after {
        width: 50%;
    }
    /* HIGHLIGHTER ================================== */
    
    .cutm-group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }
    /* active state */
    
    .cutm-group input:focus~.highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }
    /* ANIMATIONS ================ */
    
    @-webkit-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }
        to {
            width: 0;
            background: transparent;
        }
    }
    
    @-moz-keyframes inputHighlighter {
        from {
            background: #5264AE;
        }
        to {
            width: 0;
            background: transparent;
        }
    }
    
    @keyframes inputHighlighter {
        from {
            background: #5264AE;
        }
        to {
            width: 0;
            background: transparent;
        }
    }
    
    .login-btn-panel {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .login-btn-panel .login-btn {
        background: #0387ba;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        border: none;
        padding: 8px 45px;
        margin-right: 15px;
    }
    
    .login-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 15px 0 0;
    }
    
    .login-link p {
        font-size: 12px;
        color: #262626;
        margin-bottom: 0;
    }
    
    .login-link a {
        color: #0387ba;
        font-size: 14px;
        font-weight: 400;
    }
    
    .sidebar,
    .sidebar .sidebar-head {
        background: #0387ba;
    }
    
    .navbar-header {
        background: #fff;
    }
    
    .top-left-part {
        background: #0387ba;
        width: 240px !important;
        transition: all 0.5s ease-in;
        border: 0;
    }
    
    .hide-sidebar .top-left-part {
        width: 100px !important;
    }
    
    .navbar-left a:hover {
        color: #fff;
    }
    
    .sidebar {
        width: 240px;
    }
    
    .hide-sidebar .sidebar {
        width: 100px;
    }
    
    #page-wrapper {
        margin-left: 240px;
    }
    
    .hide-sidebar #page-wrapper {
        margin-left: 100px;
    }
    
    #side-menu {
        flex-direction: column;
        margin-left: 25px;
    }
    
    #side-menu li a {
        width: 100%;
        display: flex;
        color: #fff;
        border: none;
        border-radius: 8px 0 0 8px;
        padding: 10px 15px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 1px;
    }
    
    #side-menu li.active a,
    #side-menu li a:hover {
        background: #fff;
        color: #000;
    }
    
    .hide-sidebar #side-menu li a {
        font-size: 0;
        border: none;
    }
    
    .dashboard-icon {
        display: block;
        background: url("../images/dashboard-icon-w.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-right: 10px;
    }
    
    .exhibition-icon {
        display: block;
        background: url("../images/exhibition-icon-w.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-right: 10px;
    }
    
    .customer-icon {
        display: block;
        background: url("../images/customer-icon-w.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-right: 10px;
    }
    
    .account-icon {
        display: block;
        background: url("../images/accout-icon-w.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-right: 10px;
    }
    
    #side-menu li.active .dashboard-icon,
    #side-menu li a:hover .dashboard-icon {
        display: block;
        background: url("../images/dashboard-icon-b.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    
    #side-menu li.active .exhibition-icon,
    #side-menu li a:hover .exhibition-icon {
        display: block;
        background: url("../images/exhibition-icon-b.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    
    #side-menu li.active .customer-icon,
    #side-menu li a:hover .customer-icon {
        display: block;
        background: url("../images/customer-icon-b.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    
    #side-menu li.active .account-icon,
    #side-menu li a:hover .account-icon {
        display: block;
        background: url("../images/accout-icon-b.png") no-repeat 0 0;
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    
    .top-left-part a {
        display: flex;
        justify-content: center;
    }
    
    .common-table thead {
        background: #0387ba;
        color: #fff;
    }
    
    .common-table thead th {
        color: #fff;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        font-size: 14px;
    }
    
    .common-table tbody td {
        font-size: 14px;
    }
    
    .draft-btn {
        background: #ECC708;
        padding: 5px 15px;
        color: #fff;
        border-radius: 5px;
        min-width: 120px;
        display: inline-block;
        text-align: center;
    }
    
    .active-btn {
        background: #47B50C;
        padding: 5px 15px;
        color: #fff;
        border-radius: 5px;
        min-width: 120px;
        display: inline-block;
        text-align: center;
    }
    
    .stopped-btn {
        background: #EC4C08;
        padding: 5px 15px;
        color: #fff;
        border-radius: 5px;
        min-width: 120px;
        display: inline-block;
        text-align: center;
    }
    
    #page-wrapper {
        background: #fff;
    }
    
    .white-box {
        border-top: none;
    }
    
    .navbar-top-links>li>a {
        color: #0387ba;
    }
    
    .btn-success {
        background: #0387ba !important;
        border-color: #0387ba !important;
        font-size: 13px !important;
    }
    
    .page-main-title h3 {
        font-size: 22px;
        line-height: 26px;
        color: #0387ba !important;
    }
    
    .page-item.active .page-link {
        background: #0387ba !important;
        border-color: #0387ba !important;
        font-size: 13px !important;
    }
    
    .page-item .page-link {
        font-size: 13px !important;
    }
    
    .app-search .form-control {
        background: #f9f9f9;
    }
    
    .footer {
        z-index: 99;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    
    .grid-icon {
        background: url("../images/grid-view-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .vehicles-icon {
        background: url("../images/vehicles-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .disabled-link {
        pointer-events: none;
        opacity: 0.5;
    }
    
    .edit-icon {
        background: url("../images/edit-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .view-icon {
        background: url("../images/view-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .delete-icon {
        background: url("../images/remove-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .stop-icon {
        background: url("../images/stop-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .message-icon {
        background: url("../images/message-icon.png") no-repeat 0 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        display: block;
        margin: 3px;
    }
    
    .action-btns-panel {
        display: flex;
    }
    
    .profile-left-nav ul {
        display: flex;
        flex-direction: column;
    }
    
    .profile-right-panel h3 {
        font-size: 22px;
        line-height: 26px;
        color: #0387ba !important;
    }
    
    .profile-left-nav li span {
        display: block;
        font-size: 12px;
        color: #686868;
    }
    
    .profile-left-nav li a {
        display: flex;
        font-size: 18px;
        line-height: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .profile-left-nav li a small {
        font-size: 13px;
        display: block;
    }
    
    .profile-left-nav .nav-tabs .nav-link.active {
        border-bottom: 1px solid #dfdfdf;
        color: #0387ba;
    }
    
    .profile-left-nav .nav-tabs .nav-link.active small {
        color: #263238;
    }
    
    .profile-left-nav .nav-tabs .nav-link {
        border-bottom: 1px solid #dfdfdf;
    }
    
    .profile-icon {
        background: url("../images/accout-icon-b.png") no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
        display: inline-block;
        flex-shrink: 0;
        margin-right: 10px;
    }
    
    .brand-icon {
        background: url("../images/branding.png") no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
        display: inline-block;
        flex-shrink: 0;
        margin-right: 10px;
    }
    
    .billing-icon {
        background: url("../images/billing.png") no-repeat;
        background-size: cover;
        width: 30px;
        height: 20px;
        display: inline-block;
        flex-shrink: 0;
        margin-right: 10px;
    }
    
    .document-upoad-row {
        margin-bottom: 10px;
    }
    
    .document-upoad-fld-panel {
        display: flex;
        justify-content: space-between;
        padding-bottom: 15px;
        flex-wrap: wrap;
    }
    
    .document-upoad-text p {
        display: flex;
        margin-bottom: 0;
        align-items: flex-start;
    }
    
    .card-icon {
        background: url("../images/id-card-icon.png") no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
        display: inline-block;
        flex-shrink: 0;
        margin-right: 10px;
    }
    
    .custom-upload-btn {
        position: relative;
    }
    
    .custom-upload-btn input {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 120px;
        height: 28px;
        cursor: pointer;
        opacity: 0;
    }
    
    .custom-upload {
        display: inline-block;
        border-radius: 6px;
        color: #0387ba;
        font-weight: normal;
        font-size: 16px;
        cursor: pointer;
        width: 120px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #0387ba;
    }
    
    .logo-upload-btns {
        display: flex;
        align-items: center;
    }
    
    .my-account-wrapper h3 {
        font-size: 24px;
        line-height: 28px;
        color: #0387ba;
    }
    
    .my-account-wrapper h4,
    .document-upoad-title h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #0387ba;
    }
    
    .upoaded-file-panel {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 10px 30px 10px;
        border-top: 1px solid #5f5f5f;
    }
    
    .upoaded-file-panel img {
        max-width: 80px;
    }
    
    .fld-verfy-btn {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        font-weight: bold;
        color: #0387ba;
    }
    
    .fld-verfied {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        font-weight: bold;
        color: #118819;
        display: flex;
        align-items: center;
    }
    
    .fld-verfied img {
        max-width: 22px;
        margin-right: 6px;
    }
    
    .save-btn-panel {
        text-align: center;
        padding: 15px 0;
    }
    
    .save-btn {
        background: #0387ba;
        padding: 10px 30px;
        border-radius: 8px;
        font-size: 20px;
        color: #fff !important;
        border: none;
        cursor: pointer;
    }
    
    .reset-btn {
        background: #989898;
        padding: 10px 30px;
        border-radius: 8px;
        font-size: 20px;
        color: #fff !important;
        border: none;
        cursor: pointer;
    }
    
    .profile-right-panel h3 {
        margin-bottom: 30px;
    }
    
    .table-heading h3 {
        margin-bottom: 0;
        font-size: 20px;
        color: #484848 !important;
    }
    
    .branding-row,
    .basic-info-social-media,
    .video-profile-panel,
    .contact-info-panel,
    .manage-product-panel {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        width: 97%;
    }
    
    .border-0 {
        border: 0;
    }
    
    .branding-row p {
        font-size: 14px;
        color: #686868;
    }
    
    .branding-left {
        width: 55%;
        flex-grow: 1;
    }
    
    .basic-info-page .branding-left {
        width: 97%;
        flex-grow: 0;
    }
    
    .branding-right .custom-upload {
        width: 165px;
        font-size: 14px;
    }
    
    .branding-right {
        display: flex;
    }
    
    .remove-btn {
        display: inline-block;
        color: #B5160C;
        font-size: 16px;
        line-height: 36px;
        font-weight: bold;
        margin-left: 18px;
    }
    
    .branding-uploaded-logo {
        display: flex;
        flex-wrap: wrap;
    }
    
    .branding-uploaded-logo img {
        max-width: 100px;
        margin-right: 10px;
    }
    
    .brand-color {
        display: flex;
        flex-wrap: wrap;
    }
    
    .color-block {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        margin-right: 10px;
    }
    
    .add-color-btn {
        background: url("../images/add-color.png") no-repeat 0 0;
        background-size: cover;
        width: 60px;
        height: 60px;
    }
    
    .branding-social-links img {
        max-width: 80px;
    }
    
    .profile-left-nav,
    .profile-right-panel {
        max-height: calc(100vh - 160px);
        overflow: auto;
    }
    
    .profile-left-nav::-webkit-scrollbar,
    .profile-right-panel::-webkit-scrollbar {
        width: 0;
    }
    
    .profile-left-nav::-webkit-scrollbar-track,
    .profile-right-panel::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    
    .profile-left-nav::-webkit-scrollbar-thumb,
    .profile-right-panel::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #6d6d6d;
    }
    
    .table>tbody>tr>td {
        background-color: #f3f3f3;
        border-bottom: 10px solid #f9f9f9;
        vertical-align: middle;
        border-radius: 10px;
    }
    
    .table>thead>tr>th {
        border-bottom: 10px solid #f9f9f9;
        vertical-align: middle;
        line-height: 30px;
    }
    
    #page-wrapper {
        min-height: calc(100vh - 60px)!important;
        background: #f9f9f9;
    }
    
    #side-menu li.active a {
        background: #f9f9f9;
        color: #000;
    }
    
    #side-menu li a:hover {
        background: #f9f9f9;
        color: #0387ba;
    }
    
    .sidebar,
    .sidebar .sidebar-head {
        box-shadow: 0 0 0;
    }
    
    .hide-sidebar #side-menu li a {
        width: 100px;
    }
    
    .hide-sidebar #side-menu {
        margin-left: 0px;
    }
    
    .hide-sidebar #side-menu li a {
        font-size: 11px;
    }
    
    .hide-sidebar .dashboard-icon,
    .hide-sidebar .exhibition-icon,
    .hide-sidebar .customer-icon,
    .hide-sidebar .account-icon {
        margin: 0 auto;
    }
    
    .show-sidebar .logo b {
        display: none;
    }
    
    .top-left-part a {
        justify-content: left;
        margin-left: 30px;
        line-height: 60px;
    }
    
    .navbar-top-links>li>a:hover {
        background: #0387ba;
        border-radius: 0px;
    }
    
    .hide-sidebar .logo b {
        padding-left: 0;
        padding-right: 0;
    }
    
    .hide-sidebar .top-left-part a {
        margin-left: 22px;
    }
    
    .white-box {
        background: transparent;
    }
    
    .login-main-wrapper {
        /* height: 100vh; */
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .login-logo {
        text-align: center;
    }
    
    .login-left-panel {
        position: relative;
        z-index: 10;
    }
    
    .profile-right-panel {
        background: #fff;
    }
    
    .login-main-panel h4 {
        font-size: 16px;
        color: #686868;
    }
    
    .social-media-link-fld {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }
    
    .social-media-link-fld img {
        max-width: 55px;
        margin-right: 15px;
    }
    
    .document-upoad-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    td a {
        color: #0387ba;
    }
    
    .h-100v {
        height: 100vh!important;
    }
    
    .pro-list {
        background-size: cover!important;
        height: 95px;
        overflow: hidden;
        background-repeat: no-repeat!important;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        margin-top: 0;
        border-radius: 10px;
    }
    
    a {
        color: #192c8b;
    }
    
    section.pricing {
        background: #007bff;
        background: linear-gradient(to right, #192c8b, #33AEFF);
    }
    
    .pricing .card {
        border: none;
        border-radius: 1rem;
        transition: all 0.2s;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }
    
    .pricing hr {
        margin: 1.5rem 0;
    }
    
    .pricing .card-title {
        margin: 0.5rem 0;
        font-size: 0.9rem;
        letter-spacing: .1rem;
        font-weight: bold;
    }
    
    .pricing .card-price {
        font-size: 3rem;
        margin: 0;
    }
    
    .pricing .card-price .period {
        font-size: 0.8rem;
    }
    
    .pricing ul li {
        margin-bottom: 1rem;
    }
    
    .pricing .text-muted {
        opacity: 0.7;
    }
    
    .pricing .btn {
        font-size: 80%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        opacity: 0.7;
        transition: all 0.2s;
    }
    /*-----------------12-08---------------*/
    
    .basic-info-left-links {
        list-style-type: none;
        padding: 0;
        background: #f6f6f6;
    }
    
    .basic-info-left-links li {
        margin-bottom: 10px;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 5px;
        margin-bottom: 0;
        padding: 15px;
    }
    
    .basic-info-left-links li a {
        display: flex;
        align-items: center;
        color: #393939;
    }
    
    .basic-info-left-links li a span {
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
    .modal-backdrop {
        background-color: #949494;
    }
    
    .basic-info-left-links li.active a {
        color: #0387ba;
        font-weight: 600;
    }
    
    .basic-info-left-links li.active a span {
        background: transparent;
        position: relative;
        top: 10px;
    }
    
    .video-upload-fld {
        display: flex;
        align-items: center;
    }
    
    .video-profile-view {
        margin-left: 10px;
        border: 2px solid #0387ba;
        padding: 5px 20px;
        border-radius: 5px;
    }
    
    .manage-product-panel h3 {
        font-size: 20px;
        line-height: 24px;
        color: #222;
        margin-top: 0;
    }
    
    .manage-product-panel h3 span {
        font-size: 14px;
        color: #909090;
    }
    
    .manage-category-block-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    
    .category-block,
    .template-block {
        width: 22%;
        margin: 1%;
        padding: 8px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        text-align: center;
    }
    
    .category-block img {
        border-radius: 10px;
    }
    
    .category-block h5 {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
    }
    
    .prev-step-btn {
        background: #9b9eae;
        padding: 10px 30px;
        border-radius: 8px;
        font-size: 20px;
        color: #fff;
        border: none;
        cursor: pointer;
    }
    
    .manage-product-block-warpper .category-block {
        width: calc(91% / 4);
        text-align: center;
    }
    
    .manage-product-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    
    .manage-product-title h3 {
        margin-bottom: 5px;
    }
    
    .manage-product-title a {
        margin-left: 10px;
        border: 1px solid #0387ba;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 14px;
        color: #0387ba;
    }
    
    .manage-product-block-warpper .category-block img {
        border-radius: 0;
    }
    
    .manage-product-block-warpper .category-block h5 {
        font-weight: 300;
    }
    
    .template-block-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: auto;
        width: 97%;
    }
    
    .template-block {
        width: calc(92% / 4);
        margin: 0 1% 20px;
        flex-grow: 1;
        border: 0px solid #ccc;
        text-align: center;
    }
    
    .template-block-wrapper::-webkit-scrollbar {
        width: 5px;
    }
    
    .template-block-wrapper::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 20px;
    }
    
    .template-block-wrapper::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 20px;
    }
    
    .my-account-table.common-table {
        width: calc(100% - 15px);
        clear: both;
    }
    
    .my-account-table.common-table .table>tbody>tr>td {
        background-color: #f3f3f3;
        border-bottom: 10px solid #f9f9f9;
        vertical-align: middle;
        border-radius: 0px;
        width: 10%;
    }
    
    .my-account-table.common-table .table>tbody>tr>td>img {
        max-height: 45px;
    }
    
    .pricing-table .table>tbody>tr>td.nogap-td {
        border: 0 !important;
    }
    
    .pricing-table .save-btn {
        width: 150px;
    }
    
    .my-account-table.pricing-table .table>tbody>tr>td {
        background-color: #fff;
        /*border-bottom: 5px solid #f9f9f9;*/
        border-bottom: 0;
        vertical-align: middle;
        border-radius: 0px;
        padding: 15px;
        color: #4f4f4f;
    }
    
    .pricing-table th {
        background: #0387ba;
        color: #fff;
        padding: 15px !important;
        width: 20%;
    }
    
    .pricing-table th:nth-child(1) {
        width: 17%;
    }
    
    .pricing-table th:nth-child(2) {
        width: 3%;
    }
    
    .pricing-table td:nth-child(1) {
        background-color: #F7F7F7 !important;
    }
    
    .pricing-table td.bg-white {
        background-color: #fff !important;
    }
    
    .pricing-table h1.text-price {
        color: #0387ba !important;
    }
    /*-----------------12-08---------------*/
    
    .info-pages,
    .info-pages .role-list {
        max-height: calc(100vh - 123px);
        overflow: hidden;
    }
    
    .min-info-height {
        max-height: calc(100vh - 125px);
        overflow: auto;
        min-height: calc(100vh - 125px);
    }
    
    .info-pages .min-info-heightwb {
        max-height: calc(100vh - 151px);
        overflow: auto;
    }
    
    .btn-primary {
        background: #0387ba;
        border-color: #0387ba;
    }
    
    .btn-primary:hover,
    .btn-primary:focus {
        background: #0387ba;
        border-color: #0387ba;
    }
    
    .right-side {
        /*background: #fff;*/
        padding: 10px;
        width: calc(100% - 30px);
        margin: 0 auto;
        overflow-x: hidden;
    }
    
    .custom-switch {
        padding-left: 2.25rem;
    }
    
    .custom-control-input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;
    }
    
    .custom-control-label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
    }
    
    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }
    
    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem;
    }
    
    .custom-switch .custom-control-label::after {
        content: "";
        background: no-repeat 50%/50% 50%;
        position: absolute;
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    }
    
    .custom-control-input:checked~.custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
    }
    
    .custom-switch .custom-control-input:checked~.custom-control-label::after {
        background-color: #fff;
        -webkit-transform: translateX(.75rem);
        transform: translateX(.75rem);
    }
    /*---*/
    
    .selectMultiple {
        width: 100%;
        position: relative;
    }
    
    .selectMultiple select {
        display: none;
    }
    
    .selectMultiple>div {
        position: relative;
        z-index: 2;
        padding: 3px 12px 0px 12px;
        background: #fff;
        font-size: 14px;
        min-height: 37px;
        border-bottom: 1px solid #000;
        border-radius: 0;
        transition: box-shadow 0.3s ease;
    }
    
    .selectMultiple>div:hover {
        box-shadow: 0 4px 24px -1px rgba(22, 42, 90, .16);
    }
    
    .selectMultiple>div .arrow {
        right: 1px;
        top: 0;
        bottom: 0;
        cursor: pointer;
        width: 28px;
        position: absolute;
    }
    
    .selectMultiple>div .arrow:before,
    .selectMultiple>div .arrow:after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 8px;
        border-bottom: 8px solid #99a3ba;
        top: 43%;
        transition: all 0.3s ease;
    }
    
    .selectMultiple>div .arrow:before {
        right: 12px;
        transform: rotate(-130deg);
    }
    
    .selectMultiple>div .arrow:after {
        left: 9px;
        transform: rotate(130deg);
    }
    
    .selectMultiple>div span {
        color: #99a3ba;
        display: block;
        position: absolute;
        left: 12px;
        cursor: pointer;
        top: 8px;
        line-height: 28px;
        transition: all 0.3s ease;
    }
    
    .selectMultiple>div span.hide {
        opacity: 0;
        visibility: hidden;
        transform: translate(-4px, 0);
    }
    
    .selectMultiple>div a {
        position: relative;
        padding: 0 24px 6px 8px;
        line-height: 28px;
        color: #1e2330;
        display: inline-block;
        vertical-align: top;
        margin: 0 6px 0 0;
    }
    
    .selectMultiple>div a em {
        font-style: normal;
        display: block;
        white-space: nowrap;
    }
    
    .selectMultiple>div a:before {
        content: '';
        left: 0;
        top: 0;
        bottom: 6px;
        width: 100%;
        position: absolute;
        display: block;
        background: rgba(228, 236, 250, .7);
        z-index: -1;
        border-radius: 4px;
    }
    
    .selectMultiple>div a i {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 28px;
        display: block;
    }
    
    .selectMultiple>div a i:before,
    .selectMultiple>div a i:after {
        content: '';
        display: block;
        width: 2px;
        height: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #0387ba;
        border-radius: 1px;
    }
    
    .selectMultiple>div a i:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    
    .selectMultiple>div a i:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    
    .selectMultiple>div a.notShown {
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .selectMultiple>div a.notShown:before {
        width: 28px;
        transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
    }
    
    .selectMultiple>div a.notShown i {
        opacity: 0;
        transition: all 0.3s ease 0.3s;
    }
    
    .selectMultiple>div a.notShown em {
        opacity: 0;
        transform: translate(-6px, 0);
        transition: all 0.4s ease 0.3s;
    }
    
    .selectMultiple>div a.notShown.shown {
        opacity: 1;
    }
    
    .selectMultiple>div a.notShown.shown:before {
        width: 100%;
    }
    
    .selectMultiple>div a.notShown.shown i {
        opacity: 1;
    }
    
    .selectMultiple>div a.notShown.shown em {
        opacity: 1;
        transform: translate(0, 0);
    }
    
    .selectMultiple>div a.remove:before {
        width: 28px;
        transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
    }
    
    .selectMultiple>div a.remove i {
        opacity: 0;
        transition: all 0.3s ease 0s;
    }
    
    .selectMultiple>div a.remove em {
        opacity: 0;
        transform: translate(-12px, 0);
        transition: all 0.4s ease 0s;
    }
    
    .selectMultiple>div a.remove.disappear {
        opacity: 0;
        transition: opacity 0.5s ease 0s;
    }
    
    .selectMultiple>ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        border-radius: 8px;
        transform: translate(0, 20px) scale(0.8);
        transform-origin: 0 0;
        filter: drop-shadow(0 12px 20px rgba(22, 42, 90, .08));
        transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    }
    
    .selectMultiple>ul li {
        color: #1e2330;
        background: #fff;
        padding: 12px 16px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
    }
    
    .selectMultiple>ul li:first-child {
        border-radius: 8px 8px 0 0;
    }
    
    .selectMultiple>ul li:first-child:last-child {
        border-radius: 8px;
    }
    
    .selectMultiple>ul li:last-child {
        border-radius: 0 0 8px 8px;
    }
    
    .selectMultiple>ul li:last-child:first-child {
        border-radius: 8px;
    }
    
    .selectMultiple>ul li:hover {
        background: #4d18ff;
        color: #fff;
    }
    
    .selectMultiple>ul li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background: rgba(0, 0, 0, .4);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%, -50%);
        transform-origin: 50% 50%;
    }
    
    .selectMultiple>ul li.beforeRemove {
        border-radius: 0 0 8px 8px;
    }
    
    .selectMultiple>ul li.beforeRemove:first-child {
        border-radius: 8px;
    }
    
    .selectMultiple>ul li.afterRemove {
        border-radius: 8px 8px 0 0;
    }
    
    .selectMultiple>ul li.afterRemove:last-child {
        border-radius: 8px;
    }
    
    .selectMultiple>ul li.remove {
        transform: scale(0);
        opacity: 0;
    }
    
    .selectMultiple>ul li.remove:after {
        animation: ripple 0.4s ease-out;
    }
    
    .selectMultiple>ul li.notShown {
        display: none;
        transform: scale(0);
        opacity: 0;
        transition: transform 0.35s ease, opacity 0.4s ease;
    }
    
    .selectMultiple>ul li.notShown.show {
        transform: scale(1);
        opacity: 1;
    }
    
    .selectMultiple.open>div {
        box-shadow: 0 4px 20px -1px rgba(22, 42, 90, .12);
    }
    
    .selectMultiple.open>div .arrow:before {
        transform: rotate(-50deg);
    }
    
    .selectMultiple.open>div .arrow:after {
        transform: rotate(50deg);
    }
    
    .selectMultiple.open>ul {
        transform: translate(0, 12px) scale(1);
        opacity: 1;
        visibility: visible;
        filter: drop-shadow(0 16px 24px rgba(22, 42, 90, .16));
    }
    
    @keyframes ripple {
        0% {
            transform: scale(0, 0);
            opacity: 1;
        }
        25% {
            transform: scale(30, 30);
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: scale(50, 50);
        }
    }
    
    .col-form-label {
        font-size: 14px;
        color: #5E5E5E;
        padding: 0px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 2;
        font-weight: 400;
    }
    
    .form-control,
    .custom-file-label {
        border: 0px solid;
        border-bottom: 1px solid #b5b5b5;
        padding: 5px 0px;
        border-radius: 0px;
        font-size: 18px !important;
        font-family: "Roboto", sans-serif;
        color: #717171;
        font-weight: 400;
        background-color: #fff;
    }
    
    .social-media-link-fld .form-control,
    .video-upload-fld .form-control {
        border-bottom: 0px solid #000;
        background: #eaeaea;
        border-radius: 5px;
        padding: 0 10px;
    }
    
    .form-group ::placeholder,
    .form-group :-ms-input-placeholder,
    .form-group ::-ms-input-placeholder {
        color: #0387ba;
        opacity: 1 !important;
    }
    
    .upload-img {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }
    
    .upload-img img {
        margin-right: 5px;
        width: 20%;
        border-radius: 5px;
    }
    
    .login-btn-panel .login-btn.border-btn {
        border: 1px solid #0387ba;
        padding: 6px 20px;
        border-radius: 5px;
        font-size: 14px;
        color: #0387ba;
        background-color: #fff;
    }
    
    .custom-file-label::after {
        background-color: #e9ecef00;
        border-left: 1px solid #ced4da00;
        color: #0387ba;
        font-weight: bold;
        font-size: 16px;
    }
    
    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }
    
    .modal-dialog-scrollable {
        display: -ms-flexbox;
        display: flex;
        max-height: calc(100% - 1rem);
        position: relative;
    }
    
    .role-list {
        position: relative;
        z-index: 10;
    }
    
    .owl-theme .owl-dots .owl-dot {
        background: transparent;
        border: 0;
        padding: 0;
    }
    /* .my-account-wrapper {
    max-height: calc(100vh - 123px);
} */
    
    .modal-header {
        background: #0387ba;
    }
    
    .modal-header h2 {
        color: #fff;
    }
    
    button.close {
        color: #fff;
        opacity: 1;
        box-shadow: 0 0 0;
    }
    
    .ino-new-left {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        min-height: auto;
        background: #f6f6f6;
    }
    
    #side-menu>li>a.active {
        border-left-color: #face20;
    }
    
    .bluebadge {
        background-color: #0387ba;
    }
    
    @media (min-width: 576px) {
        .modal-dialog-scrollable {
            max-height: calc(100% - 3.5rem);
        }
    }
    
    @media (min-width: 992px) {
        .pricing .card:hover {
            margin-top: -.25rem;
            margin-bottom: .25rem;
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        }
        .pricing .card:hover .btn {
            opacity: 1;
        }
    }
    
    .nav-tabs .nav-link.active {
        border-bottom: 3px solid #0387ba;
        background: transparent;
        color: #0387ba;
    }
    
    .nav-tabs .nav-link {
        border: 0px solid transparent;
        color: #565656;
    }
    /* .nborder-right {
    border-right: 1px solid #dfdfdf;
} */
    
    .basic-info-left-links li.active a+small {
        margin-left: 49px;
        display: block!important;
        position: relative;
        top: -10px;
    }
    
    .back-white {
        background: #efeeef!important;
    }
    
    .card {
        border-radius: 8px;
        box-shadow: 0 0 12px #e4e4e4;
        border: 0;
    }
    
    .linebtn-style {
        background: transparent!important;
        border: 0!important;
        border-bottom: 1px solid #dee2e6!important;
        border-radius: 0;
        color: #575757;
        line-height: 30px;
        font-size: 16px!important;
    }
    
    .linebtn-style.active {
        border-bottom: 3px solid #0387ba!important;
        background: transparent;
        color: #0387ba!important;
    }
    
    .linebtn-style:hover {
        color: #575757!important;
    }
    
    .linebtn-style:focus,
    .linebtn-style:hover {
        box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
    }
    
    * {
        outline: none;
    }
    
    .managebooth .view {
        background: #f3f3f3;
        border-radius: 5px;
        padding: 8px;
    }
    
    .managebooth .view p {
        margin-bottom: 0;
    }
    
    .managebooth .view h2 {
        margin: 0;
        color: #0387ba;
    }
    
    .otherbooth .pro-list {
        height: 117px;
    }
    
    .otherbooth .custom-upload {
        line-height: 18px;
        width: auto;
        font-size: 14px!important;
    }
    
    .otherbooth .save-btn {
        padding: 5px 30px;
        width: auto;
        font-size: 14px!important;
    }
    
    .ino-new-left::-webkit-scrollbar {
        display: none;
    }
    
    .ino-new-left {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .booth-tem .template-block {
        width: 26%;
        margin: 1%;
        padding: 0;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        text-align: center;
    }
    
    .booth-tem .template-block img {
        width: 100%;
    }
    
    .manage-document-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    
    .manage-document-title h3 {
        margin-bottom: 5px;
    }
    
    .manage-document-title a {
        margin-left: 10px;
        border: 1px solid #0387ba;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 14px;
        color: #0387ba;
    }
    
    .manage-document-table.common-table {
        width: calc(100% - 15px);
        clear: both;
    }
    
    .manage-document-table.common-table .table>thead>tr>th {
        padding: 20px !important;
        border: 0;
        vertical-align: middle;
        border-radius: 0px;
    }
    
    .manage-document-table.common-table .table>thead>tr>th:nth-child(4) {
        width: 17%;
    }
    
    .manage-document-table.common-table .table>thead>tr>th:nth-child(3) {
        width: 40%;
    }
    
    .manage-document-table.common-table .table>tbody>tr>td {
        background-color: #fff !important;
        /*border-bottom: 1px solid #E5E5E5;*/
        border-bottom: 10px solid #F9f9f9;
        vertical-align: middle;
        border-radius: 0px;
    }
    
    .booth-draw-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    
    .booth-draw-title h3 {
        margin-bottom: 5px;
    }
    
    .booth-draw-title a {
        margin-left: 10px;
        border: 1px solid #0387ba;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 14px;
        color: #0387ba;
    }
    
    .booth-draw-table.common-table {
        width: calc(100% - 15px);
        clear: both;
    }
    
    .booth-draw-table.common-table .table>tbody>tr>td {
        border-bottom: 10px solid #f9f9f9;
        background-color: #fff !important;
        /*border-bottom: 1px solid #E5E5E5;*/
        vertical-align: middle;
        border-radius: 0px;
    }
    
    .booth-draw-table.common-table .table>thead>tr>th {
        border-bottom: 0;
        vertical-align: middle;
        border-radius: 0px;
    }
    
    .booth-draw-table.common-table .table>thead>tr>th:nth-child(6) {
        width: 10%;
    }
    
    .booth-draw-table.common-table .table>thead>tr>th:nth-child(1) {
        width: 10%;
    }
    
    .booth-draw-table.common-table .table>thead>tr>th:nth-child(2) {
        width: 40%;
    }
    
    .booth-draw-table.common-table tr>td>div {
        width: 65px;
        height: 65px;
        background: #fff;
        padding: 8px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    
    .booth-draw-table.common-table tr>td>div>img {
        max-height: 100%;
    }
    
    .booth-attendee-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    
    .booth-attendee-title h3 {
        margin-bottom: 5px;
    }
    
    .booth-attendee-title a {
        margin-left: 10px;
        border: 1px solid #0387ba;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 14px;
        color: #0387ba;
    }
    
    .booth-attendee-table.common-table {
        width: calc(100% - 15px);
        clear: both;
    }
    
    .booth-attendee-table.common-table .table>tbody>tr>td {
        border-bottom: 10px solid #f9f9f9;
        background-color: #fff !important;
        /*border-bottom: 1px solid #E5E5E5;*/
        vertical-align: middle;
        border-radius: 0px;
    }
    
    .booth-attendee-table.common-table .table>thead>tr>th {
        border-bottom: 0;
        vertical-align: middle;
        border-radius: 0px;
    }
    
    .booth-attendee-table.common-table .table>thead>tr>th:nth-child(4) {
        width: 10%;
    }
    
    .booth-attendee-table.common-table .table>thead>tr>th:nth-child(1) {
        width: 10%;
    }
    
    .document-upoad-title h4.clr-gray {
        font-size: 15px;
        color: #5E5E5E;
        font-weight: normal;
        padding: 0;
        margin: 0;
    }
    
    .booth-template {
        width: 26%;
        margin: 1%;
        padding: 0;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        position: relative;
    }
    
    .booth-template-content {
        position: relative;
        width: 100%;
        /*max-width: 400px;*/
        margin: auto;
        overflow: hidden;
    }
    
    .booth-template-content .booth-template-content-overlay {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        border-radius: 10px;
        z-index: 2;
    }
    
    .booth-template-content:hover .booth-template-content-overlay {
        opacity: 1;
        border-radius: 10px;
    }
    
    .booth-template-content-image {
        width: 100%;
        border-radius: 10px;
    }
    
    .booth-template-content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    
    .booth-template-content:hover .booth-template-content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
        z-index: 3;
    }
    
    .booth-template-content .fadeIn-bottom {
        top: 80%;
    }
    
    .booth-template-content .fadeIn-top {
        top: 20%;
    }
    
    .booth-template-content .fadeIn-left {
        left: 20%;
    }
    
    .booth-template-content .fadeIn-right {
        left: 80%;
    }
    
    .booth-template .fa {
        position: absolute;
        z-index: 1;
        top: 20px;
        right: 22px;
    }
    
    .booth-template .save-btn {
        width: 150px;
    }
    
    .overflow {
        overflow: visible;
    }
    
    @media(max-width: 890px) {
        .ino-new-left {
            min-height: auto;
        }
        .basic-info-left-links {
            margin-bottom: 0;
            margin-top: 12px;
        }
        .my-account-wrapper {
            max-height: calc(100vh - 125px);
        }
        .info-pages .basic-info-left-links {
            display: flex;
        }
        .info-pages .basic-info-left-links li {
            display: block;
            min-width: 45%;
            margin-bottom: 0;
        }
        .info-pages .basic-info-left-links li.active {
            border-bottom: 2px solid #0387ba;
        }
        .info-pages .min-info-height {
            max-height: calc(100vh - 205px);
            overflow: auto;
            min-height: auto;
        }
        .my-account-table.common-table {
            width: calc(100%);
        }
        .info-pages .min-info-height.right-side {
            overflow-x: hidden;
        }
        .template-block {
            width: calc(92% / 2);
        }
        .category-block,
        .template-block {
            width: calc(95% / 2);
        }
        .manage-product-block-warpper .category-block {
            width: calc(84vw / 2);
        }
        .prev-step-btn,
        .save-btn {
            padding: 10px 20px;
            font-size: 16px;
        }
        .info-pages .min-info-heightwb {
            max-height: calc(100vh - 223px);
            overflow: auto;
        }
        .info-pages .basic-info-left-links li a {
            display: block;
        }
        .hide-sidebar .top-left-part,
        .show-sidebar .top-left-part {
            transition: none;
        }
        .hide-sidebar .top-left-part {
            padding-top: 16px;
        }
        .hide-sidebar .top-left-part a,
        .show-sidebar .top-left-part a {
            margin-left: 22px;
            padding-left: 0;
        }
        .profile-left-nav li a small {
            font-size: 13px;
            display: none;
        }
        .profile-left-nav ul {
            display: flex;
            flex-direction: row;
        }
        .profile-left-nav .nav-tabs .nav-item {
            margin-bottom: -1px;
            width: calc(95vw / 3);
            display: inline-flex;
        }
        .profile-left-nav .nav-tabs .nav-link {
            display: block;
            text-align: center;
            font-size: 13px;
            width: 100%;
        }
        .profile-left-nav li span {
            margin: 0 auto 10px;
        }
        .profile-right-panel {
            max-height: calc(100vh - 280px);
        }
        .nav-tabs {
            /* height: auto !important;
        white-space: normal !important; */
        }
        .branding-social-links img {
            width: 50px;
        }
        .document-upoad-fld-panel .custom-upload-btn {
            margin: 10px 0 0 40px;
        }
        .position-absolute.mobile-collaplse-btn {
            display: none;
        }
        .navbar-top-links {
            float: right;
        }
        .content-wrapper.show-sidebar .sidebar {
            left: -240px;
        }
        .hide-sidebar .sidebar {
            width: 240px;
        }
        .hide-sidebar #side-menu {
            margin-left: 10px;
            margin-top: 0!important;
        }
        .show-sidebar #side-menu {
            margin-top: 0!important;
        }
        .hide-sidebar #side-menu li a {
            width: 240px;
            display: inline-flex;
        }
        .hide-sidebar #page-wrapper {
            margin-left: 0;
        }
        .navbar-header {
            background: #0387ba;
        }
        .navbar-top-links>li>a {
            color: #ffffff;
        }
        .hide-sidebar .dashboard-icon,
        .hide-sidebar .exhibition-icon,
        .hide-sidebar .customer-icon,
        .hide-sidebar .account-icon {
            margin: 0 15px;
        }
        .navbar-top-links .profile-pic img {
            margin-right: 10px;
        }
        .position-absolute.mobile-collaplse-btn {
            display: none;
            top: 10px;
        }
        .position-absolute.mobile-collaplse-btn a {
            color: #fff;
        }
        .position-absolute.mobile-collaplse-btn a i.ti-menu:before {
            content: "\f00d";
            font: normal normal normal 14px/1 FontAwesome;
        }
        .hide-sidebar .sidebar,
        .show-sidebar .sidebar {
            margin-top: 60px;
        }
        .hide-sidebar .top-left-part {
            width: 220px !important;
            padding-top: 13px;
        }
        .hide-sidebar .logo b {
            display: none;
        }
        .hide-sidebar .logo span,
        .show-sidebar .logo span {
            display: block!important;
        }
        .hide-sidebar .top-left-part span .light-logo {
            display: inherit;
        }
        .top-left-part {
            width: 220px !important;
        }
        .fix-header .navbar-static-top {
            height: 60px;
        }
        .other.pro-list {
            height: 110px;
        }
        .other.btn {
            margin-bottom: 10px;
        }
        .btn {
            min-width: 120px;
        }
        .view {
            margin-top: 10px;
        }
        .view i {
            font-size: 14px;
        }
        .basic-info-left-links li.active a+small {
            display: none;
        }
    }
    /* iPads (portrait and landscape) ----------- */
    
    @media only screen and (min-device-width:768px) and (max-device-width:1024px) {}
    /* iPads (landscape) ----------- */
    
    @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
        .content-wrapper.show-sidebar .sidebar {
            left: -240px;
        }
    }
    /* iPads (portrait) ----------- */
    
    @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
        .info-pages .basic-info-left-links {
            display: inline-block;
        }
        .info-pages .basic-info-left-links li {
            display: inline-flex;
            min-width: 100%;
            margin-bottom: 10px;
        }
        .info-pages .basic-info-left-links li a {
            display: inline-flex;
        }
        .info-pages .basic-info-left-links li.active {
            border-bottom: 1px solid #dfdfdf;
        }
        .info-pages .min-info-height {
            min-height: calc(100vh - 125px);
        }
        .category-block,
        .template-block {
            width: calc(94% / 3);
        }
        .manage-product-block-warpper .category-block {
            width: calc(62vw / 2);
        }
    }
    /* CUSTOM CSS ADDED */
    
    #side-menu li a i {
        color: #face20;
        display: inline-block;
        font-size: 20px;
        margin: 0 10px 0 0;
    }
    
    .navbar-top-links .dropdown-user .dw-user-box {
        display: flex;
    }
    
    .navbar-top-links>li>a {
        transition: all 0.5s ease;
    }
    
    .navbar-top-links>li>a:hover {
        background: #f7f7f7;
        border-radius: 0px;
        color: #0387ba;
    }
    
    .img-wrap {
        width: 100px;
        height: 60px;
        border-radius: 8px;
        background: #fff;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 5px;
    }
    
    .img-wrap img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .search-btns-wrap {
        border: 0 none;
    }
    
    .search-btns-wrap button,
    .search-btns-wrap a {
        display: inline-block;
        border: 0 none;
        height: 100%;
        margin: 0 0 0 5px;
        padding: 0 12px;
        background: #face20;
        color: #fff;
        cursor: pointer;
        border-radius: 3px;
    }
    
    .basic-group label {
        font-size: 14px;
        color: #5E5E5E;
        font-weight: normal;
    }
    
    .basic-group i {
        font-size: 30px;
        color: #face20;
    }
    
    .basic-group .form-control {
        background-color: none !important;
        border-bottom: 1px solid #757575;
        height: auto !important;
        padding: 8px 0;
        font-size: 18px !important;
        font-family: 'Poppins', sans-serif;
        background: url("../images/drop-arrow.png") no-repeat right .75rem center !important;
        background-size: 18px auto !important;
        background-color: none !important;
        appearance: none;
        -webkit-appearance: none;
    }
    /* SWITCH  */
    
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    /* Hide default HTML checkbox */
    
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    /* The slider */
    
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    input:checked+.slider {
        background-color: #0387ba;
    }
    
    input:focus+.slider {
        box-shadow: 0 0 1px #0387ba;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    
    .slider.round {
        border-radius: 34px;
    }
    
    .slider.round:before {
        border-radius: 50%;
    }
    
    p.basic-data {
        background: #eae8e8;
        padding: 8px 10px;
    }
    
    .files-icon-wrap a,
    .files-icon-wrap button {
        border: 0 none;
        display: inline-block;
        margin: 0 5px 0 0;
    }
    
    .files-icon-wrap i {
        font-size: 18px
    }
    
    .form-2 {
        margin: 15px 0 0;
    }
    
    .add-driver-btn {
        border: 0 none !important;
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        background-color: #0387ba !important;
    }
    
    .msg-sent {
        margin: 0;
        color: #24a524;
    }
    
    .search-wrap .form-control {
        background: none !important;
    }
    
    .action-btns-panel i {
        font-size: 16px;
    }