@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Rubik', 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;
}
#globalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
    z-index: 999; /* Ensure it's above everything */
    display: none; /* Hidden by default */
    cursor: not-allowed; /* Indicate to the user that interactions are not allowed */
}

.login-main-panel {
    padding-top: 40px;
}

.login-bg {
    background: url(../images/bg.jpg) 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;
}
.cutm-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 2;
}

.toggle-password i {
    font-size: 1.2em;
}

.toggle-password2 {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 2;
}

.toggle-password2 i {
    font-size: 1.2em;
}

.toggle-password3 {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 2;
}

.toggle-password3 i {
    font-size: 1.2em;
}

.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: #0052cc;
}

.navbar-right .dropdown>a:hover {
    color: #fff !important;
    background: #0052cc;
}

.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: #0052cc;
    background-color: #0052cc;
}

.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: #0052cc;
    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;
} */

.cutm-group input,
.cutm-group textarea, .cutm-group select  {
    font-size: 18px;
    padding: 15px 15px !important;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #d5d5d5;
    background: transparent;
    border-radius: 9px;
    background: #fff;
    height: auto !important;
    -webkit-appearance: none;
}
.sub-ans .select2-container .select2-selection--single {
    font-size: 18px;
    padding: 15px 15px !important;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #d5d5d5;
    background: transparent;
    border-radius: 9px;
    background: #fff;
    height: auto !important;

}
/* .lebel-up label{
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
} */
.sub-ans .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 16px;
}
.w-10 {
    width: 10% !important;
}
.number_field_disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}
.field_disabled {
    background-color: #ffffff !important;
    opacity: 1;
}
.disabled_gray {
    background-color: #e9ecef !important;
    opacity: 1;
}
.cursor-pointer {
    cursor: pointer;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 0.75rem + 7px) !important;
}
.back-button {
    width: 10%;
    margin: 0 auto;
}
.text-inkate label {
    position: initial !important;
    background-color: transparent !important;
}
.table-earning2 tbody tr:first-child td{
    border-top: 1px solid #808080;

}
.select2-results ul.select2-results__options:last-child li:last-child{
    font-weight: bold !important;
}

.select2-results ul.select2-results__options ul.select2-results__options li:last-child{
    font-weight: normal !important;
}

.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; */
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    top: -10px;
    font-size: 16px;
    color: #272728;
    left: 20px;
    background: #fff;
    padding: 0 5px;
    box-shadow: inset 0 11px 0 0 #f2f4f4;
}

.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: -10px;
    font-size: 16px;
    color: #272728;
    left: 20px;
    background: #fff;
    padding: 0 5px;
    box-shadow: inset 0 11px 0 0 #f2f4f4;
}


/* BOTTOM BARS ================================= */


/* .cutm-group .bar {
    position: relative;
    display: block;
    width: 100%;
} */

.cutm-group .bar {
    position: relative;
    display: none;
    width: 100%;
}

.cutm-group .bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0052cc;
    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;
    display: none;
}


/* 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: #0052cc;
    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: #0052cc;
    font-size: 14px;
    font-weight: 400;
}

.sidebar,
.sidebar .sidebar-head {
    background: #f2f4f4;
}

.navbar-header {
    background: #0052cc;
}

.top-left-part {
    background: #f2f4f4;
    width: 188px !important;
    transition: all 0.5s ease-in;
    border: 0;
    height: 61px;
}

.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: #393c3e;
    border: none;
    border-radius: 30px 0 0 30px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1px;
    font-size: 14px;
}

#side-menu li.active a,
#side-menu li a:hover {
    background: #fff;
    color: #393c3e;
    font-weight: 400;
}

.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: #0052cc;
    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: #0052cc;
} */

.btn-success {
    background: #0052cc !important;
    border-color: #0052cc !important;
    font-size: 13px !important;
}

.page-main-title h3 {
    font-size: 22px;
    line-height: 26px;
    color: #0052cc !important;
}

.page-item.active .page-link {
    background: #0052cc !important;
    border-color: #0052cc !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 0px 1px rgba(0, 0, 0, 0.2);
    /* background: none; */
}

.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;
}

.publish-icon {
    background: url("../images/publish-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;
}
.family-icon {
    background: url("../images/family-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: #0052cc !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: #0052cc;
}

.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: #0052cc;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    width: 120px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #0052cc; */
    display: inline-block;
    border-radius: 6px;
    color: #272728;
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d5d5d5;
    background: #dcdcdc;
    padding: 10px;
    font-size: 20px;
}

.logo-upload-btns {
    display: flex;
    align-items: center;
}

.my-account-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    color: #0052cc;
}

.my-account-wrapper h4,
.document-upoad-title h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #0052cc;
}

.upoaded-file-panel {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /* border-top: 1px solid #5f5f5f; */
    font-size: 12px;
    margin: 20px 0 0;
}

.upoaded-file-panel img {
    max-width: 80px;
}

.fld-verfy-btn {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0052cc;
}

.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: #0052cc;
    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; */
    border-bottom: 0 none;
    vertical-align: middle;
    border-radius: 10px;
}

.table>thead>tr>th {
    /* border-bottom: 10px solid #f9f9f9; */
    border-bottom: 0 none;
    vertical-align: middle;
    line-height: 30px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 8px;
    border-radius: 0;
}

.table>tbody>tr>td {
    background-color: #fff;
}

#page-wrapper {
    min-height: calc(100vh - 60px)!important;
    /* background: #f9f9f9; */
    background: url(../images/body-bg.jpg) 0 0 repeat;
}

#side-menu li.active a {
    background: #fff;
    color: #393c3e;
    /* margin-top: 61px; */
}

#side-menu li a:hover {
    background: #fff;
    color: #393c3e;
}

.sidebar,
.sidebar .sidebar-head {
    box-shadow: 0 0 0;
}

.hide-sidebar #side-menu li a {
    width: 108px;
}

.hide-sidebar #side-menu {
    margin-left: 0px;
}

.hide-sidebar #side-menu li a {
    font-size: 11px;
}
.thankyou-page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou-page .login-main-panel {
    padding-top: 25px;
}
.thankyou-page .alert-success, .thankyou-page .alert-danger{
    padding: 12px;
    border-radius: 0.5rem;
}
.thankyou-page .login-link{  
    justify-content: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .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: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  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%;
  }

.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: center;
    /* margin-left: 30px; */
    line-height: 60px;
    padding: 1px !important;
    text-align: center;

}

.cutm-group .h-85 {
    height: 85px !important;
}

.top-left-part a span img{
    max-width: 70%;
    margin: 0 auto;
}

.navbar-top-links>li>a:hover {
    background: #0052cc;
    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: #0052cc;
}

.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: #0052cc;
    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 #0052cc;
    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 #0052cc;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #0052cc;
}

.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: #0052cc;
    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: #0052cc !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: #0052cc;
    border-color: #0052cc;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0052cc;
    border-color: #0052cc;
}

.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: #0052cc;
    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));
    max-height: 200px;
    overflow: auto;
}

@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: #0052cc;
    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 #0052cc;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #0052cc;
    background-color: #fff;
}

.custom-file-label::after {
    background-color: #e9ecef00;
    border-left: 1px solid #ced4da00;
    color: #0052cc;
    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: #0052cc;
}

.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: #e2ad05;
    border: 0 none;
}

.bluebadge {
    background-color: #0052cc;
}
.form-select-custom
{
    font-size: 18px;
    padding: 15px 15px !important;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #d5d5d5;
    background: transparent;
    border-radius: 9px;
    background: #fff;
    height: auto !important;
}
       

@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;
    }
    .grey-box-wrap {
       
        padding: 80px 150px 40px 150px;
      
    }
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #0052cc;
    background: transparent;
    color: #0052cc;
}

.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 #0052cc!important;
    background: transparent;
    color: #0052cc!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: #0052cc;
}

.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 #0052cc;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #0052cc;
}

.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 #0052cc;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #0052cc;
}

.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 #0052cc;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #0052cc;
}

.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;
}


/*---------------- 22-01-2021 page start -------------------------------*/

.my-account-wrapper .cutm-group textarea {
    resize: none;
}

.my-account-wrapper .cutm-group textarea:focus~label,
.my-account-wrapper .cutm-group textarea:valid~label {
    top: -10px;
    font-size: 16px;
    color: #272728;
    left: 20px;
    background: #fff;
    padding: 0 5px;
    box-shadow: inset 0 11px 0 0 #f2f4f4;
}

.my-account-wrapper .cutm-group textarea:focus~.bar:before,
.my-account-wrapper .cutm-group textarea:focus~.bar:after {
    width: 50%;
}

.e_single_question {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    padding: 0px;
    margin: 0 0 30px 0;
    position: relative;
}

.remove_item {
    font-size: 22px;
    color: red;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 15px;
}

.e_single_question h6 {
    padding: 10px 15px;
    margin: 0;
    background: #e9ecef;
    font-size: 18px;
    color: #0052cc;
    font-weight: 500;
    text-align: left;
    border-radius: 8px 8px 0 0;
}

.e_single_question .modal-from-row {
    padding: 15px;
}

.add_questionlabel label {
    margin-right: 15px;
    font-weight: 400;
}

.add_questionlabel input[type="radio"] {
    margin-right: 5px;
}

.add_questionlabel {
    padding: 15px 0 0 15px;
}


/*---------------- 22-01-2021 page end -------------------------------*/

@media(max-width: 890px) {
    .d-xs-none{
        display: none;
    }

    #wrapper .navbar-header{
        display: flex;
        justify-content: space-between;
    }
    .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 #0052cc;
    }
    .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: #0052cc;
    }
    .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;
    }


    body.fix-header.show-sidebar.iti-mobile.content-wrapper {
        padding-bottom: 110px;
    }
    span#time-left {
        font-size: 12px;
        white-space: nowrap;
    }
}


/* 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: #585858;
    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: #0052cc;
    border-radius: 0px;
    color: #0052cc;
}

.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: #e2ad05;
    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: #e2ad05;
}

.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: 'Rubik', 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: #0052cc;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0052cc;
}

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: #0052cc !important;
}

.msg-sent {
    margin: 0;
    color: #24a524;
}

.search-wrap .form-control {
    background: none !important;
}

.action-btns-panel i {
    font-size: 16px;
    margin: 3px;
}
.header-image {
    width: 40px;
    height: 40px;
}

/* NEW CSS FOR Arrow Connect START */

@media (min-width: 920px) {
    .content-dashboard {
        margin: 0;
    }
}

.content-dashboard .content-dashboard-box-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2.2em;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}


/* @media (min-width: 920px) {
        .content-dashboard .content-dashboard-box-wrap {
            width: var(--box-width);
        }
    } */

.content-dashboard .content-dashboard-box-wrap .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1.8em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
}

.content-dashboard .content-dashboard-box-wrap:hover {
    background: var(--hover-color);
    cursor: pointer;
}

.content-dashboard .content-dashboard-box-wrap.facebook:before {
    content: "";
    height: 5px;
    background: var(--facebook-color);
}

.content-dashboard .content-dashboard-box-wrap.twitter:before {
    content: "";
    height: 5px;
    background: var(--twitter-color);
}

.content-dashboard .content-dashboard-box-wrap.instagram:before {
    content: "";
    height: 5px;
    background: var(--instagram-color);
}

.content-dashboard .content-dashboard-box-wrap.youtube:before {
    content: "";
    height: 5px;
    background: var(--youtube-color);
}

.content-dashboard .content-dashboard-box-wrap .id {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.content-dashboard .content-dashboard-box-wrap .id .username {
    padding: 0 0.5rem;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 0.9em;
}

.content-dashboard .content-dashboard-box-wrap .id img {
    width: 20px;
}

.content-dashboard .content-dashboard-box-wrap .number-display {
    font-size: 3.5rem;
    font-weight: bold;
}

.content-dashboard .content-dashboard-box-wrap .people-display {
    color: #8b97c6;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.content-dashboard .content-dashboard-box-wrap .balance {
    margin-top: 1.5rem;
    font-weight: 700;
}

.content-dashboard .content-dashboard-box-wrap .balance img {
    vertical-align: middle;
}

.content-dashboard .content-dashboard-box-wrap .balance .positive {
    color: var(--lime-green);
}

.content-dashboard .content-dashboard-box-wrap .balance .negative {
    color: var(--bright-red);
}


/* NEW CSS FOR Arrow Connect END */

.profile-wrap-sidebar {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.profile-img-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.profile-img-wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.profile-wrap-sidebar h2 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 600;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
    white-space: nowrap;
    margin: 0 0 5px;
    line-height: normal;
}

.profile-wrap-sidebar h3 {
    font-size: 12px;
    color: #606060;
    font-weight: 400;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
    white-space: nowrap;
    margin: 0px;
    line-height: normal;
}

.profile-wrap-sidebar h3 a {
    display: inline-block;
    color: #606060;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
    white-space: nowrap;
    margin: 0 0 0;
    line-height: normal;
}

.hide-sidebar .profile-img-wrap {
    width: 50px;
    height: 50px;
}

.add-paient-wrap {
    margin: 15px 0 0;
    display: block;
    width: 100%;
    padding: 0 15px;
}

.add-patient-btn {
    display: flex;
    background: #d0467a;
    color: #fff !important;
    font-size: 18px;
    border: 0 none;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.hide-sidebar a.add-patient-btn {
    font-size: 0;
}

.hide-sidebar .add-patient-btn span {
    left: -8px;
}

.add-patient-btn span {
    font-size: 28px;
    line-height: 21px;
    position: relative;
    top: -2px;
}


/* .form-control:focus {
    background-color: rgba(0, 0, 0, 0);
} */


/* ADDED ON 25-01-2021 */

.grey-box-wrap {
    background: #f2f4f4;
    /* padding: 80px 150px 40px 150px; */
    border-radius: 15px;
    margin: 25px 0;
}

.photo-holder {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    height: 350px;
    margin: 0 0 25px;
    overflow: hidden;
}

.photo-holder img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.e_single_question .cutm-group input:focus~label,
.e_single_question .cutm-group input:valid~label {
    box-shadow: none;
}

.login-main-panel .cutm-group input:focus~label,
.login-main-panel .cutm-group input:valid~label {
    box-shadow: none;
}

.login-main-panel .cutm-group label {
    box-shadow: none;
}

@media (min-width: 1600px) {
    .grey-box-wrap {
        padding: 150px 220px 100px;
    }
}

#success_div_form {
    display: none;
    opacity: 1 !important;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 15px 0 0;
}

.modal-title {
    margin-bottom: 0;
    color: #fff;
    line-height: normal;
    font-size: 22px;
    margin: 0;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-weight: normal;
}


/* Hide the browser's default checkbox */

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#myInput {
    background-image: url('https://www.w3schools.com/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.simple-dm-table-wrap .table>thead>tr>th {
    white-space: nowrap;
}

.simple-dm-table-wrap .table>tbody>tr>td:nth-of-type(1),
.simple-dm-table-wrap .table>tbody>tr>td:nth-of-type(2),
.simple-dm-table-wrap .table>tbody>tr>td:nth-of-type(3),
.simple-dm-table-wrap .table>tbody>tr>td:nth-of-type(4) {
    min-width: 175px;
}

.sidebar-nav {
    position: relative;
    padding-bottom: 60px;
}

.logout-btn {
    display: flex;
    background-color: #404040;
    color: #fff !important;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}

.logout-btn:hover,
.logout-btn:active,
.logout-btn:focus {
    background-color: #ad0002;
}

.logout-btn img {
    margin: 0 10px 0 0;
}

.pat-slct{
    flex-direction: column;
}

.new-label{
    display:flex;
    flex-direction: row !important;
}

.new-label .radio-inline{
    margin-right: 20px;
}

.new-label .radio-inline input[type=radio]{
    margin-right: 5px;
    /* margin-top: 2px; */
}

.content-dashboard-box-wrap a{
    color: #495057 !important;
}

.grey-box-wrap .radio-inline input[type=radio]{
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.view-ans{
    display: flex;
    justify-content: space-between;
}

.view-ans h4{
    margin-top: 0 !important;
}

.cutm-group label {
    z-index: 9;
}
.selectMultiple {
    margin-top: 3px;
}
.selectMultiple>div {
    padding: 11px 5px 5px 10px;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    min-height: 56px;
}
.pass-reset {
    margin-bottom: 10px !important;
}

.confirmation-text {
    margin-bottom: 20px;
}
.modal-footer .btn {
    font-size: 13px !important;
}
.country-code .contry-div-ex {
    padding-left: 48px !important;
}

.country-code .iti {
    width: 100% !important;
}

.country-code.country-code-new .contry-div-ex {
    padding-left: 48px !important;
}

.country-code.country-code-new .iti__country-list {
    z-index: 99;
    max-width: 400px;
}

.country-code.country-code-new-prov .iti__country-list {
    z-index: 99;
}
output { 
    position: absolute;
    background-image: linear-gradient(#444444, #999999);
    width: 40px; 
    height: 30px; 
    text-align: center; 
    color: white; 
    border-radius: 10px; 
    display: inline-block; 
    font: bold 15px/30px Georgia;
    bottom: 175%;
    left: 0;
  }
  output:after { 
    content: "";
    position: absolute; 
    width: 0;
    height: 0;
    border-top: 10px solid #999999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
  }