﻿/*background color for forms variable*/

:root {
    --education_form_back: #F9F8F5;
    --collapse-background: #F3F5F7;
    --icon-green: #61BC40;
    --icon-red: #c33131;
    --light-green: #F6FBF4;
    --approved: rgba(97, 188, 64, 0.2);
    --rejected: #FFFFFF;
    --others: rgba(209, 211, 213, 0.15);
    --approvedBackground: #F6FBF4;
    --rejectedBackground: rgba(195, 49, 49, 0.06);
    --othersBackground: #F7F9FB;
}

p {
    margin: 0px !important;
}

.approved-background {
    background: var(--approvedBackground) !important;
}

.rejected-background {
    background: var(--rejectedBackground) !important;
}

.others-background {
    background: var(--othersBackground) !important;
}

.approved-input-background {
    background: var(--approved) !important;
}

.rejected-input-background {
    background: var(--rejected) !important;
}

.others-input-background {
    background: var(--others) !important;
}

.icon-gren {
    color: var(--icon-green);
}

.icon-green {
    color: var(--icon-green);
}

.icon-red {
    color: var(--icon-red) !important;
}

.border-red {
    border: 1px solid var(--icon-red) !important;
}

.back-green {
    background: var(--light-green);
}

.collapse-background {
    background: #F3F5F7;
}

.edu-form-background {
    background-color: var(--education_form_back);
}

.bg-none {
    background: none !important;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

label.error {
    color: red;
}

span.error {
    color: red;
}

table {
    width: 100% !important;
}
.previous-year-tbl-konto.th-italic tr th  {
    font-style: italic !important;
}

.field-validation-error {
    color: red;
}

.field-validation-valid {
    color: red;
    display: block !important;
    line-height: 20px;
    font-weight: normal;
    position: absolute;
}

.custome-alert {
    -moz-box-align: center;
    align-items: center;
    background-color: transparent;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
    transition: background-color 0.1s ease 0s;
    background-color: rgba(0, 0, 0, 0.4);
}

    .custome-alert.hide-alert {
        display: none !important;
    }


        .custome-alert.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: hidden;
        overflow-y: auto;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        text-align: left !important;
        /*width:100%;*/
    }

.custom-scroll {
    overflow: auto !important;
    height: 300px;
}

.custome-alert.show-alert .action-area {
    text-align: center;
}

.btn-blue {
    background-color: #DD2103;
    border-left-color: #BB5645;
    border-right-color: #BB5645;
}

.btn-gray {
    background-color: #90ACA6;
    border-left-color: #90ACA6;
    border-right-color: #90ACA6;
}

.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;
    overflow-y:hidden !important;
    max-height:unset !important;
}


.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;
        }

.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;
        }


    .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%;
    }

        .blog-post-display-container .post-details .post-text {
            overflow: auto;
            white-space: pre-line;
        }

        .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;
}

/* 13/07/2017 */
.no-footer td, th {
    white-space: nowrap;
}

.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;
}

    .txt-password-show #showpassword {
        display: block;
        fill: rgba(96, 142, 163, 1);
        width: 28px;
        z-index: -1 !important;
        float: right;
        right: 0;
        position: relative;
        top: -4px;
    }

    .txt-password-show #hidepassword {
        display: none;
        fill: rgba(96, 142, 163, 1);
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
    }

    .txt-password-show.active #showpassword {
        display: none !important;
        fill: rgba(96, 142, 163, 1);
    }

    .txt-password-show.active #hidepassword {
        display: block !important;
        fill: rgba(96, 142, 163, 1);
        float: right;
    }


@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 26px 14px 4px;
        position: relative;
        cursor: pointer;
    }
}

.main-sidebar svg {
    /*z-index: -1 !important;*/
}

.main-sidebar::after {
    z-index: -2 !important;
    /*background-color:#98A097 !important;*/
}

.txt-password-show {
    z-index: 1 !important;
}


    .txt-password-show svg {
        z-index: -1 !important;
    }

        .txt-password-show svg use {
            z-index: -1 !important;
        }




.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: 99;
}

.cust-profile_position {
    position: relative;
}

.custom-show {
    /*position: relative;
    left: 87%;
    top: 40px;
    width: 15%;
    width: 22px;*/
}

@media (min-width: 480px) {
    .custom-show {
        /*position: relative;
        left: 87%;
        top: 52px;
        width: 15%;*/
        position: absolute;
        top: 78px;
        width: 60px;
        right: -14px;
    }

    .txt-password-show #showpassword {
        top: 0px;
    }
}



.content-area {
    /*overflow-y: scroll;
    height: 496px;
    margin-bottom: 1rem;*/
    /*overflow-y: auto;
    height: calc(98vh - 6rem - 50px);
    margin-bottom: 1rem;
    max-height: 250px;*/
}


.table-thtd_custwidth {
    width: 165px !important;
}

.unavailable {
    color: #CFD3D3 !important;
    text-decoration: line-through;
}

.line-through-red {
    color: #CC0000 !important;
    text-decoration: line-through;
}

.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;
    }

.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);
}

.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;
    }

.DisplayconfigImage img {
    height: 100%;
    max-height: 300px;
}


/*new login page css start*/
.forening-body {
    background-color: rgba(96, 142, 163, 1);
    font-family: montserrat, arial, verdana;
}

.forening-logo-group {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding-top: 40px;
    margin: 0 auto 73px;
    padding-left: 15px;
}

.logo-brnd {
    background-size: 140px;
    float: left;
    width: 140px;
    position: relative;
    top: 47px;
}

.logo-colosseum {
    background-size: 160px;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,.3);
    float: left;
    width: 200px;
    position: relative;
    top: 5px;
}

.wrap-introtext {
    text-align: center;
    display: block;
    color: #ffffff;
    margin: 0 auto;
    padding-left: 15px;
}

.forening-headline {
    font-size: 3em;
    font-weight: 400;
}

.subheadline {
    display: block;
    line-height: 1.1;
    font-size: 1.2em;
    margin-top: 20px;
}

.forening-login-group {
    justify-content: center;
    max-width: 1200px;
    margin-top: 30px;
    margin: 30px auto;
    padding-left: 15px;
}




    .forening-login-group input {
        border-radius: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em !important;
        height: 4.2rem;
    }

    .forening-login-group .button {
        text-align: left;
        background: #90ACA6;
        color: #FFF;
        padding: 0px 10px;
        border: none;
        height: 4.2rem;
        border-radius: 8px;
        text-align: center;
    }

.foreningcheckbox {
    margin-top: 18px;
}

    .foreningcheckbox span {
        position: relative;
        top: 3px;
        color: rgba(255,255,255,.6);
    }

    .foreningcheckbox [type="checkbox"] + label {
        height: 25px;
        line-height: 18px;
        position: relative;
        top: -9px;
        color: rgba(255,255,255,.7);
    }

    .foreningcheckbox [type="checkbox"].filled-in:not(:checked) + label:after {
        height: 22px;
        width: 22px;
        background: transparent;
        border: 2px solid rgba(255,255,255,.3);
    }

    .foreningcheckbox [type="checkbox"].filled-in:checked + label:after {
        height: 22px;
        width: 22px;
        background: transparent;
        border: 2px solid rgba(255,255,255,.3);
    }

    .foreningcheckbox [type="checkbox"].filled-in:checked + label:before {
        top: 4px;
        left: 3px;
    }

.forening-border {
    border-left: 1px solid rgba(255,255,255,.4);
    margin: 0 20px;
    position: relative !important;
    top: -7px !important;
}

.forening-glemt {
    position: relative !important;
    top: -7px !important;
    white-space: nowrap;
}

    .forening-glemt a {
        color: rgba(255,255,255,.7);
    }

.forening-img-tip {
    text-align: center;
    height: 192px;
}

    .forening-img-tip img {
        height: 100%;
        width: 100%;
        position: relative;
        top: 2px;
    }

.forening-header h2 {
    /*margin: 10px 0 20px;*/
    margin: 6px 0 20px;
    color: #ffffff;
}

.forening-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 12px;
}

.forgot-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 40px;
}

.welcome-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 40px;
}

.welcome-btn {
    text-align: center !important;
}

.spot .spot-headline {
    margin-bottom: 20px;
}

    .spot .spot-headline h3 {
        font-size: 1.3em;
        color: #ffffff;
    }

.spot {
    text-align: center;
    padding: 0 50px;
    line-height: 1.3;
}

    .spot .spot-text {
        opacity: .7;
        color: #ffffff;
    }

.forening-footer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .forening-footer .nav ul li a.facebook::before {
        content: '';
        background-image: url('../assets/dist/svgs/if_facebook_291720.svg');
        background-size: auto auto;
        background-size: 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 7px;
        opacity: .7;
    }

    .forening-footer .nav ul li a.facebook:hover before {
        content: '';
        background-image: url('../assets/dist/svgs/if_facebook_291720.svg');
        background-size: auto auto;
        background-size: 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        float: left;
        margin-right: 7px;
        opacity: .7;
    }

    .forening-footer .nav {
        /*padding-top: 20px;*/
        border-top: 1px solid rgba(255,255,255,.18);
    }

        .forening-footer .nav ul li {
            display: inline-block;
            padding: 0 10px;
            line-height: 30px;
        }

            .forening-footer .nav ul li a {
                color: #FFF;
                opacity: .7;
            }

                .forening-footer .nav ul li a:hover {
                    opacity: 1;
                }

    .forening-footer .forening-copyright {
        color: #FFF;
        opacity: .3;
        font-size: .8em;
        width: 100%;
        margin-top: 20px;
    }

/*popup*/

.overlay-glempt {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: none;
}

.popup-glempt {
    font-size: 20px;
    text-align: center;
    height: 550px;
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
    background: #35A4FF;
    color: #FFF;
    position: relative;
    padding: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

    .popup-glempt .close {
        font-size: 1.8em;
        right: 20px;
        color: #fff;
    }

.close {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 2.4em;
    cursor: pointer;
}

.popup-headline {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    padding-bottom: 20px;
}

.adgangskode-headline {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    padding-bottom: 15px;
}

.teaser {
    line-height: 1.3;
    margin-bottom: 35px;
}

.adgangskode-teaser {
    line-height: 1.3;
    padding-bottom: 20px;
}

.popup-glempt {
    font-size: 20px;
    text-align: center;
    color: #FFF;
}

.popup_message.forgot_email input[type="text"] {
    border-radius: 5px;
    font-size: 1em !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #BBB;
    height: 3.5em;
    margin: 5px 0px;
}

.forening--submit {
    font-size: 1em;
    padding: 14px 40px;
    border: 1px inset rgba(0,0,0,.12);
    background: #7FB98F;
    border-radius: 5px;
    position: absolute;
    margin-top: 20px;
    width: 280px;
    left: calc(50% - 140px);
}

    .forening--submit:hover {
        background: rgba(0,0,0,.4);
        color: #FFF;
    }

#notrevealed > button, #revealed > button, .popup-glempt > button {
    -webkit-transition-duration: 0.6s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .id_images .flex_image{
        display:inline-block !important;
    }
    .id_images .flex_image {
        width: 223px !important;
        flex-grow: 4;
    }
    .datatable-container {
        width: 100%;
        margin: 0px !important;
    }

    .dataTables_wrapper {
        margin: 0 20px 0 !important;
        border: none;
        overflow: hidden !important;
    }

}
@media only screen and (min-width:1440px){
    .id_images .flex_image {
        width: 200px !important;
        flex-grow: 4;
    }
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .id_images .flex_image {
        width: 170px !important;
        flex-grow: 4;
    }
    
}

@media only screen and (max-width:768px){
    .mobile-d-block{
        display:block !important;
    }
    .w-100-mobile {
        width: 100% !important;
    }
    .small-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .adgangskode-headline {
        font-size: 1.8em;
        font-weight: 400;
        margin-bottom: 0px;
        line-height: 1;
        padding-bottom: 0px;
    }

    .copyright {
        bottom: 0px !important;
    }

    .main-sidebar__navigation {
        height: calc(100vh - 80px - 185px);
    }
    .table-layout-fixed tr td {
        max-width: 250px !important;
        min-width: 250px !important;
    }
    .table-layout-fixed {
        table-layout: fixed;
        display: block;
        overflow: auto;
    }
}
@media only screen and (min-width: 1030px) and (max-width: 1366px) {
    .col-3-12.laptop-grid {
        max-width: calc(50% - 15px) !important;
        flex: 6 1 calc(50% - 15px) !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1650px) {
    .upload-table tr td div {
        min-width: unset !important;
    }

    .list-table .upload-list .document-detail {
        padding-top: 20px !important;
        white-space: inherit !important;
        left: 180px;
    }

    .list-table .upload-list .document-delete {
        min-width: 60px;
        margin-left: auto;
        display: flex !important;
        right: 0px !important;
        padding-bottom: 15px !important;
        justify-content: flex-end;
        margin-right: 10px;
    }

    .list-table .upload-list .document-detail label {
        display: block;
        font-size: 19px;
        padding-left: 0px;
        color: #000000;
        font-weight: 800;
        white-space: nowrap !important;
        text-overflow: ellipsis;
        overflow: hidden !important;
        max-width: 180px !important;
    }

    .list-table .upload-list .document-icon {
        min-width: 170px !important;
        position: absolute;
        top: 0px;
        height: 100%;
    }
}

.forening-login-span {
    text-align: center;
    position: relative;
    display: block;
    top: 21px;
}

.w-78 {
    width: 78% !important;
}
.w-70 {
    width: 70% !important;
}

.w-90 {
    width: 90% !important;
}

.h-cal-210 {
    overflow: auto;
    max-height: calc(100vh - 210px);
}

.h-cal-200 {
    overflow: auto;
    max-height: calc(100vh - 200px);
    min-height: calc(100vh - 200px);
}

.h-cal-150 {
    overflow: auto;
    max-height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}

.h-cal-250 {
    overflow: auto;
    max-height: calc(100vh - 250px);
}

.h-cal-315 {
    overflow: auto;
    max-height: calc(100vh - 315px);
}

.h-cal-150 {
    overflow: auto;
    max-height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}

.h-cal-240 {
    overflow: auto;
    max-height: calc(100vh - 240px);
}

.h-cal-140 {
    overflow: auto;
    max-height: calc(100vh - 140px);
}

.h-cal-170 {
    overflow: auto;
    max-height: calc(100vh - 230px);
}

.h-cal-270 {
    overflow: auto;
    max-height: calc(100vh - 270px);
}

.modal-top-3 {
    top: 3% !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}
.position-inherit {
    position: inherit !important;
}
.position-static{
    position:static !important;
}

.top-unset {
    top: inherit !important;
}
.top-0{
    top:0px !important;
}
.right-0{
    right:0px !important;
}
.sub-collapsible {
    padding-left: 12px !important;
}

/*calender dropdown css*/
.select-dropdown.active .txt-search {
    color: #000 !important;
}

ul.overwrite-buletpoint li {
    list-style-type: disc;
    margin-left: 10px;
}
/*ck editor check spelling popup */
.cke_dialog.cke_browser_webkit.cke_ltr {
    left: 0 !important;
}

.w-100 {
    width: 100% !important;
 }

.w-unset {
    width: unset !important;
}

.min-w-100 {
    min-width: 100% !important;
}

.w-60 {
    width: 60%;
}

.min-w-150 {
    min-width: 150px;
}

.min-w-290 {
    min-width: 290px;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.d-none {
    display: none !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex;
}
.flex-btn{
    display:flex;
    gap:0.5rem;
}
.align-center{
    align-items:center !important;
}

.fs-28 {
    font-size: 28px !important;
}

.position-absolute {
    position: absolute !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.whitespace-nowrap {
    white-space: nowrap !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pl-0 {
    padding-left: 0px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-10 {
    padding-left: 10px;
}

.pr-0 {
    padding-right: 0px;
}
.pr-25 {
    padding-right: 25px !important;
}

.mt-1rem {
    margin-top: 1rem;
}
.mt-3rem {
    margin-top: 3rem;
}
.p-1rem {
    padding: 1rem;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.w-95 {
    width: 95% !important;
}
.paragraph p {
    margin-top: 20px !important;
}
.zindex-9999 {
    z-index: 9999 ;
}

.zindex-99999 {
    z-index: 99999 !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.default-align {
    text-align: left !important;
}

.fill-white {
    fill: #fff !important;
}

.number-align, .time-align, .price-align, .date-align, .datetime-align, .year-align {
    text-align: right !important;
}

.default-align {
    text-align: left !important;
}

.all-padding {
    padding: 45px 35px 0px 40px;
}

.vertical-align-top {
    vertical-align: top !important;
}

.cursor-default {
    cursor: default !important;
}
/*new login page css start*/
.customtxtarea {
    height: 150px !important;
}

.chk-click {
    width: 0px;
    padding: 0px 9px !important;
}

.list.list--vertical label {
    display: block;
    margin-bottom: 10px;
}

.main-sidebar-overlay {
    display: none;
    position: fixed;
    width: 120px;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.instruction-red {
    background: #ff0000;
    color: #ffffff;
    border-radius: 4px;
    display: none;
    width: 100% !important;
    margin:0px 15px;
}

    .instruction-red h3 {
        padding-top: 20px;
    }

    .instruction-red p {
        font-size: 20px;
        padding: 0px 30px;
    }

/*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%;
    }

.apidatared {
    color: red !important;
}
/*END CSS FOR POPUP COLORPICKER*/
.swallabelcustom {
    position: relative !important;
    text-align: left !important;
    display: block !important;
    top: 0px !important;
    font-size: 14px !important;
    margin-top: 14px;
}

.swalinput-custom {
    margin: 0px !important;
}

    .swalinput-custom .dropdown-content {
        width: 100% !important;
        left: 0px !important;
        max-height: 250px !important;
    }

.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;
}

.cart-slider {
    width: 100%;
}

    .cart-slider.active {
        transition: 0.5s;
        width: 70%;
    }

    .cart-slider h2 {
        font-size: 20px !important;
        font-weight: 600;
    }

    .cart-slider .table_cart .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .cart-slider.active {
        transition: 0.5s;
        width: 70%;
    }

.table_cart .action-icon {
    position: absolute;
    right: 44px;
    top: 26px;
    display: flex;
    align-items: center;
}

    .table_cart .action-icon i {
        cursor: pointer;
        margin-right: 5px;
    }
/*cart modal css*/

.cart-slider.active {
    transition: 0.5s;
    width: 70%;
}

.modal-overlay.active {
    display: block;
    opacity: 0.5;
    z-index: 1002;
}
.modal-footer button {
    margin-left: 10px !important;
    padding: 0px 15px;
}
.collapse_table_row.active {
    display: table-row !important;
}

.cart-footer {
    position: fixed;
    width: 70%;
    justify-content: center;
    padding: 20px;
    bottom: 0;
    background: #ffffff;
    border-top: 1px solid #d7d7d7;
}

    .cart-footer button {
        padding: 0px 20px;
        margin-left: 5px;
    }

/*.cart-slider {
    display: block;
    position: fixed;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    height: calc(100vh - 85px) !important;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    box-shadow: 0 1px 18px rgb(0 0 0 / 8%), 0 1px 18px rgb(0 0 0 / 8%);
    border-radius: 0px;
    z-index: 1003;
    width: 0px;
    transition: 0.5s;
}*/
.cart-slider {
    width: 100%;
}
/*.main-cart-table {
    margin-top: 60px;
}*/

/*.table_cart .cart_page {
    position: fixed;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 70%;
    top: 0px;
    z-index: 9;
    background: #fafafa;
}*/

.table_cart .action-icon {
    position: absolute;
    right: 44px;
    top: 26px;
    display: flex;
    align-items: center;
}

    .table_cart .action-icon i {
        cursor: pointer;
        margin-right: 5px;
    }

/*.cart-slider .table_cart {
    padding: 20px;
}*/

.cart-slider .table_cart .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cart-slider h2 {
    font-size: 20px !important;
    font-weight: 600;
}

table.main-cart-table a {
    color: #000000 !important;
}

table.main-cart-table tr td.border-0 {
    border-top: 0px !important;
}

table.main-cart-table h5 {
    font-size: 1.15rem;
}

table.main-cart-table thead tr th {
    text-align: left;
    padding: 1rem 1rem;
    vertical-align: top;
    background: transparent;
    border-bottom: 3px solid rgba(64,89,121,1);
    border-left: none;
    font-size: .8rem;
    font-weight: 700;
}

table.main-cart-table tr td {
    font-size: .8rem;
    border-right: 1px solid #ededed;
    padding: 1rem 1rem;
}

    table.main-cart-table tr td:last-child {
        border-right: none !important;
    }

table.main-cart-table tbody tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    font-weight: unset;
}

table.main-cart-table tbody {
    border-bottom: none !important;
}

    table.main-cart-table tbody tr td.status-btn span {
        background: #e2b7b7;
        color: #ffffff;
        font-weight: 600;
        padding: 5px 20px;
    }

    table.main-cart-table tbody tr td.status-btn {
        text-align: center;
    }

    table.main-cart-table tbody tr td h5 a {
        color: rgba(64,89,121,1) !important;
        font-size: 1.15rem !important;
        font-weight: 600;
    }

    table.main-cart-table tbody tr td.product_total {
        text-align: right !important;
    }

        table.main-cart-table tbody tr td.product_total h5 {
            font-weight: 600;
            font-size: 1.15rem;
        }

table.main-cart-table .inner-table tr th {
    border-bottom: none;
}

table.main-cart-table .inner-table p {
    margin: 0px;
}

table.inner-table p.headline {
    font-size: 22px;
    font-weight: 600;
}

table.inner-table thead tr th {
    border-bottom: 3px solid rgba(96, 142, 163, 1) !important;
}

table.inner-table tbody tr th {
    background: rgba(64,89,121,.12);
}

table.inner-table .icons a {
    margin-right: .8rem;
}

    table.inner-table .icons a i {
        color: rgba(96, 142, 163, 1) !important;
    }

table.inner-table h5 {
    margin-bottom: .5rem;
    font-weight: 600;
}

table.inner-table p {
    line-height: 25px;
}

.mb-025rem {
    margin-bottom: 0.25rem;
}

table.inner-table span {
    display: block;
    line-height: 1.5rem;
    margin-bottom: 8px;
    letter-spacing: .015rem;
    word-spacing: .015rem;
}

table.inner-table tbody tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none !important;
    border-bottom: none;
    font-weight: unset;
}

    table.inner-table tbody tr td.product_name {
        white-space: normal;
    }

    table.inner-table tbody tr td.product_quantity, table.inner-table thead tr th.product_quantity {
        text-align: center;
        min-width: 90px;
    }

    table.inner-table tbody tr td.product_price {
        text-align: right;
        white-space: nowrap;
    }

    table.inner-table tbody tr td.product_total {
        font-weight: 600;
        white-space: nowrap;
    }

    table.inner-table tbody tr td.product_name h6.name_product {
        font-weight: 600;
    }

table.inner-table tbody tr.headline_row td {
    border-top-width: 4px;
    border-color: rgba(0, 0, 0, 0.04);
}

    table.inner-table tbody tr.headline_row td.newsection h5 {
        color: rgba(64,89,121,1) !important;
    }

table.inner-table tr.price_summary td {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    line-height: 1;
    padding-top: 15px !important;
}

table.inner-table tr.price_summary:last-child td {
    border-bottom: 3px solid rgba(96, 142, 163, 1) !important;
}

table.inner-table thead tr th .qrcode {
    justify-content: end;
}

#latest_order_1.active, #latest_order_2.active {
    display: table-row !important;
}

.modal-popup-heading {
    display: flex;
    align-items: center;
}

    .modal-popup-heading a i {
        color: #000000;
        font-size: 28px;
        margin-right: 25px;
    }

.popup-right-icon-bar {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
}

    .popup-right-icon-bar .corner-comment {
        background: #4787C3;
        border-bottom-left-radius: 10px;
        padding: 20px;
    }

        .popup-right-icon-bar .corner-comment a i {
            color: #ffffff;
            width: 100%;
            text-align: center;
            justify-content: center;
            display: flex;
            align-items: center;
            margin: 0 auto;
            font-weight: 600;
            -webkit-text-stroke: 1px white;
        }

.modal-popup-heading .counter-round {
    position: absolute;
    right: -8px;
    top: -9px;
    width: 25px;
    height: 25px;
    line-height: 30px;
    background: #c03535;
    border-radius: 50%;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    box-shadow: -2px 2px 4px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-round {
    display: flex !important;
    position: absolute;
    right: 3px;
    top: -1px;
    width: 20px !important;
    height: 20px;
    line-height: 30px;
    background: #c03535;
    border-radius: 50%;
    color: #FFF;
    font-weight: 700;
    font-size: 9px;
    box-shadow: -2px 2px 4px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-top-0 {
    border-top: 0 !important;
}

/*css for table tilskud education added by sandip vala 23-09-2021*/
.border-none {
    border: 0px !important;
}

.border-bottom-none {
    border-bottom: none !important
}

.background-none {
    background: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.shadow-none {
    box-shadow: none !important;
}


.collapse-bar {
    display: flex;
    padding-bottom: 0px;
    align-items: center;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 45px;
}

.collapse-background table tr td {
    border: none !important;
}

.collapse-background table tr td {
    border: none !important;
}

/*.custom-collapsible table tr:first-child td {
    padding-left: 0px !important;
}*/

.custom-collapsible {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

    /* .custom-collapsible table tr > td:last-of-type {
        padding-right: 0px !important;
    }*/

    .custom-collapsible .collapsible-header {
        border-bottom: 1px solid #ddd !important;
        padding-top: 0px;
        background: none !important;
        margin-left: 7px;
        margin-right: 8px;
    }

        .custom-collapsible .collapsible-header i {
            font-size: 12px !important;
            font-weight: 600 !important;
        }

    .custom-collapsible .collapsible-body {
        border-bottom: none;
        padding: 0px;
    }

    .custom-collapsible .collapsible-body {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .custom-collapsible .collapsible-body table tbody, .custom-collapsible .collapsible-body table tr td {
            position: relative;
            border: none !important;
            width: 20% !important;
            margin-bottom: 40px;
            padding-top: 10px;
        }


        .custom-collapsible .collapsible-body label {
            width: 100%;
            white-space: normal !important;
            word-break: break-all;
        }

            .custom-collapsible .collapsible-body label svg {
                cursor: pointer !important;
            }

        .custom-collapsible .collapsible-body table tbody {
            width: 100%;
        }

        .custom-collapsible .collapsible-body span.field-validation-error {
            position: absolute !important;
            display: block;
        }

    .custom-collapsible li {
        padding: 0 2rem;
    }

.collapse-icon {
    position: absolute;
    right: 0;
    top: 42px;
    /*z-index:99999 !important;*/
}

.collapse-heading {
    font-weight: 600;
    width: 100%;
    font-size: 20px;
}

.collapse-subheading {
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}

.document-list {
    position: relative;
}

    .document-list ul {
        position: absolute;
        margin-top: 15px;
    }

        .document-list ul li {
            padding: 5px 0px;
        }

.tbl-tilskud-heading {
    border-bottom: 0px solid #D6D5D4;
    width: 100%;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tr-100-devide-6 td {
    width: calc(100%/6);
}

.tr-100-devide-5 td {
    min-width: calc(100%/5);
    display: inline-block;
    height: auto;
    margin-bottom: 0px !important;
}

.tr-100-devide-2 td {
    min-width: calc(100%/2);
    display: inline-block;
    height: auto;
    margin-bottom: 0px !important;
}

.tr-100-devide-3 td {
    min-width: calc(100%/3);
    max-width: calc(100%/3);
    display: inline-block;
    height: auto;
}

.tr-100-devide-4 td {
    min-width: calc(100%/4);
    display: inline-block;
    height: auto;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.header-section h4 {
    padding-bottom: 20px;
    word-break: break-all;
}

.header-section .single-icon i {
    color: #000000;
    font-size: 28px;
}

.header-innner-page {
    padding: 0px 38px;
}

    .header-innner-page h4 {
        margin: 0px !important;
    }

.header-section h4 {
    padding-bottom: 20px;
    word-break: break-all;
}

.header-innner-page p {
    margin: 0px;
    padding: 10px 0px;
}

.header-section h4 {
    padding-bottom: 20px;
    word-break: break-all;
}

.header-text {
    padding: 0px 40px 0px;
}

    .header-text p {
        margin: 0px;
        margin-bottom: 20px;
    }

.list-view {
    padding-left: 40px !important;
}

.aflys {
    color: #CE5757 !important;
}

    .aflys td a {
        color: #CE5757 !important;
        font-weight: 600;
    }

.fw-600 {
    font-weight: 600;
}
.fw-800{
    font-weight:800 !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-1-2rem{
    font-size:1.2rem !important;
}

.information span {
    margin-bottom: 10px;
    display: block;
}

.theme-color {
    color: #1A73E7 !important;
}
.text--black {
    color: #000 !important;
}
.text-stroke-1 {
    -webkit-text-stroke: 1px;
}

.seperate-section {
    border: 1px solid #DBDCDC;
    border-radius: 4px;
    padding: 30px 30px;
}

.tbl-grid-icon {
    padding-right: 5px;
    padding-top: 5px;
}

.section-padding {
    padding: 0px 30px;
    min-width: 100%;
}

    .section-padding .section-border {
        padding-bottom: 25px;
    }

.section-border {
    border: 1px solid #D6D7D8;
    border-radius: 4px;
    margin: 0px 10px;
}

    .section-border .col-12-12 {
    }

    .section-border .tab-container__inner {
    }

.aflys-background {
    background-color: #ce575747 !important;
}

.header-section {
    position: relative;
    display: block;
    width: 100%;
    background: none !important;
    padding: 35px 40px 0px;
    /*box-shadow: 0 3px 30px rgb(0 0 0 / 10%), 0 3px 20px rgb(0 0 0 / 5%);*/
}

    .header-section h5 {
        /* padding:20px 0px;*/
        padding-bottom: 15px;
    }

    .header-section .modal-close {
        position: absolute;
        right: 20px;
        top: 20px;
    }

.custom-modal {
    top: 0px !important;
    z-index: 99999 !important;
    max-height: 100% !important;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.custom-footer {
    display: flex;
    overflow: hidden;
    justify-content: center;
    height: 130px !important;
    background: none !important;
    padding-top: 40px !important;
}

.tbl-tilskud-edu thead {
    border-bottom: none;
}

.tbl-tilskud-edu tr td {
    padding: 7px 7px !important;
    border: none;
    white-space: normal;
}

.tbl-tilskud-edu tr th {
    color: #202428;
    /*opacity: 0.60;*/
    font-weight: bold;
    padding-left: 7px !important;
    padding-top: 15px !important;
    height: inherit;
}

.tbl-tilskud-edu tr td input[readonly] {
    background: rgba(175, 166, 129, 0.15);
}

.readonly-background {
    background: rgba(175, 166, 129, 0.15) !important;
}

input:not([type]).input--grey-edu,
input[type=text].input--grey-edu,
input[type=password].input--grey-edu,
input[type=email].input--grey-edu,
input[type=url].input--grey-edu,
input[type=time].input--grey-edu,
input[type=date].input--grey-edu,
input[type=datetime].input--grey-edu,
input[type=datetime-local].input--grey-edu,
input[type=tel].input--grey-edu,
input[type=number].input--grey-edu,
input[type=search].input--grey-edu,
textarea.materialize-textarea.input--grey-edu {
    background-color: rgba(0, 0, 0, 0.04);
    border: 3px solid #000000 !important;
    border-radius: 4px;
}

input:not([type]).input--grey-total,
input[type=text].input--grey-total,
input[type=password].input--grey-total,
input[type=email].input--grey-total,
input[type=url].input--grey-total,
input[type=time].input--grey-total,
input[type=date].input--grey-total,
input[type=datetime].input--grey-total,
input[type=datetime-local].input--grey-total,
input[type=tel].input--grey-total,
input[type=number].input--grey-total,
input[type=search].input--grey-total,
textarea.materialize-textarea.input--grey-total {
    border: 3px solid #2024284D;
    border-radius: 4px;
}

.border-total {
    border: 3px solid #000000 !important;
}

.edu-form-background .collapsible-header i {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.filter-section {
    padding: 0px 22px 0px 40px !important;
}

.filter-seperator {
    border-style: solid;
    border-width: 1px 0px;
    border-color: #D6D7D8;
    padding: 20px 0px 12px;
    margin-bottom: 0px !important;
}

.form-actions button:first-of-type, .form-actions .btn:first-of-type, .form-actions .btn--large:first-of-type, .form-actions .btn--select-facility:first-of-type, .form-actions .wizard .actions [role=menuitem]:first-of-type, .wizard .actions .form-actions [role=menuitem]:first-of-type {
    margin-left: 10.71429px !important;
}

.helptext {
    position: relative;
}

span.help-text {
    position: relative;
    word-break: break-all;
    line-height: 27px;
    margin-top: 15px;
    display: block;
}

.center-middle-modal {
    top: 50% !important;
    transform: translate(0%,-50%) !important;
    border-radius: 8px;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 999999 !important;
}

    .center-middle-modal p {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        padding: 0px 50px;
    }

    .center-middle-modal .modal-header {
        position: relative;
        display: block;
        text-align: center;
        background: #ffffff !important;
        padding-bottom: 10px;
    }

        .center-middle-modal .modal-header i {
            color: #000000;
            position: absolute;
            right: 20px;
            top: 20px;
        }

        .center-middle-modal .modal-header label {
            color: #000000;
            padding-top: 40px;
            font-weight: 900;
            font-size: 26px;
            text-transform: uppercase;
            letter-spacing: 1.44px;
            opacity: 1;
        }

    .center-middle-modal .modal-footer {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #ffffff;
        display: flex;
        justify-content: center;
        height: auto;
        bottom: 0px;
    }

        .center-middle-modal .modal-footer a {
            background: #4E97D0;
            color: #ffffff;
            border-radius: 4px;
            padding: 15px 20px;
            font-weight: 700;
            font-size: 17px;
        }

        .center-middle-modal .modal-footer button {
            float: none !important;
            
        }

    .center-middle-modal .modal-header h5 {
        padding: 45px 0px 0px;
        font-size: 30px;
        font-weight: 900;
    }

.text-uppercase {
    text-transform: uppercase;
}

.document-upload-popup {
    overflow: hidden !important;
    box-shadow: 0px 3px 20px #00000080;
}

    .document-upload-popup input::-webkit-input-placeholder {
        color: red;
    }

    .document-upload-popup input:-moz-placeholder {
        color: red;
    }

    .document-upload-popup label {
        font-size: 12px;
        color: #202428;
        opacity: .5;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .document-upload-popup .modal-header {
        min-height: inherit !important;
    }

    .document-upload-popup .modal-content {
        padding-top: 5px;
        padding-bottom: 0px;
    }

.upload-table tr td div {
    border: 1px solid #2024284d;
    margin-bottom: 15px;
    border-radius: 4px;
    min-width: max-content;
}

.upload-table tr td table tr td {
    border: none !important;
    border: none !important;
}

.upload-table .document-detail {
    /* max-width: 200px;
    min-width:200px;*/
}

.upload-table .upload-list .document-detail span {
    display: block;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}

    .upload-table .upload-list .document-detail span.file-size {
        font-size: 11px;
        color: #4787C3;
    }

.upload-table .upload-list .document-textbox {
    padding-left: 15px;
    /*background: #f7f9fb;*/
    padding-bottom: 15px;
    width: 500px;
}

.upload-table .border-red .upload-list .document-icon {
    text-align: center;
    border-right: 1px solid var(--icon-red) !important;
    width: 160px !important;
}

.upload-table .upload-list .document-icon {
    text-align: center;
    border-right: 1px solid #2024284d !important;
    width: 160px !important;
}

    .upload-table .upload-list .document-icon img {
        height: 80px;
    }

.list-table {
    margin-top: 25px;
}

    .list-table tr td {
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }

        .list-table tr td a {
            color: #4787C3;
            margin-right: 10px;
        }

    .list-table .upload-list .document-delete {
        display: flex;
        margin-left: auto;
        padding-bottom: 20px;
        justify-content: flex-end;
        margin-right: 10px;
    }

        .list-table .upload-list .document-delete label {
            padding-left: 20px !important;
        }

tr.tr-100-devide-5 td label {
    display: inline-flex;
}

.list-table .upload-list .document-delete i {
    font-size: 18px !important;
    display: block;
    color: rgba(64,89,121,1);
    cursor: pointer;
}



.list-table .upload-list .document-icon img {
    top: 50%;
    position: relative;
    transform: translate(0%,-50%);
}

.list-table .upload-list .document-icon {
    border-right: 1px solid #BBBCBE;
    min-width: 170px !important;
    position: absolute;
    top: 0px;
    height: 100%;
}

.list-table .upload-list .document-detail {
    padding-top: 20px !important;
    padding-bottom: 5px;
    left: 180px;
}

    .list-table .upload-list .document-detail label {
        display: block;
        font-size: 19px;
        padding-left: 0px;
        color: #000000;
        font-weight: 800;
        white-space: nowrap !important;
        text-overflow: ellipsis;
        overflow: hidden !important;
        max-width: 180px !important;
    }

.upload-list .document-detail .document-name-size {
    border: none !important;
    margin-bottom: 0px !important;
}

.card {
    position: relative;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 8px;
}

.customerror {
    color: red;
    display: block;
    line-height: 20px;
    font-weight: normal;
    position: absolute;
}

.fixed-sidepanel {
    position: fixed;
    top: 0;
    height: 100%;
    background: #ffffff;
    max-width: 350px;
    z-index: 99999;
    transition: 0.5s;
    right: -350px;
}

    .fixed-sidepanel.active {
        right: 0px;
        transition: 0.5s;
    }

.fixed-header {
    padding: 25px 25px;
    padding-bottom: 0px;
    /*border-bottom:1px solid #000000;*/
}

    .fixed-header .header-title {
        font-size: 20px;
        font-weight: 800;
        padding-bottom: 15px;
        line-height: 25px;
    }

    .fixed-header .header-description p {
        font-style: italic;
        font-size: 13px;
    }

.panel-close svg {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 15px 15px;
}

.panel-close {
    cursor: pointer;
}

.fixed-footer {
    display: flex;
    position: fixed;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid grey;
}

    .fixed-footer button {
        margin-left: 10px;
        padding: 0px 20px;
    }

ul.panel-list {
    padding: 50px 0px;
}

.panel-list.active {
    display: block !important;
}

ul.panel-list li {
}

    ul.panel-list li div {
    }

/*css for comment portion sidepanel 22/11/2021*/
.comment-box .comment-display {
    background: rgba(32, 36, 40, 0.06);
    padding: 20px 25px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

    .comment-box .comment-display .comment-title .comment-name, .comment-box .comment-title .comment-name {
        font-weight: 800;
        font-size: 16px;
    }

    .comment-box .comment-display .reply-icon {
        padding: 15px 0px;
        padding-bottom: 0px;
        margin-left: -7px;
        cursor: pointer;
        display: inline-flex;
    }

        .comment-box .comment-display .reply-icon svg {
            height: 25px;
            width: 25px;
            transform: rotate(270deg);
            position: relative;
            top: -1px;
            transition: 0.5s;
        }

        .comment-box .comment-display .reply-icon.active svg {
            transform: rotate(360deg);
            transition: 0.5s;
        }

.comment-box .comment-reply {
    padding: 10px 25px;
}

    .comment-box .comment-reply .comment-description p {
        color: #202428;
        opacity: 0.7;
        font-size: 13px;
        font-style: italic;
        letter-spacing: 0.27px;
    }

.comment-box .comment-display .message-btn a {
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0.27px;
}

    .comment-box .comment-display .message-btn a:nth-child(2) {
        color: #4787C3;
        padding-left: 15px;
    }

.comment-box .comment-handling {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 10px;
}

    .comment-box .comment-handling .comment-delete-box {
        position: absolute;
        right: 30px;
        border: 1px solid #00000040;
        border-radius: 4px;
        transition: 0.5s;
        opacity: 0;
    }

        .comment-box .comment-handling .comment-delete-box.active {
            opacity: 1;
            transition: 0.5s;
        }

        .comment-box .comment-handling .comment-delete-box a {
            display: block;
            font-size: 11px;
            color: #000000;
            padding: 7px 20px 5px 10px;
            background: rgba(32, 36, 40, 0.06);
        }

            .comment-box .comment-handling .comment-delete-box a.slet {
                display: block;
                font-size: 11px;
                color: #000000;
                background: #ffffff;
                border-radius: 4px;
            }

            .comment-box .comment-handling .comment-delete-box a i {
                font-size: 12px;
                margin-right: 5px;
            }

    .comment-box .comment-handling .comment-name-datetime {
        display: block;
        width: 100%;
       /* font-size: 1px;*/
        font-style: italic;
        -webkit-text-stroke-width: 0.6px;
    }

    .comment-box .comment-handling .comment-bar {
        display: block;
        text-align: right;
        cursor: pointer;
        display: none;
    }



.comment-box .comment-title .comment-count {
    background: #C33131;
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    padding-right: 1px;
    padding-top: 1px;
    margin-right: 5px;
}

.chat-box-blue {
    background: #D1E9FF;
    /* border: 1px solid #B4C9DC;*/
    border-radius: 36px;
    /*padding: 20px;*/
    max-width: 950px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 20px 0px 0px 5px;
}

    .chat-box-blue > .chat-box-textarea {
        background: #D1E9FF !important;
    }

.chat-box-white {
    background: #ffffff;
    /* border: 1px solid #BBBCBE;*/
    border-radius: 36px;
    /*padding: 20px;*/
    margin-left: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 20px 0px 0px 5px;
}

    .chat-box-white > .chat-box-textarea {
        background: #ffffff;
    }

    .chat-box-white p, .chat-box-blue p {
        word-break: break-word;
        padding-right: 40px;
    }

    .chat-box-white div:nth-child(1), .chat-box-blue div:nth-child(1) {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .chat-box-white div:nth-child(2), .chat-box-blue div:nth-child(2) {
        font-size: 16px;
        color: #202428;
        opacity: 0.7;
        font-style: italic;
    }

.mw-950px {
    max-width: 950px;
}

.chat-handler {
    padding: 0px 5px;
}

    .chat-handler .input-handler {
        position: relative;
    }

        .chat-handler .input-handler .submit-handler {
            position: relative;
        }

            .chat-handler .input-handler .submit-handler i {
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%,-50%);
                cursor: pointer;
                color: #ffffff;
                font-size: 20px;
            }

.bg-blue {
    background: #4787C3;
}

.bg-orange {
    background: #E88F1B;
}

.chat-handler .input-handler input {
    border-radius: 50px;
    margin-top: 20px;
}

.chat-handler .input-handler textarea {
    border-radius: 10px;
    margin-top: 20px;
}

.addedit-handler {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .addedit-handler span {
        position: relative;
        display: block;
        margin-top: 7px;
        width: 50px;
        text-align: center;
        top: 50%;
        transform: translate(0%,-120%);
    }

        .addedit-handler span svg {
            cursor: pointer;
        }

.chat-handler .input-handler span {
    position: absolute !important;
    bottom: 0px;
    height: 47px;
    right: 0px;
    width: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



.chat-box-textarea {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 25px;
    margin-left: auto !important;
    margin-bottom: 20px;
    margin: 20px 0px 0px 0px;
    min-height: 132px;
}

.chat-handler .input-handler.textarea-handler p {
    word-break: break-all;
}

.chat-box-textarea div:nth-child(1), .chat-box-blue div:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.chat-box-textarea div:nth-child(2), .chat-box-blue div:nth-child(2) {
    font-size: 16px;
    color: #202428;
    opacity: 0.7;
    font-style: italic;
}

[type="checkbox"].filled-in.circle-checkbox:not(:checked) + label:after, [type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    background: #fff;
    border: 1px solid #263238 !important;
    border-radius: 50px;
}

[type="checkbox"].filled-in.circle-checkbox:checked + label:after {
    background-color: rgba(64,89,121,1) !important;
    border: 1px inset rgba(0,0,0,.12);
    border-radius: 50px;
}

[type="checkbox"].filled-in.circle-checkbox:checked + label:before {
    top: 3px;
    left: 2px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ( 37deg);
    transform: rotateZ( 37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.files-uploaded__item i {
    color: #000000;
}

/*gladiator page changes change by neha*/
.logo-text-area {
    height: 100%;
    position: relative;
    bottom: 25px;
}

.custome-upload {
    position: relative;
    height: auto;
}

    .custome-upload .custome-edit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

        .custome-upload .custome-edit input {
            display: none;
        }

            .custome-upload .custome-edit input + label {
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .custome-upload .custome-edit input + label:after {
                    content: "\f0055";
                    font-family: 'FontAwesome';
                    color: transparent;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .custome-upload .custome-preview {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #cfcfd1;
        border-radius: 3px;
        margin-top: 8px;
        max-height: 240px;
        min-height: 240px;
    }

        .custome-upload .custome-preview > div {
            width: 100%;
            height: 100%;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

    .custome-upload .custome-edit .avicon {
        color: #7fb993;
        font-size: 28px;
    }

.file-upload-container .file_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.image-preview img {
    height: 100%;
    width: 100%;
}

.image-preview.client-logo {
    width: unset;
    margin: 25px auto;
    position: relative;
}

.main-add-icon1 {
    background-color: #f0f0f0;
    height: 140px;
}

.image-preview.im_background {
    height: 100%;
    width: 100%;
}

.avatar-upload .avatar-edit input + label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 267px;
    height: 210px;
}

.img_upload .avatar-upload .avatar-edit input + label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 340px !important;
    height: 210px;
}

.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%;
    object-fit: contain;
    padding: 20px;
}

.avatar-upload .avatar-preview {
    height: 250px;
    position: relative;
}


.custimg .avatar-preview img {
    width: 100%;
    height: 100%;
}

.logo_upload .avatar-upload .avatar-preview {
    /*height: 210px;*/
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid #cfcfd1;*/
    border-radius: 3px;
    margin-top: 8px;
    max-height: 240px;
    min-height: 240px;
}

    .logo_upload .avatar-upload .avatar-preview img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        max-width: 100%;
        padding: 5px;
    }

.custimg .avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
    overflow: hidden;
}




/*multilanguage radio button css by sagar modi*/
.radio-lang-panel {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding-bottom: 10px;
}

.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: 80px;*/
        object-fit: cover;
        box-shadow: 8px 8px 10px rgba(0,0,0,0.18);
    }

.info-photo-lang {
    width: 100%;
    margin-left: -26px;
}

.d-block {
    display: block;
    margin-bottom: 0px !important;
    display: block !important;
}

.pt-0 {
    padding-top: 0px !important;
}


/*image upload css by sagar modi*/



.avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f0055";
                    font-family: 'FontAwesome';
                    color: transparent;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

.custimg .h-unset {
    height: unset !important;
}

.avatar-upload .avatar-preview {
    height: 250px;
    position: relative;
}

    .avatar-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.avatar-upload .avatar-edit .avicon {
    color: #88aabb;
    font-size: 28px;
}

.logo_upload .avatar-upload {
    position: relative;
}

    .logo_upload .avatar-upload .avatar-preview {
        height: 190px;
        position: relative;
    }

/*gladiator page changes change by neha*/
.logo-text-area {
    height: 100%;
    position: relative;
    bottom: 25px;
}

.custome-upload {
    position: relative;
    height: auto;
}

    .custome-upload .custome-edit {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

        .custome-upload .custome-edit input {
            display: none;
        }

            .custome-upload .custome-edit input + label {
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .custome-upload .custome-edit input + label:after {
                    content: "\f0055";
                    font-family: 'FontAwesome';
                    color: transparent;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .custome-upload .custome-preview {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #cfcfd1;
        border-radius: 3px;
        margin-top: 8px;
        max-height: 240px;
        min-height: 240px;
    }

        .custome-upload .custome-preview > div {
            width: 100%;
            height: 100%;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

    .custome-upload .custome-edit .avicon {
        color: #7fb993;
        font-size: 28px;
    }

.file-upload-container .file_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.image-preview img {
    height: 100%;
    width: 100%;
}

.image-preview.client-logo {
    width: unset;
    margin: 25px auto;
    position: relative;
}

.main-add-icon1 {
    background-color: #f0f0f0;
    height: 140px;
}

.image-preview.im_background {
    height: 100%;
    width: 100%;
}

.avatar-upload .avatar-edit input + label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 267px;
    height: 210px;
}

.img_upload .avatar-upload .avatar-edit input + label {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 340px !important;
    height: 210px;
}

.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%;
    object-fit: contain;
    padding: 20px;
}

.avatar-upload .avatar-preview {
    height: 250px;
    position: relative;
}


.custimg .avatar-preview img {
    width: 100%;
    height: 100%;
}

.logo_upload .avatar-upload .avatar-preview {
    /*height: 210px;*/
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid #cfcfd1;*/
    border-radius: 3px;
    margin-top: 8px;
    max-height: 240px;
    min-height: 240px;
}

    .logo_upload .avatar-upload .avatar-preview img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        max-width: 100%;
        padding: 5px;
    }

.custimg .avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
    overflow: hidden;
}

/* css for logo photo functionality icon and button */
.icon-panel {
    background: #1A73E7 !important;
    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;
    }
/*big checkbox*/

.big-chk-label {
    height: 35px !important;
    width: 35px !important;
    padding-left: 0px;
    margin-left: -7px;
}

[type="checkbox"].big-chk:checked + label::after, [type="checkbox"].big-chk:not(:checked) + label::after {
    height: 35px !important;
    width: 35px !important;
}

[type="checkbox"].big-chk.filled-in:checked + label:after, [type="checkbox"].medium-chk.filled-in:checked + label:after {
    background-color: #1A73E7 !important;
    border-color: #1A73E7 !important;
}
label.medium-chk {
    line-height:1.8rem !important;
}
    [type="checkbox"].big-chk:checked + label::before {
    width: 10px !important;
    height: 18px !important;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}

[type="checkbox"].big-chk:checked + label::before {
    top: 6px !important;
    left: 7px !important;
}

.ret-big-chk-group {
    position: relative;
    margin-top: 20px;
    left: 9px;
}

    .ret-big-chk-group .ret-chk-text {
        position: relative;
        display: block;
        line-height: 18px;
        color: #000000;
        left: 40px;
        top: -24px;
        font-size: 1.2rem;
    }

/*End big check box*/
.alignment {
    position: relative;
    top: 8px;
}

.chk-text {
    display: inline-block;
    position: relative;
    top: -27px;
    right: -38px;
}

.mianheadertooltip {
    fill: #A2ADAA;
    height: 1.2rem;
    width: 1.2rem;
    margin: 6px 0 0 6px;
}

.logo-text-area {
    height: 100%;
    position: relative;
    bottom: 25px;
}

.dropdown-pen {
    box-shadow: none;
    border: none;
}

.dropdown-pen-body {
    padding: 0px 15px;
}

.dropdown-pen .collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 50px;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .dropdown-pen .collapsible-header span {
        position: relative;
        display: block;
        top: 15px;
        font-size: 1.2rem;
    }

.main-dropdown-pen {
    position: relative;
    margin: 10px -13px;
    border: 1px solid #ddd;
}

.inner-dropdown-pen {
    padding: 20px 20px;
    margin-bottom: 35px;
}

.bg-theme {
    background: rgba(135,170,187,1) !important;
}

.custom-dropdown-pen .collapsible-body {
    border: none !important;
}

.custom-caret {
    position: relative;
}

.caret-ico {
    position: absolute !important;
    right: 0px !important;
    font-size: 10px !important;
}

.save-btn-fix {
    background: #1A73E7 !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 0px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

    .save-btn-fix:hover {
        background: #7fb993;
    }

/*file listing css*/

.lister-content {
    min-height: 294px;
    max-height: 294px;
    overflow: auto;
}

.main-fileheader {
    display: flex;
    background: #1A73E7;
    padding: 15px 0px;
    position: relative;
}

    .main-fileheader .heading {
        padding-left: 30px;
        color: #fff;
    }

    .main-fileheader .fileaction {
        position: absolute;
        right: 50px;
        color: #ffffff;
    }

.main-filelister {
    display: flex;
    padding: 10px 0px;
    position: relative;
    color: #000000;
    font-weight: 600;
}

    .main-filelister .filelister-item {
        position: absolute;
        right: 25px;
        top: 8px;
        color: #ffffff;
    }

    .main-filelister:nth-child(2n+1) {
        background: #eeeeee;
    }

    .main-filelister .filelister-name {
        padding-left: 30px;
    }
/*Dibs configuration iframe design css 18-12-2019*/
.iframe-modal {
    z-index: 12;
}

    .iframe-modal .modal-content {
        padding: 0px;
    }

.dibs-iframe {
    width: 100%;
    min-height: 720px;
}

.dibs-process {
    display: table;
    margin: 0px 0 30px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .dibs-process > li {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        position: relative;
        z-index: 1;
    }

        .dibs-process > li > span {
            display: block;
            padding: 0 10px;
            font-size: 1.14rem;
        }

        .dibs-process > li:first-child > span {
            padding-left: 0;
        }

        .dibs-process > li:last-child > span {
            padding-right: 0;
        }

        .dibs-process > li:last-child:after {
            content: none;
        }

        .dibs-process > li:before {
            content: '';
            display: inline-block;
            width: 45px;
            height: 45px;
            color: #fff;
            border: 5px solid #c0c6cd;
            background: #fff;
            border-radius: 50%;
            overflow: hidden;
        }

        .dibs-process > li:after {
            content: '';
            position: absolute;
            top: 22px;
            left: 50%;
            z-index: -1;
            display: block;
            width: 100%;
            height: 4px;
            background: #c0c6cd;
        }

        .dibs-process > li.hidden-after:after {
            content: '';
            position: absolute;
            top: 22px;
            left: 50%;
            z-index: -1;
            display: block;
            width: 100%;
            height: 4px;
            background: #c0c6cd;
            display: none;
        }

.d-none {
    display: none !important;
}

.dibs-process > li.active {
    color: #1A73E7;
}

    .dibs-process > li.active:before {
        border-color: #1A73E7;
    }

    .dibs-process > li.active.success:before {
        content: url('../assets/src/images/success.png');
        font-family: "FontAwesome";
        background: #1A73E7;
    }

    .dibs-process > li.active.success:after {
        background: #1A73E7;
    }

    .dibs-process > li.active.failure {
        color: #da5c58;
    }

        .dibs-process > li.active.failure:before {
            border-color: #da5c58;
        }

    .dibs-process > li.active.success i.dibs-checkmark {
        position: relative;
        left: 1px;
        color: #ffffff;
        top: -41px;
        display: block;
    }

    .dibs-process > li.active.success span {
        margin-top: -22px;
    }

.dibs-process > li i {
    display: none;
}

.dibs-text {
    font-size: 1.14rem;
    text-align: center;
}

.ret-first-chk-group {
    position: relative;
    margin-top: 20px;
    left: 9px;
    margin-bottom: 0px;
}

.ret-chk-group {
    position: relative;
    margin-top: 20px;
    left: 45px;
}

.ret-first-chk-text {
    /*position: absolute;*/
    position: relative;
    display: block;
    line-height: 18px;
    color: #000000;
    left: 40px;
    /*top: 9px;*/
    top: -24px;
    font-size: 1.2rem;
}

.ret-chk-text {
    position: absolute;
    display: block;
    line-height: 18px;
    color: #000000;
    left: 40px;
    top: 4px;
    font-size: 1.2rem;
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .main-filelister .filelister-name {
        padding-left: 30px;
        white-space: nowrap;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .info-icon-main {
        top: 25px !important;
    }

    .radio-lang label {
        display: inline-block;
        position: relative;
        top: 0px !important;
    }

    .copyright {
        bottom: 0px !important;
    }

    .main-sidebar__navigation {
        height: calc(100vh - 80px - 185px);
    }
}

/*start color dropdown css*/
.color-dropdown .dd-container {
    width: 100% !important;
}

.color-dropdown .dd-select {
    width: 100% !important;
    height: 48px;
    border-radius: 4px;
    background: #fff !important;
}

.color-dropdown .dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    height: 25px !important;
    width: 25px !important;
    margin-left: 15px !important;
    max-width: 64px;
    margin-top: 12px !important;
    border-radius: 0px !important;
}

.dd-pointer-down {
    border: solid 4px transparent !important;
    border-top: solid 7px #000 !important;
    margin-right: 6px !important;
}

.color-dropdown .dd-option-image, .dd-selected label {
    margin-top: 2px;
}

.color-dropdown .dd-options .dd-option-image {
    height: unset !important;
    width: unset !important;
    border-radius: 4px;
}

.color-dropdown .dd-options {
    width: 100% !important;
    padding: 0px 10px !important;
    border-bottom: none !important;
    position: absolute;
    top: 0px;
    min-height: 250px;
    max-height: 250px;
}

    .color-dropdown .dd-options label.dd-option-text {
        line-height: 0px !important;
        margin-top: 24px;
        position: relative;
    }

    .color-dropdown .dd-options a {
        padding: 5px 10px !important;
        line-height: 35px;
    }

    .color-dropdown .dd-options li:first-child a {
        padding: 10px 10px !important;
    }

/*end color dropdown css*/
.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;
}
/* NEW PRODUCT DESIGN CSS */

.kategor-title {
    color: #000000;
    font-size: 1.2rem;
    line-height: 2rem;
    display: flex;
    padding: 3px 10px 0 2px;
}

.handling-icon {
    position: relative;
    top: 10px;
    display: flex;
}

    .handling-icon svg {
        cursor: pointer;
        position: relative;
        top: -10px;
        height: 28px !important;
    }

.button-group button {
    border: none;
    padding: 10px;
    background: #eeeded;
}

.custimg .avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
    overflow: hidden;
}

.product-list-tbl img {
    height: auto;
    width: 100%;
}

.product-list-tbl th:first-child {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}

.product-list-tbl label {
    vertical-align: top;
}

.product-sidebar {
    position: fixed;
    right: -750px;
    background: #fff;
    z-index: 99;
    transition: 0.5s ease;
    width: 750px;
    height: 100vh;
    overflow: hidden;
}

.toggleproduct-bar {
    right: 0px;
}

.sidebar-content {
    width: 100%;
    padding: 15px;
    overflow: auto;
    height: calc(100vh - 195px);
}

.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*/

.split-modal {
    display: block !important;
    z-index: 9999;
    left: unset !important;
    max-height: 100% !important;
    right: -800px;
    max-width: 800px !important;
    transition: 0.5s;
    height: 100% !important;
    top: 0px;
}

    .split-modal.active {
        right: 0px !important;
        transition: 0.5s;
    }

    .split-modal .modal-footer {
        max-width: 800px;
        position: absolute;
        bottom: 0px;
    }

        .split-modal .modal-footer button {
            font-size: 1rem;
            text-transform: uppercase;
            padding: 0px 20px;
        }

    .split-modal .bg-light {
        padding: 25px 15px 15px 28px;
        margin-top: 10px;
    }

    .split-modal .split-delete {
        font-size: 1.2rem !important;
        cursor: pointer;
    }

    .split-modal .modal-header .modal-title {
        font-size: 1.1rem;
        padding: 10px 20px
    }

    .split-modal .modal-body span {
        font-size: 0.92rem;
        /*line-height: 12px;*/
    }


    .split-modal .modal-body .collapsible-header {
        font-size: 1.2rem;
        margin-right: 15px;
        min-height: auto;
    }

.mt-1-5rem {
    margin-top: 1.5rem;
}

.pt-1-5rem {
    padding-top: 1.5rem;
}

.border-top {
    border-top: 1px solid rgba(140,150,160,.3) !important;
}

.split-modal .modal-body .collapsible-header a, .split-modal .modal-body .collapsible-header i {
    color: #000000;
    margin-right: -20px;
}

    .split-modal .modal-body .collapsible-header a:hover, .split-modal .modal-body .collapsible-header i:hover {
        color: #2084e7;
    }

.split-modal .modal-content {
    padding: 30px 15px 0px 30px;
}

.split-modal .modal-body .collapsible-header i {
    font-size: 3.2rem;
}

.split-modal .collapsible-header.active {
    font-weight: normal;
}



.split-modal .focusremove {
    padding-right: 100px;
    text-overflow: ellipsis;
    display: flex;
    white-space: nowrap;
}

.split-modal .input-group-append button {
    min-width: 100px;
}

.split-modal .input-group-append.active {
    display: none;
}

.bg_info {
    background-color: rgba(0, 123, 255, 0.15) !important;
}

.font-size-12 {
    font-size: 1.2rem !important;
    line-height: 1.2;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.font-weight-500 {
    font-weight: 600;
}


.bg-danger {
    background: #dc3545 !important;
}

/*END NEW PRODUCT DESIGN CSS*/
/* START CSS FOR SCHEDULE BREAK */
.schedule-break-th {
    background: none;
}

.custom-validation-error {
    color: red;
    color: red;
    display: block;
    position: relative;
    line-height: 15px;
    top: 5px;
    /*min-width: 230px;
    max-width: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.schedule-break-th .day {
    background: #4CB554;
    border: 1px solid #409F47;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.querytbl thead {
    border-bottom: none;
}

.querytbl tbody {
    border-bottom: none;
}

.schedule-break-th {
    border-left: none !important;
    padding-right: 7px;
    padding-left: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}

.querytbl td {
    position: relative;
    border-left: none !important;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px !important;
    vertical-align: top;
    min-width: 115px;
    max-width: 115px;
}

@media only screen and (min-device-width : 280px) and (max-device-width : 1605px) {
    .tbloverflow {
        overflow-y: hidden;
        overflow-x: auto;
    }

    .querytbl td {
        position: relative;
        border-left: none !important;
        padding-right: 15px;
        padding-left: 0px;
        padding-bottom: 10px;
        padding-top: 0px !important;
        vertical-align: top;
        min-width: 115px;
        max-width: 115px;
        box-shadow: none !important;
    }
}
/*.querytbl td{
    position: relative;
    padding-bottom: 10px;
    padding-right: 15px !important;
    border-radius: 4px;
    font-weight: 600;
    padding-top: 0px !important;
}*/
.break-weekdays {
    margin-bottom: 0px;
}

.schedule-delete {
    display: inline-block;
    position: absolute;
    top: 4px;
    cursor: pointer;
    /*left: 115px;*/
}

.querytbl input[type=text] {
    font-weight: bolder;
}

.schedule-delete svg {
    height: 40px;
    width: 40px;
}

    .schedule-delete svg:hover {
        fill: rgba(71,135,195,1);
    }

.schedula-break-padding {
    padding-right: 30px;
}

.schedule-delete-svg img {
    height: 20px;
    width: 20px;
}

.pauser {
    background: #c11a1a !important;
    border-color: #850909 !important;
}

.shedule-th {
    border-left: none;
    background: #ffffff;
}

.querytickettbl td {
    position: relative;
    border-left: none !important;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px !important;
    vertical-align: top;
    min-width: 104px;
    max-width: 104px;
}

.querytbl td:last-child {
    border-right: 0px !important;
    min-width: 10px;
    max-width: 10px;
}

/* END CSS FOR SCHEDULE BREAK*/
/*event calendar css*/
.event-cal-popup .event-detaile-header {
    border-color: #e7e9ec;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    padding: 10px;
}

.event-cal-popup .fl-right {
    float: right;
}

.event-cal-popup .event-content {
    position: relative;
    padding: 10px;
}

.event-cal-popup .event-close {
    position: relative;
    display: block;
}

.event-delete {
    position: relative;
    display: block;
}

.event-cal-popup .event-delete svg {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-close svg {
    position: absolute;
    top: -15px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-time-detaile {
    border-bottom: 1px solid #e7e9ec;
}

.event-cal-popup .event-time {
    display: block;
    color: #a0a4ab;
}


.event-cal-popup .event-date {
    display: block;
}

.event-cal-popup .modal-footer .event-modal-footer {
    left: 0 !important;
    padding: 10px 20px;
    width: 100% !important;
}

    .event-cal-popup .modal-footer .event-modal-footer button {
        margin-left: 10px;
    }

/*event calendar css*/
.event-cal-popup {
    min-height: 70% !important;
    z-index: 99999 !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;
}



.DisplayconfigImage img {
    height: inherit;
}

.span-nowrap {
    white-space: nowrap;
}

.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;
}

.ml--6 {
    margin-left: -6px !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;
}

.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;
}

.font-size-13 {
    font-size: 1.3rem !important;
    line-height: 1.2;
}

.select-from-library ul li {
    margin-bottom: 0px !important;
}
.select-from-library ul li a{
    color:#000 !important;
}
.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;
    align-items:center;
}

    .select-from-library .folder-button-collapse .icon-container {
        margin-right: 0.5rem;
        display: inline-block;
    }

    .select-from-library .folder-button-collapse .folder-name {
        line-height: 22px;
        display: inline-block;
        font-size: 1rem;
    }

    .select-from-library .folder-button-collapse .icon-container i {
        font-size: 1.1rem;
        margin: 0 0.5rem;
    }

    .select-from-library .folder-button-collapse .icon-container i {
        transform: rotate(-90deg);
        transition: transform .3s;
        width: auto !important;
    }

.collapsible-header.border-none.active .icon-container i {
    transform: rotate(0deg);
    transition: transform .3s;
}

.logo-select .media-thumb-container a .list-media-thumbnail {
    width: 100%;
    height: 115px;
    object-fit: contain;
    max-width: 85%;
    margin: 0 auto;
    padding-right: 1rem;
}

.logo-select .selected-library-item .bs-card {
    background: rgba(180, 180, 180, 0.2);
    border-radius: 0;
    height: 100%;
}

.logo-select .selected-library-item {
    height: unset;
}

.logo-select .media-thumb-container .bs-card-body {
    display: none !important;
}

.library-app .media-thumb-container, .select-from-library-container .media-thumb-container {
    height: 105px;
    padding: 20px 30px;
}

.align-self-center {
    align-self: center !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.library-app .sfl-selected-item, .select-from-library-container .sfl-selected-item {
    display: none;
}

.select-font h2.render__title {
    line-height: 1.25;
    font-size: 29px;
    letter-spacing: 0;
}

.p-3 {
    padding: 1rem !important;
}

.datatable-container {
    margin: 0 0px !important;
}

.input-group.checkbox input.form-control {
    font-size: 0.9rem;
}

.typography-tbl {
    border-collapse: inherit !important;
    border-spacing: 0px 0px !important;
}

    .typography-tbl thead {
        background: none !important;
    }

        .typography-tbl thead tr th, .typography-tbl thead tr td {
            background: none !important;
            box-shadow: none !important;
        }

    .typography-tbl tbody tr.odd, .typography-tbl tbody tr.even {
        background: none !important;
    }

    .typography-tbl tbody tr td {
        box-shadow: none !important;
    }

.typography-tb tr:first-child td {
    padding-top: 0.85rem !important;
}

.typography-tbl thead tr th {
    border-left: none !important;
}

.input-group-prepend {
    margin-right: -1px;
}

.typography-tbl thead tr th, .typography-tbl tbody tr td, .typography-tbl tbody tr th {
    padding: 0.85rem 1rem !important;
    vertical-align: middle !important;
    border-bottom: 1px solid rgba(120, 125, 130, 0.25);
    border-left: 1px solid rgba(120, 125, 130, 0.25);
    border-right: none;
}

    .typography-tbl tbody tr th:first-child {
        border-left: 3px solid transparent;
    }

.mw-500 {
    max-width: 500px !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.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;
}

.validation_error {
    border-color: rgba(172, 0, 0, 0.8) !important;
    background-color: rgba(172, 0, 0, 0.1) !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center-text {
    display: flex;
    justify-content: center;
}

.flex-middlecenter {
    display: flex;
    align-items: center;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}


/*END NEW PRODUCT DESIGN CSS*/

/*add by Sagar Modi
*/
/*event calendar css*/
.event-cal-popup .event-detaile-header {
    border-color: #e7e9ec;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    padding: 10px;
}

.event-cal-popup .fl-right {
    float: right;
}

.event-cal-popup .event-content {
    position: relative;
    padding: 10px;
}

.event-cal-popup .event-close {
    position: relative;
    display: block;
}

.event-delete {
    position: relative;
    display: block;
}

.event-cal-popup .event-delete svg {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-close svg {
    position: absolute;
    top: -15px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-time-detaile {
    border-bottom: 1px solid #e7e9ec;
}

.event-cal-popup .event-time {
    display: block;
    color: #a0a4ab;
}

.event-cal-popup .event-add-time {
    display: block;
    color: #6583c0;
    font-weight: 900;
    cursor: pointer;
    max-width: 100px;
    min-width: 100px;
}

.event-cal-popup .event-date {
    display: block;
}

.event-cal-popup .modal-footer .event-modal-footer {
    left: 0 !important;
    padding: 0 20px;
    width: 100%;
}

    .event-cal-popup .modal-footer .event-modal-footer button {
        margin-left: 10px;
    }

/*event calendar css*/
.event-cal-popup {
    min-height: 70% !important;
}

    .event-cal-popup .event-detaile-header {
        border-color: #e7e9ec;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        padding: 10px;
    }

    .event-cal-popup .fl-right {
        float: right;
    }

    .event-cal-popup .event-content {
        position: relative;
        padding: 10px;
    }

    .event-cal-popup .event-close {
        position: relative;
        display: block;
    }

.event-delete {
    position: relative;
    display: block;
}

.event-cal-popup .event-delete svg {
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-close svg {
    position: absolute;
    top: -15px;
    right: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.event-cal-popup .event-time-detaile {
    border-bottom: 1px solid #e7e9ec;
}

.event-cal-popup .event-time {
    display: block;
    color: #a0a4ab;
}

.event-cal-popup .event-add-time {
    display: block;
    color: #6583c0;
    font-weight: 900;
    cursor: pointer;
    max-width: 100px;
    min-width: 100px;
}

.event-cal-popup .event-date {
    display: block;
}

.event-cal-popup .modal-footer .event-modal-footer {
    left: 0 !important;
    padding: 0 20px;
    width: 100%;
}

    .event-cal-popup .modal-footer .event-modal-footer button {
        margin-left: 10px;
    }



/*
    Event and Event Type Css
*/

.page-line {
    display: block;
    border-bottom: 1px solid #415a77;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tickets-radio {
    display: flex;
}

    .tickets-radio label {
        margin-right: 15px;
    }

.event-text {
    color: #6888a0 !important;
}

    .event-text a {
        color: #6888a0 !important;
        text-decoration: underline;
    }

textarea {
    height: 130px;
}

.d-flex {
    display: flex !important;
}
.top-0{
    top:0px !important;
}
.top-18 {
    top: 18px !important;
}
.t-10 {
    position: relative;
    top: 10px;
}

.mt--3 {
    margin-top: -3px;
}
.mt--4 {
    margin-top: -4px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-10 {
    margin-top: 10px;
}


.mt--8 {
    margin-top: -8px;
}

.mt-5 {
    margin-top: 5px;
}

.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-7 {
    padding-left: 7px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-10 {
    padding-top: 10px;
}

.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;
}

.helptext {
    position: relative;
}

span.help-text {
    position: relative;
    word-break: break-all;
    line-height: 27px;
    margin-top: 15px;
    display: block;
}

.center-middle-modal {
    top: 50% !important;
    transform: translate(0%,-50%) !important;
    border-radius: 8px;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 999999 !important;
}

    .center-middle-modal p {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        padding: 0px 50px;
    }

    .center-middle-modal .modal-header {
        position: relative;
        display: block;
        text-align: center;
        background: #ffffff !important;
        padding-bottom: 10px;
    }

        .center-middle-modal .modal-header i {
            color: #000000;
            position: absolute;
            right: 20px;
            top: 20px;
        }

        .center-middle-modal .modal-header label {
            color: #000000;
            padding-top: 40px;
            font-weight: 900;
            font-size: 26px;
            text-transform: uppercase;
            letter-spacing: 1.44px;
            opacity: 1;
        }

    .center-middle-modal .modal-footer {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #ffffff;
        display: flex;
        justify-content: center;
        height: auto;
        bottom: 0px;
    }

        .center-middle-modal .modal-footer a {
            background: #4E97D0;
            color: #ffffff;
            border-radius: 4px;
            padding: 15px 20px;
            font-weight: 700;
            font-size: 17px;
        }

        .center-middle-modal .modal-footer button {
            float: none !important;
        }

    .center-middle-modal .modal-header h5 {
        padding: 45px 0px 0px;
        font-size: 30px;
        font-weight: 900;
    }

.text-uppercase {
    text-transform: uppercase;
}

.document-upload-popup {
    overflow: hidden !important;
    box-shadow: 0px 3px 20px #00000080;
}

    .document-upload-popup input::-webkit-input-placeholder {
        color: red;
    }

    .document-upload-popup input:-moz-placeholder {
        color: red;
    }

    .document-upload-popup label {
        font-size: 12px;
        color: #202428;
        opacity: .5;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .document-upload-popup .modal-header {
        min-height: inherit !important;
    }

    .document-upload-popup .modal-content {
        padding-top: 5px;
        padding-bottom: 0px;
    }

.upload-table tr td div {
    border: 1px solid #2024284d;
    margin-bottom: 15px;
    border-radius: 4px;
    min-width: max-content;
}

.upload-table tr td table tr td {
    border: none !important;
    border: none !important;
}

.upload-table .document-detail {
    /* max-width: 200px;
    min-width:200px;*/
}

.upload-table .upload-list .document-detail span {
    display: block;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
}

    .upload-table .upload-list .document-detail span.file-size {
        font-size: 11px;
        color: #4787C3;
    }

.upload-table .upload-list .document-textbox {
    padding-left: 15px;
    /*background: #f7f9fb;*/
    padding-bottom: 15px;
    width: 500px;
}

.upload-table .border-red .upload-list .document-icon {
    text-align: center;
    border-right: 1px solid var(--icon-red) !important;
    width: 160px;
}

.upload-table .upload-list .document-icon {
    text-align: center;
    border-right: 1px solid #2024284d !important;
    width: 160px;
}

    .upload-table .upload-list .document-icon img {
        height: 80px;
    }

.list-table {
    margin-top: 25px;
}

    .list-table tr td {
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }

        .list-table tr td a {
            color: #4787C3;
            margin-right: 10px;
        }

    .list-table .upload-list .document-delete {
        display: flex;
        margin-left: auto;
        padding-bottom: 20px;
        justify-content: flex-end;
        margin-right: 10px;
    }

        .list-table .upload-list .document-delete label {
            padding-left: 20px !important;
        }

tr.tr-100-devide-5 td label {
    display: inline-flex;
}

.list-table .upload-list .document-delete i {
    font-size: 18px !important;
    display: block;
    color: rgba(64,89,121,1);
    cursor: pointer;
}



.list-table .upload-list .document-icon img {
    top: 50%;
    position: relative;
    transform: translate(0%,-50%);
}

.list-table .upload-list .document-icon {
    border-right: 1px solid #BBBCBE;
    min-width: 170px !important;
    position: absolute;
    top: 0px;
    height: 100%;
}

.list-table .upload-list .document-detail {
    padding-top: 20px !important;
    padding-bottom: 5px;
    left: 180px;
}

    .list-table .upload-list .document-detail label {
        display: block;
        font-size: 19px;
        padding-left: 0px;
        color: #000000;
        font-weight: 800;
        white-space: nowrap !important;
        text-overflow: ellipsis;
        overflow: hidden !important;
        max-width: 180px !important;
    }

.upload-list .document-detail .document-name-size {
    border: none !important;
    margin-bottom: 0px !important;
}

.card {
    position: relative;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 8px;
}

.customerror {
    color: red;
    display: block;
    line-height: 20px;
    font-weight: normal;
    position: absolute;
}

.fixed-sidepanel {
    position: fixed;
    top: 0;
    height: 100%;
    background: #ffffff;
    max-width: 350px;
    z-index: 99999;
    transition: 0.5s;
    right: -350px;
}

    .fixed-sidepanel.active {
        right: 0px;
        transition: 0.5s;
    }

.fixed-header {
    padding: 25px 25px;
    padding-bottom: 0px;
    /*border-bottom:1px solid #000000;*/
}

    .fixed-header .header-title {
        font-size: 20px;
        font-weight: 800;
        padding-bottom: 15px;
        line-height: 25px;
    }

    .fixed-header .header-description p {
        font-style: italic;
        font-size: 13px;
    }

.panel-close svg {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 15px 15px;
}

.panel-close {
    cursor: pointer;
}

.fixed-footer {
    display: flex;
    position: fixed;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid grey;
}

    .fixed-footer button {
        margin-left: 10px;
        padding: 0px 20px;
    }

ul.panel-list {
    padding: 50px 0px;
}

.panel-list.active {
    display: block !important;
}

ul.panel-list li {
}

    ul.panel-list li div {
    }

/*css for comment portion sidepanel 22/11/2021*/
.comment-box .comment-display {
    background: rgba(32, 36, 40, 0.06);
    padding: 20px 25px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

    .comment-box .comment-display .comment-title .comment-name, .comment-box .comment-title .comment-name {
        font-weight: 800;
        font-size: 16px;
    }

    .comment-box .comment-display .reply-icon {
        padding: 15px 0px;
        padding-bottom: 0px;
        margin-left: -7px;
        cursor: pointer;
        display: inline-flex;
    }

        .comment-box .comment-display .reply-icon svg {
            height: 25px;
            width: 25px;
            transform: rotate(270deg);
            position: relative;
            top: -1px;
            transition: 0.5s;
        }

        .comment-box .comment-display .reply-icon.active svg {
            transform: rotate(360deg);
            transition: 0.5s;
        }

.comment-box .comment-reply {
    padding: 10px 25px;
}

    .comment-box .comment-reply .comment-description p {
        color: #202428;
        opacity: 0.7;
        font-size: 13px;
        font-style: italic;
        letter-spacing: 0.27px;
    }

.comment-box .comment-display .message-btn a {
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0.27px;
}

    .comment-box .comment-display .message-btn a:nth-child(2) {
        color: #4787C3;
        padding-left: 15px;
    }

.comment-box .comment-handling {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 10px;
}

    .comment-box .comment-handling .comment-delete-box {
        position: absolute;
        right: 30px;
        border: 1px solid #00000040;
        border-radius: 4px;
        transition: 0.5s;
        opacity: 0;
    }

        .comment-box .comment-handling .comment-delete-box.active {
            opacity: 1;
            transition: 0.5s;
        }

        .comment-box .comment-handling .comment-delete-box a {
            display: block;
            font-size: 11px;
            color: #000000;
            padding: 7px 20px 5px 10px;
            background: rgba(32, 36, 40, 0.06);
        }

            .comment-box .comment-handling .comment-delete-box a.slet {
                display: block;
                font-size: 11px;
                color: #000000;
                background: #ffffff;
                border-radius: 4px;
            }

            .comment-box .comment-handling .comment-delete-box a i {
                font-size: 12px;
                margin-right: 5px;
            }

    .comment-box .comment-handling .comment-name-datetime {
        display: block;
        width: 100%;
        /*font-size: 1px;*/
        font-style: italic;
        -webkit-text-stroke-width: 0.6px;
    }

    .comment-box .comment-handling .comment-bar {
        display: block;
        text-align: right;
        cursor: pointer;
        display: none;
    }



.comment-box .comment-title .comment-count {
    background: #C33131;
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    padding-right: 1px;
    padding-top: 1px;
    margin-right: 5px;
}

.chat-box-blue {
    background: #D1E9FF;
    /* border: 1px solid #B4C9DC;*/
    border-radius: 36px;
    /*padding: 20px;*/
    max-width: 950px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 20px 0px 0px 5px;
}

    .chat-box-blue > .chat-box-textarea {
        background: #D1E9FF !important;
    }

.chat-box-white {
    background: #ffffff;
    /* border: 1px solid #BBBCBE;*/
    border-radius: 36px;
    /*padding: 20px;*/
    margin-left: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 20px 0px 0px 5px;
}

    .chat-box-white > .chat-box-textarea {
        background: #ffffff;
    }

    .chat-box-white p, .chat-box-blue p {
        word-break: break-word;
        padding-right: 40px;
    }

    .chat-box-white div:nth-child(1), .chat-box-blue div:nth-child(1) {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .chat-box-white div:nth-child(2), .chat-box-blue div:nth-child(2) {
        font-size: 16px;
        color: #202428;
        opacity: 0.7;
        font-style: italic;
    }

.mw-950px {
    max-width: 950px;
}

.chat-handler {
    padding: 0px 5px;
}

    .chat-handler .input-handler {
        position: relative;
    }

        .chat-handler .input-handler .submit-handler {
            position: relative;
        }

            .chat-handler .input-handler .submit-handler i {
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%,-50%);
                cursor: pointer;
                color: #ffffff;
                font-size: 20px;
            }

.bg-blue {
    background: #4787C3;
}

.bg-orange {
    background: #E88F1B;
}

.chat-handler .input-handler input {
    border-radius: 50px;
    margin-top: 20px;
}

.chat-handler .input-handler textarea {
    border-radius: 10px;
    margin-top: 20px;
}

.addedit-handler {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .addedit-handler span {
        position: relative;
        display: block;
        margin-top: 7px;
        width: 50px;
        text-align: center;
        top: 50%;
        transform: translate(0%,-120%);
    }

        .addedit-handler span svg {
            cursor: pointer;
        }

.chat-handler .input-handler span {
    position: absolute !important;
    bottom: 0px;
    height: 47px;
    right: 0px;
    width: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



.chat-box-textarea {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 25px;
    margin-left: auto !important;
    margin-bottom: 20px;
    margin: 20px 0px 0px 0px;
    min-height: 132px;
}

.chat-handler .input-handler textarea {
    border-radius: 10px;
    margin-top: 20px;
}

textarea {
    height: 132px;
}

.chat-handler .input-handler.textarea-handler span {
    position: absolute !important;
    top: 20px;
    bottom: 0px;
    height: 132px;
    right: 0px;
    width: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chat-handler .input-handler.textarea-handler p {
    word-break: break-all;
}

.chat-box-textarea div:nth-child(1), .chat-box-blue div:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}

.chat-box-textarea div:nth-child(2), .chat-box-blue div:nth-child(2) {
    font-size: 16px;
    color: #202428;
    opacity: 0.7;
    font-style: italic;
}

[type="checkbox"].filled-in.circle-checkbox:not(:checked) + label:after, [type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    background: #fff;
    border: 1px solid #263238 !important;
    border-radius: 50px;
}

[type="checkbox"].filled-in.circle-checkbox:checked + label:after {
    background-color: rgba(64,89,121,1) !important;
    border: 1px inset rgba(0,0,0,.12);
    border-radius: 50px;
}

[type="checkbox"].filled-in.circle-checkbox:checked + label:before {
    top: 3px;
    left: 2px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ( 37deg);
    transform: rotateZ( 37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.files-uploaded__item i {
    color: #000000;
}



.split-modal {
    display: block !important;
    z-index: 9999;
    left: unset !important;
    max-height: 100% !important;
    right: -80%;
    min-width: 80% !important;
    max-width: 80% !important;
    transition: 0.5s;
    height: 100% !important;
    top: 0px;
}

    .split-modal.active {
        right: 0px !important;
        transition: 0.5s;
    }

    .split-modal .modal-footer {
        max-width: 800px;
        position: absolute;
        bottom: 0px;
    }

        .split-modal .modal-footer button {
            font-size: 1rem;
            text-transform: uppercase;
            padding: 0px 20px;
        }

    .split-modal .bg-light {
        padding: 25px 15px 15px 28px;
        margin-top: 10px;
    }

    .split-modal .split-delete {
        font-size: 1.2rem !important;
        cursor: pointer;
    }

    .split-modal .modal-header .modal-title {
        font-size: 1.1rem;
        padding: 10px 20px
    }

    .split-modal .modal-body span {
        font-size: 0.92rem;
        /*line-height: 12px;*/
    }


    .split-modal .modal-body .collapsible-header {
        font-size: 1.2rem;
        margin-right: 15px;
        min-height: auto;
    }

.mt-1-5rem {
    margin-top: 1.5rem;
}

.pt-1-5rem {
    padding-top: 1.5rem;
}

.border-top {
    border-top: 1px solid rgba(140,150,160,.3) !important;
}

.split-modal .modal-body .collapsible-header a, .split-modal .modal-body .collapsible-header i {
    color: #000000;
    margin-right: -20px;
}

    .split-modal .modal-body .collapsible-header a:hover, .split-modal .modal-body .collapsible-header i:hover {
        color: #2084e7;
    }

.split-modal .modal-content {
    padding: 30px 15px 0px 30px;
}

.split-modal .modal-body .collapsible-header i {
    font-size: 3.2rem;
}

.split-modal .collapsible-header.active {
    font-weight: normal;
}



.split-modal .focusremove {
    padding-right: 100px;
    text-overflow: ellipsis;
    display: flex;
    white-space: nowrap;
}

.split-modal .input-group-append button {
    min-width: 100px;
}

.split-modal .input-group-append.active {
    display: none;
}

.bg_info {
    background-color: rgba(0, 123, 255, 0.15) !important;
}

.font-size-12 {
    font-size: 1.2rem !important;
    line-height: 1.2;
}
.font-size-30 {
    font-size: 30px !important;
    
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.font-weight-500 {
    font-weight: 600;
}


.bg-danger {
    background: #dc3545 !important;
}



.validation_error {
    border-color: rgba(172, 0, 0, 0.8) !important;
    background-color: rgba(172, 0, 0, 0.1) !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center-text {
    display: flex;
    justify-content: center;
}
.flex-center-text button{
    padding: 0px 15px !important;
}
.input-with-label {
    position: relative;
}

    .input-with-label input {
        padding-right: 120px;
    }

    .input-with-label span.label-info {
        position: absolute;
        top: 0;
        right: 0;
        height: 48px;
        width: 100px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 16px;
    }

        .input-with-label span.label-info.icon-up {
            background: #279549 !important;
        }

        .input-with-label span.label-info.icon-down {
            background: #ea4a48 !important;
        }

        .input-with-label span.label-info span.icon {
            height: auto;
            width: auto;
        }

.flex-middlecenter {
    display: flex;
    align-items: center;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.input-with-label span.label-info span.icon i {
    font-size: 18px;
    margin-top: 3px;
}

.input-with-label span.label-info span.icon i {
    font-size: 18px;
    margin-top: 3px;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.custom-calendar-icon {
    position: relative;
    height: 17px !important;
    width: 17px !important;
    top: 2px;
}

img[src=""] {
    display: none;
}
.datatable-margin-padding-0 .child-tbl {
    background: rgba(71,135,195,.12);
    padding: 20px 20px;
}


.input-with-label span.label-info span.icon i {
    font-size: 18px;
    margin-top: 3px;
}

.input-with-label span.label-info.icon-forword {
    background: #cfd3d3 !important;
}

/*css for previous year konto tilskud */
table.previous-year-tbl-konto thead tr th, table.previous-year-tbl-konto tfoot tr td {
    background: none !important;
    border-left: 0px !important;
    border-bottom: 1px inset rgba(0,0,0,.07);
   
}
table.previous-year-tbl-konto tfoot tr:first-child td {
    padding: 15px 7px !important;

}

table.previous-year-tbl-konto thead {
    border-top: 1px inset rgba(0,0,0,.07);
}
table.previous-year-tbl-konto tbody tr td{
    padding-top:0px !important;
    border-left:0px !important;
}
.double-border{
    border-bottom:double 3px #000;
    display:inline-block;
}
.tbl-heading{
    margin-bottom:5px;
}
.tbl-subheading {
    margin-top: 0px;
    color: #A6A7A9;
    font-size: 18px;
}
.btn-square {
    border-radius: 4px !important;
    padding:0px 24px;
}

.with-search i {
    color: #ffffff;
    background: #1A73E7;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 12px;
}
.with-search input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.gap-10{
    grid-gap:10px !important;
}
.align-item-baseline{
    align-items:baseline;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-end{
    justify-content:flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.w-auto{
    width:auto !important;
}
.border-bottom {
    border-bottom: 1px solid #E8E8E8;
}
.pt-2-rem{
    padding-top:2rem !important;
}
.page-headline h5{
    margin-bottom:25px;
}
.page-headline p{
    margin-bottom:10px !important;
}
.cursor-pointer{
    cursor:pointer;
}

.datatable-margin-padding-0 .child-tbl {
    background: rgba(71,135,195,.12);
    padding: 20px 20px;
}
.theme-color-svg {
    fill:#1A73E7;
}
[type="checkbox"].filled-in.theme-color-chk:checked + label:after {
    background-color: #1A73E7 !important;
    border-color: #1A73E7 !important;
}

[type="checkbox"].filled-in:checked + label:after {
    background-color: #00b6d2 !important;
    border-color: #00b6d2 !important;
}
.btn-action-container {
    padding: 0px 10px;
    border-radius: 60px !important;
    position: absolute;
    top: 3px;
    white-space: nowrap;
    right: 330px;
}

/*css for previous year konto tilskud */
table.previous-year-tbl-konto thead tr th, table.previous-year-tbl-konto tfoot tr td {
    background: none !important;
    border-left: 0px !important;
    border-bottom: 1px inset rgba(0,0,0,.07);
   
}
table.previous-year-tbl-konto tfoot tr:first-child td {
    padding: 15px 0px !important;
}

table.previous-year-tbl-konto thead {
    border-top: 1px inset rgba(0,0,0,.07);
}
table.previous-year-tbl-konto tbody tr td{
    padding-top:0px !important;
    border-left:0px !important;
}
.double-border{
    border-bottom:double 3px #000;
    display:inline-block;
}
.tbl-heading{
    margin-bottom:5px;
}
.tbl-subheading {
    margin-top: 0px;
    color: #A6A7A9;
    font-size: 18px;
}

.table-layout-fixed{
    table-layout:fixed;
}

.tbl-elipsis-label span {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.overflow-unset{
    overflow:unset !important;
}

.dataTables_wrapper {
    overflow-x: inherit !important;
   
}
#calFullScreen .custom-table .floating-header-table{
    overflow-y:inherit !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

.tab-container__inner a {
    color: rgba(71,135,195,1) !important;
}
.pr-10{
    padding-right:10px;
}


/*add CSS*/
.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;
}

.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;
}

.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;
}

/*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;
}

/*start collapsible treeview css*/
.collapsible-treeview .collapsible {
    margin: 0px !important;
}

.collapsible-treeview ul.collapsible li i {
    font-size: 1.1rem !important;
    margin-right: 0.75rem !important;
    width: auto;
}

.collapsible-treeview .collapsible-header {
    min-height: unset;
    line-height: unset;
}

.inner-level-ul {
    padding-left: 35px !important;
}

.collapsible-treeview .collapsible li label {
    height: 25px;
}

.bs-card a {
    color: #3a3a3a;
    transition: color .2s;
    outline: initial !important;
}

    .bs-card a:hover {
        text-decoration: initial;
        color: #3a3a3a;
    }

.bg_yellow_light {
    background-color: #fef9eb;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

pl-3, .px-3 {
    padding-left: 1rem !important;
}

.rounded {
    border-radius: 50px !important;
}

.box-dashed-border {
    border: 2px dashed #e8d5d5;
}
.aspect_ratio_16_4 {
    aspect-ratio: 16 / 4 !important;
}
.aspect_ratio_16_9 {
    aspect-ratio: 16 / 9;
}
.w-40{
    width:40% !important;
}
.overflow-hidden {
    overflow: hidden !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 img {
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}
.thumb-info-action-icon {
    display: flex;
    align-items: center;
    gap: 18px;
}
.thumb-info-action-icon i {
    color: #fff;
    font-size: 20px;
}
.flex_image_overlay:hover .thumb-info-action {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}
.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;
}
.flex_image_overlay:hover:before {
    opacity: 1;
}

.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;
}
.flex_image_overlay {
    position: relative;
}
.flex_image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.flex_image_overlay .action-plus-icon {
    display: none;
}
.box-dashed-border {
    border: 2px dashed #e8d5d5;
}

    .box-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;
    }

.action-plus-icon .thumb-info-action-icon {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    justify-content: center;
}
.submenu {
    cursor: pointer;
}
.flex_image img {
    height: 100%;
    width: 100%;
}
.count_overlay {
    position: relative;
}
    .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;
    }
.plus-counter {
    color: #ffffff !important;
    font-size: 35px;
}
.vertical-icon-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.card-line-break {
    text-overflow: ellipsis;
    display: block !important;
    overflow: hidden;
    height: auto !important;
    white-space: nowrap;
    margin-top: 10px;
}

.link-disable{    
    opacity:0.5;
    cursor:not-allowed;
}

.theme-bg {
    background: #1A73E7 !important;
}

.actions-panel__header--toggle svg {
    width: 59px;
    height: 59px;
    right: 0px !important;
    padding: 15px;
    /*background:#7FB993;*/
    top: 0px;
}

.custom-reset {
    background: black !important;
}
.swal2-modal .swal2-content {
    word-break: break-all !important;
}
.fill-black{
    fill:#000000 !important;
}
.tooltip-modal {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px 0px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index:9;
}

.tooltip-modal img {
    height: 100%;
    width: 100%;
}

.tooltip-modal .modal-header {
    min-height: inherit;
    padding: 0px 30px;
    margin: 0px 7px;
}

.tooltip-modal .modal-header h5 {
    font-size: 1rem !important;
}

.filter-btn-green {
    background:#00b6d2 !important;
}

.w-130-px{
    width:130px !important;
}
.bg-light-grey {
    background: #e9ebed !important;
}
.bg-white {
    background: #ffffff !important;
}
.w-200-px{
    width:200px !important;
}
.w-50-px{
    width:60px !important;
}
.expanded-tbl th:first-child {
    min-width:50px;
    max-width:50px;
    width:50px;
}
.w-100-px{
    width:100px !important;
}
.br-5 {
    border-radius: 5px;
}
.popup-scroll {
    max-height: 250px;
    overflow: auto;
    padding:10px;
}
.w-75{
    width:75% !important;
}
.w-115{
    width:115px !important;
}
.th-bg-none thead tr th{
    background:none !important;
}
.mw-100{
    max-width:100% !important;
}
.text-black{
    color:#000 !important;
}
.fill-theme {
    fill: #00b6d2 !important;
}
.overflow-visible{
    overflow:visible !important;
}

.ml-5{
    margin-left:5px;
}
.hiddenextrainput .select-dropdown, .hiddenextrainput span.caret {
    display: none !important;
}

.hiddenextrainput .select-wrapper input {
    border: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.text-decoration-underline {
    text-decoration:underline !important;
}

.slider-modal.active.mw-60 {
    max-width: 60% !important;
    min-width: 60% !important;
}
.rolles-tbl {
    border-collapse: separate;
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
    overflow: hidden !important;
}

    .rolles-tbl thead tr th {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: #1A73E7 !important;
        color: white;
    }

    .rolles-tbl td, .rolles-tbl th {
        border-top: 1px solid rgba(0, 0, 0, .15);
        border-left: 0px;
    }

    .rolles-tbl tr:first-child td {
        padding-top: 1.5rem !important;
        padding-bottom: 1.2rem !important;
    }

    .rolles-tbl thead tr th:first-child, .rolles-tbl tbody tr td:first-child {
        padding-left: 28px !important;
    }

    .rolles-tbl td {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .rolles-tbl [type="checkbox"] + label {
        padding-left: 15px !important;
    }

    .rolles-tbl .treegrid-expander-expanded {
        transform: rotate(90deg);
        transform-origin: center;
    }

        .rolles-tbl .treegrid-expander-expanded::after {
            content: "";
            background: url("../Images/arrow/long_right_arrow.svg");
            height: 40px;
            width: 20px;
            background-repeat: no-repeat;
            border: 0px;
            left: 7px;
            top: 0px !important;
        }

    .rolles-tbl .treegrid-expander-collapsed {
        transform: rotate(0deg);
        transform-origin: center;
    }

        .rolles-tbl .treegrid-expander-collapsed::after {
            content: "";
            background: url("../Images/arrow/long_right_arrow.svg");
            height: 40px;
            width: 20px;
            background-repeat: no-repeat;
            border: 0px;
            left: 3px;
            top: -4px !important;
        }

.pb-1-rem {
    padding-bottom: 1rem !important;
}

.pt-1-rem {
    padding-top: 1rem !important;
}
.padding-28{
    padding:0px 28px !important;
}

.h-cal-500 {
    max-height: calc(100vh - 500px);
    overflow: auto;
}

.vScrollbarTrack {
    position: absolute !important;
}
#tblBookingResult [type="checkbox"]:not(:checked), #tblBookingResult [type="checkbox"]:checked {
    position:relative !important;
}
#tblBookingResult_wrapper {
    padding-bottom: 20px !important;
}
input[type="checkbox"].filled-in {
   visibility:hidden;
}
.min-w-800{
  min-width:800px !important;
  max-width:800px !important;
}
.popup-custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 2.3rem;
}
.fs-18{
    font-size:18px;
}
.fs-16 {
    font-size: 16px !important;
}
.pb-50{
    padding-bottom:50px;
}
.pt-25{
    padding-top:25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.content-padding{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
}

/*Calender color information css */
.mr-5 {
    margin-right: 5px;
}

.me-1 {
    margin-right: 2rem !important;
}

.aspect_ratio_1_1 {
    aspect-ratio: 1 / 1;
    background: red;
}

.w-10px {
    width: 10px;
}

.bg-xtranet {
    background: rgb(23, 162, 184) !important;
}

.bg-before-after {
    background: rgb(235, 198, 52,0.2) !important;
}

.bg-booked-terminal {
    background: rgba(210,110,4.1) !important;
}

.bg-blocking {
    background-color: rgba(97,105,113,1) !important;
}

.bg-booked-prioritylane {
    background-color: rgba(181,99,173,0.2) !important;
}

.bg-booked-Fastlane {
    background-color: rgba(181,99,173,1) !important;
}

.bg-closed {
    background: rgba(137, 198, 151,0.2) !important;
}

.bg-payment-awaiting {
    background-color: rgb(244,184,152) !important;
}

.bg-reserved {
    background-color: rgb(137,198,151) !important;
}

.bg-forening-approved {
    background-color: rgba(63,137,244,1) !important;
}

.bg-privateuser-approved {
    background-color: rgba(76,186,89,1) !important;
}

.bg-forening-request {
    background-color: rgba(63,137,244,0.2) !important;
}

.bg-privateuser-request {
    background-color: rgba(76,186,89,0.2) !important;
}

.bg-forening-conflict {
    background-color: rgba(237,0,0,1) !important;
}

.bg-privateuser-conflict {
    background-color: rgba(237,0,0,1) !important;
}
.bg-booked {
    background: rgba(255,161,52,1) !important;
}