@font-face {
}

.fa-e:before {
    border: 2px solid;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Custom code */
label {
    padding-left: 0.3rem;
    font-weight: 500;
}

/* new gutters */
.custom-checkbox label {
    padding-left: 0;
    font-weight: 370;
}

.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

    .small-gutter > * {
        padding-left: 5px;
        padding-right: 5px;
    }

.smaller-gutter {
    margin-left: -3px;
    margin-right: -3px;
}

    .smaller-gutter > * {
        padding-left: 3px;
        padding-right: 3px;
    }

.large-gutter {
    margin-left: -50px;
    margin-right: -50px;
}

    .large-gutter > * {
        padding-left: 50px;
        padding-right: 50px;
    }

/* mmenu */
/* General clasess */
.text-big {
    font-size: 120% !important;
}

.text-small {
    font-size: 90% !important;
}

.underline {
    text-decoration: underline;
}

    .underline:hover {
        text-decoration: none;
    }

.opacity80 {
    opacity: .8;
}

.opacity60 {
    opacity: .6;
}

.height440 {
    height: 440px !important;
}

.dymamic_height {
    height: 0;
}

.maxweight80 {
    max-width: 80px;
}

.maxweight50 {
    max-width: 50px;
}

.align-items-center > .col-form-label {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

* {
    outline: none;
}

button:focus {
    outline: none;
}

.search_field {
    padding-left: 3rem;
    background-image: url(../../assets/icons/search_icon.svg);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 15px center;
}

body {
    line-height: 1.3;
}

/* Login Pages */
.logo h1 {
    font-weight: 300;
    margin: 1rem 0;
}

.login_container {
    background: rgba(255, 255, 255, 0.9);
    max-width: 520px;
    min-height: 660px;
    padding: 3rem 1rem;
}

    .login_container .sms_codes .form-control {
        height: calc(1em + 1.5rem + 4px) !important;
        width: calc(1em + 1.5rem + 4px) !important;
    }

/* End login pages */
/* 1.0 dashboard */
.header {
    height: 50px;
    background: #ececec;
}

    .header .logo_img {
        width: 70px;
        height: 50px;
        background-color: var(--bs-primary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header .logo_text {
        display: flex;
        align-items: center;
        width: 15rem;
        overflow: hidden;
        transition: all 0.3s;
    }

        .header .logo_text h2 {
            font-size: 1.7rem;
            transition: all 0.3s;
        }

    .header .openMenu .logo_text {
        width: 0;
        padding: 0 !important;
    }

        .header .openMenu .logo_text h2 {
            font-size: 0;
        }

/* Header Notifications */
.notification_list_holder {
    max-height: 750px;
    background: #fff;
}

.badge-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .badge-icon .badge {
        position: absolute;
        bottom: -13px;
        margin: 0 auto;
        border-radius: 0;
        padding: .35rem .5rem;
        font-size: .8rem;
    }

.badge-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 7.3rem;
    height: 7.3rem;
    border-radius: 2rem;
}

.badge-icon-text-sm {
    width: 3rem;
    height: 3rem;
}

.notifications_header button {
    border: none;
    background: none;
    padding: .5rem;
    width: 60px;
    height: 50px;
    position: relative;
    outline: none;
}

    .notifications_header button:after {
        display: none;
    }

    .notifications_header button .badge {
        position: absolute;
        right: 6px;
        top: 15px;
    }

    .notifications_header button[aria-expanded="true"] {
        background: #d2d2d2;
    }

.notifications_header #notification_dropdown {
    position: absolute;
    z-index: 4;
    top: 100%;
    right: 0;
    min-width: 400px;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    max-height: 703px;
}

    .notifications_header #notification_dropdown p a {
        color: #62a77e;
    }

.badge.badge-notification {
    width: 23px;
    font-size: 0.9rem;
    height: 23px;
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge.badge-lg-notification {
    width: 29px;
    font-size: 0.9rem;
    height: 29px;
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* End Header Notifications */
/*breadcrumb*/
.breadcrumb-item, .breadcrumb-item a {
    color: #b2b2b2;
}

div.asTextArea {
    height: 140px;
    overflow: auto;
    white-space: break-spaces;
    resize: vertical;
}

div.asTextInput {
    white-space: normal;
    height: fit-content;
    padding: 6px 10px;
    resize: none;
}

/* Menu */
.menu_burger {
    padding: 0px;
    font-size: 0;
    border-radius: 0;
    box-sizing: border-box;
    width: 60px;
    position: relative;
    height: 50px;
    display: block;
    z-index: 2;
    margin-left: -25px;
}

    .menu_burger:hover .slicknav_icon span {
        background: #62a77e;
    }

    .menu_burger .slicknav_icon, .menu_burger .slicknav_icon span {
        display: block;
        position: absolute;
        left: 0;
    }

    .menu_burger .slicknav_icon {
        width: 34px;
        height: 22px;
        margin: auto;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .menu_burger .slicknav_icon span {
            height: 2px;
            width: 100%;
            background: #8e8e8e;
            border-radius: 0px;
            opacity: 1;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            .menu_burger .slicknav_icon span:nth-child(1), .menu_burger .slicknav_icon span:nth-child(2) {
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .menu_burger .slicknav_icon span:nth-child(1) {
                top: 0;
                transform-origin: left center;
            }

            .menu_burger .slicknav_icon span:nth-child(2) {
                top: 10px;
                transform-origin: left center;
            }

            .menu_burger .slicknav_icon span:nth-child(3) {
                top: 20px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

.main_menu {
    min-height: calc(100vh - 50px);
    height: 100%;
    background: #3f4144;
    position: relative;
    width: calc(15rem + 70px);
    transition: all 0.3s;
}

    .main_menu:before {
        content: '';
        width: 70px;
        position: absolute;
        background: #2f3031;
        top: 0;
        bottom: 0;
    }

    .main_menu .menu_icon {
        width: 70px;
        display: inline-flex;
        vertical-align: middle;
        height: 45px;
        align-items: center;
        justify-content: center;
    }

        .main_menu .menu_icon img {
            opacity: 0.3;
            transition: opacity 0.3s;
        }

    .main_menu .menu_text {
        color: #8e8e8e;
        font-size: 1.1rem;
        padding-left: 1rem;
        transition: all 0.3s;
        overflow: hidden;
    }

    .main_menu li {
        position: relative;
    }

        .main_menu li:hover {
            color: #fff !important;
        }

        .main_menu li a {
            display: flex;
            align-items: center;
            justify-content: start;
        }

            .main_menu li a:hover {
                text-decoration: none;
                color: #fff !important;
            }

                .main_menu li a:hover .menu_text {
                    color: #fff !important;
                }

                .main_menu li a:hover .fa-light {
                    color: #fff !important;
                }

                .main_menu li a:hover img {
                    opacity: 1;
                }

            .main_menu li a .badge {
                margin-left: .7rem;
            }

        .main_menu li .main_submenu {
            width: 100%;
            padding-top: 0.5em;
        }

            .main_menu li .main_submenu ul {
                padding-left: 70px;
                font-size: 0.95rem;
                list-style: none;
            }

                .main_menu li .main_submenu ul li {
                    margin-bottom: .5rem;
                }

                    .main_menu li .main_submenu ul li:last-child {
                        margin-bottom: 0;
                    }

                        .main_menu li .main_submenu ul li:last-child a {
                            margin-bottom: 0;
                        }

                    .main_menu li .main_submenu ul li a {
                        padding-left: 2.2rem;
                        position: relative;
                        color: #8e8e8e;
                        transition: all 0.3s;
                    }

                        .main_menu li .main_submenu ul li a:before {
                            content: "";
                            width: 8px;
                            height: 8px;
                            position: absolute;
                            left: 1.1rem;
                            top: 6px;
                            background: #8e8e8e;
                            transition: all 0.3s;
                        }

                        .main_menu li .main_submenu ul li a:hover {
                            color: #fff;
                        }

                            .main_menu li .main_submenu ul li a:hover:before {
                                background: #fff;
                            }

                    .main_menu li .main_submenu ul li.active > a {
                        color: #62a77e;
                    }

                    .main_menu li .main_submenu ul li.active a:before {
                        background: #62a77e;
                    }


    .main_menu .hotkeyActive > a, #mainMenuContainer .main_menu .hotkeyActive > a .menu_text {
        color: var(--bs-primary-light) !important;
    }

    .main_menu li .main_submenu .has_submenu ul li a:before {
        border-radius: 25%;
        width: 0;
    }

    .main_menu .has_submenu {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }

        .main_menu .has_submenu > a {
            width: 100%;
        }

li.has_submenu li.has_submenu ul {
    padding-left: 8px;
    padding-top: 0.5em;
    background: #333;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0;
    font-size: 90%;
}

.oppenedMenu .main_menu li .main_submenu ul li a


.main_menu .active .menu_icon {
    background: #3f4144;
}

.main_menu .active .menu_icon img {
    opacity: 1;
}

.main_menu .active .menu_text, .main_menu .active .fa-light {
    color: #fff !important;
}

.main_menu .submenu_trigger {
    /*height: 60px;*/
    margin-left: auto;
    color: #8e8e8e;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    padding-right: 1rem;
    cursor: pointer;
}

    .main_menu .submenu_trigger:hover {
        color: #fff;
    }

    .main_menu .submenu_trigger[aria-expanded="true"] .fa-angle-right:before {
        content: "\f107";
    }

    .main_menu .submenu_trigger i {
        transition: inherit;
    }

.main_menu .tooltip-inner {
    color: #fff;
}

.main_menu .arrow::before {
    border-right-color: #2f3031;
}

.main_menu.openMenu {
    width: 70px;
}

    .main_menu.openMenu .menu_text {
        font-size: 0;
        opacity: 0;
        padding: 0;
        transition-delay: 0s;
        width: 0;
    }

    .main_menu.openMenu .badge {
        position: absolute;
        top: 10px;
        right: 5px;
        margin-left: 0;
    }

    .main_menu.openMenu .submenu_trigger {
        display: none;
    }

    .main_menu.openMenu .has_submenu a {
        width: 100%;
    }

.main_menu .left_menu_tooltip {
    display: none;
    opacity: 1 !important;
}

.main_menu.openMenu .left_menu_tooltip {
    display: block;
}

/*.main_submenu.mm-panel {
    display: block !important;
}*/

/*.mm-listitem .submenu_trigger {
    display: none;
}

.mm-panels .mm-panel a {
    font-size: 1rem;
    font-weight: 400;
}

    .mm-panels .mm-panel a.mm-navbar__title {
        font-weight: 600;
        font-size: 1.1rem;
    }

.mm-panels .mm-panel .main_submenu a {
    padding-left: 20px;
}

.mm-panels .mm-panel .menu_icon {
    width: 40px;
    display: inline;
    vertical-align: middle;
    margin-right: .5rem;
}

    .mm-panels .mm-panel .menu_icon img {
        margin: 0 auto;
        display: block;
        opacity: 0.3;
        height: 20px;
        max-width: 26px;
    }

.mm-panels .mm-panel .badge {
    margin-left: .6rem;
}

.mm-panels .mm-panel .active a {
    color: #fff !important;
}

.mm-panels .mm-panel .active .menu_icon img {
    opacity: 1;
}

.mm-panels .mm-panel:first-child ul > li > a:first-child {
    display: flex;
    align-items: center;
}

.mm-panels .mm-listitem:after {
    left: 0;
}

.mm-panels .main_submenu .mm-listitem__text {
    padding-left: 20px;
}

.mm-panels .mm-listitem__text {
    padding-left: 10px;
}*/

/* End  menu */
.main_content > .right_content {
    width: calc(100% - 70px);
    transition: width 0.3s;
}

.main_content.oppendMenu > .right_content {
    width: calc(100% - (15rem + 70px));
}

.left_menu_tooltip .tooltip-inner {
    white-space: nowrap;
    padding: 0.35rem 1rem;
    background-color: #2f3031;
    border-radius: 0.5rem;
    opacity: 1;
}

/* Scroll style */
.mCSB_scrollTools {
    width: 7px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 7px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 7px;
    background: #b2b2b2;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2f3031;
    width: 7px;
}

.close {
    opacity: 1;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

.close > i {
    /*font-size: 1.5rem;
    line-height: 1.5rem;*/
    color: #fff;
}

/* Alert */
.alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    color: #fff;
}

    .alert img {
        opacity: 0.6;
    }

    .alert > span {
        padding: 0 .7rem;
        text-align: center;
    }

/* Custom select */
.custom-select {
    -webkit-appearance: none;
    font-size: 1rem;
    background-size: 16px 10px;
    background-position: right 0.6rem center;
}

select.form-control {
    -webkit-appearance: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.47' height='30.25' viewBox='0 0 36.47 24.25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill: none; stroke: %234d4d4d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; fill-rule: evenodd; } %3C/style%3E%3C/defs%3E%3Cpath id='custom_select_icon' class='cls-1' d='M2493,619.005l-15,15-14.99-15' transform='translate(-2459.78 -612.25)'/%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 16px 12px;
}

/* Custom Checkbox */
.custom-checkbox {
    min-height: 1.5rem;
}

    .custom-checkbox input[type=radio] + .custom-control-label::before {
        border-radius: 1rem;
    }

    .custom-checkbox .custom-control-label {
        min-height: 1.5rem;
        padding: 0.2rem 0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .custom-checkbox .custom-control-label:before {
            top: 0;
        }

        .custom-checkbox .custom-control-label:after {
            top: 0;
        }

.checkbox_without_text {
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
}

    .checkbox_without_text input[type=checkbox] {
        opacity: 0;
        position: absolute;
    }

        .checkbox_without_text input[type=checkbox]:checked + span {
            background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251.5 191.8'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeckbox_icon%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpolygon class='cls-1' points='0 102.48 89.32 191.8 251.5 29.62 221.89 0 88.38 133.51 27.27 72.39 0 102.48'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 50%/50% 50%;
            background-color: #2f3031;
        }

    .checkbox_without_text span {
        width: 1.6em;
        height: 1.5rem;
        background-color: #c9c9c9;
        display: block;
        transition: background-color 0.3s;
    }

td > .checkbox_without_text {
    margin-top: 3px;
}

/* Btn */
.btn-transparent {
    color: #fff;
    border: 2px solid #fff;
}

    .btn-transparent:hover {
        color: #000;
        background: #fff;
    }

/* user tooltip */
.user_tooltip {
    display: none;
}

    .user_tooltip .tooltip-inner {
        padding: 1rem;
        border-radius: 0.5rem;
        width: 240px;
        max-width: inherit;
        background-color: #2f3031;
        color: #fff;
    }

    .user_tooltip a {
        color: #fff !important;
    }

        .user_tooltip a:hover {
            color: #fff !important;
        }

    .user_tooltip .arrow::before {
        border-bottom-color: #2f3031;
    }

    .user_tooltip p {
        color: rgba(255, 255, 255, 0.5) !important;
    }

.tools_dropdown {
    height: 100%;
    /*width: 100%;*/
}

    .tools_dropdown .tools_btn {
        height: 1.5rem;
        background: none;
        border: none;
        width: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 0;
        transition: all 0.3s;
        margin-left: auto;
    }

        .tools_dropdown .tools_btn:hover {
            background-color: #67577e;
        }

            .tools_dropdown .tools_btn:hover img {
                filter: invert(100) brightness(100);
            }

        .tools_dropdown .tools_btn[aria-expanded="true"] {
            background-color: #67577e;
        }

            .tools_dropdown .tools_btn[aria-expanded="true"] img {
                filter: invert(100) brightness(100);
            }

    .tools_dropdown .dropdown-menu {
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        min-width: 100%;
        width: fit-content;
    }

        .tools_dropdown .dropdown-menu .dropdown-item {
            padding: 0.5rem 1.5rem;
            font-weight: 370;
            font-size: 0.8rem;
            border-bottom: 1px solid #f3f3f3;
            text-underline-position: from-font;
        }

            .tools_dropdown .dropdown-menu .dropdown-item:hover,
            .tools_dropdown .dropdown-menu .hotkeyActive > .dropdown-item,
            .tools_dropdown .dropdown-menu .active > .dropdown-item {
                background: #67577e;
                color: #fff;
            }

            .tools_dropdown .dropdown-menu .dropdown-item i {
                font-size: 1rem !important;
            }

.notifications_header .tools_dropdown {
    width: 100%;
}

    .notifications_header .tools_dropdown .tools_btn {
        height: 35px;
    }

        .notifications_header .tools_dropdown .tools_btn:hover {
            background-color: transparent;
        }

            .notifications_header .tools_dropdown .tools_btn:hover img {
                filter: invert(0) brightness(0);
                opacity: 0.4;
            }

        .notifications_header .tools_dropdown .tools_btn[aria-expanded="true"] {
            background-color: transparent;
        }

            .notifications_header .tools_dropdown .tools_btn[aria-expanded="true"] img {
                filter: invert(0) brightness(0);
                opacity: 0.4;
            }

.action_table_holder {
    display: flex;
    align-items: center;
    max-width: 70px;
    margin-left: auto;
}

/* Slider */
.posts_slider {
    width: 100%;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

    .slick-dots li {
        list-style: none;
        font-size: 0;
        background: #737373;
        width: 14px;
        height: 14px;
        padding: 0;
        border-radius: 100%;
        margin: 4px;
        cursor: pointer;
        transition: all 0.3s;
    }

        .slick-dots li:hover {
            background: #000;
        }

        .slick-dots li.slick-active {
            background: #67577e;
        }

        .slick-dots li button {
            display: none;
        }

/* Tabs */

.tabs .resp-tabs-list li {
    flex: 1;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    margin: 0;
    border: none !important;
    /*padding: 1.2rem 1rem !important;*/
    font-size: 1rem;
    text-align: center;
    color: #8e8e8e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    font-weight: inherit !important;
}

    .tabs .resp-tabs-list li img {
        opacity: 0.28;
        margin-right: .7rem;
    }

    .tabs .resp-tabs-list li:hover {
        background-color: #ccc9c9 !important;
    }

.tabs .resp-tabs-list .resp-tab-active {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    color: #000;
    margin-bottom: 0px !important;
}

    .tabs .resp-tabs-list .resp-tab-active:hover {
        background-color: #fff !important;
    }

    .tabs .resp-tabs-list .resp-tab-active img {
        opacity: 1;
    }

.tabs .resp-accordion {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    margin: 0;
    border: none !important;
    /*padding: 1.2rem 1rem !important;*/
    font-size: 1rem;
    text-align: center;
    color: #909090;
    display: none;
    align-items: center;
    transition: background 0.3s;
    font-weight: inherit !important;
}

    .tabs .resp-accordion span.resp-arrow {
        order: 99;
        margin-left: auto;
    }

    .tabs .resp-accordion img {
        opacity: 0.28;
        margin-right: .7rem;
    }

    .tabs .resp-accordion:hover {
        background-color: #ccc9c9 !important;
    }

    .tabs .resp-accordion.resp-tab-active {
        border-bottom: 1px solid rgba(0,0,0,.1) !important;
        color: #000;
        margin-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

        .tabs .resp-accordion.resp-tab-active:hover {
            background-color: #fff !important;
        }

        .tabs .resp-accordion.resp-tab-active img {
            opacity: 1;
        }

.tabs .resp-tab-content {
    border: none !important;
    padding: 0;
}

/*.table_filters .filter_search {
    padding: 10px 15px 10px 100px;*/
/*height: 3rem;*/
/*height: 100%;
    background: url(../../assets/icons/search_icon.svg) no-repeat 50px center;
    background-size: 25px 25px;
    border: none;
    width: 100%;
    outline: none;
}*/

.table_filters .filter_categories {
    position: relative;
    min-height: 2.5rem;
    height: 100%;
    z-index: 999;
}

.table_filters .filter_categories_dimScreen {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 990;
    display: none;
}

.table_filters .filter_categories .dropdown-toggle {
    min-height: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 3rem 0 1.5rem;
    font-size: 1.1rem;
    color: #595b5e;
    position: relative;
    z-index: 3;
}

    .table_filters .filter_categories .dropdown-toggle:after {
        content: "\f107";
        font-family: 'FontAwesome';
        border: none;
        position: absolute;
        right: 1.5rem;
    }

.table_filters .filter_categories .categories_drop {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.table_filters .filter_categories .badge {
    display: none;
}

.table_filters .filter_categories .custom-checkbox {
    padding: 0.7rem 1rem .7rem 3.8rem !important;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

    .table_filters .filter_categories .custom-checkbox.active {
        background: #67577e;
        color: #fff;
    }

        .table_filters .filter_categories .custom-checkbox.active .custom-control-label:before {
            background: #fff;
        }

        .table_filters .filter_categories .custom-checkbox.active .custom-control-label:after {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 200'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23523b68;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeckbox_icon%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpolygon class='cls-1' points='0 102.48 89.32 191.8 251.5 29.62 221.89 0 88.38 133.51 27.27 72.39 0 102.48'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        }

    .table_filters .filter_categories .custom-checkbox .custom-control-label {
        padding: 0;
    }

.table_filters .filter_categories .instruction_filter {
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 2;
    width: 90%;
    min-width: 288px;
    max-width: 335px;
}

.table_filters .table_actions > .dropdown-toggle {
    min-height: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 3rem 0 1.5rem;
    font-size: 1.1rem;
    color: #595b5e;
    position: relative;
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
}

    .table_filters .table_actions > .dropdown-toggle:disabled {
        opacity: .6;
    }

    .table_filters .table_actions > .dropdown-toggle:after, .customSelect button:after {
        content: "\f107";
        font-family: 'FontAwesome';
        border: none;
        position: absolute;
        right: 1.5rem;
    }

.table_filters .table_actions > .dropdown-menu {
    width: 100%;
    margin: 0;
    min-width: 250px;
}

.table_filters .dropdown-toggle[aria-expanded="true"] {
    background: #67577e;
    color: #fff;
}

    .table_filters .dropdown-toggle[aria-expanded="true"]:after {
        content: "\f106";
    }

    .table_filters .dropdown-toggle[aria-expanded="true"] .badge.badge-primary {
        background: #fff;
        color: #67577e;
    }

    .table_filters .dropdown-toggle[aria-expanded="true"] img {
        filter: brightness(100);
    }

.table_filters .table_filters_buttons a {
    /*height: 3rem;*/
    min-height: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,.45);
    padding: 0 .7rem;
    font-weight: 500;
    background-color: #e9ecef;
}

    .table_filters .table_filters_buttons a.active {
        color: black;
        text-decoration: underline;
        background-color: white;
    }

.table_filters .clear_filter {
    min-height: 2.5rem;
    height: 100%;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #4d4d4d;
}

    .table_filters .clear_filter:before {
        content: "";
        background: url(../../assets/icons/close_icon_grey.svg) no-repeat;
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        margin-right: .6rem;
    }

/* Dot animation */
@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.intro-banner-vdo-play-btn {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 56px;
    text-align: center;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
    z-index: 1;
}

    .intro-banner-vdo-play-btn i {
        line-height: 56px;
        font-size: 30px;
    }

    .intro-banner-vdo-play-btn .ripple {
        position: absolute;
        width: 40px;
        height: 40px;
        z-index: -1;
        left: 50%;
        top: 50%;
        opacity: 0;
        margin: -20px 0 0 -20px;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite;
    }

        .intro-banner-vdo-play-btn .ripple:nth-child(2) {
            animation-delay: .3s;
            -webkit-animation-delay: .3s;
        }

        .intro-banner-vdo-play-btn .ripple:nth-child(3) {
            animation-delay: .6s;
            -webkit-animation-delay: .6s;
        }

/* End Dot animation */
/* 2.2 */
.simple_table {
    width: 100%;
}

    .simple_table.small-th th {
        width: 100px;
    }

    .simple_table.vertical_align th {
        vertical-align: middle;
        padding-bottom: 1rem;
    }

    .simple_table.vertical_align tr:last-child td, .simple_table.vertical_align tr:last-child th {
        padding-bottom: 0;
    }

    .simple_table th {
        width: 150px;
        padding-right: 1.5rem;
        vertical-align: top;
        font-weight: 400;
    }

    .simple_table td {
        padding-bottom: 1rem;
    }

    .simple_table tr:last-child td {
        padding-bottom: 0;
    }

/* 4.1 */
.accordion_holder .step_holder .accordion_trigger {
    background: #fff;
    position: relative;
    cursor: pointer;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

    .accordion_holder .step_holder .accordion_trigger[aria-expanded="true"] {
        background: #2f3031;
        color: #fff;
    }

        .accordion_holder .step_holder .accordion_trigger[aria-expanded="true"] .badge-lg-notification {
            background: #fff;
            color: #000;
        }

        .accordion_holder .step_holder .accordion_trigger[aria-expanded="true"] i.fa-angle-right:before {
            content: "\f107";
        }

        .accordion_holder .step_holder .accordion_trigger[aria-expanded="true"] i.fa-angle-up:before {
            content: "\f107";
        }

    .accordion_holder .step_holder .accordion_trigger i {
        /*font-size: 2rem;*/
        color: #aaaaaa;
    }

    .accordion_holder .step_holder .accordion_trigger.disabled, .accordion_holder .step_holder.skipStep .accordion_trigger {
        pointer-events: none;
        cursor: default;
    }

    .accordion_holder .step_holder .accordion_trigger .badge-lg-notification {
        width: 1.5rem;
        height: 1.5rem;
        background: #000;
        font-size: 1rem;
        color: #fff;
    }

.insuranceStep.badge-lg-notification {
    background: black;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 10px;
}

    .insuranceStep.badge-lg-notification.completed {
        background: url(../../assets/icons/check_icon_white.svg) no-repeat center #000;
        background-size: 15px;
        color: transparent;
    }

.accordion_holder .step_holder .accordion_trigger.completed {
    background-color: #62a77e;
    color: #fff;
}

    .accordion_holder .step_holder .accordion_trigger.completed .badge-lg-notification {
        background: url(../../assets/icons/check_icon_green.svg) no-repeat center #fff;
        background-size: 15px;
        font-size: 0;
    }

    .accordion_holder .step_holder .accordion_trigger.completed i {
        color: #fff;
    }

    .accordion_holder .step_holder .accordion_trigger.completed img {
        filter: brightness(10);
        opacity: 0.5;
    }

.favorite_img {
    opacity: .3;
    transition: all 0.3s;
    cursor: pointer;
}

    .favorite_img.added {
        opacity: 1;
    }

/*.cpr_nummer_holder input[type=text],
.cvr_nummer_holder input[type=text] {
    width: 46px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 500 !important;
    text-align: center;
    font-size: 1.1rem !important;
    height: 51px !important;
    text-transform: uppercase !important;
}

.cpr_nummer_holder input[type=password],
.cvr_nummer_holder input[type=password] {
    width: 46px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    text-align: center;
    font-size: 1.2rem;
    height: 51px;
    text-transform: uppercase;
}

.cpr_nummer_holder .separator-number,
.cvr_nummer_holder .separator-number {
    width: 1.1rem;
    height: 2px;
    background-color: #ced4da;
    margin: 0 0.5rem;
    display: inline-block;
    margin-bottom: 0.2rem;
}*/

.dropzone {
    border: 2px dashed #000 !important;
    text-align: center;
}

/* 5.0 */
.badge-square {
    width: 100%;
    position: relative;
    padding-top: 75%;
    font-size: .9rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: normal;
    min-height: 230px;
    border-radius: 2rem;
}

    .badge-square.badge-square-sm {
        min-height: auto;
        padding-top: 100%;
        border-radius: 1rem;
    }

        .badge-square.badge-square-sm .badge-square-inner {
            padding: .7rem;
        }

    .badge-square .badge-square-inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 2rem 1rem;
    }

/* 6.0 */
.cpr_hideen {
    color: #a5a6aa;
    display: flex;
    align-items: center;
}

    .cpr_hideen input {
        width: 15px;
        font-size: 2rem;
        color: #a5a6aa;
        text-align: center;
        padding: 0;
        border: none;
        outline: none;
        height: 2.5rem;
        text-transform: uppercase;
        font-weight: 500;
    }

        .cpr_hideen input.shown_text {
            font-size: 0.9rem;
            color: #495057;
        }

    .cpr_hideen span {
        padding: 0 .5rem;
    }

.modal-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    background: #2f3031;
    color: #fff;
    border-radius: 0;
}

    .modal-header .close {
        font-weight: 300;
        font-size: 1.5rem;
    }

.date_interval {
    max-width: 400px;
    width: 100%;
}

    .date_interval label.til {
        height: calc(1.5em + 1.6rem + 4px);
        line-height: calc(1.5em + 1.6rem + 4px);
        padding: 0 10px;
        margin-bottom: 0;
        display: block;
        width: auto;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
    }

        .date_interval label.til.auto {
            width: auto;
        }

    .date_interval .form-group {
        margin-bottom: 0;
    }

.form-control[readonly][class*=datepicker] {
    background: url(../../assets/icons/datepicker_white.svg) no-repeat 15px center #2f3031;
    background-size: 23px 23px;
    padding-left: 3rem;
    color: #fff;
    border-color: #2f3031;
}

    .form-control[readonly][class*=datepicker]::placeholder {
        color: #fff;
        opacity: 1;
    }

    .form-control[readonly][class*=datepicker]:disabled {
        opacity: 0.65;
    }

/* 9.0 Frontpage */
.authentication_banner {
    background: url(../../assets/images/login_background_Jan2024.jpg) no-repeat center top;
    background-size: cover;
    height: 950px;
}

.front_banner {
    background: url(../../assets/images/Banner_frontpage_Jan2024.png) no-repeat center top;
    background-size: cover;
    height: 950px;
}

    .front_banner .content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 4rem 1rem 2rem;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .front_banner .content .front_banner_text {
            padding-bottom: 5rem;
        }

            .front_banner .content .front_banner_text h1 {
                font-size: 2.3rem;
            }

            .front_banner .content .front_banner_text p {
                font-size: 1.2rem;
                line-height: 1.6;
                font-weight: 300;
            }

    .front_banner .logo h2 {
        font-size: 2.5rem;
    }

.front_content {
    margin-top: -5rem;
}

    .front_content .content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0rem 1rem;
    }

    .front_content *[class*=border] {
        border-width: 2px !important;
        border-color: #ececec !important;
    }

/* Internet explorer 10+ */
@media all and (forced-colors: none), (forced-colors: active) { /* Was '@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)' but changed due to deprecation */
    .logo {
        width: calc(15rem + 70px);
        transition: none !important;
    }

        .logo .logo_text {
            transition: none !important;
        }

    .login_container .logo {
        width: 100%;
    }

    /*.frontpage .logo {
        width: auto;
    }*/

    .openMenu.logo {
        width: 70px;
    }

    .header .openMenu .logo_text {
        display: none;
    }

    .main_menu.openMenu .menu_text {
        display: none;
    }

    .user_details_header .row > .col {
        min-width: 260px;
    }

    .cpr_hideen input {
        font-size: 1.5rem;
    }

    /*    .ll-skin-melon .ui-datepicker {
        position: fixed !important;
    }*/

    .date_interval {
        width: 400px;
    }

    .custom-select {
        background: url(../assets/icons/custom_select_icon.png) no-repeat;
        background-size: 16px 10px;
        background-position: right 0.6rem center;
    }
}

/* Microsoft edge */
@supports (-ms-ime-align: auto) {
    .logo {
        width: calc(15rem + 70px);
        transition: none !important;
    }

        .logo .logo_text {
            height: 70px;
            transition: none !important;
        }

    .login_container .logo {
        width: 100%;
    }
    /*.frontpage .logo {
        width: auto;
    }*/

    .openMenu.logo {
        width: 70px;
    }

        .openMenu.logo .logo_text {
            display: none;
        }

    .header .openMenu .logo_text {
        display: none;
    }

    .main_menu.openMenu .menu_text {
        display: none;
    }

    .cpr_hideen input {
        font-size: 1.5rem;
    }

    .tools_dropdown .tools_btn {
        transition: background-color 0.3s;
    }

        .tools_dropdown .tools_btn:hover {
            background: url(../../assets/icons/tools_icon_white.svg) no-repeat center #67577e;
            background-size: 27px 7px;
        }

            .tools_dropdown .tools_btn:hover img {
                opacity: 0;
                transition: 0s;
                filter: none;
            }

        .tools_dropdown .tools_btn[aria-expanded="true"] {
            background: url(../../assets/icons/tools_icon_white.svg) no-repeat center #67577e;
            background-size: 27px 7px;
        }

            .tools_dropdown .tools_btn[aria-expanded="true"] img {
                opacity: 0;
                transition: 0s;
                filter: none;
            }

    table.dataTable tbody tr.selected .tools_dropdown .tools_btn {
        background: url(../../assets/icons/tools_icon_white.svg) no-repeat center;
        background-size: 27px 7px;
    }

        table.dataTable tbody tr.selected .tools_dropdown .tools_btn img {
            opacity: 0;
        }

        table.dataTable tbody tr.selected .tools_dropdown .tools_btn:hover {
            background: url(../../assets/icons/tools_icon_white.svg) no-repeat center #2f3031;
            background-size: 27px 7px;
        }

            table.dataTable tbody tr.selected .tools_dropdown .tools_btn:hover img {
                opacity: 0;
                transition: 0s;
                filter: none;
            }

        table.dataTable tbody tr.selected .tools_dropdown .tools_btn[aria-expanded="true"] {
            background: url(../../assets/icons/tools_icon_white.svg) no-repeat center #2f3031;
            background-size: 27px 7px;
        }

            table.dataTable tbody tr.selected .tools_dropdown .tools_btn[aria-expanded="true"] img {
                opacity: 0;
                transition: 0s;
                filter: none;
            }

    .table_filters .dropdown-toggle[aria-expanded="true"] img {
        filter: none;
    }
}

/*@media (max-width: 1199.98px) {
    .table_filters .filter_search {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
}*/

@media (max-width: 991.98px) {
    body {
        font-size: 15px;
    }

    .header .logo_text {
        width: 13rem;
    }

    .main_menu {
        width: calc(13rem + 70px);
    }

    /*    .main_menu:not(.mm-menu) {
        width: calc(13rem + 70px);
    }*/

    .main_content > .right_content {
        width: calc(100% - 70px);
    }

    .main_content.oppendMenu > .right_content {
        width: calc(100% - (13rem + 70px));
    }

    .tabs ul.resp-tabs-list {
        display: none;
    }

    .tabs .resp-accordion {
        display: flex;
        font-size: 1rem;
        font-weight: inherit !important;
    }

    .modal-lg,
    .modal-xl {
        max-width: 940px;
        margin: 0.5rem;
    }

    .date_interval {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    .user_tooltip {
        display: block;
    }

    .header .logo_text {
        display: none;
    }

    /*.main_content > .right_content {
        width: 100%;
    }*/
    .main_content > .right_content {
        width: calc(100% - 70px);
    }

    .accordion_holder .step_holder .accordion_trigger h3 {
        font-size: 1.1rem;
    }

    .accordion_holder .step_holder .accordion_trigger .badge-lg-notification {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 1.1rem;
    }

    .accordion_holder .step_holder .accordion_trigger img {
        width: 25px;
    }


    .modal-footer {
        padding: 1rem;
    }

    .modal-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal-header {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .front_banner {
        background: #343434;
        height: auto;
    }

        .front_banner .logo {
            justify-content: center;
        }

            .front_banner .logo img {
                width: 250px;
            }

            .front_banner .logo h2 {
                font-size: 1.8rem;
            }

        .front_banner .content {
            padding-bottom: 0;
        }

            .front_banner .content .front_banner_text {
                padding-bottom: 0;
                margin-bottom: 0 !important;
                padding-top: 2rem;
                text-align: center;
            }

                .front_banner .content .front_banner_text img {
                    margin-top: 2rem;
                }

                .front_banner .content .front_banner_text h1 {
                    font-size: 2rem;
                }

                .front_banner .content .front_banner_text p {
                    font-size: 1rem;
                }

    .front_content {
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .notifications_header #notification_dropdown {
        right: -77px;
        min-width: 355px;
    }

    .notification_list_holder {
        max-height: 420px !important;
    }
}

@media (max-width: 373.98px) {
    .notifications_header #notification_dropdown {
        min-width: 300px;
    }

    .simple_table tr {
        display: block;
    }

        .simple_table tr > * {
            display: block;
            width: 100%;
        }

    .simple_table.small-th th {
        width: 100%;
    }

    .simple_table.vertical_align th {
        padding-bottom: 0rem;
    }

    .accordion_holder .step_holder .accordion_trigger h3 {
        font-size: 1rem;
    }

    .cpr_nummer_holder input[type=text] {
        width: 37px;
        font-size: 1rem;
    }

    .cpr_nummer_holder input[type=password] {
        width: 37px;
        font-size: 1rem;
    }

    .form-control[readonly][class*=datepicker] {
        background: #2f3031;
        padding-left: 1rem;
    }
}

.form_label {
    font-weight: 400;
}

.post_blog {
    height: 600px;
    max-height: 600px;
}

.post_blog_dashboard {
    height: 680px;
    max-height: 680px;
}

.post_blog_upper {
    height: 60%;
}

.box-md-header {
    height: 2.5rem;
    max-height: 2.5rem;
}

.box-lg-header {
    height: 4rem;
    max-height: 4rem;
}

.box-header {
    max-height: 70px;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,.1);
}

.dropdown-toggle {
    cursor: pointer;
}

/*Styling for usernotes*/
.UserNotePopoverContainer {
    display: block;
    width: 208px;
    min-height: 150px;
    position: relative;
    left: -220px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ddd;
    top: -30px;
    white-space: normal;
}

.UserNotePopoverLink {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border: 1px solid #ddd;
    flex: 1 1 auto;
    text-align: center;
    margin: 2px;
}

    .UserNotePopoverLink.ColorOption {
        background-color: var(--ColorOption,"white");
        border: 1px solid var(--ColorOption,"black");
        border-radius: 50%;
        cursor: pointer;
    }

.UserNotePopoverLinkUnset {
    background-color: #ff0000;
    content: '';
    background: url(../../assets/icons/close_icon_grey.svg) no-repeat;
    background-position: -2px -2px;
    background-size: 24px 24px;
}


.hasDatepicker, .ui-timepicker-input {
    cursor: pointer !important;
}

.dropdown-item.disabled {
    opacity: 0.65;
    pointer-events: none;
}


.card-textTeaser {
    --numberOfLines: 8;
    overflow: hidden;
    height: calc(var(--bodyLineHeight,1.3em)*var(--numberOfLines,10));
}

:root {
    --bodyLineHeight: 1,3em;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs,
.col-xxs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

a {
    color: #67577e;
    text-decoration: none;
    background-color: transparent;
}

    a.mute {
        color: #67577e !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.mute:hover {
            opacity: .75;
        }

/* Border extensions */
.border-info {
    border-color: #c9c9c9 !important;
}

/* Extension borders breakpoints */
.border-top {
    border-top: 1px solid rgba(0,0,0,.1);
}

.border-end {
    border-right: 1px solid rgba(0,0,0,.1);
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.border-start {
    border-left: 1px solid rgba(0,0,0,.1);
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-x {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}

.border-y {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

@media not print {
    @media (min-width: 374px) {
        .border-xxs-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-xxs-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xxs-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-xxs-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-xxs-top-0 {
            border-top: 0 !important;
        }

        .border-xxs-end-0 {
            border-right: 0 !important;
        }

        .border-xxs-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-xxs-start-0 {
            border-left: 0 !important;
        }

        .border-xxs-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xxs-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }

    @media (min-width: 576px) {
        .border-sm-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-sm-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-sm-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-sm-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-sm-top-0 {
            border-top: 0 !important;
        }

        .border-sm-end-0 {
            border-right: 0 !important;
        }

        .border-sm-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-sm-start-0 {
            border-left: 0 !important;
        }

        .border-sm-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-sm-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }


    @media (min-width: 768px) {
        .border-md-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-md-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-md-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-md-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-md-top-0 {
            border-top: 0 !important;
        }

        .border-md-end-0 {
            border-right: 0 !important;
        }

        .border-md-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-md-start-0 {
            border-left: 0 !important;
        }

        .border-md-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-md-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }

    @media (min-width: 992px) {
        .border-lg-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-lg-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-lg-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-lg-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-lg-top-0 {
            border-top: 0 !important;
        }

        .border-lg-end-0 {
            border-right: 0 !important;
        }

        .border-lg-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-lg-start-0 {
            border-left: 0 !important;
        }

        .border-lg-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-lg-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }

    @media (min-width: 1200px) {
        .border-xl-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-xl-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xl-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-xl-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-xl-top-0 {
            border-top: 0 !important;
        }

        .border-xl-end-0 {
            border-right: 0 !important;
        }

        .border-xl-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-xl-start-0 {
            border-left: 0 !important;
        }

        .border-xl-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xl-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }

    @media (min-width: 1400px) {
        .border-xxl-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-xxl-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xxl-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-xxl-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-xxl-top-0 {
            border-top: 0 !important;
        }

        .border-xxl-end-0 {
            border-right: 0 !important;
        }

        .border-xxl-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-xxl-start-0 {
            border-left: 0 !important;
        }

        .border-xxl-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xxl-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }

    @media (min-width: 1520px) {
        .border-xxxl-top {
            border-top: 1px solid rgba(0,0,0,.1);
        }

        .border-xxxl-end {
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xxxl-bottom {
            border-bottom: 1px solid rgba(0,0,0,.1);
        }

        .border-xxxl-start {
            border-left: 1px solid rgba(0,0,0,.1);
        }

        .border-xxxl-top-0 {
            border-top: 0 !important;
        }

        .border-xxxl-end-0 {
            border-right: 0 !important;
        }

        .border-xxxl-bottom-0 {
            border-bottom: 0 !important;
        }

        .border-xxxl-start-0 {
            border-left: 0 !important;
        }

        .border-xxxl-x {
            border-left: 1px solid rgba(0,0,0,.1);
            border-right: 1px solid rgba(0,0,0,.1);
        }

        .border-xxxl-y {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
    }
}

.form-group {
    margin-bottom: .3rem;
}

.single-input {
    height: calc(1em + 1.5rem + 4px);
    width: calc(1em + 1.5rem + 4px);
    margin-right: .3rem;
    padding: 0 !important;
}

textarea.form-control {
    height: auto;
}

.badge-primary {
    color: #fff;
    background-color: #67577e;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #382947;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(82, 59, 104, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #8a8c8f;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #707276;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 140, 143, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #62a77e;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #4d8965;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(98, 167, 126, 0.5);
}

.badge-warning {
    color: #fff;
    background-color: #e1b76d;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d8a243;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 183, 109, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #a76262;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #894d4d;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(167, 98, 98, 0.5);
}

.border-start-purple {
    border-left: 5px solid #6C4D89 !important;
}

.border-start-sm-purple {
    border-left: 10px solid #6C4D89 !important;
}

.border-start-md-purple {
    border-left: 17px solid #6C4D89 !important;
}

.border-start-lg-purple {
    border-left: 25px solid #6C4D89 !important;
}

.border-start-lg-green {
    border-left: 25px solid #62a77e !important;
}

.border-start-purple-dark {
    border-left: 5px solid #67577e !important;
}

.border-start-md-purple-dark {
    border-left: 17px solid #67577e !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.dropdown-menu li {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
}

.submenu-start {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover:not(.dropdown-header) {
    background-color: #f1f1f1
}

.dropdown-menu > li:hover > ul.submenu, .dropdown-menu li.hotkeyActive > ul.submenu {
    display: block;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #d2d2d2;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #d2d2d2;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #d2d2d2;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #d2d2d2;
}

hr {
    opacity: 1;
    color: #dee2e6;
}

.dropzone .dz-preview .dz-image img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}

span.field-validation-error {
    color: #a76262;
    margin-bottom: 25px;
}

.validation-summary-errors {
    color: #a76262;
}

td {
    text-overflow: ellipsis;
}

.form-control {
    border-radius: .25rem !important;
}

.additionalContentDropdown {
    height: 1em;
    width: 1em;
    padding-left: 0.5em;
    cursor: pointer;
}

.collapsible[aria-expanded="true"] i.fa-angle-right:before {
    content: "\f107";
}

.caseHitoryItem {
    padding: 0.5rem;
    font-size: smaller;
}

    .caseHitoryItem:hover {
        background: #f6f6f6;
    }


.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.collapse-user {
}

/* Filter_search (search bar for our datatables) specific styling */
.form-control.filter_search {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 0px !important;
}

#buttonSearch {
    border-radius: 0px !important;
}
/**/

/* unread messages count badges */
.resp-tab-item .badge {
    background-color: #afafaf;
    color: #8e8e8e;
}

.resp-tab-active .badge {
    background-color: #62a77e;
    color: white;
}
/**/

/* Thumbnails */
.thumbnailImg {
    height: 1.5em;
}

.thumbnailContainer {
    max-width: 50px;
    overflow: hidden;
}

    .thumbnailContainer:hover i.d-none + .thumbnailViewer {
        display: inline-block !important;
        position: absolute;
        right: 100%;
        background: white;
        border: 3px solid var(--bs-secondary);
        border-radius: 30px;
        overflow: hidden;
    }

    .thumbnailContainer:hover .thumbnailViewer img {
        height: 200px;
    }
/**/

/* Dentist Requests */

.dentistRequests .badgeDentistRequest {
    color: #000;
    padding: 0 0;
}

.dentistRequests .btn {
    line-height: 1;
    font-size: 0.8rem;
    padding: 0.275rem 0.55rem;
}

/**/


#fileViewerNavigationMenu .nav-link.active {
    background-color: var(--bs-secondary);
    color: white;
}

.dropdown .pagination-button{
    width: auto;
}
.dropdown .pagination-button[aria-expanded="true"] i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown .pagination-button[aria-expanded="true"]{
    background-color: white;
}
.dropdown .pagination-button:hover{
    background-color: white;
}
/*.dropdown .pagination-button{
    padding-right: 25px;
}*/
.dropdown .tools_btn .fa{
    position: absolute;
    right: 2px;
    top: 13px;
}

/*table.contains-selectors td:not(.child):nth-child(7)*/
table.contains-selectors td:not(.child):first-child
{
    text-align: center!important;
}
.table_filters{
    background-color: white;
}
.dataTables_paginate.paging_simple_numbers, .dts_label{
    display: none;
}
table.dataTable tbody tr.selected button[disabled] {
    opacity: 0;
}

table i.ownDoctor {
    font-size: 32px;
    color: #62a77e;
}

.dataTables_processing.dts_loading {
    padding: 10px;
}
table.dataTable tbody tr.selected .badge img[src*=svg]{
    filter: none!important;
}
.instruction_filter_holder a:not([href]):not([tabindex]){
    text-decoration: underline!important;
}
.instruction_filter_holder a:not([href]):not([tabindex]):hover{
    text-decoration: none!important;
}

a.clear_filter:hover {
    text-decoration: underline!important;
}

.security-number-holder.forward-message input {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}
td:focus {
    outline: none;
}
input.form-control:focus:read-only, textarea.form-control:focus:read-only{
    border-color: #CED4DA;
}
.fictitious-checkbox{
    vertical-align: baseline;
    margin-left: 50px;
    display: inline-block!important;
}
.date_input{
    min-width:100px;
}

.microbiology {
    background-color: #003765;
}
a.microbiology:hover {
    opacity: .9;
}
.pathology {
    background-color: #0077ad;
}

a.pathology:hover {
    opacity: .9;
}

#statistik {
    height: 452px;
    max-height: 452px;
}

/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Container (fix modal at bottom 20%) */
.custom-modal-container {
    position: fixed;
    width: 100%;
    height: 20% auto;
    bottom: 0;
    left: 0;
}
/* Modal Header (to create semantic separation from content) */
.custom-modal-header {
    background-color: #67577e;
    color: white;
    font-size: 32px;
    padding: 20px;
}

/* Modal Content/Box */
.custom-modal-content {
    background-color: #fefefe;
    padding: 20px;
}

/*Fix for accordion buttons ">" turning the right way when clicked, not fully tested*/
/*a[aria-expanded="true"] i::before {
    content: "\f107" !important;
}*/

.simple_table td {
    word-wrap: break-word;
    word-break: break-word;
}

h3 {
    word-wrap: break-word;
    word-break: break-all;
} 

.opacity-hover {
    opacity: 1;
}

.opacity-hover:hover {
    opacity: .8;
}

.custom-control {
    position: relative;
    display: block;
    padding-left: 2.4rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        height: 1.5rem;
        width: 1.5rem;
        color: #fff;
        border-color: #2f3031;
        background-color: #2f3031;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: none !important;
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #62a77e;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #87898c;
        border-color: #87898c;
    }

    .custom-control-input:not(:disabled):focus ~ .custom-control-label::before {
        border: 2px solid var(--bs-secondary,black);
    }
        .custom-control-input:disabled ~ .custom-control-label {
        color: #8a8c8f;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: -0.2rem;
        left: -2.4rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        content: "";
        background-color: #c9c9c9;
        border: #adb5bd solid 0;
    }

    .custom-control-label::after {
        position: absolute;
        top: -0.2rem;
        left: -2.4rem;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    height: 1.5rem;
    width: 1.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 200'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeckbox_icon%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpolygon class='cls-1' points='0 102.48 89.32 191.8 251.5 29.62 221.89 0 88.38 133.51 27.27 72.39 0 102.48'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #62a77e;
    background-color: #62a77e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(82, 59, 104, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(82, 59, 104, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(82, 59, 104, 0.5);
}

.custom-switch {
    padding-left: 3.825rem;
}

    .custom-switch .custom-control-label::before {
        left: -3.825rem;
        width: 3.325rem;
        pointer-events: all;
        border-radius: 0.95rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(-0.2rem + 0);
        left: calc(-3.825rem + 0);
        width: calc(1.9rem - 0);
        height: calc(1.9rem - 0);
        background-color: #adb5bd;
        border-radius: 0.95rem;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #c9c9c9;
    transform: translateX(1.425rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(82, 59, 104, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    padding: 0.8rem 2rem 0.8rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.47' height='30.25' viewBox='0 0 36.47 24.25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill: none; stroke: %234d4d4d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 6px; fill-rule: evenodd; } %3C/style%3E%3C/defs%3E%3Cpath id='custom_select_icon' class='cls-1' d='M2493,619.005l-15,15-14.99-15' transform='translate(-2459.78 -612.25)'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px;
    background-color: #fff;
    border: 0 solid #ced4da;
    border-radius: 1rem;
    appearance: none;
}

    .custom-select:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 1rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #8a8c8f;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        display: none;
    }

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 4px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 4px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.6rem + 4px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #62a77e;
        box-shadow: none !important;
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.6rem + 4px);
    padding: 0.8rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 1rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.6rem);
        padding: 0.8rem 1rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 1rem 1rem 0;
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #ececec, none !important;
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #ececec, none !important;
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #ececec, none !important;
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #62a77e;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d4e7dc;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #62a77e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #d4e7dc;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #62a77e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #d4e7dc;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.whitespace-preline span {
    white-space: pre-line;
}
.whitespace-preline dd {
    white-space: pre-line;
}

.form-group.row label:not(:first-child) {
    text-align: right;
}

@media (max-width: 991.98px){
    .form-group.row label:not(:first-child) {
        text-align: unset;
    }
}

.nasure-accordion-title {
    position: relative;
    padding: .8rem 1.5rem .8rem 5rem;
    cursor: pointer;
}

    .nasure-accordion-title[aria-expanded="true"] .fa-angle-right:before {
        content: "\f107";
    }

    .nasure-accordion-title i {
        position: absolute;
        font-size: 2.5rem;
        left: 1.8rem;
        top: 0;
        bottom: 0;
        height: 50px;
        line-height: 50px;
        margin: auto;
        color: #aaaaaa;
        font-weight: 300;
        width: 2rem;
        text-align: center;
    }

.nasure-accordion-body {
    padding: .8rem 1.5rem .8rem 2rem;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
}

    .nasure-accordion-body p:last-child {
        margin-bottom: 0;
    }


/*TEMPLATE STYLES*/ 
/*Used in TemplateContent.cshtml*/
.templateDropdown .dropdown li .ellipsisOverflow {
    text-overflow: ellipsis;
    max-width: 350px;
    overflow: hidden;
}

.templateDropdown .dropdown li .dropdown-item {
    padding-right:0.5rem;
}

.templateDropdown .disabled {
    color: grey;
    pointer-events: none;
}

.templateDropdown li.active .dropdown-item{
    color:red;
}

.templateDropdown :not(.dropdown-item:hover) .templateIconRow {
    opacity:0;
}
.templateDropdown .dropdown-item:hover .templateIconRow {
    opacity:1;
}
/*kendo specific style*/
.k-editable-area .templateDropdown {
    top: 0 !important;
}


/* Table Style */
.dataTable {
    width: 100% !important;
}

.dataTables_scrollBody {
    position: relative;
    z-index: 2;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: unset;
}


table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: unset;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: unset;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #62a77e;
}

table.dataTable > tbody > tr.child ul.dtr-details > li > span {
    display: block;
    margin-bottom: 5px;
}

table.table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #62a77e;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;/*1px solid #c9c9c9;*/
}

table.dataTable thead th, table.dataTable thead td {
    padding: 7px 10px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #c9c9c9;
}

table.dataTable thead th {
    padding: 14px 10px;
    background-position: right 12px bottom 13px !important;
}

    table.dataTable thead th[class*=sorting]:not(.sorting_disabled) {
        padding-right: 30px !important;
    }

table.dataTable tbody td {
    font-size: 15px;
}

table.dataTable tbody tr.selected {
    background-color: var(--bs-primary) !important;
    color: #fff;
}

    table.dataTable tbody tr.selected:hover {
        background-color: var(--bs-primary) !important;
    }

    table.dataTable tbody tr.selected td.sorting_1 {
        background-color: transparent !important;
    }

    table.dataTable tbody tr.selected img[src*=tools] {
        filter: grayscale(1) invert(1) brightness(10);
    }

    table.dataTable tbody tr.selected .tools_dropdown .tools_btn[aria-expanded="true"] {
        background-color: var(--bs-primary-light);
    }

    table.dataTable tbody tr.selected .checkbox_without_text input[type=checkbox]:checked + span {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251.5 191.8'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23523b68;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeckbox_icon%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpolygon class='cls-1' points='0 102.48 89.32 191.8 251.5 29.62 221.89 0 88.38 133.51 27.27 72.39 0 102.48'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-color: #fff;
    }

.dataTables_filter {
    display: none !important;
}

table.dataTable thead .sorting {
    background-image: url("../../assets/icons/table_sorting.svg");
    background-repeat: no-repeat;
}

table.dataTable thead .sorting_asc {
    background-image: url("../../assets/icons/table_sorting_up.svg");
    background-repeat: no-repeat;
}

table.dataTable thead .sorting_desc {
    background-image: url("../../assets/icons/table_sorting_down.svg");
    background-repeat: no-repeat;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../../assets/images/sort_asc_disabled.png");
    background-repeat: no-repeat;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../../assets/images/sort_desc_disabled.png");
    background-repeat: no-repeat;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-size: 18px 18px;
}

/* Loading tables */
@keyframes animate60 {
    0% {
        opacity: 1;
        width: 40%;
    }

    100% {
        opacity: 0.4;
        width: 60%;
    }
}

@keyframes animate80 {
    0% {
        opacity: 1;
        width: 60%;
    }

    100% {
        opacity: 0.4;
        width: 80%;
    }
}

table.dataTable.loading_table tr {
    opacity: 0.4;
}

    table.dataTable.loading_table tr td {
        position: relative;
        font-size: 0;
    }

        table.dataTable.loading_table tr td:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        table.dataTable.loading_table tr td:before {
            content: "";
            height: 14px;
            border-radius: 7px;
            background: #d0d0d0;
            position: absolute;
            left: 0;
            width: 80%;
            top: 0;
            bottom: 0;
            margin: auto;
            animation-name: animate80;
            animation-duration: 1.5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        table.dataTable.loading_table tr td:first-child:before {
            display: none;
        }

        table.dataTable.loading_table tr td:last-child:before {
            display: none;
        }

    table.dataTable.loading_table tr.even td {
        position: relative;
        font-size: 0;
    }

        table.dataTable.loading_table tr.even td:before {
            width: 40%;
            animation-name: animate60;
            animation-duration: 1.5s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }
table.dataTable th, table.dataTable td {
    padding-left: 7px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px !important;
}

/* CHILD ROWS (DETAILS) */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #62a77e !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #ba3d3d !important;
}

.dataTables_wrapper .dataTables_processing {
    z-index: 888;
}
form.dropzone {
    position: relative;
    text-align: left;
    padding-left: 150px;
    border: 2px dashed #000 !important;
    min-height:250px;
}

.dropzone .dz-preview .dz-details {
    padding: 2em 1em 1em 1em;
}

.dz-file-preview img {
    padding: 20px;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
    background-color: rgba(255,255,255,0.7);
}

.dropzone.needsclick:focus {
    border-color: var(--bs-secondary) !important;
}

.dropzone .dz-preview .dz-progress {
    margin-top:10px;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 9px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: var(--bs-success);
}

.dropzone.dz-started .dz-message {
    opacity: 0.5;
    display: block !important;
}

.dropzone .dz-message {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropzone .dz-remove {
    background: white;
    width: fit-content;
    margin: auto;
}

.dropzone .dz-preview.dz-error .dz-error-message{
    text-align: center;
}
:root {
}

/*body{
    margin:0px;
    padding: 30px;
    overflow: hidden;
    background: black;
}*/
#imageEditor .center {
    display: flex;
    justify-content: center;
}

#imageEditor .tools {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 15px;
}

    #imageEditor .tools .color-field, #imageEditor .tools .symbolRow .btn-sm {
        cursor: pointer;
        display: inline-block;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid darkgrey;
        align-self: center;
        margin: 5px 5px;
    }
    #imageEditor .tools .color-field {
        height: 25px;
        width: 25px;
    }


#imageEditor .button {
    align-self: center;
/*    width: 70px;
    height: 40px;*/
    /*border: 3px solid white;*/
    cursor: pointer;
    background: black;
    color: white;
    /*font-weight: bold;*/
    margin: 0 10px;
}

#imageEditor .button_pen {
    /*align-self: center;
    width: 65px;
    height: 40px;*/
    /*border: 3px solid #47E6BE;*/
    /*cursor: pointer;
    background: black;
    color: white;
    font-weight: bold;
    margin: 0 10px;*/
}

#imageEditor .fa.button_redo::before {
    content: "\f01e";
}

#imageEditor .fa.button_undo::before {
    content: "\f0e2";
}

#imageEditor .h-v-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:5px;
}

    #imageEditor .h-v-center button, #imageEditor .h-center button {
        margin:0px;
        margin-bottom: 5px;
/*        width: 55px;
        height:55px;*/
        font-size: 16px;
        display:block;
    }

    #imageEditor .h-v-center .material-icons {
        font-size:19px;
    }

    #imageEditor .colors {
        margin: 0 10px;
    }

#imageEditor .print_symbol {
    width: 38px;
    height: 25px;
    border: 1px solid white;
    cursor: pointer;
    background: black;
    color: white;
    /*font-weight: bold;*/
    margin: 0 10px;
}

    #imageEditor .button_pen:hover, #imageEditor .button:hover, #imageEditor .print_symbol:hover, #imageEditor .custom-file-upload:hover, #imageEditor .button_def_img:hover, #imageEditor .color-picker:hover {
        /*border: 3px solid #47E6BE;*/
    }

#imageEditor .color-picker {
    align-self: center;
    margin: 5px 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

#imageEditor .pen-range {
    cursor: pointer;
    align-self: center;
    margin: 0 10px;
}

    #imageEditor .pen-range.slider {
        -webkit-appearance: none; /* Override default CSS styles */
        appearance: none;
        width: 100%; /* Full-width */
        height: 25px; /* Specified height */
        background: #d3d3d3; /* Grey background */
        outline: none; /* Remove outline */
        opacity: 1; /* Set transparency (for mouse-over effects on hover) */
        -webkit-transition: .2s; /* 0.2 seconds transition on hover */
        transition: opacity .2s;
        border-radius: 1rem;
        margin: 0px 0px;
    }

    
     #imageEditor .pen-range.slider:hover {
            opacity: 1; /* Fully shown on mouse-over */
      }

     #imageEditor .pen-range.slider::-webkit-slider-thumb {
            -webkit-appearance: none; /* Override default look */
            appearance: none;
            width: 25px; /* Set a specific slider handle width */
            height: 25px; /* Slider handle height */
            background: #04AA6D; /* Green background */
            cursor: pointer; /* Cursor on hover */
        }


        #imageEditor .pen-range.slider::-moz-range-thumb {
            width: 25px; /* Set a specific slider handle width */
            height: 25px; /* Slider handle height */
            background: #04AA6D; /* Green background */
            cursor: pointer; /* Cursor on hover */
        }



#imageEditor .history_changes {
    border: 1px solid black;
    margin-left: 20px;
    color: white;
    overflow: auto;
    width: 126px;
    height: 500px;
}

    /* width */
    #imageEditor .history_changes::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    #imageEditor .history_changes::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #imageEditor .history_changes::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        #imageEditor .history_changes::-webkit-scrollbar-thumb:hover {
            background: black;
        }

#imageEditor .layer {
    margin: 2px auto 0px auto;
    border: 2px solid white;
    display: block;
    cursor: pointer;
}

#imageEditor .layerChoosen {
    border-color: #04AA6D;
    border-radius: 5px;
}

#imageEditor input[type="file"] {
    display: none;
}

#imageEditor .custom-file-upload, .button_def_img {
    align-items: center;
    background: black;
    border: 1px solid #ccc;
    cursor: pointer;
    color: white;
    display: flex;
    /*font-weight: bold;*/
    height: 40px;
    justify-content: center;
    margin: 0 10px;
    padding: 0 5px;
    width: 160px;
    font-weight: normal;
}

#imageEditor .btn.btn-sm{
    height:30px;
    width:30px;
}

#imageEditor .material-icons {
    margin-right: 5px;
    vertical-align:middle;
}

/*#imageEditor .button_def_img {
    align-items: center;
    align-self: center;
    background: black;
    border: 1px solid white;
    cursor: pointer;
    color: white;
    display: flex;
    font-weight: bold;
    height: 40px;
    justify-content: center;
    margin: 0 10px;
    width: 160px;
}*/

#imageEditor .text-place {
    position: absolute;
    background-color: transparent;
    border: none;
    resize: none;
}

#imageEditor canvas {
    border: 1px solid black;
}

#imageEditor #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
    display: none;
}

#imageEditor #overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 990;
    display: none;
}

#imageEditor #dvLoading {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    height: 150px;
    width: 250px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px;
    text-align: center;
    /*display: none;*/
}

    #imageEditor #dvLoading img {
        margin: 10px;
        width: 50px;
    }


.fa-stack{
    pointer-events:none;
    height: 1em;
    line-height: 1em;
    width: 1.5em;
}

