﻿input::-ms-clear, input::-ms-reveal {
    display: none;
}

label.error {
    color: red;
}

span.error {
    color: red;
}

span.cnerror {
    color: red;
}

table {
    width: 100% !important;
}

.field-validation-error {
    color: red;
}

.field-validation-valid {
    color: red;
    display: block;
    line-height: 20px;
    font-weight: normal;
}

.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);
    /*overflow:auto;*/
}

    .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;
    }
.bg-none {
    background: none !important;
}
.btn-blue {
    background-color: #597ca3;
    border-left-color: #597ca3;
    border-right-color: #597ca3;
}

.btn-gray {
    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/src/svg/delete.svg);
        cursor: pointer;
    }

    .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: 15px !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;
}

.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;
    }

.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;
        }

.blog-post-container {
    width: 100% !important;
    background-color: #F5F5F5;
    padding: 10px;
}

    .blog-post-container .text-area {
        width: 100% !important;
    }

        .blog-post-container .text-area .text-box {
            width: 100% !important;
            height: 60px !important;
        }

    .blog-post-container .post-option-area {
        width: 100% !important;
        padding: 10px;
    }

        .blog-post-container .post-option-area .post-option {
            float: left;
            padding: 0 10px;
            width: 60px;
            text-align: center;
        }

            .blog-post-container .post-option-area .post-option .icon {
            }

            .blog-post-container .post-option-area .post-option .text {
                font-size: 12px;
                margin: -5px 0 0;
            }

        .blog-post-container .post-option-area .post-button {
            float: right;
        }

.divReplybtn {
    padding: 10px;
    margin: -2px 1405px;
}

.blog-post-container .upload-img-preview {
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 84%);
    float: left;
    height: 150px;
    margin: 5px;
    padding: 8px;
    width: 115px;
    position: relative;
}

    .blog-post-container .upload-img-preview .img-container {
        width: 100%;
        position: relative;
    }

        .blog-post-container .upload-img-preview .img-container .file-name {
            background-color: hsl(0, 0%, 88%);
            bottom: 0;
            display: none;
            left: 0;
            opacity: 0.8;
            padding: 8px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .blog-post-container .upload-img-preview:hover .file-name {
        display: block;
    }

    .blog-post-container .upload-img-preview img {
        height: 80px;
        width: 100%;
        background-color: hsl(0, 0%, 91%);
    }

    .blog-post-container .upload-img-preview button {
        background-color: hsl(0, 0%, 86%);
        border: 1px solid hsl(0, 0%, 76%);
        border-radius: 2px;
        color: hsl(0, 0%, 44%);
        width: 100%;
    }

.blog-post-display-container {
    width: 100%;
    border: 1px solid #c2c2c2;
    margin: 5px;
}

    .blog-post-display-container .post-header {
        background-color: hsl(0, 0%, 94%);
        font-size: 12px;
        font-weight: bold;
        padding: 5px 10px 10px;
        width: 100%;
    }

        .blog-post-display-container .post-header .post-by {
            float: left;
        }

        .blog-post-display-container .post-header .post-on {
            float: right;
        }

    .blog-post-display-container .post-details {
        padding: 5px 10px 10px;
        width: 100%;
        overflow: auto;
    }

        .blog-post-display-container .post-details .post-file {
            padding: 10px;
        }

            .blog-post-display-container .post-details .post-file .file {
                float: left;
                margin: 10px;
                width: 200px;
            }

            .blog-post-display-container .post-details .post-file img {
                width: 100% !important;
                height: 100px;
                background-color: hsl(0, 0%, 85%);
            }

            .blog-post-display-container .post-details .post-file video {
                width: 100% !important;
                height: 100px;
                background-color: hsl(0, 0%, 85%);
            }

.dt-button.buttons-print {
    display: none !important;
}

.chk-lbl-icon {
    height: 22px !important;
}

    .chk-lbl-icon .icon {
        width: 22px !important;
        height: 22px !important;
    }

.dropbox-icon-txtbox {
    background-image: url("../Images/Social/dropbox.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.facebook-icon-txtbox {
    background-image: url("../Images/Social/facebook.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.google-plus-icon-txtbox {
    background-image: url("../Images/Social/google-plus.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.linkedin-icon-txtbox {
    background-image: url("../Images/Social/linkedin.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.twitter-icon-txtbox {
    background-image: url("../Images/Social/twitter.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.youtube-icon-txtbox {
    background-image: url("../Images/Social/youtube.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.form-content {
    min-height: 800px;
}

/*13/07/2017*/
.collapsible-body {
    /*position: relative !important;*/
}

button.context-menu__link {
    background: #597CA3;
    color: #FFF;
    font-weight: 600;
}

.txt-password-show {
    /*border-left: 1px solid #dadada;
    cursor: pointer;
    float: right;
    margin-left: -40px;
    margin-top: 5px;
    padding: 8px 5px 6px 4px;
    position: absolute;*/
    /*border-left: 1px solid #dadada;*/
    cursor: pointer;
    float: right;
    margin-top: -34px;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1 !important;
}

    .txt-password-show #showpassword {
        display: block;
        fill: #24768e;
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
    }

    .txt-password-show #hidepassword {
        display: none;
        fill: #24768e;
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
    }

    .txt-password-show.active #showpassword {
        display: none !important;
        fill: #405979;
    }

    .txt-password-show.active #hidepassword {
        display: block !important;
        fill: #405979;
    }

@media (min-width: 480px) {
    .txtbox-password {
        /* border-radius: 29px !important;*/
        font-size: 1.5rem !important;
        height: 58px !important;
        padding: 0 30px 3px !important;
    }

    .txt-password-show {
        /*border-left: 1px solid #dadada;
        float: right;
        margin-left: -40px;
        margin-top: 5px;
        padding: 16px 5px 14px 4px;
        position: absolute;
        cursor: pointer;*/
        /*border-left: 1px solid #dadada;*/
        float: right;
        margin-top: -42px;
        padding: 0px 20px 14px 4px;
        position: relative;
        cursor: pointer;
        z-index: 1 !important;
    }
}

.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;
}*/

.btn--select-facility.disabled, .btn--select-facility.disabled:active, .btn--select-facility.disabled:hover {
    background-color: #A2ADAA !important;
}
.errorSlots {
    color: #CC0000 !important;
}


    .errorSlots td {
        color: #CC0000 !important;
    }

.error td {
    color: #CC0000 !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;
}

@media (min-width: 992px) {
    .Holiday-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }

    .Product-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

.FixedSlot-configurator {
    display: block;
    margin-top: 60px;
}

.ArxArea-configurator {
    display: block;
    margin-top: 60px;
}

.Price-configurator {
    display: block;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .Holiday-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .FixedSlot-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .ArxArea-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .Price-configurator {
        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;
}

.custom-show {
    /*position: relative;
    left: 87%;
    top: 40px;
    width: 15%;
    width: 22px;*/
    position: absolute;
    top: 70px;
    width: 22px;
    right: 20px;
}

.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: 20px;
    }
}

.custom-scroll-Slot {
    overflow: auto !important;
    max-height: calc(100vh - 440px);
}

.custom-scroll-Overrule {
    min-height: 690px;
    max-height: 690px;
}

.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;
}

.modal_tabcustomscroll {
    height: calc(90vh - 8rem - 75px);
    display: block;
    overflow: auto;
}

.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-78 {
    width: 78% !important;
}

.w-90 {
    width: 90% !important;
}

.w-48 {
    width: 48px;
}
.w-100 {
    width: 100%;
}

.mh-95 {
    max-height: 95% !important;
}

.pb-0 {
    padding-bottom: 0px;
}
.mb-0{
    margin-bottom:0px !important;
}
.p-0 {
    padding: 0px !important;
}
.p-10{
    padding:10px 20px !important;
    padding:10px 20px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.ml--80{
    margin-left:-80px;
}
.mr-0 {
    margin-right: 0px !important;
}
.mw-100{
    max-width:100% !important;
}
.gap-20 {
    gap: 20px !important;
}
.gap-10 {
    gap: 10px !important;
}
.position-absolute{
    position:absolute !important;
}
.position-relative {
    position: relative !important;
}
.position-inherit {
    position: inherit !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;
    }

/*New Css Change content 2018-03-05 start*/

/*.form-content .tabs{
    border-left: 1px solid #edeeef;
    border-top: 1px solid #edeeef;
}*/

.margin-datatable {
    /*margin-right: 25px;
    margin-left: 25px;
    margin-top: 25px;
    position: relative;*/
}

.actions-panel.collapsible {
    box-shadow: none;
}

.margin-datatable td {
    box-shadow: inset -16px 0px 25px -25px #DFE0E3;
    border: 0px;
}

.margin-datatable tr td:last-child {
    box-shadow: none !important;
    /*border-right: 1px solid #edeeef;*/
}

.margin-datatable tr td:first-child {
    border-left: 1px solid #edeeef;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .margin-datatable td {
        box-shadow: inset -15px 0px 43px -25px #DFE0E3;
        border: 0px;
    }
}

.circle-add-background {
    background: #7FB993;
    padding: 16px;
}

.right-icon-header {
    display: flex;
    justify-content: space-between;
    background-color: #7FB993;
    margin: 0;
    padding: 16px;
    top: -16px;
    right: -15px;
}

.circle-add-svg {
    position: relative;
    top: 9px;
    left: 5px;
}

.circle-add {
    background: #7FB993;
    position: relative;
    left: -15px;
    height: 59px;
    width: 59px;
}

.horizon-icon {
    background: #7FB993;
    padding: 16px;
    position: relative;
    right: -16px;
    top: -16px;
}

.collapsible-header.active .actions-panel__header--toggle svg {
    transform: rotateZ(-90deg);
    transition: transform 300ms ease-in-out;
    fill: #fff;
    /*padding:0px;*/
}

.actions-panel__header--toggle svg {
    width: 59px;
    height: 59px;
    right: 0px !important;
    padding: 15px;
    /*background:#7FB993;*/
    top: 0px;
}

.datatable-action-container {
    /*width: 61px !important;
    height: 58px !important;*/
    /*padding: 0px;*/
}

    .datatable-action-container a {
        width: 61px;
        height: 58px;
        padding: 0px;
        /*background: #7FB993 !important;*/
        border-radius: 0px;
        margin-top: -1px;
    }

.table-searchbox-container {
    right: 59px;
    top: 0px;
}

    .table-searchbox-container input, .table-searchbox-container input#table-searchbox {
        height: 60px !important;
        border-radius: 0px;
        border: 0px;
    }

.form-content .tab-container {
    border: 1px solid #edeeef;
}

.form-content > li:first-child {
    border-bottom: 1px solid #edeeef !important;
}

.flex-column {
    position: relative;
}

.custom-span_lable {
    position: relative;
}

.custom-span_text {
    color: #fff;
    position: absolute;
    top: 21px;
    left: 70px;
}
/*New Css Change content 2018-03-05 end*/

/*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;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .all-color-box {
        width: calc(100% /4 - 0.1px);
    }
}

.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:320px) and (max-width:768px) {
    .main--header .header-btn {
        top: 0px;
    }

    .main--header .icon-forword {
        top: 9px;
    }
}

@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);
    }
}

/* 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;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
.default-align {
    text-align: left !important;
}

.number-align, .time-align, .price-align, .date-align, .datetime-align, .year-align {
    text-align: right;
}
/*Firma and Forening design changes start*/
.side-navbar-header {
    position: absolute;
    z-index: 20;
    margin-left: 5px;
    white-space: nowrap;
    right: 15px;
    margin-top: -34px;
    z-index: 0;
}

    .side-navbar-header .side-custom-logo img {
        height: 35px;
        position: absolute;
        right: 86px;
        bottom: 12px;
    }

    .side-navbar-header .side-logo-text {
        background-image: url(../Images/streg_data.svg);
        background-repeat: no-repeat;
    }

    .side-navbar-header .side-logo-text {
        font-size: 28px;
        padding-top: 17px;
        background-size: 13px;
        margin-left: 10px;
        margin-top: 5px;
        padding-left: 20px;
        width: 50%;
    }

.reset-button {
    background: #CFD3D3;
}

.selected {
    /*background-color: #EDEFF2 !important;
    color: #000;*/
}
.devider {
    background: rgba(64,89,121,0.2);
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.custom-popup-table tr:hover {
    background: none;
}

.custom-modal-actions {
    justify-content: left;
}

.custom-popup-table th {
    background: none;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
  
}

.custom-popup-table td {
    border: none;
}

.btn-group-layout {
    position: relative;
    top: 15px;
}

@media only screen and (max-device-width:768px) {
    .info-icon label {
        white-space: nowrap;
    }

    .info-icon-main {
        top: 26px !important;
    }
}

@media only screen and (max-width: 768px) {
    .side-navbar-header {
        position: absolute;
        z-index: 20;
        margin-left: 5px;
        white-space: nowrap;
        right: 15px;
        margin-top: -32px;
    }

        .side-navbar-header .side-custom-logo img {
            height: 30px;
            position: absolute;
            right: 75px;
            bottom: 8px;
        }

        .side-navbar-header .side-logo-text {
            font-size: 23px;
            padding-top: 17px;
            background-size: 13px;
            margin-left: 10px;
            margin-top: 5px;
            padding-left: 20px;
            width: 50%;
        }

    .side-navbar-header {
        position: absolute;
        z-index: 20;
        margin-left: 5px;
        white-space: nowrap;
        right: 15px;
        margin-top: -17px;
        z-index: 0;
    }

    .customcheckbox span {
        font-size: 12px;
    }
    .m-0-mobile {
        margin: 0px !important;
        max-width: 100% !important;
    }
    .ml--80 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mobile-d-block{
        display:block !important;
    }
    .side-navbar-header .side-custom-logo img {
        height: 26px;
        position: absolute;
        right: 69px;
        bottom: 8px;
    }

    .side-navbar-header .side-logo-text {
        font-size: 20px;
        padding-top: 17px;
        background-size: 13px;
        margin-left: 10px;
        margin-top: 5px;
        padding-left: 20px;
        width: 50%;
    }

    .side-navbar-header {
        position: absolute;
        z-index: 20;
        margin-left: 5px;
        white-space: nowrap;
        right: 15px;
        margin-top: -17px;
        z-index: 0;
    }

    .customcheckbox span {
        font-size: 12px;
    }

    .info-icon-main {
        top: 25px !important;
    }

    .copyright {
        bottom: 0px !important;
    }

    .main-sidebar__navigation {
        height: calc(100vh - 80px - 185px);
    }
    .ml--80{
        margin-left:0px;
    }
    .pl-45{
        padding-left:0px !important ;
    }
    .m-0-mobile {
        margin:0px !important;
        max-width:100% !important;
    }
}

.tblforeningdata {
    overflow: auto;
    height: 400px;
}

.apidatared {
    color: red !important;
}

.auto-y {
    overflow: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .submit-button {
        flex: 5 1 calc(41.65% - 15px);
        min-width: calc(41.65% - 15px);
        max-width: calc(41.65% - 15px);
    }

    .reset-button {
        flex: 5 1 calc(41.65% - 15px);
        min-width: calc(41.65% - 15px);
    }
}
/*Firma and Forening changes End*/

.avatar-upload .avatar-edit #logoUpload + #lbllogoUpload {
    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;
}

.avatar-upload .avatar-edit #imageUpload + #lblBgUpload {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 330px;
    height: 210px;
}

.default-template-name {
    text-align: center;
    color: #000000;
    margin-top: 15px;
}

/* START CSS FOR SCHEDULE BREAK */
.schedule-break-th {
    background: none;
}

    .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;
}

.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;
}

.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: rgba(64,89,121,1);
    }

.schedula-break-padding {
    padding-right: 30px;
}

.schedule-delete-svg img {
    height: 20px;
    width: 20px;
}

.custom-validation-error {
    color: red;
    display: block;
    position: relative;
    line-height: 15px;
    top: 5px;
}

.pauser {
    background: #c11a1a !important;
    border-color: #850909 !important;
}

.shedule-th {
    border-left: none;
    background: #ffffff;
}
/* END CSS FOR SCHEDULE BREAK*/
.padding-remove {
    padding: 0px !important;
}

.over-rule {
    display: flex;
    justify-content: center;
}

    .over-rule button {
        margin-left: 5px;
    }

.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;
}

.info-photo {
    height: calc(100vh - 323px);
}


    .info-photo img {
        height: 100%;
        width: 100%;
    }

.h-cal-150 {
    overflow: auto;
    max-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;
}

.modal-top-3 {
    top: 3% !important;
}


.min-h-auto {
    min-height: auto !important;
}

.conflict-tbl .dataTables_wrapper {
    width: 100% !important;
}

.conflict-overflow {
    overflow: auto !important;
}
/*calender dropdown css*/
.select-dropdown.active .txt-search {
    color: #000 !important;
}

/* start kunder popup css */

#cvr-accounts-ul li .li-row {
    display: flex;
    justify-content: space-between;
}

#cvr-accounts-ul {
    padding-right: 10px;
    padding-left: 3px;
    max-height: 250px;
    overflow-y: auto;
}

.navbar-header .custom-logo img {
    height: 35px;
}

.navbar-header .logo-text {
    font-size: 28px;
    padding-top: 17px;
    background-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 27px;
    width: 50%;
}

.navbar-header .logo-text {
    background-image: url(../../../Images/streg_data.svg);
    background-repeat: no-repeat;
}

.footer-navbar-header .footer-custom-logo {
    display: flex;
    position: relative;
    margin-top: -6px;
}

.popup-footer-text {
    font-size: 22px;
    color: #000000;
    position: relative;
    bottom: 3px;
    right: 20px;
}

.footer-navbar-header .footer-custom-logo img {
    height: 35px;
    width: 55px;
}

.footer-navbar-header .footer-logo-text {
    font-size: 28px;
    padding-top: 0px;
    background-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 27px;
    width: 50%;
}

.footer-navbar-header .footer-logo-text {
    background-image: url(../../../Images/streg_data.svg);
    background-repeat: no-repeat;
}

.footer-navbar-header {
    position: relative;
    margin-left: 5px;
    white-space: nowrap;
    display: flex !important;
}

.pointdetaile-wrapper .dataTables_wrapper {
    margin: 0px 10px !important;
}

.table-overflow {
    overflow-y: auto;
}

.customtxtarea {
    height: 150px !important;
}

.chk-click {
    width: 0px;
    padding: 0px 9px !important;
}

label.chk-overnight {
    padding: 2px 25px !important;
    min-width: 115px;
    max-width: 115px;
    white-space: nowrap;
    overflow: inherit;
}

.fixslot-content {
    height: 50vh !important;
}

.querytbl {
    position: relative;
}

/*.fixslot-price {
    position: absolute !important;
    top: 118px;
    min-width: 75px !important;
    max-width: 75px !important;
    margin-bottom: 10px;
}*/

.fixslot-price {
    position: relative !important;
    min-width: 0px !important;
    max-width: 0px !important;
    margin-bottom: 10px;
    padding-bottom: 135px !important;
    padding-right: 0px !important;
    top: 18px;
}

/*.fixslot-input {
    position: absolute;
    left: -230px;
    max-width: 215px;
    min-width: 215px;
}*/

.fixslot-input {
    position: absolute;
    left: -230px;
    max-width: 217px;
    min-width: 217px;
    top: 53px;
}

.pad-fixslot-price {
    padding-bottom: 145px !important;
}

.pad-fixslot-input {
    top: 75px !important;
}

/* Responsive Media query for point-matrixer popup check box and prismatrix popup check box */

@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;
        }
}

.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;
}
/*start dropdown pen css*/
.custom-caret {
    position: relative;
}

.caret-ico {
    position: absolute !important;
    right: 0px !important;
    font-size: 10px !important;
}

.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;
}
/*End dropdown pen css*/
.swalinput-custom .dropdown-content {
    width: 100% !important;
    left: 0px !important;
    max-height: 250px !important;
}

.chk-click {
    width: 0px;
    padding: 0px 9px !important;
}

/* css for logo photo functionality icon and button */
.icon-panel {
    background: rgba(64,89,121,1);
    height: 48px;
    width: 100%;
    text-align: center;
}

    .icon-panel span {
        padding: 7px 5px;
        display: inline-block;
        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: rgba(64,89,121,1) !important;
    padding: 0 20px !important;
    height: 40px;
    border: none;
    color: #fff;
}

.custom-footer {
    position: fixed !important;
}

.blink-row {
    height: 0px;
}

.checkall--label {
    color: rgba(0,0,0,.8) !important;
    margin-left: 15px;
}

.checkall--width {
    width: 135px;
}

.tab-container__inner a.url--demo {
    color: rgba(64,89,121,1);
}

.spanMailGroupLister_Margin {
    margin-bottom: 21px !important;
}

/*Exel icon click popup css*/
.list.list--vertical label {
    display: block;
    margin-bottom: 10px;
}

.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;
}

.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;
    height: calc(100% - 80px);
    overflow: auto;
    background: #fff;
    z-index: 99;
    transition: 0.5s ease;
    width: 750px;
}

.toggleproduct-bar {
    right: 0px;
}

.sidebar-content {
    padding: 15px;
}

.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: rgba(71,135,195,1);
}

/* 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-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    /*background-color: rgba(71,135,195,1) !important;*/
    background-color: rgba(64,89,121,1) !important;
    margin: 5px;
}
.chip .close{
    cursor:pointer;
}
.hide-Input_Chips{
    display:none !important;
}

.chips-initial-to i{
    font-size:20px;
    display:inline-flex;
    vertical-align:middle;
}

.w-60{
    max-width:60%;
}
.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
*/

.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;
}
.align-items-center {
    align-items: center !important;
}
.t-10 {
    position: relative;
    top: 10px;
}

.mt--3 {
    margin-top: -3px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-12 {
    margin-top: 12px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-26 {
    margin-top: 26px !important;
}
.mt-15 {
    margin-top: 15px;
}

.mt--8 {
    margin-top: -8px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 1px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-7 {
    padding-left: 7px;
}
.pl-45{
    padding-left:45px;
}
.pt-2 {
    padding-top: 2px;
}

.pt-10 {
    padding-top: 10px;
}

.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;
}

.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;
}

    .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;
}

/*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: 25px !important;
    width: 25px !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*/

.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;
    object-fit: contain;
}

.custimg .h-unset {
    height: unset !important;
}

.custimg .avatar-preview {
    height: 250px;
    position: relative;
}

.cms-logo {
    background-color: grey;
    /*float: left;*/
    border: 1px solid #cfcfd1;
    min-height: 210px;
    border-radius: 5px;
    height: 100%;
}

    .cms-logo img {
        height: 100%;
        width: 100%;
    }

.custom-cms-logo {
    margin: 0px !important;
    position: relative !important;
}

.custom-cms-logo1 {
    margin: 0px !important;
    position: relative;
    left: 6px;
}

.FullWidthButton {
    width: 100%;
}

.bs-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.75rem;
}

.bs-card.type .bs-card-header .bs-card-top-buttons {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 999;
}

    .bs-card.type .bs-card-header .bs-card-top-buttons i {
        cursor: pointer;
        font-size: 1.3rem;
        line-height: 1;
        color: #fff;
    }

/*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 Product Category SVG Icon Css Start */

.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-inner-icon {
    position: absolute;
    top: 9px;
    left: 9px;
}

.info-right-panel {
    position: fixed;
    height: 100%;
    background: red;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.info-right-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    height: 100%;
    display: none;
    border: 2px solid #E5E7E9;
    margin: 0;
    min-width: 520px;
    max-width: 520px;
}

.info-title {
    position: absolute;
    line-height: 73px;
    padding-left: 25px;
    margin: auto;
    width: 100%;
    background: #EDEEEF;
    z-index: 10;
    border-bottom: 2px solid #E5E7E9;
    font-size: 1.2rem;
    top: 0;
}

.info-footer {
    position: absolute;
    bottom: -11px;
    max-width: 100%;
    background: #edeeef;
    width: 100%;
    margin-left: -7px;
}

.info-design-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
    will-change: opacity;
    opacity: 1;
    display: none;
    width: 100%;
    z-index: 9999;
}

.footer-btn {
    padding: 15px 25px;
}

.info-right-sidebar .info-sidebar-panel {
    position: absolute;
    top: calc(6rem + 2px);
    background: #fff;
    width: 100%;
    padding: 1rem 1.4rem;
    height: calc(100vh - 12rem - 0px);
    overflow: auto;
    left: 0;
}

    .info-right-sidebar .info-sidebar-panel .info-box {
        background-color: #F8F8F8;
        min-height: 67px;
        border: 1px solid #D8DADE;
        border-radius: 3px;
        min-width: 68px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        max-width: 100px;
        line-height: 90px;
    }

        .info-right-sidebar .info-sidebar-panel .info-box .icon {
            position: relative;
            top: 7px;
        }

@media only screen and (max-width:580px) {
    .info-right-sidebar {
        min-width: 0px;
    }

    .info-sidebar-panel {
        text-align: center;
    }
}

/* For Product Category SVG Icon Css End */
/*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;
}



.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;
}

/*Forms graph design css added by sandip vala 17-02-2021 */

.title-bg {
    background: #415A77;
    color: #ffffff !important;
    padding:5px 20px;
}

.graph-heading {
    background: rgba(64,89,121,.12);
    max-width: 100%;
    padding: 5px 20px;
    color: #000000 !important;
    font-weight: 600;
    font-size: 1.2rem;
}
.graph-heading label {
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
}
.graph-content{
    margin-left:0px !important;
}
.graph-content label {
    padding: 5px 20px;
    font-size: 1.2rem;
    color:#ffffff;
    background:#96a4b4
}
.graph-content span{
    display:inline-block !important;
    padding:7px 20px;
    color: #000000;
    font-size: 1.2rem;
}
.main-graph-title{
    padding: 5px 20px;
    color:#000000 !important;
    font-size: 1.2rem;
}
.mr--6{
    margin-right:-6px !important;
}
.mr--5 {
    margin-right: -5px !important;
}
.footer-label{
    display:inline-block;
    color:#000000;
    font-weight:600;
    padding:7px 15px;
    font-size:1.2rem;
}
.total-bg {
    background:#415A77 !important;
}
.text-uppercase{
    text-transform:uppercase;
}
.jc-center {
    justify-content: center !important;
}
/*css for datatable first thead overflow hidden for first record*/
#mainRequestedFormGridContent_wrapper{
    overflow-x:unset;
    
}

#mainRequestedFormGridContent_wrapper .datatable-container {
    overflow-x: unset;
}
#RequestedTilskudTbl_wrapper {
    overflow-x: unset;
}
#RequestedTilskudTbl_wrapper .datatable-container {
    overflow-x: unset;
}

#mainTreatedFormGridContent_wrapper {
    overflow-x: unset;
}

    #mainTreatedFormGridContent_wrapper .datatable-container {
        overflow-x: unset;
    }
#TreatedTilskudTbl_wrapper {
    overflow-x: unset;
}

    #TreatedTilskudTbl_wrapper .datatable-container {
        overflow-x: unset;
    }
/*Forms graph design css added by sandip vala 17-02-2021 */

.title-bg {
    background: #415A77;
    color: #ffffff !important;
    padding: 5px 20px;
}

.graph-heading {
    background: rgba(64,89,121,.12);
    max-width: 100%;
    padding: 5px 20px;
    color: #000000 !important;
    font-weight: 600;
    font-size: 1.2rem;
}

    .graph-heading label {
        color: #000000;
        font-weight: 600;
        font-size: 1.2rem;
    }

.graph-content {
    margin-left: 0px !important;
}

    .graph-content label {
        padding: 5px 20px;
        font-size: 1.2rem;
        color: #ffffff;
        background: #96a4b4
    }

    .graph-content span {
        display: inline-block !important;
        padding: 7px 20px;
        color: #000000;
        font-size: 1.2rem;
    }

.main-graph-title {
    padding: 5px 20px;
    color: #000000 !important;
    font-size: 1.2rem;
}
.pl-45{
    padding-left:45px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.p-0 {
    padding: 0px !important;
}
.mr--6 {
    margin-right: -6px !important;
}

.mr--5 {
    margin-right: -5px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mw-100 {
    max-width: 100% !important;
}
.theme-color {
    color: rgba(64,89,121,1) !important;
}
.top-section-footer {
    display: flex;
    justify-content: flex-end;
}
.social-media-list .media-checkbox {
    margin-top: 15px;
}

.social-media-list .media-icon {
    display: flex;
    margin-top: 10px;
}
.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;
    }
.footer-label {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.2rem;
}

.total-bg {
    background: #415A77 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.jc-center {
    justify-content: center !important;
}
.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%;
    }
.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.ml--6 {
    margin-left: -6px !important;
}

.radio-group-flex {
    display: flex;
}

    .radio-group-flex .form-group {
        margin-right: 10px;
    }
.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;
}
/*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;
}

.disable-click {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.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*/


.chk-column-width {
    width: 0% !important;
}

/*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;
}

/*css for bootstrap card*/
.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-body {
    padding: 1.75rem;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.font-size-095 {
    font-size: 0.95rem !important;
    line-height: 1.3;
}

.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: ' ';
    }

.border-0 {
    border: 0 !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);
}

.position-relative {
    position: relative !important;
}

.rounded .card-img-top, .rounded .card-img-top .vjs-poster, .rounded .card-img-top .vjs-tech {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}

.h-100 {
    height: 100%;
}

.border-bottom {
    border-bottom: 1px solid rgba(120, 125, 130, 0.25) !important;
}

.pt-3, .py-3 {
    padding-top: 1rem;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.padding {
    padding: 1rem 1.75rem 0rem 1.75rem !important;
}

.select-from-library-button {
    cursor: pointer;
    border-style: dashed !important;
}

.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;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}


.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.font-weight-bold {
    font-weight: bolder;
}

.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;
    }



.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 .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;
}

/*.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 !important;
    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;
}
.border-top {
    border-top: 1px solid rgba(140,150,160,.3) !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;
}
.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;
}
.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;
}

.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;
}
.border-none {
    border: 0px !important;
}
.shadow-none {
    box-shadow: none !important;
}
.font-size-12 {
    font-size: 1.2rem !important;
    line-height: 1.2;
}
.flex-center {
    display: flex;
    align-items: center;
}

.d-none {
    display: none !important;
}

.h-cal-150 {
    overflow: auto;
    max-height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}
.flex-center-text {
    display: flex;
    justify-content: center;
}
.justify-content-center {
    justify-content: center !important;
}
.modal .modal-content {
    padding: 24px;
    background-color: #ffffff;
}
.m-0 {
    margin: 0px !important;
}
.sub-collapsible {
    padding-left: 12px !important;
}
.pt-0 {
    padding-top: 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;
}
.collapsible-treeview .collapsible {
    margin: 0px !important;
}
.inner-level-ul {
    padding-left: 35px !important;
}

.hover-effect a:hover {
    color: rgba(64,89,121,1) !important;
}
.mb-1-rem {
    margin-bottom: 1rem !important;
}
.bs-card a {
    color: #3a3a3a;
    transition: color .2s;
    outline: initial !important;
}

    .bs-card a:hover {
        text-decoration: initial;
        color: #3a3a3a;
    }
.font-weight-500 {
    font-weight: 600;
}
.bg_yellow_light {
    background-color: #fef9eb !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;
}
.bg-none{
    background:none !important;
}
.error {
    color: #CC0000 !important;
}


.overlay-solid, .overlay-gradient, .overlay-gradient-bt, .overlay-gradient-theme-color {
    position: absolute;
    width: 100%;
    height: 100%;
}
.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;
}

    .ceaser-dropdown .select-wrapper {
        border: 1px solid rgba(64,89,121,1) !important;
        border-radius: 50px;
    }

        .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;
}

.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, rgba(64,89,121,1) 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;
}
.icon-button {
    font-size: 1.4rem;
    margin: 0 0.3rem;
    width: unset;
    height: unset;
    line-height: unset !important;
    cursor: pointer;
    color:#000 !important;
}
.w-100{
    width:100% !important;
}
.text-5 {
    font-size: 1.50em !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.pb-0-5-rem {
    padding-bottom: 0.5rem !important;
}
.overflow-hidden {
    overflow: hidden !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;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem;
}
.h-30vh {
    height: 30vh !important;
}
.default-w-auto {
    width: auto !important;
}
.aspect_ratio_16_4 {
    aspect-ratio: 16 / 4;
}
.float-right{
    float:right !important;
}

.theme-bg {
    background: rgba(64,89,121,1) !important;
}
.bg-page-header {
    background:#EEE !important;
}

.create-more-page {
    position: absolute;
    z-index: 99999;
    top: 0;
    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;
}

.bs-card.type .bs-card-header .card-panel-icon {
    padding: 0;
    display: flex;
    gap: 0.25rem;
}

    .bs-card.type .bs-card-header .card-panel-icon i {
        cursor: pointer;
        font-size: 1.3rem;
        line-height: 1;
        margin: 0 0.3rem;
        width: unset;
        color: #000 !important;
    }
.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: rgba(71,135,195,1) !important;
}
.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;
    }
.cursor-pointer {
    cursor: pointer;
}

.p-5 {
    padding: 3rem !important;
}
.create_social_media a {
    color: #5896e4 !important;
}
.input-with-icon {
    border: 1px solid #a7c4b0;
    border-radius: 3px;
}
    .input-with-icon span, .input-with-icon i {
        padding-left: 10px;
        padding-right: 10px;
    }
    .input-with-icon input {
        border: 0px;
        border-left: 1px solid #a7c4b0;
    }


.justify-content-end {
    justify-content: end !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.gap-4 {
    gap: 1.5rem !important;
}

.text-color-dark, .text-dark {
    color: #212529 !important;
}

.font-weight-semibold, .font-weight-semi-bold {
    font-weight: 600 !important;
}
.text-6 {
    font-size: 1.80em !important;
}
.main-sidebar__navigation .collapsible-header.active .collapsible-header__icon--expand {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    fill: #FFFFFF;
}
.float-left {
    float: left !important;
}
.pr-0{
    padding-right:0px !important;
}
.createpage_icon{
    padding-top:0px !important;
}
.createpage_icon_inner {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 0px !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: rgba(64,89,121,1) !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: 0px;
        padding-top: 8px;
        cursor: pointer;
    }

/*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;
}
.grey-text {
    color: #9e9e9e !important;
}
.pl-25{
    padding-left:25px !important;
}
.font-size-12 {
    font-size: 1.2rem !important;
    line-height: 1.2;
}
.align-items-end {
    align-items: flex-end !important;
}
.w-50 {
    width: 50% !important;
}
.max-w-75 {
    max-width: 75% !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%;
}

[type="checkbox"].input_height_chk:checked + label::before {
    top: 9px !important;
    left: 7px !important;
}

[type="checkbox"].filled-in:checked + label:before {
    top: 2px;
    left: 0px;
}
[type="checkbox"].input_height_chk:checked + label::after, [type="checkbox"].input_height_chk:not(:checked) + label::after {
    height: 48px !important;
    width: 48px !important;
}
.gap-30 {
    gap: 30px;
}
.spot-box {
    border: 1px solid rgba(64, 89, 121, 1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.max-w-70 {
    max-width: 70px;
}
.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;
}