﻿label.error {
    color: red;
}

span.error {
    color: red;
}

span.cnerror {
    color: red;
}

table {
    width: 100% !important;
}

.field-validation-error {
    color: red;
}

.justify-content-center {
    justify-content: center !important;
}

.field-validation-valid {
    color: red;
    display: block;
    line-height: 20px;
    font-weight: normal;
}

.mianheadertooltip {
    fill: #A2ADAA;
    height: 1.2rem;
    width: 1.2rem;
    margin: 6px 0 0 6px;
}

.custome-alert {
    -moz-box-align: center;
    align-items: center;
    background-color: transparent;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
    transition: background-color 0.1s ease 0s;
    background-color: rgba(0, 0, 0, 0.4);
}

    .custome-alert.hide-alert {
        display: none !important;
    }

    .custome-alert a.action-close {
        border: 1px solid;
        cursor: pointer;
        padding: 0 5px;
        position: absolute;
        right: 20px;
        border-radius: 3px;
    }

    .custome-alert a.action-previous {
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        float: left;
        font-weight: bold;
        padding: 5px 12px;
        position: absolute;
        left: -50px;
        top: 48%;
        cursor: pointer;
    }

    .custome-alert a.action-next {
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        float: right;
        font-weight: bold;
        padding: 5px 12px;
        position: absolute;
        right: -50px;
        top: 48%;
        cursor: pointer;
    }

    .custome-alert.hide-alert .swal2-modal.swal2-show {
        display: none !important;
        overflow: hidden !important;
    }

    .custome-alert.show-alert .swal2-modal.swal2-show {
        min-width: 450px;
        display: block;
        padding: 20px;
        /*overflow-x: inherit;
        overflow-y: inherit;*/
        /*overflow:auto;*/
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        text-align: left !important;
    }

    .custome-alert.show-alert .action-area {
        text-align: center;
    }

    .custome-alert .tab-container__inner {
        margin-bottom: 0px !important;
    }

.btn-blue {
    background-color: #7fb993;
    border-left-color: #7fb993;
    border-right-color: #7fb993;
}

.btn-gray {
    /*background-color: #CFD3D3;
    border-left-color: #CFD3D3;
    border-right-color: #CFD3D3;*/
    background-color: #A2ADAA;
    border-left-color: #A2ADAA;
    border-right-color: #A2ADAA;
}

.main-logo {
    width: 210px;
    height: 80px;
}

.row__actions:hover ul.dropdown-content {
    display: block;
    margin-top: -45px;
    margin-left: -95px;
    opacity: 1;
    position: absolute;
    top: auto;
}

.login-user-selection-username {
    font-size: 1.3rem;
}

.login-user-selection-header {
    font-size: 1.1rem;
    font-weight: normal;
    /*margin-top: -15px;*/
}

.login-association-selection {
    margin-top: 0;
    max-height: 300px;
    overflow-y: auto;
}

    .login-association-selection .item {
        text-align: left;
        padding: 10px;
        /*border: 1px solid;*/
        background: #dcdcdc;
    }

        .login-association-selection .item:nth-of-type(2n) {
            background: #f9f9f8;
        }

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

@media (min-width: 840px) {
    .EmailTemplateElement li {
        border: none !important;
        margin-bottom: 7.5px;
        padding: 0;
        float: none !important;
    }
}

#ulEmailTemplateContaint {
    padding: 15px !important;
}

.EmailTemplateElement li {
    float: left;
    border: none !important;
    padding: 0px !important;
    margin-right: 7.5px;
}

.EmailTemplateElement .color-input {
    width: 35px;
}

.mc-email__layout .sorttable {
    /*margin: 30px;*/
}

    .mc-email__layout .sorttable ul {
        border: 1px solid #c2c2c2;
        padding: 30px;
    }

    .mc-email__layout .sorttable li div.action {
        margin-left: -34px;
        margin-top: -1px;
        position: absolute;
        display: none;
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #c2c2c2;
        padding-top: 8px;
    }

    .mc-email__layout .sorttable li:hover > div.action {
        display: block !important;
    }

    .mc-email__layout .sorttable div.action a {
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 7px;
        padding: 0 9px;
    }

    .mc-email__layout .sorttable li div.action a.icon-move {
        background-image: url(../assets/src/svg/move-cursor.svg);
        cursor: move;
    }


    .mc-email__layout .sorttable li div.action a.icon-delete {
        background-image: url(/assets/dist/svgs/delete.svg) !important;
        cursor: pointer;
        position: absolute !important;
        top: -1px;
        left: 0px;
    }

    .mc-email__layout .sorttable li div.action a.icon-setting {
        background-image: url(../assets/src/svg/settings.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #c2c2c2;
        display: none;
        margin-top: -34px;
        padding: 8px 4px 2px;
        position: absolute;
    }

    .mc-email__layout .sorttable li:hover div.toolbar-custom {
        display: block !important;
    }

    .mc-email__layout .sorttable div.toolbar-custom a {
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 8px;
        padding: 0 8px;
    }

    .mc-email__layout .sorttable div.toolbar-custom span.menu-split {
        border-left: 1px solid #c2c2c2;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-align-left {
        background-image: url(../assets/src/svg/menu/align-left.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-align-center {
        background-image: url(../assets/src/svg/menu/align-center.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-align-right {
        background-image: url(../assets/src/svg/menu/align-right.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-setting {
        background-image: url(../assets/src/svg/settings.svg);
        cursor: pointer;
    }

.mc-email__layout .ElementToolbar {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
    position: absolute;
}

.sorttable {
    margin: 0px;
}

    .sorttable p {
        margin: 0px !important;
    }

    .sorttable li {
        border: 1px dashed #c2c2c2;
    }

    .sorttable ul {
        padding: 32px !important;
    }

.item-sub-menu .sub-menu-container {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 5px !important;
    position: absolute;
    z-index: 999;
    display: none;
}

.item-sub-menu:hover .sub-menu-container {
    display: block;
}

.border-1px-dotted {
    border: 1px dotted #c2c2c2;
}

.ui-wrapper {
    height: 100px;
}

.ui-resizable {
    height: 100px;
}

.mail-template-prefix span.prefix {
    /*background-color: #4cb554;
    border: 1px solid rgba(189, 194, 199, 0.7);
    border-radius: 5px;
    color: #fff;
    padding: 5px;*/
    text-align: center;
}

    .mail-template-prefix span.prefix:hover {
        cursor: pointer;
    }

.group-member-count {
    background-color: #A4A5A1;
    border-radius: 50%;
    color: white;
    padding: 4px 10px !important;
    box-shadow: none !important;
}

.help-text {
    font-size: .86rem;
    line-height: 1.3;
    letter-spacing: .02rem;
    font-style: italic;
    opacity: .4;
}

.select_template.active, .select_template:hover {
    opacity: 1;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.h-100 {
    height: 100%;
}

.header-text-button {
    line-height: 38px;
}

    .header-text-button .row__actions .dropdown-content {
        right: 35px;
    }

.mail-setting-category li {
    padding: 5px;
}

    .mail-setting-category li:nth-of-type(2n) {
        background: hsl(60, 8%, 97%) none repeat scroll 0 0;
    }

    .mail-setting-category li div.action {
        float: right;
    }

        .mail-setting-category li div.action .icon {
            height: 18px;
            width: 18px;
            fill: hsl(0, 0%, 65%);
        }

.border-active {
    border: 1px dotted !important;
}

.BlogDetail {
    width: 717%;
    height: 67%;
    margin-left: -14px;
}

.BlogPostbtn {
    margin-left: 1189px;
    margin-top: 22px;
}

.BlogUpload {
    width: 717%;
    height: 67%;
    margin-left: -14px;
}

.colvistoggle {
    background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 76%);
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5px;
}

    .colvistoggle:active {
        background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    }

    .colvistoggle:focus {
        background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    }

    .colvistoggle:hover {
        background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    }

    .colvistoggle[visible='false'] {
        background: #2AB7A9;
    }

.dt-button.buttons-print {
    display: none !important;
}

.btn--select-facility.disabled, .btn--select-facility.disabled:active, .btn--select-facility.disabled:hover {
    background-color: #A2ADAA !important;
}

span.season-req-count-round {
    -moz-box-align: center;
    -moz-box-pack: center;
    -moz-user-select: none;
    background: #cc0000 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 4px;
    width: 26px;
    z-index: 10;
}

.popup-btn {
    margin: 0 auto;
}

.custom-btn-section {
    overflow: auto;
    background: #EDEEEF;
    padding: 10px 0px;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0px;
}

.custom-readonly input[readonly] {
    color: black !important;
}

.Holiday-configurator {
    display: block;
    margin-top: 60px;
}

.input-with-search-icon {
    display: flex;
}

    .input-with-search-icon button {
        display: flex;
    }

    .input-with-search-icon input {
        display: flex;
    }

.Reserve-configurator {
    display: block;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .Holiday-configurator, .Price-configurator, .Product-configurator, .VatMaster-configurator, .BookingRuleMaster-configurator, .BookingCancelRulesMapping {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

.custom-scroll {
    overflow: auto !important;
    height: 300px;
}

.txt-password-show {
    cursor: pointer;
    float: right;
    margin-left: -40px;
    margin-top: 5px;
    padding: 8px 5px 6px 4px;
    position: absolute;
    cursor: pointer;
    float: right;
    margin-top: -34px;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1 !important;
    right: 0px;
}

    .txt-password-show #showpassword {
        display: block;
        fill: #88aabb;
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
        float: right;
    }

    .txt-password-show #hidepassword {
        display: none;
        fill: #88aabb;
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
    }

    .txt-password-show.active #showpassword {
        display: none !important;
        fill: #88aabb;
    }

    .txt-password-show.active #hidepassword {
        display: block !important;
        fill: #88aabb;
        float: right;
    }

.custom-show {
    position: absolute !important;
    top: 70px;
    width: 22px;
    right: 0px;
}

.cust-profile_position {
    position: relative;
}

@media (min-width: 480px) {
    .custom-show {
        position: absolute;
        top: 78px;
        width: 22px;
        right: 0px;
    }

    .txtbox-password {
        font-size: 1.5rem !important;
        height: 58px !important;
        padding: 0 30px 3px !important;
    }

    .txt-password-show {
        float: right;
        margin-top: -42px;
        padding: 0px 20px 14px 4px;
        position: relative;
        cursor: pointer;
        z-index: 1 !important;
    }
    
}

.custom-show {
    /*position: relative;
    left: 87%;
    top: 40px;
    width: 15%;
    width: 22px;*/
    position: absolute;
    top: 70px;
    width: 22px;
    right: 0px;
}

.cust-profile_position {
    position: relative;
}

@media (min-width: 480px) {
    .custom-show {
        /*position: relative;
        left: 87%;
        top: 52px;
        width: 15%;
        width: 22px;*/
        position: absolute;
        top: 78px;
        width: 22px;
        right: 0px;
    }
}

.main-sidebar svg {
    /*z-index: -1 !important;*/
}

.main-sidebar::after {
    z-index: -2 !important;
}

.collapsible-body .collapsible-body {
    left: 0px !important;
}

.txt-password-show svg {
    z-index: -1 !important;
}

    .txt-password-show svg use {
        z-index: -1 !important;
    }

svg {
    /*pointer-events: none;*/
}

.custom-scroll-Slot {
    overflow: auto !important;
    max-height: calc(100vh - 440px);
}

.processbarcontainer {
    border: 1px solid hsl(0, 0%, 80%);
    width: 100%;
    height: 30px;
}

    .processbarcontainer .processbar {
        background-color: rgb(76, 173, 79);
        color: rgb(255, 255, 255);
        width: 0%;
        text-align: center;
        height: 100%;
    }

        .processbarcontainer .processbar .processbartextarea {
            padding-top: 4px;
        }

.googlemap_marginleft {
    margin-left: -18px !important;
}

.error-page {
    padding: 100px 0 170px;
}

    .error-page .icon {
        width: 100%;
        text-align: center;
        display: table;
        margin-top: 150px;
    }

        .error-page .icon i {
            font-size: 90px;
            float: none;
            color: #1B263B;
        }

    .error-page .headline {
        display: block;
        font-size: 3.5rem;
        text-align: center;
        margin: 35px auto;
    }

    .error-page p {
        font-size: 1.2rem;
        text-align: center;
    }

.aflyst, .aflyst a {
    color: gray !important;
    text-decoration: line-through;
}

.table-thtd_custwidth {
    width: 165px !important;
}

.unavailable {
    color: #CFD3D3;
    text-decoration: line-through;
}

.line-through-red {
    color: #CC0000 !important;
    text-decoration: line-through;
}

.BookingCommentInfo_textarea {
    min-height: 180px !important;
    max-height: 180px !important;
    overflow: auto;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.w-48 {
    width: 48px;
}

.w-78 {
    width: 78% !important;
}

.w-70 {
    width: 70% !important;
}

.w-50 {
    width: 50% !important;
}

.w-90 {
    width: 90% !important;
}

.w-35 {
    width: 35% !important;
}

.w-100 {
    width: 100% !important;
}

.mh-95 {
    max-height: 95% !important;
}

.min-max-w-200 {
    min-width: 200px !important;
    max-width: 200px !important;
}

.d-block {
    display: block !important;
}

.bg-none {
    background: none !important;
}

.z-99999 {
    z-index: 99999 !important;
}

.z-1003 {
    z-index: 1003 !important;
}

.text-nowrap {
    white-space: nowrap;
}

.hw30 {
    height: 30px !important;
    width: 30px !important;
}

.position-relative {
    position: relative !important;
}

.position-inherit {
    position: inherit !important;
}

.position-fixed {
    position: fixed !important;
}

.ui-datepicker-title .select-dropdown {
    width: 90px !important;
}

.ui-datepicker-title .select-wrapper {
    width: 90px !important;
    float: left !important;
}

    .ui-datepicker-title .select-wrapper input.select-dropdown {
        padding: 0 30px 0 15px !important;
    }

    .ui-datepicker-title .select-wrapper input.select-dropdown {
        height: 25px !important;
        line-height: 25px !important;
    }

.drp-readonly input {
    color: rgba(0, 0, 0, 0.26);
    pointer-events: none;
}

.drp-readonly .select-wrapper span.caret {
    color: rgba(0, 0, 0, 0.26);
}

.drp-readonly input:focus, .drp-readonly input.valid {
    border-bottom: 0px !important;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.26) !important;
}
/*ul.main-sidebar__navigation li .collapsible-submenu .collapsible-body .collapsible-header {
    opacity: 0.9;
    padding:0px;
}*/
/*ul.main-sidebar__navigation li .collapsible-submenu .collapsible-body {
    margin-left: -78px;
}
ul.main-sidebar__navigation li .collapsible-submenu .collapsible-body .collapsible-body li {
    margin-left: 80px;
}
ul.main-sidebar__navigation li .collapsible-submenu .collapsible-body .collapsible-body li a {
    color:black !important;
}
ul.main-sidebar__navigation li .collapsible-submenu .collapsible-body .collapsible-body li:hover {
    background: rgba(0, 0, 0, 0.2);
    margin-left: 80px;
}
ul.main-sidebar__navigation li .collapsible-body .collapsible-submenu .collapsible-submenu__item--with-children .collapsible-body .collapsible-submenu__item {
    background:red;
    padding-left:0px;
}*/
/*Ledigetider Plugins Page CSS 20180326 End*/
.DisplayconfigImage img {
    height: 100%;
    max-height: 300px;
}

.swal2-modal .swal2-styled + .swal2-styled {
    /*color: #000 !important;*/
}

/*start css for full width image upload*/
.fullwidthimg-icon-panel {
    background: transparent !important;
    width: auto !important;
    position: absolute;
    top: 0.9rem;
    right: 0px;
    display: flex;
}

    .fullwidthimg-icon-panel span {
        margin-right: 0.9rem;
        align-items: center;
        justify-content: center;
    }

        .fullwidthimg-icon-panel span a {
            background: #88aabb !important;
            display: flex;
            padding: 5px;
        }

        .fullwidthimg-icon-panel span svg {
            fill: #fff;
        }

.full-width-img {
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.3rem;
}

    .full-width-img::after {
        content: "";
        position: absolute;
        background: #000;
        opacity: 0.2;
    }

.full-img-upload {
    position: relative;
    border: 1px solid #CFCFD1;
}

    .full-img-upload .avatar-edit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

        .full-img-upload .avatar-edit input {
            display: none;
        }

            .full-img-upload .avatar-edit input + label {
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .full-img-upload .avatar-edit input + label:after {
                    content: "\f0055";
                    font-family: 'FontAwesome';
                    color: transparent;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }


    .full-img-upload .avatar-preview {
        height: 40vh !important;
        position: relative;
    }

        .full-img-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .full-img-upload .avatar-edit .avicon {
        color: #039be5;
        font-size: 35px !important;
    }

.full-img-upload {
    position: relative;
    border-radius: 0.3rem !important;
}

    .full-img-upload .avatar-preview {
        height: 40vh !important;
        position: relative;
    }


.fullwidthimg-icon-panel .file-refresh-icon {
    display: none;
}

.fullwidthimg-icon-panel span svg.file-disable {
    fill: #808080 !important;
    cursor: default;
}
/*end css for full width image upload*/
.avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f0055";
                    font-family: 'FontAwesome';
                    color: transparent;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

.custimg .h-unset {
    height: unset !important;
}


.avatar-upload .avatar-preview {
    height: 250px;
    position: relative;
}

    .avatar-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.avatar-upload .avatar-edit .avicon {
    color: #039be5;
    font-size: 28px;
}

.logo_upload .avatar-upload {
    position: relative;
}

    .logo_upload .avatar-upload .avatar-preview {
        height: 190px;
        position: relative;
    }

/*gladiator page changes change by neha*/
.logo-text-area {
    height: 100%;
    position: relative;
    bottom: 25px;
}

.dropdown-pen {
    box-shadow: none;
    border: none;
}

.dropdown-pen-body {
    padding: 0px 15px;
}

.dropdown-pen .collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 50px;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .dropdown-pen .collapsible-header span {
        position: relative;
        display: block;
        top: 15px;
        font-size: 1.2rem;
    }

.main-dropdown-pen {
    position: relative;
    margin: 10px -13px;
    border: 1px solid #ddd;
}

.inner-dropdown-pen {
    padding: 20px 20px;
    margin-bottom: 35px;
}

.custom-dropdown-pen .collapsible-body {
    border: none !important;
}

.input--field {
    margin-bottom: 10px;
}

.save-btn-fix {
    background: rgb(71, 135, 195) !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 0px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

    .save-btn-fix:hover {
        background: #7fb993;
    }

.main-dropdown-pen textarea {
    /*height: auto;*/
}

.custome-upload {
    position: relative;
    height: auto;
}

    .custome-upload .custome-edit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

        .custome-upload .custome-edit input {
            display: none;
        }

            .custome-upload .custome-edit input + label {
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .custome-upload .custome-edit input + label:after {
                    content: "\f0055";
                    font-family: 'FontAwesome';
                    color: transparent;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .custome-upload .custome-preview {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #cfcfd1;
        border-radius: 3px;
        margin-top: 8px;
        max-height: 240px;
        min-height: 240px;
    }

        .custome-upload .custome-preview > div {
            width: 100%;
            height: 100%;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

    .custome-upload .custome-edit .avicon {
        color: #7fb993;
        font-size: 28px;
    }

/*end gladiator page changes change by neha*/
/*Ledigetider Plugins Page CSS 20180326 Start*/
.titlebar-padding {
    padding: 16px 0px;
}

.sub-title {
    color: #6888A0;
    font-size: 1.2rem;
    line-height: 2rem;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 10px 0 8px;
}

.preview:hover .preview-image {
    opacity: 0.3;
}

.preview:hover .preview-btn-main {
    opacity: 1;
}

.preview:hover .overlay-preview-main {
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.preview .preview-btn-main {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.preview .preview-btn {
    padding-right: 50px !important;
}

.preview .preview-eye {
    position: absolute;
    top: 11px;
    right: 13px;
    fill: white;
}

.main--header {
    background-color: #66a6e5;
    margin-left: 0px;
}

.main-color-box input[type=text] {
    height: 30px;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
}

.popup-color-content input[type=text] {
    height: 30px;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
}

.main--header label {
    font-size: 12px;
    color: #fff;
}

.main--header .flex-button, .main--popup .flex-button, .main--fix .flex-button {
    position: relative;
}

.main--header .header-btn {
    background: #222222;
    position: relative;
    top: 28px;
    justify-content: left;
    padding-left: 10px;
}

.main--header .icon-forword {
    position: absolute;
    fill: white;
    top: 37px;
    right: 8px;
}

.main--header .tab-container__inner {
    position: relative;
    top: -17px;
}

.main-color-box {
    padding: 0px !important;
}

    .main-color-box .tab-container__inner {
        margin-bottom: 0px !important;
        margin-left: 0px;
        margin-top: 0px;
    }

.main--header .header-logo {
    height: 30px;
    max-width: 60px !important;
    fill: white;
    position: relative;
    top: 24px;
    margin-right: -20px;
}

    .main--header .header-logo svg {
        position: absolute;
        top: 5px;
        left: 5px;
        height: 42px;
        width: 42px;
    }

.main--popup {
    background-color: #66a6e5;
    margin-bottom: 0px;
}

    .main--popup .header-btn, .main--fix .header-btn {
        background: #222222;
        position: relative;
        justify-content: left;
        padding-left: 10px;
    }

    .main--popup .icon-forword, .main--fix .icon-forword {
        position: absolute;
        fill: white;
        top: 11px;
        right: 10px;
    }

    .main--popup .tab-container__inner {
        padding: 20px;
    }

.main--fix {
    background-color: #66a6e5;
}

    .main--fix .tab-container__inner {
        padding: 20px;
    }

.all-color-box {
    height: 143px;
    margin-right: 0px !important;
    max-width: 100% !important;
    margin: 0px !important;
    position: relative;
}

    .all-color-box .color-code {
        font-size: 1rem;
        margin-left: 5px;
        color: #000000;
        position: absolute;
        left: 0px;
    }

    .all-color-box .color-text {
        font-size: 1rem;
        /*margin-left: 5px;*/
        color: #ffffff;
        /*right: 5px;*/
        bottom: 0px;
        position: absolute;
        padding: 5px;
        background: #000;
        opacity: 0.5;
        width: 100%;
    }

.popup-color-content {
    margin-bottom: 0px;
}

    .popup-color-content .tab-container__inner {
        margin-left: 0px;
    }

    /*.popup-color-content .color-code {
        transform: rotate(-90deg);
        position: absolute;
        left: -22px;
        top: 22px;
    }*/

    .popup-color-content .color-text {
        transform: rotate(-90deg);
        position: absolute;
        right: -43px;
        bottom: 68px;
    }

    .popup-color-content .main-title {
        height: 40px;
        padding: 10px;
        color: white;
    }

    .popup-color-content .all-color-box {
        height: 185px;
        margin-right: 0px !important;
        max-width: 100% !important;
        margin: 0px !important;
        position: relative;
    }

.fix-color-content .tab-container__inner {
    margin-left: 0px;
}

.fix-color-content .color-code {
    transform: rotate(-90deg);
    position: absolute;
    left: -22px;
    top: 22px;
}

.fix-color-content .color-text {
    transform: rotate(-90deg);
    position: absolute;
    right: -43px;
    bottom: 68px;
}

.fix-color-content .main-title {
    height: 40px;
    padding: 10px;
    color: white;
}

.fix-color-content .all-color-box {
    height: 185px;
    margin-right: 0px !important;
    max-width: 100% !important;
    margin: 0px !important;
    position: relative;
}

.all-color-box .tab-container__inner {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.all-color-box .background-color {
    background: #0097a7;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .title-text-color {
    background: #b2ebf2;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .primary-text-color {
    background: #00bcd4;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .secondary-text-color {
    background: #FFFFFF;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .dropdown-background-color {
    background: #009688;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .selected-item-color {
    background: #212121;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .button-color {
    background: #757575;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .button-text-color {
    background: #BDBDBD;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .background-color, fix-color-content .all-color-box .background-color {
    background: #0097a7;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .title-text-color {
    background: #b2ebf2;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .primary-text-color {
    background: #00bcd4;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .secondary-text-color {
    background: #FFFFFF;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .dropdown-background-color {
    background: #009688;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .selected-item-color {
    background: #212121;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .button-color {
    background: #757575;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .button-text-color {
    background: #BDBDBD;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.main-title {
    background: #7fb993;
    width: 100%;
    padding: 10px;
    color: white;
}


@media only screen and (min-width:992px) and (max-width:1650px) {
    .main--popup, .main--fix {
        min-width: calc(34.32% - 15px);
        max-width: calc(100% - 15px);
    }

    .popup-color-content, .fix-color-content {
        min-width: calc(100% - 15px);
    }

    .product-list-tbl th:first-child {
        min-width: 110px !important;
    }

    .udsted-title label {
        font-size: 1.5em !important;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .tbl-icon-footer {
        overflow: auto;
    }

    .tbl-icon-td {
        min-width: 500px !important;
        max-width: 500px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .Multigroup .col-6-12.sub {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }

    .col-6-12.ipad-100, .col-12-12.ipad-100 {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }

    .ipad-grid .col-6-12 {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }

    .actions-panel__body__col--centered.col-12-12 {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }

    .add-destination .col-6-12.destination {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }

    .product-sidebar-footer {
        position: fixed !important;
        display: flex;
        border-top: 1px solid #e0e1e4;
        padding: 15px;
        width: 100%;
        background: #ffffff;
        bottom: inherit !important;
    }

    .datatable-container {
        width: 100%;
        margin: 0px !important;
    }

    .dataTables_wrapper {
        margin: 0 20px 0 !important;
        border: none;
        overflow: hidden !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .id_images .flex_image {
        width: 150px !important;
        flex-grow: 4;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .main--header .header-btn {
        top: 0px;
    }

    .main--header .icon-forword {
        top: 9px;
    }

    .product-sidebar {
        width: 100% !important;
    }

    .mobile-view {
        right: 110px !important;
    }

    .product-list-tbl th:first-child {
        min-width: 110px !important;
    }

    .tbl-icon-footer {
        overflow: auto;
    }

    .tbl-icon-td {
        min-width: 500px !important;
        max-width: 500px !important;
    }

    .Multigroup .col-6-12.sub {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }

    .add-destination .col-6-12.sub {
        max-width: calc(100% - 15px) !important;
        flex: 1 1 calc(100% - 15px);
    }
   
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .qrcode-position {
        padding-bottom: 200px !important;
    }
}
@media only screen and (min-device-width:320px) and (max-device-width:480px){
    .qrcode-position {
        padding-bottom: 200px !important;
    }
    .document-upload-btn button {
        margin-left: 10px !important;
        padding: 40px 15px !important;
        min-width: 200px !important;
        font-size: 30px !important;
    }
}
/* START CSS FOR POPUP COLORPICKER */

.colorpicker-popup {
    width: 100%;
    top: 0px !important;
    min-height: 100%;
    background: #374046;
}

.div-line {
    width: 60px;
    height: 600px;
    float: left;
    position: relative;
}

    .div-line .color-selection {
        color: #ffffff;
    }

    .div-line .color-name {
        width: 100%;
        position: absolute;
        height: 100%;
        cursor: pointer;
    }

        .div-line .color-name.active {
            display: none;
        }

        .div-line .color-name.dark-red {
            background: #f44336;
            border-bottom: 1px solid #f44336;
        }

        .div-line .color-name.dark-pink {
            background: #e91e63;
            border-bottom: 1px solid #e91e63;
        }

        .div-line .color-name.dark-purple {
            background: #9c27b0;
            border-bottom: 1px solid #9c27b0;
        }

        .div-line .color-name.dip-purple {
            background: #673ab7;
            border-bottom: 1px solid #673ab7;
        }

        .div-line .color-name.indigo {
            background: #3f51b5;
            border-bottom: 1px solid #3f51b5;
        }

        .div-line .color-name.dark-blue {
            background: #2196f3;
            border-bottom: 1px solid #2196f3;
        }

        .div-line .color-name.light-blue {
            background: #03a9f4;
            border-bottom: 1px solid #03a9f4;
        }

        .div-line .color-name.cyan {
            background: #00bcd4;
            border-bottom: 1px solid #00bcd4;
        }

        .div-line .color-name.teal {
            background: #009688;
            border-bottom: 1px solid #009688;
        }

        .div-line .color-name.dark-green {
            background: #4caf50;
            border-bottom: 1px solid #4caf50;
        }

        .div-line .color-name.light-green {
            background: #8bc34a;
            border-bottom: 1px solid #8bc34a;
        }

        .div-line .color-name.dark-lime {
            background: #cddc39;
            border-bottom: 1px solid #cddc39;
        }

        .div-line .color-name.dark-yellow {
            background: #ffeb3b;
            border-bottom: 1px solid #ffeb3b;
        }

        .div-line .color-name.amber {
            background: #ffc107;
            border-bottom: 1px solid #ffc107;
        }

        .div-line .color-name.dark-orange {
            background: #ff9800;
            border-bottom: 1px solid #ff9800;
        }

        .div-line .color-name.deep-orange {
            background: #ff5722;
            border-bottom: 1px solid #ff5722;
        }

        .div-line .color-name.dark-brown {
            background: #795548;
            border-bottom: 1px solid #795548;
        }

        .div-line .color-name.dark-grey {
            background: #9e9e9e;
            border-bottom: 1px solid #9e9e9e;
        }

        .div-line .color-name.blue-grey {
            background: #607d8b;
            border-bottom: 1px solid #607d8b;
        }

    .div-line .color-selection {
        height: 7%;
        width: 100%;
    }

.color-text-popup {
    color: #ffffff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: block;
    width: 115px;
    position: absolute;
    bottom: 60px;
    font-size: 15px;
    left: -17px;
    text-transform: uppercase;
}

.colorpicker-popup .modal-content {
    position: relative;
}

.main--box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 100%;
}

/*END CSS FOR POPUP COLORPICKER*/

/*Ledigetider Plugins Page CSS 20180326 End*/
.DisplayconfigImage img {
    height: 100%;
    max-height: 300px;
}

.select-wrapper + label.error {
    position: unset !important;
    font-size: unset !important;
}

/*file listing css*/

.lister-content {
    min-height: 294px;
    max-height: 294px;
    overflow: auto;
}

.main-fileheader {
    display: flex;
    background: rgb(71, 135, 195);
    padding: 15px 0px;
    position: relative;
}

    .main-fileheader .heading {
        padding-left: 30px;
        color: #fff;
    }

    .main-fileheader .fileaction {
        position: absolute;
        right: 50px;
        color: #ffffff;
    }

.main-filelister {
    display: flex;
    padding: 10px 0px;
    position: relative;
    color: #000000;
    font-weight: 600;
}

    .main-filelister .filelister-item {
        position: absolute;
        right: 25px;
        top: 8px;
        color: #ffffff;
    }

    .main-filelister:nth-child(2n+1) {
        background: #eeeeee;
    }

    .main-filelister .filelister-name {
        padding-left: 30px;
    }



@media (max-width:768px) {
    .point-matrixer {
        min-width: 100%;
        max-width: 100%;
    }

        .point-matrixer label {
            min-width: 105px;
            max-width: 105px;
            text-overflow: unset;
        }

    .prismatrixer {
        min-width: 100%;
        max-width: 100%;
    }

        .prismatrixer label {
            min-width: 105px;
            max-width: 105px;
            text-overflow: unset;
        }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .main-filelister .filelister-name {
        padding-left: 30px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .info .info-icon-main {
        top: 25px !important;
    }

    .copyright {
        bottom: 0px !important;
    }

    .main-sidebar__navigation {
        height: calc(100vh - 80px - 185px);
    }

    .radio-lang label {
        display: inline-block;
        position: relative;
        top: 0px;
    }

    .udsted-title {
        padding: 0px !important;
    }

        .udsted-title label {
            padding: 0px !important;
        }
}

/* START CSS FOR SCHEDULE BREAK */
.schedule-break-th {
    background: none;
}

.custom-validation-error {
    color: red;
    color: red;
    display: block;
    position: relative;
    line-height: 15px;
    top: 5px;
    /*min-width: 230px;
    max-width: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.schedule-break-th .day {
    background: #4CB554;
    border: 1px solid #409F47;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.querytbl thead {
    border-bottom: none;
}

.querytbl tbody {
    border-bottom: none;
}

.schedule-break-th {
    border-left: none !important;
    padding-right: 7px;
    padding-left: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}

.querytbl td {
    position: relative;
    border-left: none !important;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px !important;
    vertical-align: top;
    min-width: 115px;
    max-width: 115px;
}

@media only screen and (min-device-width : 280px) and (max-device-width : 1605px) {
    .tbloverflow {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .querytbl td {
        position: relative;
        border-left: none !important;
        padding-right: 15px;
        padding-left: 0px;
        padding-bottom: 10px;
        padding-top: 0px !important;
        vertical-align: top;
        min-width: 115px;
        max-width: 115px;
        box-shadow: none !important;
    }
}
/*.querytbl td{
    position: relative;
    padding-bottom: 10px;
    padding-right: 15px !important;
    border-radius: 4px;
    font-weight: 600;
    padding-top: 0px !important;
}*/
.break-weekdays {
    margin-bottom: 0px;
}

.schedule-delete {
    display: inline-block;
    position: absolute;
    top: 4px;
    cursor: pointer;
    /*left: 115px;*/
}

.querytbl input[type=text] {
    font-weight: bolder;
}

.schedule-delete svg {
    height: 40px;
    width: 40px;
}

    .schedule-delete svg:hover {
        fill: #88aabb;
    }

.schedula-break-padding {
    padding-right: 30px;
}

.schedule-delete-svg img {
    height: 20px;
    width: 20px;
}

.pauser {
    background: #c11a1a !important;
    border-color: #850909 !important;
}

.shedule-th {
    border-left: none;
    background: #ffffff;
}

.querytickettbl td {
    position: relative;
    border-left: none !important;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px !important;
    vertical-align: top;
    min-width: 104px;
    max-width: 104px;
}

.querytbl td:last-child {
    border-right: 0px !important;
    min-width: 10px;
    max-width: 10px;
}
/* END CSS FOR SCHEDULE BREAK*/

.padding-remove {
    padding: 0px !important;
}

/*big checkbox*/

.big-chk-label {
    height: 35px !important;
    width: 35px !important;
    padding-left: 0px;
    margin-left: -7px;
}

[type="checkbox"].big-chk:checked + label::after, [type="checkbox"].big-chk:not(:checked) + label::after {
    height: 35px !important;
    width: 35px !important;
}

[type="checkbox"].big-chk:checked + label::before {
    width: 10px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}

[type="checkbox"].big-chk:checked + label::before {
    top: 6px !important;
    left: 7px !important;
}

.ret-big-chk-group {
    position: relative;
    margin-top: 20px;
    left: 9px;
}

    .ret-big-chk-group .ret-chk-text {
        position: relative;
        display: block;
        line-height: 18px;
        color: #000000;
        left: 40px;
        top: -24px;
        font-size: 1.2rem;
    }

/*End big check box*/
/*medium check box */
.medium-chk-label {
    height: 35px !important;
    width: 35px !important;
    padding-left: 0px;
    margin-left: -7px;
}

[type="checkbox"].medium-chk:checked + label::after, [type="checkbox"].medium-chk:not(:checked) + label::after {
    height: 25px !important;
    width: 25px !important;
}

[type="checkbox"].medium-chk:checked + label::before {
    width: 7px;
    height: 14px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}

[type="checkbox"].medium-chk:checked + label::before {
    top: 4px !important;
    left: 5px !important;
}

.ret-medium-chk-group {
    position: relative;
    margin-top: 20px;
    left: 45px;
}

    .ret-medium-chk-group .ret-chk-text {
        position: relative;
        display: block;
        line-height: 18px;
        color: #000000;
        left: 40px;
        top: -30px;
        font-size: 1.2rem;
    }

.ret-first-chk-group {
    position: relative;
    margin-top: 20px;
    left: 9px;
    margin-bottom: 0px;
}

.ret-chk-group {
    position: relative;
    margin-top: 20px;
    left: 45px;
}

.ret-first-chk-text {
    /*position: absolute;*/
    position: relative;
    display: block;
    line-height: 18px;
    color: #000000;
    left: 40px;
    top: -24px;
    font-size: 1.2rem;
}

.ret-chk-text {
    position: absolute;
    display: block;
    line-height: 18px;
    color: #000000;
    left: 40px;
    top: 4px;
    font-size: 1.2rem;
}
/*end medium check box*/

/* For Logo - Photo */

.custlogo .avatar-upload {
    width: 100%;
    padding: 20px;
    float: left;
    border-radius: 4px;
    display: table;
    background: #FFF;
    border: 1px solid rgba(0,0,0,.18);
}

.custlogo .avatar-preview img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 100%;
    border-radius: 0px;
    height: 100%;
    object-fit: contain;
}

.custimg .avatar-preview img {
    border-radius: 0px;
}

.avatar-upload .avatar-edit input + label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 267px;
    height: 210px;
}

.pointdetaile-wrapper .dataTables_wrapper {
    margin: 0px 10px !important;
}

.customtxtarea {
    height: 150px !important;
}

.custom-caret {
    position: relative;
}

.caret-ico {
    position: absolute !important;
    right: 0px !important;
    font-size: 10px !important;
}

.swallabelcustom {
    position: relative !important;
    text-align: left !important;
    display: block !important;
    top: 0px !important;
    font-size: 14px !important;
    margin-top: 14px;
}

.swalinput-custom {
    margin: 0px !important;
}

    .swalinput-custom .dropdown-content {
        width: 100% !important;
        left: 0px !important;
        max-height: 250px !important;
    }

.chk-click {
    width: 0px;
    padding: 0px 9px !important;
}

.overflowY-unset {
    overflow-y: unset;
}

.overflow-hidden {
    overflow: hidden !important;
}

.nav-minimized .active > .nav-minimized .collapsible-header__text span, .nav-minimized .main-sidebar__navigation li a:hover, .nav-minimized .main-sidebar .main-sidebar__navigation .collapsible-header__text > span:hover, .main-sidebar__navigation li .collapsible-body .collapsible-submenu .collapsible-submenu__item .collapsible-body ul .collapsible-submenu__item.active-elm a {
    border-bottom: 0px solid #7FB993 !important;
}
/* css for logo photo functionality icon and button */
.icon-panel {
    background: #88aabb;
    height: 48px;
    width: 100%;
    text-align: center;
}


    .icon-panel span {
        padding: 7px 5px;
        display: inline-flex;
        margin: 4px 0px;
    }

        .icon-panel span svg {
            fill: #ffffff;
        }

            .icon-panel span svg.file-disable {
                fill: #808080;
                cursor: default;
            }

    .icon-panel .file-refresh-icon {
        display: none;
    }
/* CSS FOR KNOW MORE FUNCTIONALITY */
.custom_checkbox {
    position: relative !important;
    left: 0px !important;
    opacity: 1 !important;
}

.hide_column {
    display: none;
}

.btn-know-more {
    background: #88aabb;
    padding: 0 20px !important;
    height: 40px;
    border: none;
    color: #fff;
}

.custom-footer {
    position: fixed !important;
}

.info-photo {
    height: calc(100vh - 323px);
}


    .info-photo img {
        height: 100%;
        width: 100%;
    }

.h-cal-150 {
    overflow: auto;
    max-height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}

.h-cal-210 {
    overflow: auto;
    max-height: calc(100vh - 210px);
}

.h-cal-250 {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.h-cal-350 {
    max-height: calc(100vh - 350px);
    overflow: auto;
}

.h-cal-315 {
    max-height: calc(100vh - 315px);
    overflow: auto;
}

.h-unset {
    height: unset !important;
}

.modal-top-3 {
    top: 3% !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.min-h-auto {
    min-height: auto !important;
}
/*calender dropdown css*/
.select-dropdown.active .txt-search {
    color: #000 !important;
}

/* Responsive Media query for point-matrixer popup check box and prismatrix popup check box */
@media only screen and (max-device-width:768px) {
    .info-icon label {
        white-space: nowrap;
    }

    .info-icon .info-icon-main {
        top: 26px !important;
    }

    .lbl-2 label {
        padding: 0px !important;
        margin-top: -28px !important;
    }
}



.blink-row {
    height: 0px;
}

/* NEW PRODUCT DESIGN CSS */

.kategor-title {
    color: #000000;
    font-size: 1.2rem;
    line-height: 2rem;
    display: flex;
    padding: 3px 10px 0 2px;
}

.handling-icon {
    position: relative;
    top: 10px;
    display: flex;
}

    .handling-icon svg {
        cursor: pointer;
        position: relative;
        top: -10px;
        height: 28px !important;
    }

.button-group button {
    border: none;
    padding: 10px;
    background: #eeeded;
}

.custimg .avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
    overflow: hidden;
}

.product-list-tbl img {
    height: auto;
    width: 100%;
}

.product-list-tbl th:first-child {
    min-width: 150px;
    max-width: 150px;
    width: 150px !important;
}

.product-list-tbl label {
    vertical-align: top;
}

.product-sidebar {
    position: fixed;
    right: -750px;
    background: #fff;
    z-index: 99;
    transition: 0.5s ease;
    width: 750px;
    height: 100vh;
    overflow: hidden;
}

.toggleproduct-bar {
    right: 0px;
}

.sidebar-content {
    width: 100%;
    padding: 15px;
    overflow: auto;
    height: calc(100vh - 105px);
}
/*.sidebar-content [type="checkbox"]:not(:checked), [type="checkbox"]:checked{
    left:-9999px !important;
}*/
.product-sidebar-tbl {
    margin-top: 20px;
}

.product-sidebar-footer {
    position: fixed;
    display: flex;
    bottom: 1px;
    border-top: 1px solid #e0e1e4;
    padding: 15px;
    width: 100%;
    background: #ffffff;
}

.productoverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    left: 0px;
    display: none;
}

.product-sidebar-footer button[type=submit] {
    background: #597CA3;
}

.product-sidebar-footer button[type=reset] {
    background: #CFD3D3;
    margin-left: 10px;
}

.include-product {
    border: 1px solid #e0e0e0;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    cursor: pointer;
}

.panel--title span {
    position: relative;
    font-size: 1.2em;
    color: rgba(71,135,195,.6);
    padding-left: 25px;
}

@-moz-document url-prefix() {
    .product-list-tbl th:first-child {
        min-width: 140px;
    }
}

/*END NEW PRODUCT DESIGN CSS*/

.tab-container__inner a.url--demo {
    color: #88aabb;
}

/*Exel icon click popup css*/
.list.list--vertical label {
    margin-bottom: 10px;
    display: inline-table;
}

.content-scroll {
    max-height: calc(100vh - 300px);
    overflow: auto;
}
/* Chips Design */

/*.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 8px 0;
    min-height: 45px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/
/*.chip {
        display: inline-block;
        height: 32px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 16px;
        background-color:rgba(135,170,187,1);
        margin:5px;
    }*/

.chip {
    display: inline-flex;
    align-items: center;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #88aabb !important;
    margin: 5px;
}

    .chip .close {
        cursor: pointer;
    }

.wrap-basic-color-setting {
    padding: 15px 10px 10px 20px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 4px;
    margin: 0 15px 15px 0;
    background: #fafafa;
    background-image: linear-gradient(#fcfcfc 40%, #f0f0f0);
}

/*
    Event and Event Type Css
*/

.txt-right {
    text-align: right;
}

.page-line {
    display: block;
    border-bottom: 1px solid #88aabb;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tickets-radio {
    display: flex;
}

    .tickets-radio label {
        margin-right: 15px;
    }

.event-text {
    color: #6888a0 !important;
}

    .event-text a {
        color: #6888a0 !important;
        text-decoration: underline;
    }

textarea {
    height: 130px;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt--8 {
    margin-top: -8px;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.m-0 {
    margin: 0px !important;
}

.m-20 {
    margin: 20px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-0 {
    margin-right: 0px;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr--15 {
    margin-right: -15px !important;
}

.ml-1 {
    margin-left: 1px;
}

.mr-1-rem {
    margin-right: 1rem !important;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr--15 {
    margin-right: -15px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-27 {
    margin-top: 27px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-40 {
    margin-left: 40px;
}

.ml--6 {
    margin-left: -6px;
}

.mb-1-rem {
    margin-bottom: 1rem;
}

.mb-1-5-rem {
    margin-bottom: 1.5rem !important;
}

.pb-1-5-rem {
    padding-bottom: 1.5rem !important;
}

.p-0 {
    padding: 0px !important;
}

.p-1-rem {
    padding: 1rem !important;
}

.p-1-5-rem {
    padding: 1.5rem !important;
}

.p-30 {
    padding-left: 30px !important;
    padding-top: 15px;
    /* padding: 30px; */
    padding-bottom: 15px;
}

.mt-1rem {
    margin-top: 1rem;
}

.p-1rem {
    padding: 1rem;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-7 {
    padding-left: 7px;
}

.pr-0 {
    padding-right: 0px !important;
}

.ml--15 {
    margin-left: -15px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-22 {
    padding: 22px !important;
}

.padding {
    padding: 1rem 1.75rem 0rem 1.75rem !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.w-100 {
    width: 100% !important;
}

.pl-13 {
    padding-left: 13px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.shadow-none {
    box-shadow: none !important;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-0 {
    border-radius: 0px !important;
}

.border-none {
    border: 0px !important;
}

.border-bottom {
    border-bottom: 1px solid #d7d7d7;
}

.border-bottom-td td {
    border-bottom: 1px solid rgba(120, 125, 130, 0.25);
}

.whitespace-normal {
    white-space: normal !important;
}

.h-48 {
    height: 48px;
}

.anchor-highlight {
    color: #88aabb !important;
}

.text-white {
    color: #fff !important;
}

.align-items-center {
    align-items: center !important;
}

.line-h-3rem {
    line-height: 3rem !important;
}

.title-with-chk {
    color: #6888a0 !important;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 2px 10px 5px 27px !important;
    height: 25px !important;
}

    .title-with-chk span {
        position: relative;
        top: -1px;
    }

.day--radio [type="radio"]:not(:checked) + label::before, .ticket--radio [type="radio"]:not(:checked) + label::before, .day--radio [type="radio"]:not(:checked) + label::after, .ticket--radio [type="radio"]:not(:checked) + label::after {
    border: 2px solid #597ca3;
}
/*event calendar css*/
.event-cal-popup .event-detaile-header {
    border-color: #e7e9ec;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    padding: 10px;
}

.event-cal-popup .fl-right {
    float: right;
}

.event-cal-popup .event-content {
    position: relative;
    padding: 10px;
}

.event-cal-popup .event-close {
    position: relative;
    display: block;
}

.event-delete {
    position: relative;
    display: block;
}

.event-cal-popup .event-delete svg {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-close svg {
    position: absolute;
    top: -15px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-time-detaile {
    border-bottom: 1px solid #e7e9ec;
}

.event-cal-popup .event-time {
    display: block;
    color: #a0a4ab;
}

.event-cal-popup .event-add-time {
    display: block;
    color: #6583c0;
    font-weight: 900;
    cursor: pointer;
    max-width: 100px;
    min-width: 100px;
}

.event-cal-popup .event-date {
    display: block;
}

.event-cal-popup .modal-footer .event-modal-footer {
    left: 0 !important;
    padding: 0 20px;
    width: 100%;
}

    .event-cal-popup .modal-footer .event-modal-footer button {
        margin-left: 10px;
    }

/*event calendar css*/
.event-cal-popup {
    min-height: 70% !important;
}

    .event-cal-popup .event-detaile-header {
        border-color: #e7e9ec;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        padding: 10px;
    }

    .event-cal-popup .fl-right {
        float: right;
    }

    .event-cal-popup .event-content {
        position: relative;
        padding: 10px;
    }

    .event-cal-popup .event-close {
        position: relative;
        display: block;
    }

.event-delete {
    position: relative;
    display: block;
}

.event-cal-popup .event-delete svg {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-close svg {
    position: absolute;
    top: -15px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-time-detaile {
    border-bottom: 1px solid #e7e9ec;
}

.event-cal-popup .event-time {
    display: block;
    color: #a0a4ab;
}

.event-cal-popup .event-add-time {
    display: block;
    color: #6583c0;
    font-weight: 900;
    cursor: pointer;
    max-width: 100px;
    min-width: 100px;
}

.event-cal-popup .event-date {
    display: block;
}

.event-cal-popup .modal-footer .event-modal-footer {
    left: 0 !important;
    padding: 0 20px;
    width: 100%;
}

    .event-cal-popup .modal-footer .event-modal-footer button {
        margin-left: 10px;
    }

.DisplayconfigImage img {
    height: inherit;
}

.span-nowrap {
    white-space: nowrap;
}
/* For Product Category SVG Icon Css Start */
.info-icon .info-icon-main {
    width: 48px;
    height: 48px;
    margin-left: 0px !important;
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #dadada;
    position: absolute;
    cursor: pointer;
    top: 27px;
    left: 0;
}

.info-icon {
    position: relative;
    padding-left: 60px;
}

    .info-icon .info-inner-icon {
        position: absolute !important;
        top: 9px !important;
        left: 9px !important;
    }
/*start color dropdown css*/
.color-dropdown .dd-container {
    width: 100% !important;
}

.color-dropdown .dd-select {
    width: 100% !important;
    height: 48px;
    border-radius: 4px;
    background: #fff !important;
}

.color-dropdown .dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    height: 25px !important;
    width: 25px !important;
    margin-left: 15px !important;
    max-width: 64px;
    margin-top: 12px !important;
    border-radius: 0px !important;
}

.dd-pointer-down {
    border: solid 4px transparent !important;
    border-top: solid 7px #000 !important;
    margin-right: 6px !important;
}

.color-dropdown .dd-option-image, .dd-selected label {
    margin-top: 2px;
}

.color-dropdown .dd-options .dd-option-image {
    height: unset !important;
    width: unset !important;
    border-radius: 4px;
}

.color-dropdown .dd-options {
    width: 100% !important;
    padding: 0px 10px !important;
    border-bottom: none !important;
    position: absolute;
    top: 0px;
    min-height: 250px;
    max-height: 250px;
}

    .color-dropdown .dd-options label.dd-option-text {
        line-height: 0px !important;
        margin-top: 24px;
        position: relative;
    }

    .color-dropdown .dd-options a {
        padding: 5px 10px !important;
        line-height: 35px;
    }

    .color-dropdown .dd-options li:first-child a {
        padding: 10px 10px !important;
    }

/*end color dropdown css*/

/*table sorting icon position*/
th.sorting_asc, th.sorting, th.sorting_desc {
    padding-right: 25px !important;
}

th.min-max-w-170 {
    min-width: 170px;
    max-width: 170px;
}

.text-right {
    text-align: right;
}

.default-align {
    text-align: left !important;
}

.number-align, .time-align, .price-align, .date-align, .datetime-align, .year-align {
    text-align: right;
}

.FullWidthButton {
    width: 100%;
}

/*info photo new design css*/
.svg-title-text {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 0px;
}

.svg-panel img {
    max-width: 85px;
    width: 100%;
    margin: 0 auto;
}

.svg-name {
    display: block;
    line-height: 1.1;
    margin: 10px 0 10px;
    min-height: 2.3em;
    text-align: center;
}

/*for hide images if there is no source */
img[src=""] {
    display: none;
}

.input-meetingroom {
    width: 170px !important;
}

.tab-container__inner img {
    margin-bottom: 0px !important;
    display: block !important;
}

/*multilanguage radio button css*/
.radio-lang-panel {
    display: flex;
}

.radio-lang {
    padding: 0px 20px;
    text-align: center;
}

    .radio-lang label {
        display: inline-block;
        position: relative;
        top: 10px;
    }

    .radio-lang span {
        display: block;
    }

.lang-icon-group {
    float: right;
    text-align: center;
    justify-content: center;
    display: block;
    position: relative;
}

.lang-icon-circle {
    display: inline-block;
}

    .lang-icon-circle img {
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

.info-photo-lang {
    width: 100%;
    margin-left: -26px;
}

/*multilanguage radio button css*/
.radio-lang-panel {
    display: flex;
}

.radio-lang {
    padding: 0px 20px;
    text-align: center;
}

    .radio-lang label {
        display: inline-block;
        position: relative;
        top: 10px;
    }

    .radio-lang span {
        display: block;
    }

.lang-icon-group {
    float: right;
    text-align: center;
    justify-content: center;
    display: block;
    position: relative;
}

.lang-icon-circle {
    display: inline-block;
}

    .lang-icon-circle img {
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

/*Dibs configuration iframe design css 18-12-2019*/
.iframe-modal {
    z-index: 12;
}

    .iframe-modal .modal-content {
        padding: 0px;
    }

.dibs-iframe {
    width: 100%;
    min-height: 720px;
}

.dibs-process {
    display: table;
    margin: 0px 0 30px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .dibs-process > li {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        position: relative;
        z-index: 1;
    }

        .dibs-process > li > span {
            display: block;
            padding: 0 10px;
            font-size: 1.14rem;
        }

        .dibs-process > li:first-child > span {
            padding-left: 0;
        }

        .dibs-process > li:last-child > span {
            padding-right: 0;
        }

        .dibs-process > li:last-child:after {
            content: none;
        }

        .dibs-process > li:before {
            content: '';
            display: inline-block;
            width: 45px;
            height: 45px;
            color: #fff;
            border: 5px solid #c0c6cd;
            background: #fff;
            border-radius: 50%;
            overflow: hidden;
        }

        .dibs-process > li:after {
            content: '';
            position: absolute;
            top: 22px;
            left: 50%;
            z-index: -1;
            display: block;
            width: 100%;
            height: 4px;
            background: #c0c6cd;
        }

        .dibs-process > li.hidden-after:after {
            content: '';
            position: absolute;
            top: 22px;
            left: 50%;
            z-index: -1;
            display: block;
            width: 100%;
            height: 4px;
            background: #c0c6cd;
            display: none;
        }

.d-none {
    display: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.d-none.active {
    display: block !important;
}

.dibs-process > li.active {
    color: #88aabb;
}

    .dibs-process > li.active:before {
        border-color: #88aabb;
    }

    .dibs-process > li.active.success:before {
        content: url('../assets/src/images/success.png');
        font-family: "FontAwesome";
        background: #88aabb;
    }

    .dibs-process > li.active.success:after {
        background: #88aabb;
    }

    .dibs-process > li.active.failure {
        color: #da5c58;
    }

        .dibs-process > li.active.failure:before {
            border-color: #da5c58;
        }

    .dibs-process > li.active.success i.dibs-checkmark {
        position: relative;
        left: 1px;
        color: #ffffff;
        top: -41px;
        display: block;
    }

    .dibs-process > li.active.success span {
        margin-top: -22px;
    }

.dibs-process > li i {
    display: none;
}

.dibs-text {
    font-size: 1.14rem;
    text-align: center;
}

.udsted-title label {
    font-size: 1.9em;
    padding: 38px 0px;
    font-weight: 400;
    letter-spacing: .02em;
    vertical-align: middle;
}

/*New design table footer with icon 13-1-2020*/
.btn-detail {
    background: #50b771;
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 40px;
    text-transform: uppercase;
    border-radius: 4px;
}

.tbl-icon-footer {
    border: 1px solid #d1d4db;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    overflow: auto;
}

.tbl-big-price {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 30px;
}

.tbl-title-text {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    color: #000;
}

.tbl-small-price {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    padding-bottom: 15px;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.flex-end {
    width: 100%;
    justify-content: flex-end;
}

.cash-black-img::before {
    content: url('../Images/tbl-footer-ico/cash-black.png');
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.creditcard-black::before {
    content: url('../Images/tbl-footer-ico/creditcard-black.png');
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.mobile-pay::before {
    content: url('../Images/tbl-footer-ico/mobile-pay.svg');
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.invoice-black::before {
    content: url('../Images/tbl-footer-ico/invoice-black.png');
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.in-deposit-img::before {
    content: url('../Images/tbl-footer-ico/deposit-in.svg');
    height: 45px;
    width: 45px;
    display: inline-block;
    margin-right: 20px;
}

.out-deposit-img::before {
    content: url('../Images/tbl-footer-ico/deposit-out.svg');
    height: 45px;
    width: 45px;
    display: inline-block;
    margin-right: 20px;
}

.total-deposit-img::before {
    content: url('../Images/tbl-footer-ico/deposit-total.svg');
    height: 45px;
    width: 45px;
    display: inline-block;
    margin-right: 20px;
}

.gift-icon-img::before {
    content: url('../Images/tbl-footer-ico/icon-gift.svg');
    height: 45px;
    width: 45px;
    display: inline-block;
    margin-right: 5px;
}

.tbl-icon-td {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
}

.heading-ico {
    vertical-align: middle;
    padding-right: 15px;
}

    .heading-ico img {
        height: 30px;
        width: 30px;
        cursor: pointer;
    }

.comment-ico {
    display: inline-flex;
    background: #50b771;
    border-radius: 50%;
    padding: 10px;
    height: 55px;
    width: 55px;
    right: 0px;
    vertical-align: middle;
    margin-left: 120px;
    margin-bottom: 10px;
}

    .comment-ico img {
        height: 35px;
        width: 35px;
    }

.top-space {
    position: relative;
    top: 28px;
}

/* Start checkin chart CSS */
.chart--title {
    padding-top: 7px;
    color: #fff;
    background: #88aabb;
    border: 1px solid;
    border: none;
}

.widget_piechart {
    border: 1px solid rgba(0,0,0,.12) !important;
    margin-left: 7px;
    border-radius: 4px;
}

.pb-5 {
    padding-bottom: 5px;
    border: none !important;
}

.fs-1r {
    font-size: 1rem !important;
}

.not-checkedin {
    color: red;
    font-weight: bold;
}

.comment-msg {
    text-align: center;
}

    .comment-msg span {
        background: #50b771;
        padding: 10px 20px;
        color: #ffffff;
        border-radius: 100px;
        display: inline-block;
        white-space: normal;
        max-height: 200px;
        overflow: auto;
    }

.top-space {
    position: relative;
    top: 18px;
}

.checkedin {
    color: green;
    font-weight: bold;
}

/*
    Event and Event Type Css
*/

.page-line {
    display: block;
    border-bottom: 1px solid #415a77;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tickets-radio {
    display: flex;
}

    .tickets-radio label {
        margin-right: 15px;
    }

.event-text {
    color: #6888a0 !important;
}

    .event-text a {
        color: #6888a0 !important;
        text-decoration: underline;
    }

textarea {
    height: 130px;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.flex-btn-group {
    display: flex;
    grid-gap: 10px;
}

.align-items-baseline {
    align-items: baseline;
}

.modal-footer-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.75rem !important;
    grid-gap: 0.75rem;
}

.t-10 {
    position: relative;
    top: 10px;
}

.mt--3 {
    margin-top: -3px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}


.mt--8 {
    margin-top: -8px;
}

.mt-5 {
    margin-top: 5px;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.ml-1 {
    margin-left: 1px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.line-h-3rem {
    line-height: 3rem !important;
}

.pl-7 {
    padding-left: 7px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-2 {
    padding-top: 2px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pl-3-rem {
    padding-left: 3rem !important;
}

.pr-3-rem {
    padding-right: 3rem !important;
}

.pl-1-rem {
    padding-left: 1rem !important;
}

.pt-1-75-rem {
    padding-top: 1.75rem !important;
}

.pt-1-rem {
    padding-top: 1rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-15 {
    padding-bottom: 15px !important;
}

.bg-white {
    background: #ffffff !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.title-with-chk {
    color: #6888a0 !important;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 2px 10px 5px 27px !important;
    height: 25px !important;
}

    .title-with-chk span {
        position: relative;
        top: -1px;
    }

.day--radio [type="radio"]:not(:checked) + label::before, .ticket--radio [type="radio"]:not(:checked) + label::before, .day--radio [type="radio"]:not(:checked) + label::after, .ticket--radio [type="radio"]:not(:checked) + label::after {
    border: 2px solid #597ca3;
}
/*event calendar css*/
.event-cal-popup {
    min-height: 70% !important;
    width: 65%;
}

    .event-cal-popup .event-detaile-header {
        border-color: #e7e9ec;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        padding: 10px;
    }

    .event-cal-popup .fl-right {
        float: right;
    }

    .event-cal-popup .event-content {
        position: relative;
        padding: 10px;
    }

    .event-cal-popup .event-close {
        position: relative;
        display: block;
    }

.event-delete {
    position: relative;
    display: block;
}

.event-cal-popup .event-delete svg {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-close svg {
    position: absolute;
    top: -15px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-time-detaile {
    border-bottom: 1px solid #e7e9ec;
}

.event-cal-popup .event-time {
    display: block;
    color: #a0a4ab;
}

.event-cal-popup .event-add-time {
    display: block;
    color: #6583c0;
    font-weight: 900;
    cursor: pointer;
    max-width: 100px;
    min-width: 100px;
}

.event-cal-popup .event-date {
    display: block;
}

.event-cal-popup .modal-footer .event-modal-footer {
    left: 0 !important;
    padding: 0 20px;
    width: 100%;
}

    .event-cal-popup .modal-footer .event-modal-footer button {
        margin-left: 10px;
    }

.DisplayconfigImage img {
    height: inherit;
}

.span-nowrap {
    white-space: nowrap;
}

.chk-group label {
    padding: 0px 20px 0px 35px;
}



/*Web shop module css 16/03/2020 */
.week-box {
    border: 1px solid #e0e0e0;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    cursor: pointer
}

.overlay-week.active {
    display: block;
}

.overlay-week {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    left: 0px;
    display: none;
}

.week-sidebar.active {
    right: 0px;
    transition: 0.5s ease;
}

.week-sidebar-content {
    padding: 15px;
}

.panel-title {
    color: #A2ADAA;
    padding-left: 0px !important;
}

.week-panel-btn-center {
    border-top: 1px solid #E5E6E7;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.week-sidebar {
    position: fixed;
    right: -750px;
    height: calc(100% - 80px);
    overflow: auto;
    background: #fff;
    z-index: 99;
    transition: 0.5s ease;
    width: 750px;
}

.footer-week {
    position: fixed;
    display: flex;
    bottom: 1px;
    border-top: 1px solid #e0e1e4;
    padding: 15px;
    width: 100%;
    background: #ffffff;
}

.hide-icon-chips, .hide-input-chips {
    display: none !important;
}

.w-28 {
    width: 28% !important;
}

.grid-elipsis {
    display: inline-block;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-icon-multiple {
    background: #88aabb;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: absolute;
    right: -61px;
    top: 25px;
    border-radius: 4px;
}

.add-icon {
    display: flex;
    align-items: center;
    background: #88aabb;
    max-width: 50px;
    height: 50px;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
}

.delete-icon {
    display: flex;
    align-items: center;
    background: #88aabb;
    max-width: 50px;
    width: 50px;
    height: 50px;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
}

.fill-white {
    fill: #ffffff !important;
}

.delete-box {
    width: 100%;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #88aabb !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.bottom-0 {
    bottom: 0px !important;
}

/*gift card css*/
.tbl-giftcard td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border-left: none;
    font-weight: unset;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .tbl-giftcard td h5 {
        margin: 0px;
        font-family: "Istok Web", Arial, sans-serif;
    }

    .tbl-giftcard td span {
        display: block;
    }

.close-report-footer {
    border-bottom: 1px solid #EDEEEF !important;
}

    .close-report-footer tr:hover {
        background: unset !important;
    }

    .close-report-footer tr {
        background: transparent !important;
    }

        .close-report-footer tr td btn {
            background: unset !important;
        }

    .close-report-footer button {
        outline: none;
        border: none;
        padding: 10px;
    }


/*order detail css*/

.order-info {
    padding: 20px 20px 0px;
}

    .order-info h5 {
        font-weight: 900;
        font-size: 17px;
    }

    .order-info strong {
        font-size: 17px;
    }

    .order-info p {
        padding: 0px;
        margin: 0px;
        font-size: 17px;
    }

.orderdetail-tbl {
    overflow: auto;
}

    .orderdetail-tbl table thead {
        background: #88aabb !important;
        color: #ffffff;
    }

        .orderdetail-tbl table thead th {
            border-left: none !important;
            color: #ffffff;
        }

    .orderdetail-tbl table tr.even {
        background: unset !important;
    }

    .orderdetail-tbl table tr:hover {
        background: unset !important;
    }

    .orderdetail-tbl table tbody td {
        border-left: none !important;
    }

.footer-tbl {
    margin: 25px 20px 120px;
}

    .footer-tbl table {
        width: 100%;
    }

    .footer-tbl td {
        border: none;
    }

        .footer-tbl td.price_label {
            font-size: 120%;
            font-weight: 600;
            line-height: 18px;
            /* padding-bottom: 20px;*/
        }

        .footer-tbl td.price_value {
            font-size: 140%;
            font-weight: 700;
            line-height: 18px;
            text-align: right;
        }

        .footer-tbl td.price_subtotal {
            font-size: 120%;
            font-weight: 700;
            line-height: 18px;
            text-align: right;
        }

    .footer-tbl small {
        font-weight: normal;
        font-size: 14px;
    }

/*end order detail css*/
.action-panel-title {
    font-size: 1.4em;
    letter-spacing: .03em;
    margin: 10px 5px;
    color: #ffffff;
    text-transform: uppercase;
}

.btn-close-report {
    padding: 10px;
    background: #88aabb !important;
    color: #ffffff;
    max-width: 150px;
    margin: 0 auto;
    display: none;
}

.right-auto {
    right: auto !important;
}
/*cart modal css*/

.cart-slider.active {
    transition: 0.5s;
    width: 70%;
}

.modal-overlay.active {
    display: block;
    opacity: 0.5;
    z-index: 1002;
}

.collapse_table_row.active {
    display: table-row !important;
}

.cart-footer {
    position: fixed;
    width: 70%;
    justify-content: center;
    padding: 20px;
    bottom: 0;
    background: #ffffff;
    border-top: 1px solid #d7d7d7;
}

    .cart-footer button {
        padding: 0px 20px;
        margin-left: 5px;
    }


.cart-slider {
    width: 100%;
}




.table_cart .action-icon {
    position: absolute;
    right: 44px;
    top: 26px;
    display: flex;
    align-items: center;
}

    .table_cart .action-icon i {
        cursor: pointer;
        margin-right: 5px;
    }

/*.cart-slider .table_cart {
    padding: 20px;
}*/

.cart-slider .table_cart .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cart-slider h2 {
    font-size: 20px !important;
    font-weight: 600;
}

table.main-cart-table a {
    color: #000000 !important;
}

table.main-cart-table tr td.border-0 {
    border-top: 0px !important;
}

table.main-cart-table h5 {
    font-size: 1.15rem;
}

table.main-cart-table thead tr th {
    text-align: left !important;
    padding: 1rem 1rem;
    vertical-align: top !important;
    background: transparent !important;
    border-bottom: 3px solid rgba(64,89,121,1) !important;
    border-left: none !important;
    font-size: .8rem !important;
    font-weight: 700 !important;
}

table.main-cart-table tr td {
    font-size: .8rem;
    border-right: 1px solid #ededed;
    padding: 1rem 1rem;
}

    table.main-cart-table tr td:last-child {
        border-right: none !important;
    }

table.main-cart-table tbody tr td {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    border-bottom: none;
    font-weight: unset;
}

table.main-cart-table tbody {
    border-bottom: none !important;
}

    table.main-cart-table tbody tr td.status-btn span {
        background: #e2b7b7;
        color: #ffffff;
        font-weight: 600;
        padding: 5px 20px;
    }

    table.main-cart-table tbody tr td.status-btn {
        text-align: center;
    }

    table.main-cart-table tbody tr td h5 a {
        color: rgba(64,89,121,1) !important;
        font-size: 1.15rem !important;
        font-weight: 600;
    }

    table.main-cart-table tbody tr td.product_total {
        text-align: right !important;
    }

        table.main-cart-table tbody tr td.product_total h5 {
            font-weight: 600;
            font-size: 1.15rem;
        }

table.main-cart-table .inner-table tr th {
    border-bottom: none;
    border-left: none !important;
}

table.inner-table p.headline {
    font-size: 22px;
    font-weight: 600;
}

table.inner-table thead tr th {
    border-bottom: 3px solid #88aabb !important;
}

table.inner-table .icons a {
    margin-right: .8rem;
}

    table.inner-table .icons a i {
        color: #88aabb;
    }

table.inner-table h5 {
    margin-bottom: .5rem;
    font-weight: 600;
}

table.inner-table p {
    line-height: 25px;
}

.mb-025rem {
    margin-bottom: 0.25rem;
}

table.inner-table span {
    display: block;
    line-height: 1.5rem;
    margin-bottom: 8px;
    letter-spacing: .015rem;
    word-spacing: .015rem;
}

table.inner-table tbody tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none !important;
    border-bottom: none;
    font-weight: unset;
}

    table.inner-table tbody tr td.product_name {
        white-space: normal;
    }

    table.inner-table tbody tr td.newsection {
        border-top: 3px solid rgba(0, 0, 0, 0.1);
        border-bottom: none;
        font-weight: unset;
        border-left: none !important;
    }

        table.inner-table tbody tr td.newsection h5 {
            color: #88aabb;
        }

    table.inner-table tbody tr td.product_quantity, table.inner-table thead tr th.product_quantity {
        text-align: center;
        min-width: 90px;
    }

    table.inner-table tbody tr td.product_price {
        text-align: right;
        white-space: nowrap;
    }

    table.inner-table tbody tr td.product_total {
        font-weight: 600;
        white-space: nowrap;
    }

    table.inner-table tbody tr td.product_name h6.name_product {
        font-weight: 600;
        font-size: .8rem;
    }

table.inner-table tbody tr.headline_row td {
    border-top-width: 4px;
    border-color: rgba(0, 0, 0, 0.04);
}

    table.inner-table tbody tr.headline_row td.newsection h5 {
        color: #88aabb !important;
    }

table.inner-table tr.price_summary td {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    line-height: 1;
    padding-top: 15px !important;
}

table.inner-table tr.price_summary:last-child td {
    border-bottom: 3px solid #88aabb !important;
}

table.inner-table thead tr th .qrcode {
    justify-content: end;
}

.multi-chk-group {
}

    .multi-chk-group [type="checkbox"] + label {
    }

.single-chk {
}

.collapse-bar {
    display: flex;
    padding: 5px 10px;
    padding-bottom: 0px;
    align-items: center;
}

    .collapse-bar .collapse-number {
        font-size: 18px;
        width: 100%;
    }

    .collapse-bar .collapse-price {
        text-align: right;
        font-size: 18px;
        width: 100%;
    }

table.invoice-total-table {
    border-bottom: 3px solid #88aabb !important;
    margin-top: 5px;
}

    table.invoice-total-table tbody tr td {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-left: none !important;
        border-bottom: none;
        font-weight: unset;
    }

    table.invoice-total-table tr.price_summary td {
        font-size: 1.05rem !important;
        font-weight: 600 !important;
        line-height: 1;
        padding: 0px;
    }

.collapsible-header .collapse-icon svg {
    margin-top: 8px;
    transform: rotate(0deg);
    transition: 0.5s;
}

.collapsible-header.active .collapse-icon svg {
    margin-top: 8px;
    transform: rotate(180deg);
    transition: 0.5s;
}

.calendar_simple .cal_content .wrap_cal_column .cal_column .slot.not_available {
    background: #e0e4e7;
    color: #505457;
}

.calendar_simple .cal_content .wrap_cal_column .cal_column .slot.all_day {
    height: 100%;
}

.flex-0 {
    flex: 0 !important;
}

.flex-box-list {
    flex-direction: row;
    overflow: auto;
    text-align: center;
}

.flex-box {
    margin-right: 10px;
    margin-bottom: 10px;
    flex: 0 0 195px;
}

    .flex-box label {
        width: 100%;
    }

.even-odd-row {
    height: 47px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin: 0px;
}

    .even-odd-row:hover {
        background: #EDEFF2 !important;
    }

    .even-odd-row:nth-of-type(odd) {
        background: rgba(0,0,0,.03);
    }

    .even-odd-row:nth-of-type(even) {
        background-color: #fff;
    }

.social-media-list a {
    color: rgba(64,89,121,1) !important;
}

.document-upload-list .document-upload-name {
    width: 100%;
}

.tbl-top-section {
    position: relative;
    padding-right: 10px !important;
    padding-left: 96px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    margin: 25px 21px;
    border-radius: 4px;
}

.top-section-footer {
    display: flex;
    justify-content: flex-end;
}

.day-name {
    border: 1px solid #a7c4b0;
    height: 48px;
    border-radius: 3px;
    padding: 0 15px;
    line-height: normal;
    display: flex;
    align-items: center;
}

label.footer-link-label {
    font-size: 16px;
    padding: 10px 0px;
}

ul.footer-link-section {
}

    ul.footer-link-section li {
        padding: 5px 0px;
    }

.theme-color {
    color: #88aabb !important;
}

.theme-bg {
    background: #88aabb !important;
}

.text--black {
    color: #000 !important;
}

.social-media-list .media-checkbox {
    margin-top: 15px;
}

.social-media-list .media-icon {
    display: flex;
    margin-top: 10px;
}


.btn-danger {
    background-color: #CC0000 !important;
}


.tbl-top-section {
    position: relative;
    padding-right: 10px !important;
    padding-left: 96px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    margin: 25px 21px;
    border-radius: 4px;
}

.top-section-footer {
    display: flex;
    justify-content: flex-end;
}

/*css for split booking*/
.split-modal {
    display: block !important;
    z-index: 9999;
    left: unset !important;
    max-height: 100% !important;
    right: -80%;
    min-width: 80% !important;
    max-width: 80% !important;
    transition: 0.5s;
    height: 100% !important;
    top: 0px;
}

    .split-modal.active {
        right: 0px !important;
        transition: 0.5s;
    }

.slider-full-page {
    display: block !important;
    z-index: 9999;
    left: unset !important;
    max-height: 100% !important;
    right: -80%;
    min-width: 80% !important;
    max-width: 80% !important;
    transition: 0.5s;
    height: 100% !important;
}

    .slider-full-page.active {
        right: 0px !important;
        transition: 0.5s;
    }

    .slider-full-page .modal-footer {
        max-width: 80%;
        position: absolute;
        bottom: 0px;
    }

.split-modal .modal-footer {
    max-width: 800px;
    position: absolute;
    bottom: 0px;
}

    .split-modal .modal-footer button {
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0px 20px;
        margin-left: 10px !important;
    }

.split-modal .bg-light {
    padding: 25px 15px 15px 28px;
    margin-top: 10px;
}

.split-modal .split-delete {
    font-size: 1.2rem !important;
    cursor: pointer;
}

.split-modal .modal-header .modal-title {
    font-size: 1.1rem;
}

.split-modal .modal-body span {
    font-size: 0.92rem;
    /*line-height: 12px;*/
}

    .split-modal .modal-body span.tab-container__title {
        font-size: 1.2rem !important;
    }


.split-modal .modal-body .collapsible-header {
    font-size: 1.2rem;
    margin-right: 15px;
    min-height: auto;
}

.mt-1-5rem {
    margin-top: 1.5rem;
}

.pt-1-5rem {
    padding-top: 1.5rem;
}

.mt-3-rem {
    margin-top: 3rem !important;
}

.border-top {
    border-top: 1px solid rgba(140,150,160,.3) !important;
}

.border-top-header {
    border-top: 1px inset rgba(0,0,0,.07);
}

.plan-table tr:nth-of-type(even) {
    background: unset;
}

.split-modal .modal-body .collapsible-header a, .split-modal .modal-body .collapsible-header i {
    color: #000000;
}

    .split-modal .modal-body .collapsible-header a:hover, .split-modal .modal-body .collapsible-header i:hover {
        color: #2084e7;
    }

.split-modal .modal-content {
    padding: 30px 15px 0px 30px;
}

.split-modal .modal-body .collapsible-header i {
    font-size: 3.2rem;
}

.split-modal .collapsible-header.active {
    font-weight: normal;
}



.split-modal .focusremove {
    padding-right: 100px;
    text-overflow: ellipsis;
    display: flex;
    white-space: nowrap;
}

.split-modal .input-group-append button {
    min-width: 100px;
}

.split-modal .input-group-append.active {
    display: none;
}

.bg_info {
    background-color: rgba(0, 123, 255, 0.15) !important;
}

.font-size-12 {
    font-size: 1.2rem !important;
    line-height: 1.2;
}

.font-size-13 {
    font-size: 1.3rem !important;
    line-height: 1.2;
}

.font-size-11 {
    font-size: 1.1rem !important;
    line-height: 1.2;
}

.font-size-2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
}

.font-size-1 {
    font-size: 1rem !important;
}

.font-size-16 {
    font-size: 1.6rem !important;
    line-height: 1.2;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mx-w-42 {
    max-width: 42% !important;
}

.font-weight-500 {
    font-weight: 600;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.bg-danger {
    background: #dc3545 !important;
}

.slider-modal {
    display: block !important;
    z-index: 9999;
    left: unset !important;
    max-height: 100% !important;
    right: -40%;
    min-width: 40% !important;
    max-width: 40% !important;
    transition: 0.5s;
    height: 100% !important;
    top: 0 !important;
}

    .slider-modal.active {
        right: 0px !important;
        transition: 0.5s;
    }

.modal-footer button {
    margin-left: 10px !important;
    padding: 0px 15px;
}

.validation_error {
    border-color: rgba(172, 0, 0, 0.8) !important;
    background-color: rgba(172, 0, 0, 0.1) !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center-text {
    display: flex;
    justify-content: center;
}

.flex-middlecenter {
    display: flex;
    align-items: center;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}
/*end css for split booking*/

/*document modal popup sidebar custom css*/
.document-modal {
    z-index: 1003;
    position: fixed;
    top: 0 !important;
    right: -765px !important;
    opacity: 1 !important;
    right: 0px;
    left: unset !important;
    bottom: 0px !important;
    max-height: 100% !important;
    width: 650px !important;
    overflow: auto !important;
    margin: 0px !important;
    transform: scaleX(1) !important;
    transition: 0.5s !important;
    background: #ffffff;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 30%);
}

.modal-overlay.active {
    display: block;
    opacity: 0.5;
    z-index: 1002;
}

.document-modal.active {
    right: 0px !important;
    transition: 0.5s !important;
}


.document-modal .modal-header {
    border-bottom: 1px solid #d7d7d7;
}

    .document-modal .modal-header .header-icon {
        display: flex;
        align-items: center;
    }

        .document-modal .modal-header .header-icon svg {
            height: 22px;
            width: 22px;
            margin-left: 10px;
        }

.document-modal .modal-content {
    padding: 0px !important;
}

    .document-modal .modal-content .modal-body {
        padding: 1.75rem;
    }

        .document-modal .modal-content .modal-body img.card-img-top {
            border-top-left-radius: .75rem;
            border-top-right-radius: .75rem;
            border-bottom-left-radius: initial;
            border-bottom-right-radius: initial;
            width: 100%;
        }

        .document-modal .modal-content .modal-body .card-body {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1.25rem;
        }

            .document-modal .modal-content .modal-body .card-body small.form-text {
                display: inline-block;
                margin-top: .75rem;
                letter-spacing: .024rem;
                opacity: .6;
                line-height: 1.3;
                font-size: 95%;
            }

            .document-modal .modal-content .modal-body .card-body textarea {
                height: auto;
                resize: auto;
            }



            .document-modal .modal-content .modal-body .card-body .text-small {
                font-size: .76rem !important;
                line-height: .9rem !important;
            }

            .document-modal .modal-content .modal-body .card-body .text-muted {
                color: #909090 !important;
            }

    .document-modal .modal-content form .modal-body .card-body p {
        margin-bottom: 0px;
        font-size: .90rem;
        margin-left: 2px;
    }

    .document-modal .modal-content .modal-footer {
        padding: 1rem;
        border-top: 1px solid #d7d7d7;
        justify-content: center;
    }

.modal-footer button {
    margin-left: 10px !important;
    padding: 0px 15px;
}

.document-handling__icon {
    display: flex;
    text-align: right;
}

    .document-handling__icon a {
        min-width: 35px;
    }

.document-type_icon {
    display: flex;
}

    .document-type_icon button {
        margin-left: 12px;
    }

.small-icon {
    height: 20px;
    width: 20px;
}

.radio-group-flex {
    display: flex;
}

    .radio-group-flex .form-group {
        margin-right: 10px;
    }

/*.collapsible-icon {
    display: flex;
    position: absolute;
    right: 10px;
    top: 5px;
}*/

    .collapsible-icon i {
        margin-right: 0px;
    }

.custom-collapse-header.active .collapse-title {
    font-weight: normal;
}

.custom-collapse-header.active {
    border-bottom: 0px !important;
}

.custom-collapse-header {
    font-size: 1.14rem;
    line-height: 3rem !important;
}

.border-0 {
    border: none !important;
}

.border_radius {
    border-radius: 4px;
}
/*end css for split booking*/
.custom-calendar-icon {
    position: relative;
    height: 17px !important;
    width: 17px !important;
    top: 2px;
}

.custom-reserve-booking {
    transform: scale(1.4);
    margin-top: 1px;
}

.radio-group-flex {
    display: flex;
}

    .radio-group-flex .form-group {
        margin-right: 10px;
    }

.devider {
    background: rgba(64,89,121,0.2);
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.line-h-3rem {
    line-height: 3rem !important;
}

.todo-list {
    padding: 20px;
    border-radius: 12px;
}

    .todo-list h5 {
        color: #ffffff;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    .todo-list a i {
        font-size: 1.4rem;
        margin: 0 0.3rem;
        width: unset;
        height: unset;
        line-height: unset;
        cursor: pointer;
        padding-right: 5px;
    }

.header-nemid {
    display: flex;
    align-items: center;
    border-left: 1px solid #000;
    margin-left: 15px;
    font-size: 1.2rem;
}

    .header-nemid svg {
        height: 25px;
        margin-left: 10px;
        margin-right: 5px;
        fill: #88aabb !important;
    }

.table-collapsible .actions-panel {
    display: block;
    color: #000000;
}
/*end css for split booking*/

/*start locker room design*/
.locker_room {
    position: absolute;
    display: block;
    top: 0px;
    border: solid 1px #dfdfdf;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #cfcfcf;
    left: 238px;
    width: 200px;
    opacity: 0;
    transition: 0.5s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    border-left: 0;
}

ul.context-menu__items li:hover .locker_room {
    opacity: 1;
    transition: 0.5s;
    z-index: 9999;
    background: #ffffff;
}

.treeview-checkbox i {
    position: absolute;
    left: 0px;
    transition: 0.5s;
}

.treeview-checkbox .collapsible-header.active i {
    transform: rotate(90deg);
    transition: 0.5s;
}

.treeview-checkbox .collapsible-header.active {
    font-weight: normal;
}
/*end css for split booking*/

.datatable-margin-padding-0 .dataTables_wrapper {
    margin: 0px !important;
}

.datatable-margin-padding-0 .dataTable tr.even {
    background: unset !important;
}

.datatable-margin-padding-0 .dataTable tr.even {
    background: unset !important;
}

.datatable-margin-padding-0 .datatable-container {
    margin: 0px !important;
}

.datatable-margin-padding-0 .child-tbl {
    background: rgba(71,135,195,.12);
    padding: 20px 20px;
}
/*end css for split booking*/

.center-middle-modal {
    top: 50% !important;
    transform: translate(0%,-50%) !important;
    border-radius: 8px;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 99999 !important;
}

    .center-middle-modal p {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        padding: 0px 50px;
    }

    .center-middle-modal .modal-header {
        position: relative;
        display: block;
        text-align: center;
        background: #ffffff !important;
        padding-bottom: 10px;
    }

        .center-middle-modal .modal-header i {
            color: #000000;
            position: absolute;
            right: 20px;
            top: 20px;
        }

        .center-middle-modal .modal-header label {
            color: #000000;
            padding-top: 40px;
            font-weight: 900;
            font-size: 26px;
            text-transform: uppercase;
            letter-spacing: 1.44px;
            opacity: 1;
        }

    .center-middle-modal .modal-footer {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #ffffff;
        display: flex;
        justify-content: center;
        height: auto;
        bottom: 0px;
    }

        .center-middle-modal .modal-footer a {
            background: #4E97D0;
            color: #ffffff;
            border-radius: 4px;
            padding: 15px 20px;
            font-weight: 700;
            font-size: 17px;
        }

        .center-middle-modal .modal-footer button {
            float: none !important;
        }

    .center-middle-modal .modal-header h5 {
        padding: 45px 0px 0px;
        font-size: 30px;
        font-weight: 900;
    }

.text-uppercase {
    text-transform: uppercase;
}

.document-upload-popup {
    overflow: hidden !important;
    box-shadow: 0px 3px 20px #00000080;
}

    .document-upload-popup input::-webkit-input-placeholder {
        color: red;
    }

    .document-upload-popup input:-moz-placeholder {
        color: red;
    }

    .document-upload-popup label {
        font-size: 12px;
        color: #202428;
        opacity: .5;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .document-upload-popup .upload-table tr td label {
        display: block;
    }

    .document-upload-popup .modal-header {
        min-height: inherit !important;
    }

    .document-upload-popup .modal-content {
        padding-top: 5px;
        padding-bottom: 0px;
    }

.upload-table tr td div {
    border: 1px solid #2024284d;
    margin-bottom: 15px;
    border-radius: 4px;
}

.upload-table tr td table tr td {
    border: none !important;
    border: none !important;
}

.upload-table .document-detail {
    /* max-width: 200px !important;
    min-width: 200px !important;*/
}

.upload-table .upload-list .document-detail span {
    display: block;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}

    .upload-table .upload-list .document-detail span.file-size {
        font-size: 11px;
        color: #88aabb;
    }

.upload-table .upload-list .document-textbox {
    padding-left: 15px;
    /*background: #f7f9fb;*/
    padding-bottom: 15px;
    width: 500px;
}

.upload-table .border-red .upload-list .document-icon {
    text-align: center;
    border-right: 1px solid var(--icon-red) !important;
    width: 160px;
}

.upload-table .upload-list .document-icon {
    text-align: center;
    border-right: 1px solid #2024284d !important;
    width: 160px;
    overflow: hidden;
}

    .upload-table .upload-list .document-icon img {
        height: 80px;
    }

.list-table {
    margin-top: 25px;
}

    .list-table tr td {
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }

        .list-table tr td a {
            color: #88aabb;
            margin-right: 10px;
        }

    .list-table .upload-list .document-delete {
        display: flex;
        margin-left: auto;
        padding-bottom: 10px;
        justify-content: flex-end;
        margin-right: 5px;
    }

        .list-table .upload-list .document-delete label {
            padding-left: 20px !important;
        }

tr.tr-100-devide-5 td label {
    display: inline-flex;
}

.list-table .upload-list .document-delete i {
    font-size: 18px !important;
    display: block;
    color: rgba(64,89,121,1) !important;
}



.list-table .upload-list .document-icon img {
    top: 50%;
    position: relative;
    transform: translate(0%,-50%);
}

.list-table .upload-list .document-icon {
    border-right: 1px solid #BBBCBE;
    min-width: 170px !important;
    position: absolute;
    top: 0px;
    height: 100%;
}

.list-table .upload-list .document-detail {
    padding-top: 15px !important;
    padding-bottom: 5px;
    left: 180px;
}

    .list-table .upload-list .document-detail label {
        display: block;
        font-size: 19px;
        padding-left: 0px;
        color: #000000;
        font-weight: 800;
        white-space: nowrap !important;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 180px !important;
    }

.upload-list .document-detail .document-name-size {
    border: none !important;
    margin-bottom: 0px !important;
}


/*start datatable design changes css for all datatable */
.actions-panel-container .collapsible-header {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.actions-panel-container .actions-panel {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.actions-panel__header.collapsible-header .actions-panel__header--toggle {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.actions-panel-container {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .actions-panel-container a {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

table.dataTable {
    border-collapse: inherit !important;
    border-spacing: 0px 5px !important;
}

    /* table.dataTable tr:first-child td {
        padding-top: 0px !important;
    }*/

    table.dataTable tr.odd {
        background: rgba(0,0,0,.05);
    }

    table.dataTable tr td:first-child, table.dataTable tr th:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    table.dataTable tr td:last-child, table.dataTable tr th:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
/*end datatable design changes css for all datatable*/

/*Start css for economic integration*/
.bs-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
    border: initial;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 1px 15px rgb(0 0 0 / 8%), 0 1px 6px rgb(0 0 0 / 8%);
}

    .bs-card .wrap-headline {
        padding: 1.5rem;
    }

    .bs-card h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.75rem;
        padding-bottom: 10px;
        display: inline-block;
    }

    .bs-card .bs-card-header {
        background: unset;
        padding: 1.5rem;
        padding-bottom: 10px;
    }

        .bs-card .bs-card-header h3 {
            font-size: 1.2rem;
        }

    .bs-card .bs-card-footer {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
        padding: 0.75rem 1.25rem;
    }

.bs-card-body {
    padding: 1.75rem;
}

.bs-card .bs-card-footer .wrap_buttons {
    display: flex;
    gap: 0.6rem;
}

    .bs-card .bs-card-footer .wrap_buttons .btn {
        font-weight: 600;
        text-transform: uppercase;
        font-size: .8rem;
        line-height: 1.2;
        letter-spacing: .03rem;
        border-radius: 50px;
        padding: 0.5rem 1.25rem 0.5rem 1.25rem;
        height: unset;
    }

.wrap_buttons {
    gap: 0.6rem;
}

    .wrap_buttons .btn {
        font-weight: 600;
        text-transform: uppercase;
        font-size: .8rem;
        line-height: 1.2;
        letter-spacing: .03rem;
        border-radius: 4px;
        padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    }



.bs-card .card-title {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.bs-card .border-bottom {
    border-bottom: 1px solid rgba(120, 125, 130, 0.25) !important
}

.bs-card .border-top {
    border-top: 1px solid rgba(120, 125, 130, 0.25) !important
}

.bs-card a {
    color: #3a3a3a;
    transition: color .2s;
    outline: initial !important;
}

    .bs-card a:hover {
        text-decoration: initial;
        color: #3a3a3a;
    }

.bs-card .tabs .tab a:hover {
    color: #ffffff !important;
}

.bs-card .btn {
    padding: 0.55rem 1.2rem 0.5rem 1.2rem;
}

.bg_grey {
    background-color: rgba(100, 120, 140, 0.07);
}

.bg_red {
    background-color: #e63946 !important;
    color: #FFF;
}

.bg_none {
    background: none !important;
}

.font-weight-500 {
    font-weight: 600 !important;
}

.clr_green {
    color: #76c893;
}

.clr_red {
    color: #e63946;
}

.gap {
    gap: 1rem;
}

.btn-group .sw-btn-prev {
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    opacity: 0.9;
}

.btn-group .sw-btn-next {
    border-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    opacity: 0.9;
}

    .btn-group .sw-btn-prev:hover, .btn-group .sw-btn-next:hover {
        opacity: 1;
    }

.radio-table {
    padding-left: 0px !important;
}

    .radio-table tr td {
        padding-left: 0px !important;
    }

.main-radio-tbl tr td {
    border-bottom: 1px inset rgba(0,0,0,.07);
    vertical-align: middle;
}

.main-radio-tbl .custom-control {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tbl-with-border tr td {
    border-bottom: 1px inset rgba(0,0,0,.07);
}

.tbl-with-border tr {
    background: unset !important;
}

.sw-btn-group {
    padding-top: 1.75rem !important;
}

.main-radio-tbl tr td:nth-child(3) {
    text-align: center;
}

.text-small {
    font-size: 0.83rem !important;
    line-height: 0.9rem !important;
}

    .text-small a {
        color: #3a3a3a
    }

    .text-small p {
        margin-bottom: 1rem;
        line-height: 1.5;
    }

.collapsible-header.active, .collapsible-body {
    font-weight: normal !important;
    border-bottom: 0px !important;
}

table.economic-ord-tbl tbody tr.collapsed-row.active {
    display: block !important;
}

table.economic-ord-tbl thead tr th {
    border-left: none !important;
}

table.economic-ord-tbl tbody tr td {
    border-bottom: 1px inset rgba(0,0,0,.07);
    padding: 0.85rem 1rem !important;
}

table.bg-none-th thead tr th {
    background: none !important;
}

.fullwidth-pagescroll-modal {
    position: fixed;
    background: transparent !important;
    width: 100%;
    top: 0px !important;
    overflow: auto !important;
    min-height: 100vh !important;
}

.fullwidth-dialog {
    max-width: 86vw;
    margin: 1.75rem auto;
}

    .fullwidth-dialog .modal-content {
        border-radius: 18px;
    }

.fullwidth-pagescroll-modal p {
    margin-bottom: 1rem;
}

.invoice .invoice_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: .75rem;
    border-bottom: 1px solid rgba(120, 125, 130, 0.25);
}

    .invoice .invoice_header .buyer {
        padding-top: 1rem;
        display: flex;
        flex-direction: row;
        gap: 1.5rem 3rem;
    }

    .invoice .invoice_header .seller .invoice_logo img {
        width: 100%;
        height: unset;
        max-height: 140px;
        max-width: 240px;
    }

.invoice .invoice_number_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(120, 125, 130, 0.25);
}

    .invoice .invoice_number_date .number {
        font-size: 1.3rem;
        font-weight: 500;
        text-transform: uppercase;
    }

.bg-secondary {
    background-color: #49b6fc !important;
    color: #fff;
}

.bg-primary {
    background-color: #88aabb !important;
    color: #fff;
}

.input-group-icon {
    height: 48px;
    width: 48px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(0,0,0, 0.12);
    border-left: 0px;
}

.simple-tbl-content-list li {
    min-height: unset !important;
}

    .simple-tbl-content-list li:first-child a {
        padding-top: 1.2rem !important;
    }

    .simple-tbl-content-list li a {
        color: #3a3a3a !important;
        padding: .65rem 1.25rem !important;
    }

.img-thumbnail, .thumbnail-letters {
    height: 70px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.rounded-circle {
    border-radius: 50% !important;
}

.list-thumbnail.xsmall {
    width: 40px !important;
    height: 40px !important;
}

.todo_list {
    line-height: 1.2;
}

    .todo_list a {
        color: #fff !important;
    }

a.hover-none:hover {
    color: inherit !important;
}

.todo_list h5 {
    font-size: 1.1rem !important;
    margin-top: 0px;
}

.todo_list i.icon {
    margin-top: -4px;
    padding-right: 0.5rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.text-muted {
    color: #909090 !important;
}

table.simple-table p {
    margin: 0px !important;
}

table.simple-table tr td, table.simple-table tr th {
    padding: 0.85rem 1rem !important;
    vertical-align: middle;
}

    table.simple-table tr td .icon, table.simple-table tr th .icon {
        font-size: 1.1rem;
        margin: 0 0.4rem;
    }

.align-top {
    vertical-align: top !important;
}

.custom-datatable-search .dataTables_wrapper .dataTables_filter {
    float: left;
    margin-left: 0px;
}

.custom-datatable-search input {
    min-width: 400px;
    float: left;
    min-height: unset;
    height: unset;
    padding: 10px 1rem !important;
    border-radius: 4px;
}
/*End css economic integration*/

.theme-color-svg {
    fill: #88aabb !important;
}

/*Css for rounded profile thumb*/
.profile_thumb {
    display: flex;
    align-items: center;
}

.text-thumbnail {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    margin: 10px 0px;
    font-size: 1.3rem;
}

    .text-thumbnail img {
        height: 100%;
        max-width: 100%;
        width: unset;
    }

.line-through-red td, .line-through-red td a {
    color: #CC0000 !important;
    text-decoration: line-through !important;
    pointer-events: none;
}

.line-through-red [type="checkbox"].filled-in:checked + label:after {
    background-color: #CC0000 !important;
    border: 1px inset #CC0000 !important;
}

/*theme color switch css*/
.switch label .lever.theme-lever {
    background: #EEE;
}

.switch label input[type=checkbox]:checked + .lever.theme-lever {
    background-color: #4787c399;
}

    .switch label input[type=checkbox]:checked + .lever.theme-lever:after {
        background: #88aabb !important;
    }

.w-150-px {
    width: 150px !important;
}

.border-gap-bottom {
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.link-color {
    color: #88aabb !important;
}

.tab-container__inner a {
    color: #88aabb;
}


.custom-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.custom-breadcrum-modal-library nav {
    background: none !important;
    box-shadow: none;
    height: unset;
    line-height: unset;
}

    .custom-breadcrum-modal-library nav a {
        color: #000;
    }

.custom-breadcrumb-item.active {
    color: #6c757d;
}

.custom-breadcrumb-item + .custom-breadcrumb-item::before {
    content: "|";
}

.custom-breadcrumb-item + .custom-breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
}

.custom-breadcrumb-item + .custom-breadcrumb-item {
    padding-left: 0.5rem;
}

.select-from-library .media-thumb-container.bs-card .image img {
    object-fit: contain;
    height: unset;
    max-height: 200px;
    width: 100%;
}

.select-from-library-container .list-media-thumbnail {
    border-radius: 0.1rem;
    padding: 0;
    border: initial;
    height: auto;
    max-width: unset;
    height: 45px;
    object-fit: cover;
}

.select-from-library .media-thumb-container.bs-card {
    height: 100%;
    background: rgba(180, 180, 180, 0.2);
    border: 1px solid rgba(180, 180, 180, 0.4);
    padding: 1rem !important;
    box-shadow: unset;
}

.select-from-library-button, .selected-library-item {
    border: 1px solid #d7d7d7;
    height: 110px;
}

.sortable {
    cursor: default;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.sortable.sort_item li {
    border-radius: 15px;
    border: 1px solid rgba(186, 186, 186, 0.5);
    padding: 14px 20px 14px 15px;
    margin-bottom: 0.7rem;
}

    .sortable.sort_item li label {
    }

.form-text {
    display: inline-block;
    margin-top: 0.75rem;
    letter-spacing: .024rem;
    opacity: .6;
    line-height: 1.3;
    font-size: 95%;
}

.text-muted {
    color: #909090 !important;
}

.input-group {
    display: flex;
}

    .input-group input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #a7c4b0;
    border-radius: 0.25rem;
    height: 48px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*.table-collapsible li {
    margin-bottom: 1rem;
}*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    /* overflow: hidden; */
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select_template {
    opacity: .44;
}

.library-app .media-thumb-container, .select-from-library-container .media-thumb-container {
    height: 105px;
}

.bg_grey {
    background-color: rgba(100, 120, 140, 0.07);
}

.gap {
    gap: 1rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.color-box {
    display: block;
    width: 70px;
    float: left;
    height: 50px;
    padding: 0;
    background-color: transparent;
    border: none;
}

.color-hex {
    border: 1px solid #d7d7d7 !important;
    background-color: #FFF !important;
    margin: 4px 3% !important;
    width: 100% !important;
    height: 42px !important;
    border-radius: 2px !important;
}

.theme_color_dots {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

    .theme_color_dots .color_dot {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        border: 1px solid rgba(120, 125, 130, 0.25);
        margin: 0 0.25rem;
    }

.bg_grey {
    background-color: rgba(100, 120, 140, 0.07);
}

.border_radius {
    border-radius: 4px !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.border {
    border: 1px solid #f3f3f3 !important;
}

.border, .border-left, .border-right, .border-top, .border-bottom {
    border-color: rgba(120, 125, 130, 0.25) !important;
}

.font-size-13 {
    font-size: 1.3rem !important;
    line-height: 1.2;
}

.select-from-library ul li {
    margin-bottom: 0px;
}

.select-from-library .folder-button-collapse {
    display: flex;
    justify-content: left;
    border-radius: initial;
    width: 100%;
    text-align: left;
    background: none !important;
    color: #000;
    text-transform: uppercase;
}

    .select-from-library .folder-button-collapse .icon-container {
        margin-right: 0.5rem;
        display: inline-block;
    }

    .select-from-library .folder-button-collapse .folder-name {
        line-height: 22px;
        display: inline-block;
        font-size: 1rem;
    }

    .select-from-library .folder-button-collapse .icon-container i {
        font-size: 1.1rem;
        margin: 0 0.5rem;
    }

    .select-from-library .folder-button-collapse .icon-container i {
        transform: rotate(-90deg);
        transition: transform .3s;
        width: auto !important;
    }

.collapsible-header.border-none.active .icon-container i {
    transform: rotate(0deg);
    transition: transform .3s;
}

.logo-select .media-thumb-container a .list-media-thumbnail {
    width: 100%;
    height: 115px;
    object-fit: contain;
    max-width: 85%;
    margin: 0 auto;
    padding-right: 1rem;
}

.logo-select .selected-library-item .bs-card {
    background: rgba(180, 180, 180, 0.2);
    border-radius: 0;
    height: 100%;
}

.logo-select .selected-library-item {
    height: unset;
}

.logo-select .media-thumb-container .bs-card-body {
    display: none !important;
}

.library-app .media-thumb-container, .select-from-library-container .media-thumb-container {
    height: 105px;
    padding: 20px 30px;
}

.align-self-center {
    align-self: center !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.library-app .sfl-selected-item, .select-from-library-container .sfl-selected-item {
    display: none;
}

.select-font h2.render__title {
    line-height: 1.25;
    font-size: 29px;
    letter-spacing: 0;
}

.p-3 {
    padding: 1rem !important;
}

.datatable-container {
    margin: 0 0px !important;
}

.input-group.checkbox input.form-control {
    font-size: 0.9rem;
}

.typography-tbl {
    border-collapse: inherit !important;
    border-spacing: 0px 0px !important;
}

    .typography-tbl thead {
        background: none !important;
    }

        .typography-tbl thead tr th, .typography-tbl thead tr td {
            background: none !important;
            box-shadow: none !important;
        }

    .typography-tbl tbody tr.odd, .typography-tbl tbody tr.even {
        background: none !important;
    }

    .typography-tbl tbody tr td {
        box-shadow: none !important;
    }

.typography-tb tr:first-child td {
    padding-top: 0.85rem !important;
}

.typography-tbl thead tr th {
    border-left: none !important;
}

.input-group-prepend {
    margin-right: -1px;
}

.typography-tbl thead tr th, .typography-tbl tbody tr td, .typography-tbl tbody tr th {
    padding: 0.85rem 1rem !important;
    vertical-align: middle !important;
    border-bottom: 1px solid rgba(120, 125, 130, 0.25);
    border-left: 1px solid rgba(120, 125, 130, 0.25);
    border-right: none;
}

    .typography-tbl tbody tr th:first-child {
        border-left: 3px solid transparent;
    }

.mw-500 {
    max-width: 500px !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.min-width-zero {
    min-width: 0;
}

.fs-1-1rem {
    font-size: 1.1rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}

.sfl-item-container button {
    padding: 0px 15px;
    margin: 0 auto;
}

.collapsible-header.active {
    font-weight: normal !important;
}

.gap_small {
    gap: 0.5rem;
}

.wrap-buttons {
    display: flex;
    gap: 1rem;
}

    .wrap-buttons button {
        padding: 0px 15px;
    }

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.font-size-11 {
    font-size: 1.1rem !important;
    line-height: 1.3;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.stats {
    display: flex;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: .82rem;
    float: left;
    clear: left;
    width: 100%;
}

    .stats.big .stat {
        margin-right: 0;
    }

        .stats.big .stat::before {
            width: 22px;
            height: 22px;
            margin-right: 0.5rem;
        }

    .stats .stat.reserved::before {
        background: #f6bd60 !important;
    }

    .stats .stat.free::before {
        background: #f5f6f7;
    }

    .stats .stat::before {
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: bottom;
        border: 1px inset rgba(0, 0, 0, 0.12);
        border-radius: 20px;
        margin-right: 0.3rem;
        content: ' ';
    }

.disable-click {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.disable-click1 {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

/*start collapsible treeview css*/
.collapsible-treeview .collapsible {
    margin: 0px !important;
}

.collapsible-treeview ul.collapsible li i {
    font-size: 1.1rem !important;
    margin-right: 0.75rem !important;
    width: auto;
}

.collapsible-treeview .collapsible-header {
    min-height: unset;
    line-height: unset;
}

.inner-level-ul {
    padding-left: 35px !important;
}

.hover-effect a:hover {
    color: rgba(64,89,121,1) !important;
}

.justify-content-end {
    justify-content: end !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml--6 {
    margin-left: -6px !important;
}

.bg_yellow_light {
    background-color: #fef9eb;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

pl-3, .px-3 {
    padding-left: 1rem !important;
}

.rounded {
    border-radius: 50px !important;
}

.file-qrcode-icon svg {
    width: 20px;
}

.gap-20 {
    gap: 20px !important;
}

.thumb-info .thumb-info-title {
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.8);
    color: #FFF;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 17px;
    padding: 13px 21px 2px;
    bottom: 13%;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

    .thumb-info:hover img {
        transform: scale(1.1, 1.1);
    }

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

.flex_image {
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.aspect_ratio_1_1 {
    aspect-ratio: 1 / 1;
}

.aspect_ratio_16_9 {
    aspect-ratio: 16 / 9;
}

.aspect_ratio_12_8, .aspect_ratio_16_9, .aspect_ratio_4_3, .aspect_ratio_1_1 {
    object-fit: cover;
    align-content: center;
}

.owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]) {
    transition: ease opacity 300ms;
}

    .owl-carousel [class*="opacity-"]:not([class*="opacity-hover"]):hover {
        opacity: 1 !important;
    }

.overlay-gradient-bt {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.35));
}

.z-index-1 {
    z-index: 1 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.thumb-info img {
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.flex_image img {
    max-width: unset !important;
    width: 100%;
}

.thumb-info .thumb-info-inner {
    transition: all 0.3s;
    display: block;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-2 {
    line-height: 1.2 !important;
}

.line-height-3 {
    line-height: 1.3 !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-1-8 {
    line-height: 1.8;
}

.thumb-info .thumb-info-type {
    background-color: #CCC;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0px;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, 0.25);
}

.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    content: "";
    background: rgba(33, 37, 41, 0.8);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #49b6fc !important;
}

.border-radius-1-rem {
    border-radius: 1rem !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.aspect_ratio_16_3 {
    aspect-ratio: 16 / 3 !important;
}

.aspect_ratio_16_6 {
    aspect-ratio: 16 / 6 !important;
}

.aspect_ratio_16_9 {
    aspect-ratio: 16 / 9 !important;
}

.main-slider-img {
    background-size: cover;
    background-position: center,center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.main-slider .owl-nav {
    display: none;
}

.main-slider .owl-carousel.dots-inside .owl-dots {
    position: absolute;
    bottom: 2px;
    right: 10px;
    margin-top: 0;
}

.main-slider .owl-carousel .owl-dots .owl-dot.active span, .main-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #0074ad;
}

.ceaser-dropdown {
    margin-left: auto;
    padding-right: 20px;
    height: 0px;
    display: flex;
    align-items: center;
}

    .ceaser-dropdown .select-wrapper {
        border: 1px solid rgba(64,89,121,1) !important;
        border-radius: 50px;
    }

        .ceaser-dropdown .select-wrapper input {
            height: 35px !important;
        }

        .ceaser-dropdown .select-wrapper .dropdown-content {
            top: 55px !important;
        }

        .ceaser-dropdown .select-wrapper span.caret {
            color: rgba(64,89,121,1) !important;
        }

        .ceaser-dropdown .select-wrapper:hover, .ceaser-dropdown .select-wrapper:hover span.caret {
            background: #000000;
            color: #fff !important;
        }

.max-200 {
    max-width: 200px !important;
}

ul.slider-size {
    background: white;
    min-width: fit-content;
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 99;
    transform: translate(-50%);
    display: none;
}

    ul.slider-size.active {
        display: block;
    }

    ul.slider-size li {
        padding: 0.5rem 1.25rem;
        cursor: pointer;
    }

        ul.slider-size li:hover {
            background: rgba(64,89,121,1);
            color: #fff;
        }

        ul.slider-size li.selected {
            background: rgba(64,89,121,1);
            color: #fff;
        }

.d-inline-block {
    display: inline-block !important;
}

.show_counter .counters strong {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    font-size: 2em;
}

.text-7 {
    font-size: 2.2em !important;
}

.font-weight-extrabold, .font-weight-extra-bold {
    font-weight: 800 !important;
}

.text--center {
    text-align: center !important;
}

.bg-color-yellow {
    background: #FFDA1C !important;
}

.text-3 {
    font-size: 1em !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.font-weight-bold {
    font-weight: bolder;
}

.overlay-solid, .overlay-gradient, .overlay-gradient-bt, .overlay-gradient-theme-color {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay-gradient-theme-background {
    position: absolute;
    background-size: cover;
    background-position: center,center;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    height: 100%;
    width: 100%;
}

.overlay-gradient-theme-color {
    background-image: linear-gradient(to right, #88aabb 20%, rgba(0, 0, 0, 0));
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
}

.z-index-3 {
    z-index: 3;
}

.mt-25 {
    margin-top: 25px !important;
}
/*---------------- new start -------------------------*/
.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    width: 20px;
    background: transparent !important;
    color: #000;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    outline: 0;
    margin: 0;
    transform: translate3d(0, -50%, 0);
}

    .owl-carousel .owl-nav button.owl-prev:before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 8px;
        font-size: 0.5rem;
        content: "\f053";
        position: relative;
        left: -1px;
        top: -1px;
    }

    .owl-carousel .owl-nav button.owl-next:before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 8px;
        font-size: 0.5rem;
        content: "\f054";
        position: relative;
        left: 1px;
        top: -1px;
    }


.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: transparent;
    border-color: #5896e4 #5896e4 #508cd7;
    color: #000;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #5896e4 !important;
}

    .owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after, .owl-carousel.nav-style-1 .owl-nav .owl-prev:before, .owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
        font-size: inherit;
    }

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.owl-carousel .owl-nav button span {
    display: none !important;
}

.owl-carousel .owl-nav button::before {
    font-size: inherit !important;
}

.word-rotator i, .word-rotator em, .word-rotator b {
    font-style: normal;
    font-weight: inherit;
}

.word-rotator-words {
    display: inline-flex !important;
    position: relative;
    text-align: left;
}

    .word-rotator-words b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .word-rotator-words b.is-visible {
            position: relative;
        }

    .word-rotator-words[class*="bg-"] {
        background: #CCC;
    }

        .word-rotator-words[class*="bg-"] b {
            color: #FFF;
            padding: 1.6px 8px;
            padding: 0.1rem 0.5rem;
        }

/*rotate-1*/
.word-rotator.rotate-1 .word-rotator-words {
    perspective: 300px;
}

.word-rotator.rotate-1 b {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotateX(180deg);
}

    .word-rotator.rotate-1 b.is-visible {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-animation: word-rotator-rotate-1-in 1.2s;
        animation: word-rotator-rotate-1-in 1.2s;
    }

    .word-rotator.rotate-1 b.is-hidden {
        transform: rotateX(180deg);
        -webkit-animation: word-rotator-rotate-1-out 1.2s;
        animation: word-rotator-rotate-1-out 1.2s;
    }

@-webkit-keyframes word-rotator-rotate-1-in {
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes word-rotator-rotate-1-in {
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes word-rotator-rotate-1-out {
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes word-rotator-rotate-1-out {
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/*type*/
.word-rotator.type .word-rotator-words {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    padding-right: 3px;
}

    .word-rotator.type .word-rotator-words::after {
        content: ' ';
        position: absolute;
        right: 0;
        top: 5%;
        height: 90%;
        width: 2px;
        display: block;
        background-color: transparent;
    }

    .word-rotator.type .word-rotator-words.waiting::after {
        -webkit-animation: 1s word-rotator-pulse step-end infinite;
        animation: 1s word-rotator-pulse step-end infinite;
    }

    .word-rotator.type .word-rotator-words.selected {
        background-color: #212529 !important;
    }

        .word-rotator.type .word-rotator-words.selected::after {
            visibility: hidden;
        }

        .word-rotator.type .word-rotator-words.selected b {
            color: #FFF !important;
        }

.word-rotator.type b {
    visibility: hidden;
}

    .word-rotator.type b.is-visible {
        visibility: visible;
    }

.word-rotator.type i {
    position: absolute;
    visibility: hidden;
}

    .word-rotator.type i.in {
        position: relative;
        visibility: visible;
    }

.word-rotator.type.type-clean-light .word-rotator-words:after {
    width: 8px;
}

.word-rotator.type.type-clean-light .word-rotator-words.waiting::after {
    -webkit-animation: 500ms word-rotator-pulse-light step-end infinite;
    animation: 500ms word-rotator-pulse-light step-end infinite;
}

.word-rotator.type.type-clean-light .word-rotator-words.selected {
    background-color: transparent !important;
}

@-webkit-keyframes word-rotator-pulse {
    from, to {
        background-color: transparent;
    }

    50% {
        background-color: black;
    }
}

@keyframes word-rotator-pulse {
    from, to {
        background-color: transparent;
    }

    50% {
        background-color: black;
    }
}

@-webkit-keyframes word-rotator-pulse-light {
    from, to {
        background-color: transparent;
    }

    50% {
        background-color: white;
    }
}

@keyframes word-rotator-pulse-light {
    from, to {
        background-color: transparent;
    }

    50% {
        background-color: white;
    }
}

/*/ rotate-2 /*/
.word-rotator.rotate-2 .word-rotator-words {
    perspective: 300px;
}

.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.word-rotator.rotate-2 b {
    opacity: 0;
}

.word-rotator.rotate-2 i {
    transform-style: preserve-3d;
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .word-rotator.rotate-2 i {
    opacity: 1;
}

.word-rotator.rotate-2 i.in {
    -webkit-animation: word-rotator-rotate-2-in .4s forwards;
    animation: word-rotator-rotate-2-in .4s forwards;
}

.word-rotator.rotate-2 i.out {
    -webkit-animation: word-rotator-rotate-2-out .4s forwards;
    animation: word-rotator-rotate-2-out .4s forwards;
}

.word-rotator.rotate-2 em {
    transform: translateZ(20px);
}

.no-csstransitions .word-rotator.rotate-2 i {
    transform: rotateX(0deg);
    opacity: 0;
}

    .no-csstransitions .word-rotator.rotate-2 i em {
        transform: scale(1);
    }

.no-csstransitions .word-rotator.rotate-2 .is-visible i {
    opacity: 1;
}


/*/ scale /*/
.word-rotator.scale b {
    opacity: 0;
}

.word-rotator.scale i {
    display: inline-block;
    opacity: 0;
    transform: scale(0);
}

.is-visible .word-rotator.scale i {
    opacity: 1;
}

.word-rotator.scale i.in {
    -webkit-animation: scale-up .6s forwards;
    animation: scale-up .6s forwards;
}

.word-rotator.scale i.out {
    -webkit-animation: scale-down .6s forwards;
    animation: scale-down .6s forwards;
}

.no-csstransitions .word-rotator.scale i {
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .word-rotator.scale .is-visible i {
    opacity: 1;
}

.word-rotator.push b {
    opacity: 0;
}

    .word-rotator.push b.is-visible {
        opacity: 1;
        -webkit-animation: push-in .6s;
        animation: push-in .6s;
    }

    .word-rotator.push b.is-hidden {
        -webkit-animation: push-out .6s;
        animation: push-out .6s;
    }

.text_2vw {
    font-size: 2vw;
    line-height: 1.2;
}

.logo-select .media-thumb-container a .list-media-thumbnail-sidebar {
    width: 100%;
    height: 160px !important;
    object-fit: contain;
    max-width: 85%;
    margin: 0 auto;
    padding-right: 1rem;
}

.border-0 {
    border: 0 !important;
}

.border-0 {
    border-radius: 0px !important;
}

.border-radius {
    border-radius: 0.5rem;
}

.id_images {
    display: flex;
    gap: 1rem;
}

    .id_images .flex_image.feature {
        flex-grow: 6;
        width: 100% !important;
    }

.flex_image_overlay {
    position: relative;
}

.flex_image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.submenu {
    cursor: pointer;
}

.box-dashed-border {
    border: 2px dashed #e8d5d5;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.h-100 {
    height: 100%;
}

.thumb-info-action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 45px;
    text-align: center;
    opacity: 0;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(0, -50%, 0);
    z-index: 2;
}

.text--black {
    color: #000 !important;
}

.thumb-info-action-icon i {
    color: #fff;
    font-size: 20px;
}

.id_images .flex_image {
    width: 220px;
    flex-grow: 4;
}

.flex_image_overlay:before {
    content: "";
    background: rgba(33, 37, 41, 0.8);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.box-dashed-border .action-plus-icon {
    display: block !important;
    opacity: 1 !important;
    transform: translate3d(0, -50%, 0) !important;
}

.action-plus-icon .thumb-info-action-icon {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    justify-content: center;
}

.vertical-icon-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.flex_image_overlay:hover:before {
    opacity: 1;
}

.flex_image_overlay:hover img {
    transform: scale(1.1, 1.1);
}

.flex_image_overlay img {
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}

.flex_image_overlay:hover .thumb-info-action {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.thumb-info-action-icon {
    display: flex;
    align-items: center;
    gap: 18px;
}

ox-dashed-border:hover:before {
    display: none !important;
}

.box-dashed-border .thumb-info-action {
    display: none;
}

.box-dashed-border .action-plus-icon {
    display: block !important;
    opacity: 1 !important;
    transform: translate3d(0, -50%, 0) !important;
}

.flex_image_overlay .action-plus-icon {
    display: none;
}

.box-dashed-border:hover:before {
    display: none !important;
}

.max-h-150 {
    max-height: 150px;
}

.action-plus-icon .thumb-info-action-icon {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    justify-content: center;
}

.count_overlay {
    position: relative;
}

.plus-counter {
    color: #ffffff !important;
    font-size: 35px;
}

.count_overlay:before {
    content: "";
    background: rgba(33, 37, 41, 0.8);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0.5;
    z-index: 1;
}

.pr-25 {
    padding-right: 25px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pb-0-5-rem {
    padding-bottom: 0.5rem !important;
}

.h-273 {
    height: 273px !important;
}

.default-w-auto {
    width: auto !important;
}

.h-30vh {
    height: 30vh;
}

.aspect_ratio_16_4 {
    aspect-ratio: 16 / 4 !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.bg-page-header {
    background: #eee !important;
}

.bg-card {
    background: #f7f7f7;
}

.create_heading {
    position: relative;
    font-size: 2.30em;
}

.create_subheading {
    font-size: 1.3em;
    margin-top: 2rem;
    font-weight: 600;
}

.create_paragraph {
    font-size: 1.135em;
}

    .create_paragraph p {
        padding-top: 0.75rem;
        color: #212529;
    }

.max-h-unset {
    max-height: unset !important;
}

.p-5 {
    padding: 3rem !important;
}

.line-h-33 {
    line-height: 33px;
}

.fs-18 {
    font-size: 18px;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.create_social_media {
}

    .create_social_media a {
        color: #5896e4 !important;
    }

.text-7 {
    font-size: 2.2em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.create_breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}

    .create_breadcrumb > li + li:before {
        color: inherit;
        opacity: 0.5;
        font-weight: 900;
        content: "/";
        padding: 0 7px 0 5px;
    }

.input-with-icon {
    border: 1px solid #a7c4b0;
    border-radius: 3px;
}

.bg-input {
    background-color: rgba(0, 0, 0, 0.06);
}

.input-with-icon input {
    border: 0px;
    border-left: 1px solid #a7c4b0;
}

.input-with-icon span, .input-with-icon i {
    padding-left: 10px;
    padding-right: 10px;
}

.cardheader_checkbox {
    position: relative;
    top: 1px;
}

.sortable-collapsible .collapsible-header, .sortable-collapsible .collapsible-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.bg_yellow_light {
    background-color: #fef9eb !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

pl-3, .px-3 {
    padding-left: 1rem !important;
}

.rounded {
    border-radius: 50px !important;
}

/*Create page css*/
.select_modules .bs-card.media-thumb-container .media-thumbnail-icon i {
    font-size: 35px;
    margin: 0 auto;
    line-height: 48px;
}

.select_modules .bs-card {
    padding: 1rem;
}

    .select_modules .bs-card.media-thumb-container .bs-card-body {
        display: block !important;
    }

        .select_modules .bs-card.media-thumb-container .bs-card-body .list-item-heading {
            display: inline-block;
            margin-top: 0.75rem;
            color: #000000;
        }

    .select_modules .bs-card.media-thumb-container .media-thumbnail-icon {
        width: 100%;
        height: 45px;
    }


.bs-card.type .bs-card-header .card-panel-icon {
    padding: 0;
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

    .bs-card.type .bs-card-header .card-panel-icon i {
        cursor: pointer;
        font-size: 1.3rem;
        line-height: 1.5;
        margin: 0 0.3rem;
        width: unset;
        color: #000;
    }

.position-relative {
    position: relative !important;
}

.collapsible.border-radius li .collapsible-accordian {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.collapsible.border-radius li.active .collapsible-accordian {
    border-bottom: 1px solid rgba(120, 125, 130, 0.25) !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.text-ellipsis {
    display: block !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.caret-icon span {
    width: unset !important;
}

.link-color {
    color: #88aabb !important;
}

table.simulator-tbl tr th {
    background: #96A4B4;
    color: #fff;
    border-color: #fff;
}

table.simulator-tbl tr td {
    box-shadow: none;
}

.price-align {
    text-align: right !important;
}

table.ansoning-tbl tr:nth-child(even) {
    background: rgba(0,0,0,.03);
}

table.ansoning-tbl tr:nth-child(odd) {
    background: rgba(0,0,0,.05);
}

table.box-shadow-none tr td {
    box-shadow: none !important;
}

/*start locker room design*/
.locker_room {
    position: absolute;
    display: block;
    top: 0px;
    border: solid 1px #dfdfdf;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #cfcfcf;
    left: 238px;
    width: 200px;
    opacity: 0;
    transition: 0.5s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    border-left: 0;
}

ul.context-menu__items li:hover .locker_room {
    opacity: 1;
    transition: 0.5s;
    z-index: 9999;
    background: #ffffff;
}

.treeview-checkbox i {
    position: absolute;
    left: 0px;
    transition: 0.5s;
}

.treeview-checkbox .collapsible-header.active i {
    transform: rotate(90deg);
    transition: 0.5s;
}

.treeview-checkbox .collapsible-header.active {
    font-weight: normal;
}
/*end css for split booking*/

.create-more-page {
    position: absolute;
    z-index: 99999;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

    .create-more-page svg {
        fill: #fff;
    }

.create-page-popup {
    position: absolute;
    padding: 10px 0px;
    background: white;
    z-index: 99999;
    opacity: 1;
    right: 0;
    top: 0;
    width: 150px;
    border-radius: 0.75rem;
    max-height: 297px;
    display: none;
}

    .create-page-popup.active {
        display: block;
    }

    .create-page-popup ul li {
        display: block;
        margin-left: 0px !important;
        padding-left: 20px !important;
    }

ul.LocationTreeview li {
    margin-top: 10px;
}

    ul.LocationTreeview li.level-first {
    }

    ul.LocationTreeview li ul.location-level-2 li {
        padding-left: 35px;
    }

.fs-1-9 {
    font-size: 1.9rem !important;
}

.mt--5 {
    margin-top: -5px !important;
}

.create-page-popup ul {
    padding-top: 15px;
}

    .create-page-popup ul svg {
        fill: #000 !important;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        min-width: 20px !important;
        max-width: 20px !important;
        transform: rotate(90deg) !important;
    }

.select-from-library .list-media-thumbnail {
    border-radius: 0.1rem;
    padding: 0;
    border: initial;
    height: auto;
    max-width: unset;
    height: 45px;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.default-w-auto {
    width: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bs-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.75rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.card-sideview {
    position: fixed;
    right: 0px;
    z-index: 9999;
    top: 50%;
    transform: translate(0%,-50%);
    width: 500px;
    right: -500px;
    transition: .5s ease;
}

    .card-sideview.active {
        right: 0px;
        transition: .5s ease;
    }

    .card-sideview .bs-card {
        background: #f2f3f5;
    }

.vertical-btn {
    left: -50px;
    position: absolute;
    top: 50%;
    -webkit-writing-mode: vertical-lr;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    background-color: #88aabb !important;
    color: #ffffff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
    transform: translate(-0%,-50%);
}

    .vertical-btn label {
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 5px;
        padding-top: 8px;
        cursor: pointer;
    }


.over-rule {
    display: flex;
    justify-content: center;
}

    .over-rule button {
        margin-left: 5px;
    }

.custom-scroll-Overrule {
    min-height: 690px;
    max-height: 690px;
}

table.dataTable tr.group td {
    font-weight: bold;
    background-color: rgba(71,135,195,.12);
}

tr.group.group-start label {
    color: black;
    font-size: 17px;
    /* padding: 0px 2px; */
    margin-left: 0px;
}

.sponcer-logo:hover img {
    transform: scale(0.8, 0.8);
}

.gap-50 {
    gap: 50px;
}

.justify-content-start {
    justify-content: flex-start;
}

.h-210 {
    height: 210px !important;
}

.p-10 {
    padding: 10px;
}

.gap-4 {
    gap: 1.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.createpage_icon_inner {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

.fill-theme {
    fill: #88aabb !important;
}

.sortable-menu-box ul li {
    background: none !important;
    border: none;
    margin: 10px 0px;
    cursor: pointer;
}

.menulevel-2 {
    padding-left: 35px;
}

.menulevel-3 {
    padding-left: 70px;
}

.min-h-2-rem {
    min-height: 2rem !important;
}

.cursor-notallowed {
    cursor: not-allowed !important;
}

.card-line-break {
    text-overflow: ellipsis;
    display: block !important;
    overflow: hidden;
    height: auto !important;
    white-space: nowrap;
    margin-top: 10px;
}

.gap-30 {
    gap: 30px;
}

[type="checkbox"].input_height_chk:checked + label::after, [type="checkbox"].input_height_chk:not(:checked) + label::after {
    height: 48px !important;
    width: 48px !important;
}

[type="checkbox"].input_height_chk:checked + label::before {
    top: 9px !important;
    left: 7px !important;
}

[type="checkbox"].input_height_chk:checked + label::before {
    width: 15px;
    height: 23px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}

.max-w-75 {
    max-width: 75% !important;
}

.mr-15 {
    margin-right: 15px;
}

.view_box_value.active, .view_column_value.active {
    background: #88aabb !important;
    color: #fff;
}

.spot-box {
    border: 1px solid rgba(64,89,121,1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-device-width: 1280px) {
    .laptop-nowrap {
        flex-wrap: nowrap;
    }
}
@media only screen and (max-device-width:1366px) {
    .Bannersection .aspect_ratio_16_4 .container h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0px;
        min-height: auto !important;
        font-size: 25px !important;
    }

    .Bannersection .aspect_ratio_16_4 .container h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0px;
        min-height: auto !important;
        font-size: 15px !important;
    }

    .Bannersection .aspect_ratio_16_6 .container h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0px;
        min-height: auto !important;
        font-size: 35px !important;
    }

    .Bannersection .aspect_ratio_16_6 .container h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0px;
        min-height: auto !important;
        font-size: 25px !important;
    }
}

.pl-60 {
    padding-left: 60px !important;
}

.ml-20 {
    margin-left: 20px;
}

.small_with_label {
    padding-left: 60px;
    width: 225px;
}

.gap-10 {
    gap: 10px;
}

.opacity-0-5 {
    opacity: 0.5 !important;
}

script {
    display: none !important;
}

.ui-sortable-handle {
    display: block;
}
/*css for draggable menu list*/
.draggable-menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .draggable-menu-list ul.menu-list li {
        display: block;
        margin-bottom: 5px !important;
        border: 0px solid #d8c2c2;
        background: #fff;
    }

    .draggable-menu-list ul.menu-list > li a {
        background: #fff;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px !important;
    }

        .draggable-menu-list ul.menu-list > li a:hover {
            cursor: move !important;
        }

    .draggable-menu-list ul.menu-list ul {
        margin-left: 20px !important;
        margin-top: 5px !important;
        margin-right: 20px !important;
    }

.draggable-menu-list li.menu-highlight {
    border: 1px dashed red !important;
    background: #f5f5f5;
}

.align-items-end {
    align-items: flex-end !important;
}

.d-inline-flex {
    display: inline-flex;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.modal-left {
    display: block;
    z-index: 99;
    background: white;
    visibility: visible;
    top: 0;
    left: -350px !important;
    right: inherit;
    transition: 0.10s;
}

    .modal-left.active {
        left: 350px;
        transition: 0.10s;
    }

.section-border {
    border: 1px solid rgba(120, 125, 130, 0.25);
}

.pointer-event-none {
    pointer-events: none !important;
}

.min-h-0 {
    min-height: 0px !important;
}

.max-h-0 {
    max-height: 0px !important;
}

.dynamic-menu {
    position: relative;
    top: -8px;
}

    .dynamic-menu:hover {
        border-bottom: 1px solid #7FB993 !important;
    }

.carousel_sortable {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}

    .carousel_sortable img {
        width: 200px !important;
    }

    .carousel_sortable .ui-sortable-handle {
        float: left !important;
        cursor: pointer;
    }

.single-menu {
    padding-left: 9px !important;
}

.createpage-flex-bar {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    gap: 30px;
    padding: 0px 6px;
}

.number-box {
    width: 70px !important;
    text-align: center !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.sortable-list.sort_item li {
    border-radius: 15px;
    border: 1px solid rgba(186, 186, 186, 0.5);
    padding: 14px 20px 14px 15px;
    margin-bottom: 0.7rem;
}

.max-w-70 {
    max-width: 70px;
}

.pl-20 {
    padding-left: 20px !important;
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-slider-img:hover .gallery-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.5;
    transition: 0.5s;
}

.gallery-slider-img:hover svg {
    display: block !important;
    fill: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-button {
    font-size: 1.4rem;
    margin: 0 0.3rem;
    width: unset;
    height: unset;
    line-height: unset !important;
    cursor: pointer;
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.gallery-slider-img img {
    aspect-ratio: 12/8;
    object-fit: fill;
}

.active-elm a span.dynamic-menu {
    color: #ffffff !important;
    font-weight: 600 !important;
}


.tooltip-modal {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999 !important;
}

    .tooltip-modal img {
        height: 100%;
        width: 100%;
    }

    .tooltip-modal .modal-header {
        min-height: inherit;
        padding: 0px 30px;
        margin: 0px 7px;
    }

        .tooltip-modal .modal-header h5 {
            font-size: 1rem !important;
        }

.popup-scroll {
    max-height: 250px;
    overflow: auto;
}
.w-600 {width: 600px !important;}
.pt-48 {
    padding-top: 48px !important;
}

.left-0 {
    left: 0 !important;
}

.w-75 {
    width: 75% !important;
}

.pl-28 {
    padding-left: 28px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.whitespace-normal {
    white-space: normal !important;
}
.w-700 {
    width: 700px !important;
}

.w-600 {
    width: 600px !important;
}

.qrcode-position {
    position: relative;
}

    .qrcode-position img {
        position: absolute;
        right: -10px;
        top: 45px;
        width: 140px;
        height: 140px;
    }

.qr-btn {
    top: 190px;
    position: absolute;
    right: 0;
}
.h-80px{
    height:80px !important;
}
.d-inline{
    display:inline;
}
.information-section{
    width:100%;
    max-width:850px;
    margin:0 auto;
}
.information-section span.welcome-text {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.information-section span.info-instruction{
    display:block;
    text-align:center;
    font-size:20px;
    margin-bottom:1.5rem;
}
.information-section .file-field{
    margin-top:3rem;
}
.information-section ul li {
    font-size: 18px;
}
.information-section ul li strong{
    font-weight:800;
}
.document-upload-popup .modal-content {
    height: 800px !important;
}
.w-25 {
    width: 25% !important;
}
.w-600 {width: 600px !important;}
.pt-48 {
    padding-top: 48px !important;
}

.left-0 {
    left: 0 !important;
}

.w-75 {
    width: 75% !important;
}

.pl-28 {
    padding-left: 28px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.whitespace-normal {
    white-space: normal !important;
}
.w-700 {
    width: 700px !important;
}
.ml-5{
    margin-left:5px;
}
.hiddenextrainput .select-dropdown, .hiddenextrainput span.caret {
    display: none !important;
}
.hiddenextrainput .select-wrapper input {
    border: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.w-600 {width: 600px !important;}

.custom-collapsible {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

    /* .custom-collapsible table tr > td:last-of-type {
        padding-right: 0px !important;
    }*/

    .custom-collapsible .collapsible-header {
        border-bottom: 1px solid #ddd !important;
        padding-top: 0px;
        margin-left: 7px;
        margin-right: 8px;
        background: transparent !important
    }

        .custom-collapsible .collapsible-header i {
            font-size: 12px !important;
            font-weight: 600 !important;
        }

    .custom-collapsible .collapsible-body {
        border-bottom: none;
        padding: 0px;
        margin-bottom: 20px;
        background: transparent !important
    }

        .custom-collapsible .collapsible-body table tr {
            background: none !important;
        }



            .custom-collapsible .collapsible-body table tbody, .custom-collapsible .collapsible-body table tr td {
                position: relative;
                border: none !important;
                width: 20%;
                margin-bottom: 40px;
                padding-top: 10px;
                white-space: normal;
                padding-right: 8px !important;
            }

            .custom-collapsible .collapsible-body table tbody, .custom-collapsible .collapsible-body table tr td {
                padding-left: 7px;
            }

        .custom-collapsible .collapsible-body label {
            width: 100%;
            white-space: normal;
            word-break: break-all;
        }

            .custom-collapsible .collapsible-body label svg {
                cursor: pointer !important;
            }

        .custom-collapsible .collapsible-body table tbody {
            width: 100%;
        }

        .custom-collapsible .collapsible-body span.field-validation-error {
            position: absolute !important;
            display: block;
        }

    .custom-collapsible li {
        padding: 0 2rem;
    }

.collapse-icon {
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 99999 !important;
}

.collapse-heading {
    font-weight: 600;
    width: 100%;
    font-size: 20px;
}

.collapse-subheading {
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}
.collapse-bar {
    display: flex;
    padding-bottom: 0px;
    align-items: center;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 35px;
}
.tab-plus-icon {
    position: relative;
    top: 9px;
    left: 10px;
}
.page-tab-chk {
    position: absolute;
    left: 25px;
    top: 4px;
}
[type="checkbox"].input-chk:checked + label::after, [type="checkbox"].input-chk:not(:checked) + label::after {
    height: 47px !important;
    width: 47px !important;
}
[type="checkbox"].input-chk:checked + label::before {
    top: 9px !important;
    left: 8px !important;
}

[type="checkbox"].input-chk:checked + label::before {
    width: 15px;
    height: 23px;
}
.slider-modal.active.mw-60 {
    max-width: 60% !important;
    min-width: 60% !important;
}
.rolles-tbl {
    border-collapse: separate;
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
    overflow: hidden !important;
}

    .rolles-tbl thead tr th {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: rgba(71, 135, 195, 1) !important;
        color: white;
    }

    .rolles-tbl td, .rolles-tbl th {
        border-top: 1px solid rgba(0, 0, 0, .15);
        border-left: 0px;
    }

    .rolles-tbl tr:first-child td {
        padding-top: 1.5rem !important;
        padding-bottom: 1.2rem !important;
    }

    .rolles-tbl thead tr th:first-child, .rolles-tbl tbody tr td:first-child {
        padding-left: 28px !important;
    }

    .rolles-tbl td {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .rolles-tbl [type="checkbox"] + label {
        padding-left: 15px !important;
    }

    .rolles-tbl .treegrid-expander-expanded {
        transform: rotate(90deg);
        transform-origin: center;
    }

        .rolles-tbl .treegrid-expander-expanded::after {
            content: "";
            background: url("../Images/arrow/long_right_arrow.svg");
            height: 40px;
            width: 20px;
            background-repeat: no-repeat;
            border: 0px;
            left: 7px;
            top: 0px !important;
        }

    .hiddenextrainput .select-dropdown, .hiddenextrainput span.caret {
        display: none !important;
    }

    .hiddenextrainput .select-wrapper input {
        border: none !important;
    }

    .rolles-tbl .treegrid-expander-collapsed {
        transform: rotate(0deg);
        transform-origin: center;
    }

        .rolles-tbl .treegrid-expander-collapsed::after {
            content: "";
            background: url("../Images/arrow/long_right_arrow.svg");
            height: 40px;
            width: 20px;
            background-repeat: no-repeat;
            border: 0px;
            left: 3px;
            top: -4px !important;
        }

.pb-1-rem {
    padding-bottom: 1rem !important;
}

.pt-1-rem {
    padding-top: 1rem !important;
}
.w-600 {width: 600px !important;}
.draggable-menu-list input[type="checkbox"], .banner_sidebar_content input[type="checkbox"] {
    position: relative;
}
.datatable-container {
    margin: 0px 10px !important;
}
.single-signon-button {
    height: 58px !important;
    border-radius: 4px;
    font-size:1.5rem;
}
.after-line {
    font-weight: 600;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    padding-top: 20px;
}

.title--center-line::before {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-right: 1rem;
}

.title--center-line::after {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin-left: 1rem;
}

.flex-btn {
    gap: 18.75px;
}

.login-title {
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
}
.rolles-tbl [type="checkbox"]:not(:checked), .rolles-tbl [type="checkbox"]:checked {
    position: relative !important;
    display:flex;
}

.checkbox-jump-remove [type="checkbox"]:not(:checked), .checkbox-jump-remove [type="checkbox"]:checked {
    position: relative;
    display: flex;
    cursor: pointer;
}
.checkbox-jump-remove label.chk-click {
    top: -12px;
}
input[type="checkbox"].filled-in {
    visibility: hidden;
}
.cc-email-wrapper {
    min-height: 50px;
    cursor: text;
}

    .cc-email-wrapper input {
        outline: none;
    }

.badge {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

.btn-close {
    font-size: 0.75rem;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
}

.cc-email-wrapper {
    min-height: 50px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem;
    gap: 0.5rem;
    background: #f4f7f8;
    border-radius: 0.25rem;
}

    .cc-email-wrapper input {
        border: none;
        outline: none;
        flex: 1 1 auto;
        min-width: 120px;
        background: transparent;
    }

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.video-container {
    position: relative;
    width: 100%;
    margin: auto;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}

/* Header containing the title and menu icon */
.video-header {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 35px 0px;
    color: #fff;
    z-index: 9;
}

/* Video title styling */
.video-title {
    font-size: 16px;
}

/* Three-dot menu icon styling */
.menu-icon {
    font-size: 28px;
    cursor: pointer;
}

/* Video element */
video {
    width: 100%;
    display: block;
}

/* Play button (centered) */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 77px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    border: 2px solid #ffffff;
    z-index: 9;
    border-radius: 50%;
    padding: 5px;
}



/* Overlay that appears when clicking the three-dot menu */
.video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 24px;
    text-align: center;
    opacity: 0.8;
    z-index: 9;
}

/* Copy icon */
.copy-icon {
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
}
/* Success icon (hidden by default) */
.success-icon {
    display: none;
    font-size: 32px;
    color: green;
}

.file-close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.copy-text {
    display: inline-block;
    position: absolute;
    top: 15px;
    font-size: 1rem;
}

.w-80 {
    width: 80%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.currency-selector .currency-symbol {
    font-size: 25px;
    display: flex;
    align-items: center;
    border: 1px solid #a7c4b0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 60px;
    justify-content: center;
}

.currency-selector .currency-amount {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 0px;
}

.currency-selector .currency-drp {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}
.flex-no-wrap {
    flex-wrap: nowrap !important;
}
.text-5 {
    font-size: 1.50em !important;
}

.flip-card .flip-front,
.flip-card .flip-back {
    padding: 32px;
    padding: 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF;
    box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    transition: ease transform 500ms;
}


    .flip-card .flip-back .flip-content {
        transform: translate3d(0, 0, 1px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-card .flip-front.overlay:before,
    .flip-card .flip-back.overlay:before {
        transform: translate3d(0, 0, 0px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.flip-card .flip-front {
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card .flip-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, -1px) rotateY(180deg);
}

.flip-card:hover .flip-front {
    transform: translate3d(0, 0, -1px) rotateY(-180deg);
}

.flip-card:hover .flip-back {
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card.flip-card-vertical .flip-front {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-vertical .flip-back {
    transform: translate3d(0, 0, -1px) rotateX(180deg);
}

.flip-card.flip-card-vertical:hover .flip-front {
    transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

.flip-card.flip-card-vertical:hover .flip-back {
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
    perspective: inherit;
    transform: translate3d(0, 0, 60px);
}

.flip-card-slider .flip-card img {
    aspect-ratio: 4 / 5 !important;
}

.flip-card-slider {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-radius: 35px !important;
}

    .flip-card-slider .flip-content {
        position: relative;
    }

    .flip-card-slider .card-button {
        position: absolute;
        left: 0px !important;
        border-radius: 0px !important;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        width: 100%;
        font-size: 1.3rem !important;
        padding: 15px;
        line-height: 1.2 !important;
        white-space: normal !important;
        display: flex;
        align-items: center;
        height: 25% !important;
    }

    .flip-card-slider .flip-card {
        position: relative;
        border: none;
        perspective: inherit !important;
    }

        .flip-card-slider .flip-card img {
            aspect-ratio: 4/5 !important;
            object-fit: cover !important;
        }

.aspect_ratio_4_6 {
    aspect-ratio: 4/6;
}

.flip-card-slider .owl-carousel .owl-item {
    border-radius: 0.5rem !important;
}

.back-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.fs-3-rem {
    font-size: 3rem;
}
.border-bottom-radius {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.text-4-5 {
    font-size: 1.24rem !important;
}
.text-smallest {
    font-size: 0.82rem !important;
    font-weight: 500;
    letter-spacing: -.01rem;
}
.counter-logo {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .counter-logo img {
        height: 150px !important;
        width: 150px !important;
        object-fit: contain;
    }
.h-70px {
    height: 70px !important;
}

.line-height-5 {
    line-height: 1.5 !important;
}

.three-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.right-0 {
    right: 0px !important;
}
.min-w-100{
    min-width:100% !important;
}
.p-20{
    padding:20px;
}
.bg-img-property {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-color-primary{
    background:#0045a5 !important;
}
.btn-secondary {
    background:#0073e6 !important;
}
.search_filter_bar .wrap_headlines .headline {
    font-size: 1.9rem;
    line-height: 1.15;
    letter-spacing: .03rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.search_filter_bar .wrap_headlines .subheadline {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.text-4 {
    font-size: 1.2rem !important;
}
.pr-20{
    padding-right:20px;
}
.btn-tertiary {
    background: #00824c !important;
}
.bg-black{
    background:#000;
}

.overflow-auto{
    overflow:auto !important;
}
.btn-primary {
    background:#0045a5 !important;
}
