﻿:root {
    --main-bg-color: rgb(243, 100, 90);
    --main-bg-color2: rgb(25, 65, 131);
    --main-bg-color3: rgb(30, 65, 131);
    --main-bg-color4: rgb(233, 241, 255);
    --main-bg-color5: rgb(250, 250, 250);
    --main-bg-color6: rgb(137, 184, 255);
    --main-hover-color1: #fa918a;
    --main-hover-color2: #596791;
    --main-hover-color6: #a3b6d4;
    --main-bg-color1: rgb(243, 100, 90);
    --main-bg-color_Outline: #d4e4ff !important;
    --main-bg-color_Main_Menü: rgb(243, 100, 90);
    /*-----------------------------------------------------------*/
    /*--main-bg-color: #ffff;
    --main-bg-txtbordercolor: rgb(243, 100, 90);
    --main-txtborderSize: 2px;
    --main-box-shadow: 149, 157, 165;
    --main-fontFamily: "Poppins", Helvetica, sans-serif;
    --main-bg-fontcolor: #000000;
    --main-hover-color: #fa918a;
    --main-hover-fontcolor: #ffff;
    --main-hover-txtbordercolor: rgb(243, 100, 90);
    --main-bg-btncolor: rgb(243, 100, 90);
    --main-bg-btnfontcolor: #ffff;
    --main-btnborderSize: 2px;
    --main-bg-btnbordercolor: rgb(243, 100, 90);
    --main-hover-btncolor: #596791;
    --main-hover-btnfontcolor: #ffff;
    --main-titelFontSize: 18px;
    --main-textFontSize: 16px;
    --main-hover-btnbordercolor: #596791;*/
}

.ApiBooking input[type="checkbox"] + label::before {
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(215,215,215) !important;
    background: rgb(244, 244, 244) !important;
    border-radius: 25% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ApiBooking input[type="checkbox"] + label::after {
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(215,215,215) !important;
    background: rgb(244, 244, 244) !important;
    border-radius: 25% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ApiBooking input[type="checkbox"]:checked + label::before {
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(215,215,215) !important;
    background: rgb(244, 244, 244) !important;
    border-radius: 25% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ApiBooking input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: -18px;
    top: 6px;
    width: 18px;
    height: 18px;
    border-style: none !important;
    background: var(--main-bg-btncolor) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    cursor: pointer;
}


.ApiBooking input[type="radio"] + label::before {
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(215,215,215) !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 25% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ApiBooking input[type="radio"] + label::after {
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(215,215,215) !important;
    background: rgb(244, 244, 244) !important;
    border-radius: 25% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ApiBooking input[type="radio"]:checked + label::before {
    top: 0px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(215,215,215) !important;
    background: rgb(244, 244, 244) !important;
    border-radius: 25% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.ApiBooking input[type="radio"]:checked + label::after {
    position: absolute;
    left: -18px;
    top: 6px;
    width: 18px;
    height: 18px;
    border-style: none !important;
    background: var(--main-bg-btncolor) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    cursor: pointer;
}

.menubar > li.active, .menubarIn > li.active {
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
    border-top: 0.1rem;
    border-bottom: 0.1rem;
}

    .menubar > li.active a, .menubarIn > li.active a {
        color: white !important;
    }

.menubar > li:hover {
    background-color: #d4e4ff !important;
}

.menubarIn > li:hover {
    background-color: #d4e4ff !important;
}

.undermenu > li > a:hover {
    background-color: #d4e4ff !important;
}

.menubar > li.active:hover {
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
}

.menubarIn > li.active:hover {
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
}

.fixed-position {
    position: fixed;
    /*left:0 !important;*/
}

.navbar-toggler {
    /*margin-right: 1.5rem;*/
    padding-right: 1.5rem;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30, 65, 131, 1)' stroke-width='2'  stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    width: 4rem;
    height: 5rem;
    border: none !important;
}

.custom-toggler.navbar-toggler {
    border: none;
}

#navbarMenu_Bottom {
    width: 80% !important;
    font-size: 70% !important;
    /*margin-left:30%;*/
}

#divicon-DoppelpfeilUO {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 0rem;
}

#divicon-DoppelpfeilRL {
    margin-right: 0rem;
}



.modal {
    overflow: auto !important;
}

.modal-header {
    border-bottom: none;
}

    .modal-header .close.rounded-circle {
        border-color: transparent;
        position: absolute;
        right: -7.8rem;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #f8fcfd;
        color: rgb(30, 65, 131) !important;
        color: var(--main-bg-color3) !important;
        font-size: 40px;
        opacity: 1;
        padding: 0;
        line-height: 2.75rem;
        font-weight: 400 !important;
        box-shadow: 2px 2px 4px rgb(108, 108, 108);
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 250% !important;
        font-weight: 400 !important;
    }

        .modal-header .close.rounded-circle.Width100 {
            right: -2rem !important;
        }

.text-danger > span {
    /*margin-left: 5.65rem;*/
    margin-left: unset !important;
    font-size: 0.875rem !important;
    /*text-align: right;*/
}
select > optgroup {
    font-style: normal;
}

.text-dangersmall > span {
    margin-left: 8.65rem !important;
    font-size: smaller !important;
}
/*.card .card-header {
    background-color: #dee2e6 !important;
}*/

/*[data-toggle="collapse"] .collapsechevron .fa::before {
    content: "\f078" !important; 
}*/
/*[data-toggle="collapse"] .collapsechevron .collapsed .fa::before {
   content: "\f077" !important;
}*/
[data-toggle="collapse"].collapseMinus {
    background-image: url(/Images/SvgIcon/Minus_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-position: center !important;
}

    [data-toggle="collapse"].collapseMinus.collapsed {
        background-image: url(/Images/SvgIcon/Plus_Icon.svg);
        background-size: 90%;
        background-repeat: no-repeat;
        border-radius: 0px !important;
        border-color: transparent;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        background-position: center !important;
    }

.collapsechevron {
    color: rgb(30, 65, 131);
    color: var(--main-bg-color3);
}

    .collapsechevron:hover {
        color: rgb(243, 100, 90);
    }

[data-toggle="collapse"].collapsechevron > .fa {
    background-image: url(/Images/SvgIcon/Up_Icon.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-position-x: center;
    background-position-y: 130%;
}

[data-toggle="collapse"].collapsechevron.collapsed > .fa {
    background-image: url(/Images/SvgIcon/Down_Icon.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-position-x: center;
    background-position-y: 130%;
}


.collapsechevronwhite {
    color: rgb(255, 255, 255);
    color: var(--main-bg-color5);
}

    .collapsechevronwhite:hover {
        color: rgb(243, 100, 90);
    }

[data-toggle="collapse"].collapsechevronwhite > .fa {
    background-image: url(/Images/SvgIcon/Up_Icon_2.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-position-x: center;
    background-position-y: 130%;
}

[data-toggle="collapse"].collapsechevronwhite.collapsed > .fa {
    background-image: url(/Images/SvgIcon/Down_Icon_2.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-position-x: center;
    background-position-y: 130%;
}

#Icon_SMSCounter {
    /*background-image: url(/Images/SvgIcon/SMSCounter_Icon.svg);*/
    /*background-image: url(/Images/TermiOnIcons/SMSCounter_Icon.png);*/
    background-image: url(/Images/SvgIcon/SMSCount_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 1.5rem;
    height: 1.5rem;
}

#Icon_Termion {
    background-image: url(/Images/SvgIcon/Termion_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    /*width: 7.8rem;*/
    height: 2.0rem;
    /*margin-left: 2.01rem;*/
    background-position: center;
}

#Icon_Papierkorb {
    background-image: url(/Images/SvgIcon/Papierkorb_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

#Icon_Edit {
    background-image: url(/Images/SvgIcon/Edit_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

#Icon_Editblack {
    background-image: url(/Images/SvgIcon/Editblack_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

#Icon_Printer {
    background-image: url(/Images/SvgIcon/Printer_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

#Icon_Printer_Calendar {
    background-image: url(/Images/SvgIcon/Printer_Calendar_Icon_Active.svg);
    /*background-color: var(--main-bg-color2) !important;*/
    background-color: transparent !important;
    box-shadow: 0 0 0 0 black !important;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}

    #Icon_Printer_Calendar.collapsed {
        background-image: url(/Images/SvgIcon/Printer_Calendar_Icon.svg);
        box-shadow: 0 0 0 0 black !important;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 3px !important;
        border-color: black;
        background-color: transparent !important;
        width: 40px;
        height: 40px;
    }


.Icon_Printer_Calendar {
    background-image: url(/Images/SvgIcon/Printer_Calendar_Icon_Active.svg);
    /*background-color: var(--main-bg-color2) !important;*/
    background-color: transparent !important;
    box-shadow: 0 0 0 0 black !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}

    .Icon_Printer_Calendar.collapsed {
        background-image: url(/Images/SvgIcon/Printer_Calendar_Icon.svg);
        box-shadow: 0 0 0 0 black !important;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 3px !important;
        border-color: black;
        background-color: transparent !important;
        width: 40px;
        height: 40px;
    }

#Icon_Warn {
    background-image: url(/Images/SvgIcon/Warn_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

#Icon_Info {
    background-image: url(/Images/SvgIcon/Info_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

.Icon_Package {
    background-image: url(/Images/SvgIcon/Package_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
}

.Icon_Search {
    background-image: url(/Images/SvgIcon/Search_Icon.svg);
    /*background-color: var(--main-bg-color2) !important;*/
    background-color: transparent !important;
    box-shadow: 0 0 0 0 black !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}

.Icon_Wletter {
    background-image: url(/Images/SvgIcon/Wletter_Icon.svg);
    /*background-color: var(--main-bg-color2) !important;*/
    background-color: transparent !important;
    box-shadow: 0 0 0 0 black !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}

.Icon_Filter {
    background-image: url(/Images/SvgIcon/Filter_Icon.svg);
    /*background-color: var(--main-bg-color2) !important;*/
    background-color: transparent !important;
    box-shadow: 0 0 0 0 black !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}

.Icon_Calendar {
    background-image: url(/Images/SvgIcon/Calendar_Icon.svg);
    /*background-color: var(--main-bg-color2) !important;*/
    background-color: transparent !important;
    box-shadow: 0 0 0 0 black !important;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}

.Icon_Bold {
    background-image: url(/Images/SvgIcon/Bold_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_Bell_Outline {
    background-image: url(/Images/SvgIcon/Bell_Outline_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.Icon_ShowNotification {
    background-image: url(/Images/SvgIcon/ShowNotification_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
}
.Icon_OnlinePrescription {
    background-image: url(/Images/SvgIcon/OnlinePrescription_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
}
.Icon_Italic {
    background-image: url(/Images/SvgIcon/Italic_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_Underline {
    background-image: url(/Images/SvgIcon/Underline_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_AlignLeft {
    background-image: url(/Images/SvgIcon/AlignLeft_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_AlignCenter {
    background-image: url(/Images/SvgIcon/AlignCenter_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_AlignRight {
    background-image: url(/Images/SvgIcon/AlignRight_Icon.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_Dashboard {
    background-image: url(/Images/SvgIcon/Dashboard_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_DashboardAdmin {
    background-image: url(/Images/SvgIcon/DashboardAdmin_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Kalender {
    background-image: url(/Images/SvgIcon/Kalender_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

    .Icon_Kalender.Icon_Tb_PT {
        display: flex !important;
        width: 20px !important;
        height: 20px !important;
        background-position: center !important;
    }

.Icon_Kunden {
    background-image: url(/Images/SvgIcon/Kunden_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Navigation {
    background-image: url(/Images/SvgIcon/Navigation_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Refresh {
    background-image: url(/Images/SvgIcon/Refresh_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Wallet {
    background-image: url(/Images/SvgIcon/Wallet_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Patienten {
    background-image: url(/Images/SvgIcon/Patienten_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Datencenter {
    background-image: url(/Images/SvgIcon/Datencenter_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Settings {
    background-image: url(/Images/SvgIcon/Settings_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Zusatzpakete {
    background-image: url(/Images/SvgIcon/Zusatzpakete_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Setting_Step1 {
    background-image: url(/Images/SvgIcon/Setting_Step1.svg);
}

.Icon_Setting_Step2 {
    background-image: url(/Images/SvgIcon/Setting_Step2.svg);
}

.Icon_Setting_Step3 {
    background-image: url(/Images/SvgIcon/Setting_Step3.svg);
}

.Icon_Setting_Step4 {
    background-image: url(/Images/SvgIcon/Setting_Step4.svg);
}

.Icon_Setting_Step5 {
    background-image: url(/Images/SvgIcon/Setting_Step5.svg);
}

.Icon_Setting_Step6 {
    background-image: url(/Images/SvgIcon/Setting_Step6.svg);
}

.Icon_Setting_AllStep {
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    border-radius: 50% !important;
}

.Icon_Tagesansicht {
    background-image: url(/Images/SvgIcon/Tagesansicht_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 50px;
}

.Icon_Wochenansicht {
    background-image: url(/Images/SvgIcon/Wochenansicht_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 50px;
}

.Icon_Monatansicht {
    background-image: url(/Images/SvgIcon/Monatansicht_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 50px;
}

.Icon_NeuenTerminBuchen {
    background-image: url(/Images/SvgIcon/NeuenTerminBuchen_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 50px;
}

.Icon_NeuenPatientenAnlegen {
    background-image: url(/Images/SvgIcon/NeuenPatientenAnlagen_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 50px;
}

.Icon_PatientenSuchen {
    background-image: url(/Images/SvgIcon/PatientenSuchen_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 50px;
}

.Icon_Video {
    background-image: url(/Images/SvgIcon/Video_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 100px;
    height: 100px;
}

.Icon_Anleitungen {
    background-image: url(/Images/SvgIcon/Anleitungen_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 100px;
    height: 100px;
}

.Icon_Support {
    background-image: url(/Images/SvgIcon/Support_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 100px;
    height: 100px;
}

.Icon_Anregungen {
    background-image: url(/Images/SvgIcon/Anregungen_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 100px;
    height: 100px;
}

.Icon_Copy {
    background-image: url(/Images/SvgIcon/Copy_Icon.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-position: center;
    width: 60px !important;
    height: 60px !important;
}

.Icon_Change {
    background-image: url(/Images/SvgIcon/Change_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-position: center;
    width: 50px !important;
    height: 50px !important;
}


.Icon_DefultUserPic {
    background-image: url(/Images/SvgIcon/DefultUserPic_Icon.svg);
    display: inline-block;
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 60px;
    height: 50px;
}

.Icon_GreenCheckMark {
    background-image: url(/Images/SvgIcon/GreenCheckMark_Icon.svg);
    background-size: 120%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 2.5rem !important;
}

.Icon_RedClose {
    background-image: url(/Images/SvgIcon/RedClose_Icon.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 50px;
    height: 2.5rem !important;
}

.Icon_Mobile {
    background-image: url(/Images/SvgIcon/Mobile_Icon.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 15px;
    height: 20px;
}

.Icon_Phone {
    background-image: url(/Images/SvgIcon/Phone_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 15px;
    height: 15px;
}

.Icon_Envelope {
    background-image: url(/Images/SvgIcon/Envelope_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 18px;
    height: 12px;
}

.Icon_Globe {
    background-image: url(/Images/SvgIcon/Globe_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 15px;
    height: 15px;
}

.Icon_Fax {
    background-image: url(/Images/SvgIcon/Fax_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 15px;
    height: 15px;
}

.Icon_Map_Black {
    background-image: url(/Images/SvgIcon/Map_Black_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 15px;
    height: 15px;
}

.Icon_Magnifyingglass {
    background-image: url(/Images/SvgIcon/Magnifyingglass_Icon.svg);
    background-color: transparent !important;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 40px;
    height: 40px;
}


.Icon_Clock {
    background-image: url(/Images/SvgIcon/Clock_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 1rem;
    height: 1rem;
}

.Icon_FutureClock {
    background-image: url(/Images/SvgIcon/FutureClock_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 1rem;
    height: 1rem;
}

.Icon_Clock_Active {
    background-image: url(/Images/SvgIcon/Clock_Active_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 1rem;
    height: 1rem;
}

.Icon_More {
    background-image: url(/Images/SvgIcon/More_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 1rem;
    height: 1rem;
}

.Icon_More_Active {
    background-image: url(/Images/SvgIcon/More_Active_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 1rem;
    height: 1rem;
}

.Icon_Padlock {
    background-image: url(/Images/SvgIcon/Padlock_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.Icon_PadUnlock {
    background-image: url(/Images/SvgIcon/PadUnlock_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
}

.Icon_Excel {
    background-image: url(/Images/SvgIcon/Excel_Icon.svg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Pdf {
    background-image: url(/Images/SvgIcon/Pdf_Icon.svg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Word {
    background-image: url(/Images/SvgIcon/Word_Icon.svg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Clip {
    background-image: url(/Images/SvgIcon/Clip_Icon.svg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Photo {
    background-image: url(/Images/SvgIcon/Photo_Icon.svg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Undefined {
    background-image: url(/Images/SvgIcon/Undefined_Icon.svg) !important;
    background-color: transparent !important;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Print3D {
    background-image: url(/Images/SvgIcon/Print3D_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Download_Arrow {
    background-image: url(/Images/SvgIcon/Download_Arrow_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 1rem;
    height: 1rem;
}

.boxStyle1:focus {
    background-color: rgb(244,244,244) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    border-radius: 0.25rem;
    border-style: none !important;
    box-shadow: none !important;
    vertical-align: Top !important;
    height: 2.5rem !important;
}

.textAreaStyle1:focus {
    background-color: rgb(244,244,244) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    /*font-weight: 600 !important;*/
    border-radius: 0.25rem;
    border-style: none !important;
    box-shadow: none !important;
    vertical-align: Top !important;
}

.input-validation-error {
    border: 1px solid red !important;
}

    .input-validation-error:focus {
        border: 1px solid red !important;
    }

.BckStyle {
    background-color: rgb(246, 250, 255) !important;
}

.boxStyle1 {
    background-color: rgb(244,244,244) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    /*font-weight: 600 !important;*/
    border-radius: 0.25rem;
    /*border-style: none !important;*/
    border-style: none;
    vertical-align: Top !important;
    height: 2.5rem !important;
    box-shadow: none !important;
}

.textStyle {
    background-color: rgb(244,244,244) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    /*font-weight: 600 !important;*/
    border-radius: 0.25rem;
    border-style: none !important;
    box-shadow: none !important;
}

.boxStyle2 {
    background-color: transparent !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    /*font-weight: 600 !important;*/
    border-radius: 0px;
    border-style: none !important;
    height: 2.5rem !important;
    box-shadow: none !important;
}


.boxStyleArea {
    background-color: rgb(244,244,244) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    /*font-weight: 600 !important;*/
    border-radius: 0.25rem;
    /*border-style: none !important;*/
    border-style: none;
    vertical-align: Top !important;
    /*height: 5.5rem !important;*/
    box-shadow: none !important;
}

.lblStyle1 {
    background-color: transparent;
    color: rgb(108, 108, 108);
    border-style: none;
    height: 2.5rem;
    box-shadow: none;
    margin-bottom: 0px !important;
    padding-top: 12px;
}

.lblStyle2 {
    background-color: transparent;
    color: rgb(108, 108, 108);
    border-style: none;
    height: 2.5rem;
    box-shadow: none;
    margin-bottom: 0px !important;
    padding-top: 0px;
}

.lblStyle3 {
    color: rgb(255, 255, 255) !important;
    color: var(--main-bg-color5) !important;
}

.HdrStyle1 {
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
}



.borderStyle1 {
    border-style: solid !important;
    border-color: white;
    border-width: 0.2rem;
}

.borderheaderstyle {
    border-bottom: solid;
    border-bottom-color: #DFE3ED;
    border-bottom-width: 2px;
    margin-right: 15px;
    margin-left: 15px;
}

.lineborderheaderstyle {
    border-bottom: solid;
    border-bottom-color: #DFE3ED;
    border-bottom-width: 2px;
    /*margin-right: 15px;*/
    border-color: #DFE3ED;
    /*border: 2px solid #DFE3ED);*/
}

.borderheaderstyle2 {
    border-bottom: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: medium;
}

.borderheaderstyle3 {
    border-bottom: solid;
    border-bottom-color: gainsboro;
    border-bottom-width: thin;
}

.addcolorbox {
    padding-right: 0px !important;
    min-height: 25px !important;
    min-width: 25px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    margin-top: 3px !important;
    margin-left: 3px !important;
}

input[type="radio"] + label::before {
    top: 5px;
    width: 21px;
    height: 21px;
    border-style: none !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="radio"] + label::after {
    top: 5px;
    width: 21px;
    height: 21px;
    border-style: none !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="radio"]:checked + label::before {
    top: 5px;
    width: 21px;
    height: 21px;
    border-style: none !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="radio"]:checked + label::after {
    position: absolute;
    left: -19px;
    top: 10px;
    width: 11px;
    height: 11px;
    border-style: none !important;
    background: rgb(30, 65, 131) !important;
    background: var(--main-bg-color3) !important;
    border-radius: 100%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    top: 5px;
    width: 21px;
    height: 21px;
    border-style: none !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="checkbox"] + label::after {
    top: 5px;
    width: 21px;
    height: 21px;
    border-style: none !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="checkbox"]:checked + label::before {
    top: 5px;
    width: 21px;
    height: 21px;
    border-style: none !important;
    background: rgb(200, 200, 200) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: -19px;
    top: 10px;
    width: 11px;
    height: 11px;
    border-style: none !important;
    background: rgb(30, 65, 131) !important;
    background: var(--main-bg-color3) !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

.input-sidebar input[type="radio"] {
    display: none !important;
}

    .input-sidebar input[type="radio"] + label {
        color: black !important;
        background-color: transparent !important;
        font-weight: 400 !important;
        border-radius: 2rem !important;
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 0.875rem !important;
        margin: 0px !important;
        cursor: pointer;
    }

    .input-sidebar input[type="radio"]:checked + label {
        color: white !important;
        background-color: rgb(30, 65, 131) !important;
        font-weight: 400 !important;
        border-radius: 2rem !important;
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-size: 0.875rem !important;
        margin: 0px !important;
        cursor: pointer;
    }

    .input-sidebar input[type="radio"] + label:hover {
        background-color: #d4e4ff !important;
    }

    .input-sidebar input[type="radio"]:checked + label:hover {
        background-color: rgb(30, 65, 131) !important;
    }

.detailssuche input[type="checkbox"] {
    display: none !important;
}

.chk-btn {
    display: none;
}

    .chk-btn + label {
        border: 1px solid white;
        background: rgb(244,244,244);
        font-weight: 500 !important;
        cursor: pointer;
        color: rgb(30, 65, 131);
        color: var(--main-bg-color3);
        border-radius: 0.25rem;
        height: 3.75rem;
        width: 3.75rem;
        box-shadow: none;
        text-align: center;
        padding-top: 20px;
        margin-right: 8px;
    }

        .chk-btn + label:active,
        .chk-btn:checked + label {
            box-shadow: 0px 0px 3px inset;
            background: rgb(30, 65, 131);
            background: var(--main-bg-color3);
            color: white;
            border-style: none;
            /*box-shadow: 0px 1px 3px gray;*/
        }


.nav-btn-outline:hover {
    background: var(--main-bg-color_Outline) !important;
}

.btn-outline:hover {
    background: var(--main-bg-color_Outline) !important;
}

.content-row:before {
    background-color: whitesmoke !important;
}

.modal-backdrop.show {
    opacity: 0.6 !important;
}

.a-fontstyle-1 {
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    /*font-weight: 600 !important;*/
    font-size: 1.25rem !important;
}

    .a-fontstyle-1:hover {
        color: rgb(30, 65, 131);
        font-size: 1.25rem;
        font-weight: 500;
    }



.txt-fontstyle-1 {
    color: rgb(30, 65, 131);
    color: var(--main-bg-color3);
    /*font-weight: 600 !important;*/
}

.txt-fontstyle-2 {
    color: rgb(30, 65, 131);
    color: var(--main-bg-color3);
    font-weight: 600 !important;
    font-size: 25px !important;
}

.txt-fontstyle-3 {
    color: rgb(30, 65, 131);
    color: var(--main-bg-color3);
    font-weight: 400 !important;
    font-size: 20px !important;
}

.btn-outline {
    border-radius: 0.25rem;
    border: 2px solid rgb(30, 65, 131);
    border: 2px solid var(--main-bg-color3);
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    height: 3rem;
    /*font-weight: 600;*/
    text-align: center;
}

.nav-btn-outline {
    border-radius: 0.25rem;
    border: 2px solid rgb(30, 65, 131);
    border: 2px solid var(--main-bg-color3);
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    height: 3rem;
    /*font-weight: 600;*/
    text-align: center;
    background: none;
    font-size: 100%;
}

.btnRadio {
    visibility: hidden;
}

    .btnRadio:checked + label {
        background: rgb(30, 65, 131) !important;
        background: var(--main-bg-color3) !important;
        color: #fff !important;
    }

.btn_1, .btn-Fill-2 {
    background: var(--main-bg-color2) !important;
}

.btn-Fill-1:hover {
    background: var(--main-hover-color1) !important;
}

.btn-Fill-1 {
    background: var(--main-hover-color1) !important;
}

.btn_1, .btn-Fill-2:hover {
    background: var(--main-hover-color2) !important;
}

.btn-Fill-1 {
    border-radius: 0.25rem;
    border: 2px solid rgb(243, 100, 90);
    color: white !important;
    background-color: rgb(243, 100, 90) !important;
    height: 3rem;
    /*font-weight: 600;*/
    text-align: center;
    font-size: 100%;
    cursor: pointer;
}

.btn-Fill-2 {
    border-radius: 0.25rem;
    border: 2px solid rgb(30, 65, 131);
    border: 2px solid var(--main-bg-color3);
    color: white !important;
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
    height: 3rem;
    /*font-weight: 600;*/
    text-align: center;
    font-size: 100%;
    cursor: pointer;
}

.btn-Fill-3 {
    background: rgb(229, 229, 229);
    border-radius: 0.5rem;
    border: 1px solid rgb(229, 229, 229);
    border-image: none;
    text-align: center;
    font-size: 100%;
    height: 3rem;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    cursor: pointer;
}

    .btn-Fill-3:hover {
        background: var(--main-hover-color2) !important;
    }

.btn-Fill-4 {
    background: rgb(233, 241, 255);
    border-radius: 0rem;
    border: 1px solid rgb(233, 241, 255);
    border-image: none;
    text-align: center;
    height: 3rem;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    align-items: center;
    font-weight: bold !important;
    cursor: pointer;
}

    .btn-Fill-4:hover {
        background: var(--main-hover-color2) !important;
        color: var(--main-bg-color5) !important;
    }

.btn-Fill-5 {
    background: rgb(233, 241, 255);
    border-radius: 0rem;
    border: 1px solid rgb(233, 241, 255);
    border-image: none;
    /*text-align: center;*/
    /*height: 3rem;*/
    color: rgb(0, 0, 0) !important;
    color: var(--main-bg-color3) !important;
    /*align-items: center;*/
    /*font-weight: bold !important;*/
    font-size: 100% !important;
    height: 120%;
    cursor: pointer;
}

.btn-Fill-6 {
    background: var(--main-bg-color6) !important;
}

.btn-Fill-6 {
    border-radius: 0.25rem;
    border: 2px solid rgb(137, 184, 255);
    color: white !important;
    background-color: rgb(137, 184, 255) !important;
    background-color: var(--main-bg-color6) !important;
    height: 3rem;
    text-align: center;
    font-size: 100%;
    cursor: pointer;
}

    .btn-Fill-6:hover {
        background: var(--main-hover-color6) !important;
        /*color: var(--main-bg-color6) !important;*/
    }

.fontstyle1, .fontTitelstyle {
    font-size: 100% !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    text-align: center;
    font-weight: bolder;
    /*font-size:150% !important;*/
}


/*for SMS&Email*/
.chekboxsize {
    width: 1.0em;
    height: 1.0em;
}

a.Icon_Email, a.Icon_Email.active {
    background-image: url(/Images/SvgIcon/Email_Icon.svg) !important;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: rgb(244,244,244) !important;
    width: 80px;
    height: 80px;
}

a.Icon_Sms, #checkboxsms, a.Icon_Sms.active {
    background-image: url(/Images/SvgIcon/Sms_Icon.svg) !important;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: rgb(244,244,244) !important;
    width: 80px;
    height: 80px;
}

    a.Icon_Email.active, a.Icon_Sms.active {
        border-color: lightgreen !important;
        border-width: 0.2rem !important;
    }
/*for Datatable searchable*/
table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 1px !important;
}

div.dataTables_filter {
    display: none !important;
}

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: 13px !important;
    left: 7px !important;
}

.Icon_Equal {
    display: inline-block;
    background-image: url(/Images/SvgIcon/Equal_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 40px;
    height: 10px;
}

.Icon_Lock {
    display: inline-block;
    background-image: url(/Images/SvgIcon/Lock_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 40px;
    height: 20px;
}

.Icon_ImageGallery {
    background-image: url(/Images/SvgIcon/ImageGallery_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 40px;
    height: 40px;
}

.frm-pro {
    border-radius: 2rem !important;
    background-color: #eee !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.text-pro {
    font-size: 140% !important;
    font-weight: 600;
    background-image: linear-gradient(45deg, rgb(21, 45, 89) 5%, rgb(4, 98, 158) 50%, rgb(95, 170, 219) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1px !important;
    padding: 0px 8px !important;
}

.btnnav {
    font-size: 1rem !important;
    font-weight: 500 !important;
    height: 4rem !important;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /*.btnnav.buchen {
        min-width: 68px !important;
    }*/

    .custom-toggler .navbar-toggler-icon {
        width: 3rem !important;
    }

    /*.btnnav {
        font-size: 0.6rem !important;
    }*/

    h1, h2, h3, h4 {
        font-size: 110% !important;
    }

    h5, h6, p, span {
        font-size: 110% !important;
    }

    option {
        font-size: 70% !important;
    }

    /*.select2-selection__rendered, .select2-results__options {
        font-size: 60%;
    }*/

    /*button, .btn .btn-Fill-1, .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 130% !important;
    }*/

    .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 130% !important;
    }

    .dash-fontstyle {
        font-size: 150% !important;
        color: white !important;
        font-weight: 600;
    }

    .dash-style {
        background-color: #b4caf2 !important;
    }

    span.spanmedia {
        width: 65px !important;
        height: 35px !important;
    }

    #sidebar.collapse {
        position: fixed;
        z-index: 2000;
        transition: all .3s ease;
        top: 0;
        bottom: 0;
        left: -30%; /* -width of sidebar */
        width: 0;
        height: 100% !important;
        /*display: block;*/
    }

    #sidebar.collapsing {
        transition: all .18s ease-in;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -30%; /* -width of sidebar */
        width: 30%; /* width of sidebar */
        height: 100% !important;
        display: block;
    }

    #sidebar.collapse.show {
        left: 0;
        width: 100%; /* width of sidebar */
        background-color: #F9F9F9;
        overflow-y: auto;
        margin-top: 7.5rem;
    }

    .a-main-Menu-Titel {
        color: rgb(30, 65, 131);
        font-weight: 500;
    }

    .fontstyle1 {
        font-size: 150% !important;
    }

    .fontTitelstyle {
        font-size: 100% !important;
    }

    span.spanmedia-2 {
        width: 65px !important;
        height: 35px !important;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .custom-toggler .navbar-toggler-icon {
        width: 4rem !important;
    }

    /*.btnnav {
        font-size: 0.75rem !important;
    }*/

    h1, h2, h3, h4 {
        font-size: 120% !important;
    }

    h5, h6, p, span {
        font-size: 120% !important;
    }

    option {
        font-size: 80% !important;
    }

    /*.select2-selection__rendered, .select2-results__options {
        font-size: 60% ;
    }*/

    /*button, .btn .btn-Fill-1, .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 140% !important;
    }*/

    .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 140% !important;
    }

    button, .btn-TextEditor {
        font-size: 110% !important;
    }

    .dash-fontstyle {
        font-size: 150% !important;
        color: white !important;
        font-weight: 600;
    }

    .dash-style {
        background-color: #b4caf2 !important;
    }

    span.spanmedia {
        width: 60px !important;
        height: 33px !important;
    }

    #sidebar.collapse {
        position: fixed;
        z-index: 2000;
        transition: all .3s ease;
        top: 0;
        bottom: 0;
        left: -30%; /* -width of sidebar */
        width: 0;
        height: 100% !important;
        /*display: block;*/
    }

    #sidebar.collapsing {
        transition: all .18s ease-in;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -30%; /* -width of sidebar */
        width: 30%; /* width of sidebar */
        height: 100% !important;
        display: block;
    }

    #sidebar.collapse.show {
        left: 0;
        width: 100%; /* width of sidebar */
        background-color: #F9F9F9;
        overflow-y: auto;
        margin-top: 7.5rem;
    }

    .a-main-Menu-Titel {
        color: rgb(30, 65, 131);
        font-weight: 500;
    }

    .fontstyle1 {
        font-size: 150% !important;
    }

    .fontTitelstyle {
        font-size: 100% !important;
    }

    span.spanmedia-2 {
        width: 65px !important;
        height: 35px !important;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /*.btnnav {
        font-size: 0.75rem !important;
    }*/

    h1, h2, h3, h4 {
        font-size: 110% !important;
    }

    h5, h6, p, span, a {
        font-size: 110% !important;
    }

    option {
        font-size: 80% !important;
    }

    /*.select2-selection__rendered, .select2-results__options {
        font-size: 60%;
    }*/
    /*button, .btn .btn-Fill-1, .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 150% !important;
    }*/

    .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 150% !important;
    }

    .dash-fontstyle {
        font-size: 150% !important;
        color: white !important;
        font-weight: 600;
    }

    .dash-style {
        background-color: #b4caf2 !important;
    }

    span.spanmedia {
        width: 43px !important;
        height: 28px !important;
    }

    span.spanmedia-2 {
        width: 65px !important;
        height: 35px !important;
    }

    #sidebar.collapse {
        position: fixed;
        z-index: 2000;
        transition: all .3s ease;
        top: 0;
        bottom: 0;
        left: -30%; /* -width of sidebar */
        width: 0;
        height: 100% !important;
        /*display: block;*/
    }

    #sidebar.collapsing {
        transition: all .18s ease-in;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -30%; /* -width of sidebar */
        width: 30%; /* width of sidebar */
        height: 100% !important;
        display: block;
    }

    #sidebar.collapse.show {
        left: 0;
        width: 100%; /* width of sidebar */
        background-color: #F9F9F9;
        overflow-y: auto;
        margin-top: 7.5rem;
    }

    .a-main-Menu-Titel {
        color: rgb(30, 65, 131);
        font-weight: 500;
    }

    .fontstyle1 {
        font-size: 90% !important;
    }

    .fontTitelstyle {
        font-size: 90% !important;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*.btnnav.buchen {
        min-width: 70px !important;
    }*/

    .btnnav {
        font-size: 0.75rem !important;
        font-weight: 500 !important;
        height: 3.5rem !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .f-85 {
        font-size: 85% !important;
    }

    h1, h2, h3, h4 {
        font-size: 130% !important;
    }

    h5, h6, p, span {
        font-size: 130% !important;
    }

    option {
        font-size: 90% !important;
    }

    .select2-selection__rendered, .select2-results__options {
        font-size: 50% !important;
    }

    .dash-fontstyle {
        font-size: 130% !important;
        color: rgb(30, 65, 131) !important;
        color: var(--main-bg-color3) !important;
    }

    /*button, .btn .btn-Fill-1, .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 130% !important;
    }*/
    .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, li.btn {
        font-size: 130% !important;
    }

    button .btn .btn-Fill-2 .btn-block {
        width: unset !important;
    }

    span.spanmedia {
        width: 45px !important;
        height: 30px !important;
    }

    span.spanmedia-2 {
        width: 65px !important;
        height: 35px !important;
    }

    .fontstyle1 {
        font-size: 150% !important;
    }

    .fontTitelstyle {
        font-size: 100% !important;
    }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .btnnav {
        font-size: 0.75rem !important;
        font-weight: 500 !important;
        height: 3.5rem !important;
    }

    h1, h2, h3, h4 {
        font-size: 130% !important;
    }

    h5, h6, p, span {
        font-size: 110% !important;
    }

    .dash-fontstyle {
        font-size: 130% !important;
        color: rgb(30, 65, 131) !important;
        color: var(--main-bg-color3) !important;
    }

    .select2-selection__rendered, .select2-results__options {
        font-size: 80% !important;
    }

    /*button, .btn .btn-Fill-1, .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, .btn-outline, li.btn {
        font-size: 95% !important;
    }*/

    .btn .btn-Fill-2, label.btn, .btn .nav-btn-outline, .btn-outline, li.btn {
        font-size: 95% !important;
    }


    span.spanmedia {
        width: 60px !important;
        height: 34px !important;
    }

    span.spanmedia-2 {
        width: 60px !important;
        height: 34px !important;
    }

    .fontstyle1 {
        font-size: 150% !important;
    }

    .fontTitelstyle {
        font-size: 120% !important;
    }
}
/*for checkbox switcher */
div .checkbox.switcher label, div.radio.switcher label {
    padding: 0;
}

    div.checkbox.switcher label *, div.radio.switcher label * {
        vertical-align: middle;
    }

    div.checkbox.switcher label input, div.radio.switcher label input {
        display: none;
    }

        div.checkbox.switcher label input + span, div.radio.switcher label input + span {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            width: 56px;
            height: 28px;
            background: #cacaca;
            border: 2px solid #eee;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

div.checkbox.switcher.Blue label input + span, div.radio.switcher.Blue label input + span {
    width: 40px !important;
    height: 20px !important;
}

div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #f2f2f2; /*#fff;*/
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    /*left: 0;*/
    /*margin-top: 3%;*/
}

div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
    background: #35fc42;
    border-color: #35fc42;
}

    div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
        left: 50%;
    }

div.checkbox.switcher.Blue label input:checked + span, div.radio.switcher.Blue label input:checked + span {
    background: #2e3272;
    border-color: #0a0d35 !important;
}

.alinkTiter {
    color: white !important;
    background-color: rgb(243, 100, 90) !important;
    border-radius: 2.5rem !important;
    border: 2px solid rgb(243, 100, 90) !important;
    text-align: center;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    height: 3.25rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alinkTiter_Outline {
    color: rgb(30, 65, 131) !important;
    background-color: transparent !important;
    border: 2px solid rgb(30, 65, 131) !important;
    border-radius: 2.5rem !important;
    text-align: center;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    height: 3.25rem !important;
}
/*Browser setting*/
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(/Images/SvgIcon/Arrow_Down_Icon.svg) !important;
    background-size: 10px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
    padding-right: 20px !important;
}

    select.form-control::-ms-expand {
        display: none;
    }

    select.form-control.about {
        padding-right: 30px !important;
    }


select.mcw-formcontrol-iframe {
    background-image: url(/Images/SvgIcon/Arrow_Down_Black_Icon.svg) !important;
    background-position: calc(100% - 20px) center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}

.borderstyle {
    border-top: solid;
    border-top-color: lightgray;
    border-top-width: thin;
}

.header-1 {
    font-size: 150% !important;
    color: #04629e !important;
    font-weight: 700;
}

.header-2 {
    font-size: 120% !important;
    color: #04629e !important;
    font-weight: 600;
}

.header-3 {
    font-size: 1.75rem !important;
    color: rgb(30, 65, 131) !important;
    font-weight: 600;
}

.hdrcolor {
    font-size: 80% !important;
    color: #04629e !important;
    font-weight: 600;
}

.hexcolor {
    font-size: 100% !important;
    color: #04629e !important;
    font-weight: 500;
    background-color: rgb(244,244,244) !important;
    background-image: url(/Images/SvgIcon/HEX_Icon.svg) !important;
    background-position: calc(100% - 5px) center !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    appearance: none !important;
    border-style: solid !important;
    border-color: rgb(244,244,244) !important;
    border-width: 0.2rem !important;
    border-radius: 0.25rem;
    box-shadow: none !important;
}

.input-sidebar {
    background-color: transparent !important;
    border-radius: 5rem !important;
    border: 2px solid #fff !important;
    width: fit-content !important;
    height: 3rem !important;
    display: flex;
}

@media (min-width: 576px) and (max-width: 767.99px) {
    select.form-control.about {
        width: 100%;
        padding-right: 20px !important;
        padding-left: 0.5rem !important
    }
}

@media (max-width: 575.99px) {
    #color-btn.about {
        width: 30%;
        height: 75%;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #edf1f5 !important;
}

@media (max-width: 575.99px) {
    a.alinkTiter, a.alinkTiter_Outline {
        font-size: 80% !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    a.alinkTiter, a.alinkTiter_Outline {
        font-size: 90% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    a.alinkTiter, a.alinkTiter_Outline {
        font-size: 90% !important;
        /*height: 3rem !important;*/
    }
}
/*OLD Style*/
.lblfromgroup {
    display: flex;
    align-items: center;
    font-size: 110% !important;
    text-shadow: 1px 1px rgba(0,0,0,.05) !important;
    color: #8a8a8a !important;
    background-color: transparent;
    border-style: none;
    min-height: 3.25rem;
    box-shadow: none;
    margin-bottom: 0px !important;
}

select.form-control.txtfromgroup {
    background-image: url(/Images/SvgIcon/Arrow_Down_Black_Icon.svg) !important;
    background-position: calc(100% - 15px) center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}

    select.form-control.txtfromgroup.blueArrow {
        background-image: url(/Images/SvgIcon/Arrow_Down_Icon.svg) !important;
        background-position: calc(100% - 15px) center !important;
        background-size: 15px !important;
        background-repeat: no-repeat !important;
        cursor: pointer;
    }

.txtfromgroup, .select2-selection.select2-selection--multiple {
    background-color: rgb(244,244,244) !important;
    min-height: 3.25rem !important;
    padding: 5px 20px 5px 20px !important;
    font-weight: 600 !important;
    font-size: 100% !important;
    appearance: none !important;
    border-style: solid !important;
    border-color: white !important;
    /*border-width: 0.2rem !important;*/
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    border-radius: 0.25rem;
    box-shadow: none !important;
}

select.form-control {
    padding-right: 35px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e9f1ff !important;
    border: 1px solid rgb(30, 65, 131) !important;
    margin-top: 0px !important;
}

.select2-selection.select2-selection--multiple {
    display: flex;
    align-items: center;
}

.bordertabstyle {
    border-top: solid;
    border-top-color: lightgray;
    border-top-width: 2px;
    margin-top: 1rem;
    width: 100% !important;
}

/*mcw-Icon*/
.Icon_ColorPicker {
    border: none !important;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    color: transparent !important;
}

.Icon_McwDatePicker {
    background-image: url(/Images/SvgIcon/McwDatePicker-Icon.svg) !important;
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    display: flex;
    width: 28px;
    height: 100%;
}

.Icon_Cake {
    background-image: url(/Images/SvgIcon/Cake_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -8px !important;
}

.Icon_CellPhone {
    background-image: url(/Images/SvgIcon/CellPhone_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    /*margin-top: -8px !important;*/
}

.Icon_Envelope_Blue {
    background-image: url(/Images/SvgIcon/Envelope_Blue_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    /*margin-top: -8px !important;*/
}

.Icon_Phone_Blue {
    background-image: url(/Images/SvgIcon/Phone_Blue_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    /*margin-top: -8px !important;*/
}

.Icon_Placeholder {
    background-image: url(/Images/SvgIcon/Placeholder_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -8px !important;
}

.Icon_Information {
    background-image: url(/Images/SvgIcon/Information_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 2rem;
    height: 2rem;
    /*margin-top: -8px !important;*/
}
.Icon_InfoModal {
    background-image: url(/Images/SvgIcon/InfoModal_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 2rem;
    height: 2rem;
}

.Icon_Upload {
    background-image: url(/Images/SvgIcon/Upload_Icon.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.25rem;
    height: 1.25rem;
}

.Icon_Download {
    background-image: url(/Images/SvgIcon/Download_Icon.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.25rem;
    height: 1.25rem;
}

.Icon_Arrow_Next {
    background-image: url(/Images/SvgIcon/Arrow_Down_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    transform: rotate(-90deg) !important;
    width: 1.5rem;
    height: 100%;
}

.Icon_Arrow_Prev {
    background-image: url(/Images/SvgIcon/Arrow_Down_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    transform: rotate(90deg) !important;
    width: 1.5rem;
    height: 100%;
}

.Icon_Eye {
    background-image: url(/Images/SvgIcon/Eye_Icon.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_More_Point {
    background-image: url(/Images/SvgIcon/More_Point_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Paper {
    background-image: url(/Images/SvgIcon/Paper_Icon.svg);
    background-size: 130%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_DragDrop {
    background-image: url(/Images/SvgIcon/DragDrop_Icon.svg);
    background-size: 130%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 1.75rem;
    height: 1.75rem;
}

.Icon_Kalender {
    background-image: url(/Images/SvgIcon/Kalender_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 40px;
}

.Icon_Edit {
    background-image: url(/Images/SvgIcon/Edit_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    display: flex;
}

.Icon_Info_O {
    display: flex;
    background-image: url(/Images/SvgIcon/Info_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    background-position: center;
}

.Icon_G {
    background: #3dc865 !important;
    border: 0px solid rgba(207,207,207,0.6);
    font-size: 90% !important;
    font-weight: 800 !important;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding-top: 1px;
    padding-right: 3px;
}

.Icon_Tick {
    background-image: url(/Images/SvgIcon/Tick_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 17px;
    height: 17px;
}

.Icon_Close {
    background-image: url(/Images/SvgIcon/Close_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 12px;
    height: 12px;
}

.Icon_TimeForward {
    background-image: url(/Images/SvgIcon/TimeForward_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 25px;
    display: flex !important;
}

.Icon_Megaphone {
    background-image: url(/Images/SvgIcon/Megaphone_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 25px;
    height: 25px;
    display: flex !important;
}

.Icon_InsertField {
    background-image: url(/Images/SvgIcon/InsertFiled_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -8px;
}

.Icon_Conversation {
    background-image: url(/Images/SvgIcon/Conversation_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -8px;
}

.Icon_Trash {
    background-image: url(/Images/SvgIcon/Trash_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 25px;
    height: 25px;
    display: flex;
}

    .Icon_Trash.white {
        filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(427%) hue-rotate(200deg) brightness(121%) contrast(100%);
    }

.Icon_CopyInfo {
    background-image: url(/Images/SvgIcon/CopyInfo_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 25px;
    height: 25px;
    display: flex;
}

    .Icon_CopyInfo.white {
        filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(427%) hue-rotate(200deg) brightness(121%) contrast(100%);
    }

.Icon_Add {
    background-image: url(/Images/SvgIcon/Add_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 40px;
    height: 40px;
    display: flex;
}

.Icon_Group {
    background-image: url(/Images/SvgIcon/Group_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    background-position: center;
}

.Icon_LockBlue {
    background-image: url(/Images/SvgIcon/LockBlue_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    background-position: center;
}

.Icon_Repeat {
    background-image: url(/Images/SvgIcon/Repeat_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    background-position: center;
}

.Icon_Layout {
    background-image: url(/Images/SvgIcon/Layout_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    background-position: center;
}

.Icon_About {
    background-image: url(/Images/SvgIcon/About_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    display: flex;
}

.Icon_FindTermin {
    background-image: url(/Images/SvgIcon/FindTermin_Icon.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    background-position: center;
}

.Icon_NewPlan {
    background-image: url(/Images/SvgIcon/NewPlan_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 120px;
    height: 120px;
    display: flex;
    background-position: center;
}

.Icon_CopyPlan {
    background-image: url(/Images/SvgIcon/CopyPlan_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 65px;
    height: 65px;
    display: flex;
    background-position: center;
}

.Icon_TempPlan {
    background-image: url(/Images/SvgIcon/TempPlan_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 120px;
    height: 120px;
    display: flex;
    background-position: center;
}

.Icon_ChangeTermin {
    background-image: url(/Images/SvgIcon/ChangeTermin_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 120px;
    height: 120px;
    display: flex;
    background-position: center;
}

.Icon_Back {
    background-image: url(/Images/SvgIcon/BackOrForward_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 25px;
    height: 25px;
    display: flex;
    background-position: center;
}

.Icon_Forward {
    background-image: url(/Images/SvgIcon/BackOrForward_Icon.svg);
    transform: rotate(180deg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 25px;
    height: 25px;
    display: flex;
    background-position: center;
}

.Icon_CalendarPlan_Icon {
    background-image: url(/Images/SvgIcon/CalendarPlan_Icon.svg);
    background-color: transparent !important;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 25px;
    height: 25px;
}

.Icon_List {
    background-image: url(/Images/SvgIcon/List_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 25px;
    height: 25px;
}

.Icon_PrintPlan {
    background-image: url(/Images/SvgIcon/PrintPlan_Icon.svg);
    background-color: transparent !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px !important;
    border-color: black;
    width: 25px;
    height: 25px;
}

.Icon_ChangeUser {
    background-image: url(/Images/SvgIcon/ChangeUser_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 30px;
    height: 30px;
}

.Icon_SMSPackage {
    background-image: url(/Images/SvgIcon/SMSPackage_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 80px;
    height: 80px;
    display: flex;
    background-position: center;
}

    .Icon_SMSPackage span.Plus {
        width: 1.5rem !important;
        height: 1.5rem !important;
        background: rgb(30, 65, 131) !important;
        color: white;
        font-size: 1.25rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500 !important;
        border-radius: 100% !important;
        border: none;
        margin-left: 3.5rem !important;
        margin-top: -.5rem !important;
        font-style: normal;
    }

.Icon_Fireworks {
    background-image: url(/Images/SvgIcon/Fireworks_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 175px;
    height: 175px;
    display: flex;
    background-position: center;
}

.Icon_Warning {
    background-image: url(/Images/SvgIcon/Warning_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: transparent;
    width: 20px;
    height: 20px;
    display: flex;
    background-position: center;
}
.Icon_Note {
    background-image: url(/Images/SvgIcon/Note_Icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center;
    width: 20px;
    height: 20px;
    display: flex;
    background-position: center;
}
/*mcw-input*/
.mcw-input-label-1 {
    background-color: transparent;
    color: rgb(143, 143, 143);
    border-style: none;
    font-size: 0.875rem !important;
}

.mcw-input-label-2 {
    background-color: transparent;
    color: rgb(132, 132, 132);
    border-style: none;
    font-size: 0.6rem !important;
    font-weight: 600;
}

.mcw-input-label-3 {
    background-color: transparent;
    color: rgb(30, 65, 131) !important;
    border-style: none;
    font-size: 0.875rem !important;
    font-weight: 600;
}
    .mcw-input-label-3.disabled {
        color: rgb(143, 143, 143) !important;
    }

.mcw-input-dropdown-1 {
    background-image: url(/Images/SvgIcon/Arrow_Down_Black_Icon.svg) !important;
    background-size: 0.875rem !important;
    background-position: calc(100% - 20px) center !important;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0rem 2rem 0rem 1.5rem !important;
    background-color: rgb(248,248,248) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    border: 1px solid white;
    border-radius: 0.35rem !important;
    height: 3.5rem !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
}

.mcw-input-dropdown-2 {
    background-image: url(/Images/SvgIcon/Arrow_Down_Black_Icon.svg) !important;
    background-size: 15px !important;
    background-position: calc(100% - 15px) center !important;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: .375rem 1.875rem .375rem 1.125rem;
    background-color: #fff;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    height: 3.25rem !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
}

.mcw-input-dropdown-3 {
    background-size: 10px !important;
    background-color: #E9F0FD !important;
    padding: 0rem 1.25rem !important;
    border-radius: 0.25rem !important;
    background-position: calc(100% - 20px) center !important;
    font-size: .875rem !important;
    font-weight: 600 !important;
    color: var(--main-bg-color3) !important;
    color: rgb(30, 65, 131) !important;
    border: 1px solid #E9F0FD;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-clip: padding-box;
    height: 3.5rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(/Images/SvgIcon/Arrow_Down_Icon.svg) !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-repeat: no-repeat;
}

.mcw-input-txtarea-1 {
    height: auto !important;
    appearance: none;
    background-image: none !important;
    padding: 1rem 1.5rem !important;
    background-color: rgb(236,242,247) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    font-weight: 500 !important;
    border-radius: 0.5rem !important;
    border: none !important;
    font-size: 1rem !important;
    text-shadow: none !important;
}

    .mcw-input-txtarea-1::placeholder {
        color: rgb(30, 65, 131) !important;
        color: var(--main-bg-color3) !important;
    }
    .mcw-input-txtarea-1:disabled {
        background-color: rgb(248,248,248) !important;
        box-shadow: 0px 0px 0px 1px rgba(0,0,0,.04) !important;
        border: 1px solid #e0e0e0 !important;
        color: #808080 !important;
    }
/*------------------------------------------------------*/
.mcw-input-text-old {
    background-color: rgb(244,244,244) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    border-radius: 0.25rem;
    border-style: none;
    vertical-align: Top !important;
    height: 2.5rem !important;
    box-shadow: none !important;
}

    .mcw-input-text-old:focus {
        background-color: rgb(244,244,244) !important;
        color: rgb(30, 65, 131) !important;
        color: var(--main-bg-color3) !important;
        border-radius: 0.25rem;
        border-style: none !important;
        box-shadow: none !important;
        vertical-align: Top !important;
        height: 2.5rem !important;
    }

.mcw-input-border {
    border-style: solid !important;
    border-color: white;
    border-width: 0.2rem;
}
/*------------------------------------------------------*/
.mcw-input-text-1 {
    background-image: none;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0rem 1.5rem !important;
    background-color: rgb(248,248,248) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    font-weight: 600 !important;
    border-radius: 0.35rem !important;
    height: 3.5rem !important;
    box-shadow: none !important;
    border: 1px solid white;
    font-size: 1rem !important;
    text-shadow: none !important;
}

    .mcw-input-text-1:disabled {
        background-color: rgb(248,248,248) !important;
        border-radius: 0.35rem !important;
        font-size: .875rem !important;
        box-shadow: 0px 0px 0px 1px rgba(0,0,0,.04) !important;
        /*border: 1px solid #dcdcdc !important;
        border: 1px solid #b0b0b0 !important;*/
        border: 1px solid #e0e0e0 !important;
        /*color: #a0a0a0 !important;*/
        color: #808080 !important;
        /*color: #6c6c6c !important;*/
    }

    .mcw-input-text-1.withIcon {
        border-right: none !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        padding: 0rem 0.5rem 0rem 1.5rem !important;
    }

    .mcw-input-text-1.Icon {
        border-left: none !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        padding: 0rem 1rem !important;
        font-size: 1.5rem !important;
    }

.mcw-input-text-2 {
    background-image: none;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: .375rem 1.875rem .375rem 1.125rem;
    background-color: #fff;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    height: 3.25rem !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

    .mcw-input-text-2.withIcon {
        border-left: none !important;
        border-radius: 0rem 0.25rem 0.25rem 0rem !important;
    }

input.mcw-input-text-2:focus {
    box-shadow: none !important;
    outline: 0;
}

.mcw-input-timepicker-1 {
    appearance: none;
    background-image: none;
    background-repeat: no-repeat;
    padding: 0rem 1.25rem !important;
    background-color: rgb(248,248,248) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    font-weight: 600 !important;
    border-radius: 0.35rem !important;
    height: 3.5rem !important;
    box-shadow: none !important;
    border: 1px solid white;
    font-size: 1rem !important;
    text-shadow: none !important;
}

    .mcw-input-timepicker-1.withIcon {
        border: 2px solid white !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }


.form-control.mcw-input-text-DIS {
    border-color: transparent;
    background-color: transparent !important;
    background-image: none !important;
    min-height: 20px !important;
}

.mcw-select-operator {
    width: fit-content !important;
    background-image: none !important;
    padding: 0px 3px !important;
    color: black;
    background-color: transparent !important;
    height: 2rem !important;
    min-height: 0px !important;
    border-radius: 0;
    border: none;
    border-left: 1px solid #555;
    margin-left: -25px !important;
    appearance: none;
    background-size: 0px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    text-align: center;
}

.MCWSelector.mcw-input-selector + span.select2 span.selection .select2-selection.select2-selection--multiple {
    background-image: none;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0rem 1.5rem !important;
    background-color: rgb(248,248,248) !important;
    color: rgb(30, 65, 131) !important;
    color: var(--main-bg-color3) !important;
    font-weight: 600 !important;
    border-radius: 0.35rem !important;
    min-height: 3.5rem !important;
    box-shadow: none !important;
    border: 1px solid white;
    font-size: 1rem !important;
    text-shadow: none !important;
}
/*mcw-button*/
.btn:disabled {
    cursor: auto;
}

.btn.btn-Fill-2:hover:not(:enabled) {
    background-color: var(--main-bg-color3) !important;
    background-color: rgb(30, 65, 131) !important;
    border-color: var(--main-bg-color3) !important;
    border-color: rgb(30, 65, 131) !important;
}

.mcw-btn-1 {
    border-radius: 2.5rem !important;
    font-weight: 400 !important;
    background: rgb(244,66,54);
    color: #fff !important;
}

.mcw-btn-2 {
    color: rgb(30, 65, 131) !important;
    border: 1px solid rgb(207,207,207) !important;
    border-radius: 2.5rem !important;
    font-size: 1rem;
    font-weight: 500;
    background: white;
    padding: 0.5rem 1.75rem !important;
}

    .mcw-btn-2.active {
        color: white !important;
        border: 1px solid rgb(30, 65, 131) !important;
        font-weight: 600 !important;
        background: rgb(30, 65, 131) !important;
    }

.mcw-btn-3 {
    border: 2px solid rgb(243, 100, 90);
    color: white !important;
    background-color: rgb(243, 100, 90) !important;
    height: 3rem;
    font-weight: 600;
    text-align: center;
    font-size: 100%;
    border-radius: 2.5rem !important;
}

.mcw-btn-4 {
    border-radius: 0.35rem;
    border: 2px solid rgb(30, 65, 131);
    border: 2px solid var(--main-bg-color3);
    color: white !important;
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
    height: 3.5rem;
    font-weight: 500;
    text-align: center;
    font-size: 0.875rem !important;
}

.mcw-btn-5 {
    height: 6rem !important;
    border-radius: 0.75rem;
    background-color: #F1F5FA !important;
    border: 2px solid #F1F5FA !important;
    cursor: pointer !important;
}

    .mcw-btn-5:hover {
        background-color: #a3b6d4 !important;
        /*background-color: #d4e4ff !important;*/
    }

.mcw-btn-Save {
    border-radius: 2rem !important;
    border: 2px solid rgb(243, 100, 90) !important;
    border: 2px solid var(--main-bg-color1) !important;
    color: white !important;
    background-color: rgb(243, 100, 90) !important;
    background-color: var(--main-bg-color1) !important;
    height: 2.5rem !important;
    text-align: center !important;
    font-size: 100% !important;
    font-weight: 500 !important;
    padding: 0rem 1.25rem !important;
}

.mcw-btn-Close {
    border-radius: 2rem !important;
    border: 2px solid rgb(30, 65, 131) !important;
    border: 2px solid var(--main-bg-color3) !important;
    color: white !important;
    background-color: rgb(30, 65, 131) !important;
    background-color: var(--main-bg-color3) !important;
    height: 2.5rem !important;
    text-align: center !important;
    font-size: 100% !important;
    font-weight: 500 !important;
    padding: 0rem 1.25rem !important;
}

.mcw-btn-info-circle .Icon_About {
    filter: brightness(0) saturate(100%) invert(47%) sepia(45%) saturate(891%) hue-rotate(321deg) brightness(102%) contrast(103%);
    background-size: 85%;
    margin-top: -5px;
}
.mcw-hyperlink {
    color: #0645AD;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
    background-color: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.875rem;
}

    .mcw-hyperlink:hover {
        color: #0b78d1;
        text-decoration: underline;
        background-color: #e9e9e9;
        border-color: #c6c6c6;
    }


    .mcw-hyperlink i {
        margin-right: 10px;
        color: inherit;
    }
/*mcw-frame*/
.mcw-frame-1 {
    padding: 1rem !important;
    background-color: rgb(236,241,247 ) !important;
    border: 1px solid rgb(236,241,247 ) !important;
    border-radius: 0.5rem !important;
}

.mcw-frame-2 {
    background-color: white !important;
    border-radius: 0.5rem !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 10px;
}

.mcw-frameCircle-1 {
    background: rgb(223, 234, 242) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
}

.mcw-frameCircle-2 {
    background: #f6736c;
    border-radius: 100% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-shrink: 0;
}

.mcw-frameCircle-3 {
    background: rgb(30, 65, 131);
    border-radius: 50% !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-shrink: 0;
}
.mcw-frame-header {
    margin-top: -20px !important;
    width: fit-content;
    padding: 0.5rem 1.5rem !important;
    border: 2px solid #04629e !important;
    border-radius: 5rem;
    color: #04629e;
    background-color: rgb(248,248,248) !important;
    font-weight: 600;
    min-width: 232px !important;
    text-align: center;
    font-size: 0.875rem !important;
}

.mcw-frame-footer {
    width: fit-content;
    border: 2px solid #04629e !important;
    color: #04629e;
    font-weight: 600;
    text-align: center;
    font-size: 0.875rem !important;
    margin-top: -45px !important;
    border-radius: 0.25rem !important;
    background-color: rgb(231,238,244) !important;
    min-width: 232px !important;
    padding: 0.5rem 0.2rem !important;
}
/*mcw-title fontwieght>600*/
.mcw-title-1 {
    font-size: 0.875rem !important;
    color: rgb(30,65,131) !important;
    font-weight: 700 !important;
}

.mcw-title-2 {
    font-size: 1rem !important;
    color: rgb(30,65,131) !important;
    font-weight: 700 !important;
}

.mcw-title-3 {
    font-size: 1.25rem !important;
    color: rgb(30,65,131) !important;
    font-weight: 600 !important;
}

.mcw-title-4 {
    font-size: 1.5rem !important;
    color: rgb(30,65,131) !important;
    font-weight: 600 !important;
}

/*mcw-fontsize*/
.mcw-fs-dec25p {
    font-size: 0.75rem !important;
}

.mcw-fs-dec125p {
    font-size: 0.875rem !important;
}

.mcw-fs-normal {
    font-size: 1rem !important;
}

.mcw-fs-inc25p {
    font-size: 1.25rem !important;
}

.mcw-fs-inc125p {
    font-size: 1.125rem !important;
}

.mcw-fs-inc50p {
    font-size: 1.5rem !important;
}

.mcw-fs-2x {
    font-size: 2rem !important;
}
/*mcw-fontweight*/
.mcw-fw-300 {
    font-weight: 300 !important;
}

.mcw-fw-400 {
    font-weight: 400 !important;
}

.mcw-fw-500 {
    font-weight: 500 !important;
}

.mcw-fw-600 {
    font-weight: 600 !important;
}

.mcw-fw-700 {
    font-weight: 700 !important;
}

.mcw-fw-800 {
    font-weight: 800 !important;
}


/*mcw-txt-color*/
.mcw-txt-normal {
    color: #7C7C7C !important;
}

.mcw-txt-primary {
    color: rgb(30,65,131) !important;
}

.mcw-txt-black {
    color: #000000;
}

.mcw-txt-white {
    color: #ffffff;
}


.mcw-txt-lightgray {
    color: #cacaca;
}

.mcw-txt-green {
    color: #3dc865;
}

.mcw-txt-red {
    color: #ca322e;
}

.mcw-txt-blue {
    color: #5a8ff3;
}

.mcw-txt-gray {
    color: #a9a9a9;
}

.mcw-txt-lightblue {
    color: #33b1d5;
}

.mcw-txt-yellow {
    color: #ffc107;
}

.mcw-txt-orange {
    color: #eb6f58;
}

/*mcw-line*/
.mcw-hzline-1 {
    border-top: solid;
    border-top-color: white;
    border-top-width: 1px;
    margin-top: 0.55rem;
    width: 100% !important;
}

.mcw-hzline-2 {
    border-top: 2px solid rgb(234,243,243);
    margin-top: 1.75rem;
    width: 100%;
    margin-bottom: 1.75rem;
}

.mcw-hzline-3 {
    border-top: 2px solid rgb(210,215,229);
    width: 100%;
}

.mcw-verline {
    border-left: 2px solid #DCDCDC;
}
/*mcw-lamp*/
.mcw-lamp {
    display: inline-block;
    border-radius: 100%;
    width: 12px !important;
    height: 12px !important;
}

    .mcw-lamp.lightgray {
        background-color: #cacaca;
    }

    .mcw-lamp.green {
        background-color: #3dc865;
    }

    .mcw-lamp.red {
        background-color: #ca322e;
    }

    .mcw-lamp.blue {
        background-color: #5a8ff3;
    }

    .mcw-lamp.gray {
        background-color: #a9a9a9;
    }

    .mcw-lamp.lightblue {
        background-color: #33b1d5;
    }

    .mcw-lamp.yellow {
        background-color: #ffc107;
    }

    .mcw-lamp.orange {
        background-color: #eb6f58;
    }
    .mcw-lamp.tick {
        background-color: #008530 !important;
        background-image: url(/Images/SvgIcon/Tick_Icon.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .mcw-lamp.cross {
        background-color: #ca322e;
        background-image: url(/Images/SvgIcon/Close_Icon.svg);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }
/*mcw-bg-color*/
.mcw-bg-white {
    background-color: white !important;
}

.mcw-bg-primary {
    background-color: rgb(30,65,131) !important;
}
/*mcw-borderradius*/
.mcw-br-0x2v {
    border-radius: 0.5rem !important;
}

.mcw-br-0x3v {
    border-radius: 0.75rem !important;
}

.mcw-br-0x3v {
    border-radius: 0.75rem !important;
}

.mcw-br-5x {
    border-radius: 5rem !important;
}
/*mcw-height*/
.mcw-h-2x2v {
    height: 2.5rem !important;
}

.mcw-h-3x {
    height: 3rem !important;
}

.mcw-h-3x1v {
    height: 3.25rem !important;
}

.mcw-h-3x2v {
    height: 3.5rem !important;
}

.mcw-h-3x3v {
    height: 3.75rem !important;
}

.mcw-h-4x {
    height: 4rem !important;
}

.mcw-h-5x {
    height: 5rem !important;
}

.mcw-h-6x {
    height: 6rem !important;
}
/*mcw-Other*/
.input-group-text.Mcw {
    background-color: rgb(248,248,248) !important;
    border: 2px solid white !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.modal-body {
    box-shadow: rgba(17, 12, 46, 0.4) 0px 48px 100px 0px;
}
/*Setting----------------------------------------------*/
.form-group-setting .custom-control-input:disabled ~ .custom-control-label {
    color: #e0e0e0 !important;
}

.form-group-setting input[type="checkbox"]:disabled + label::after, input[type="checkbox"]:disabled + label::before {
    background-color: #eee !important;
}

.form-group-setting input[type="checkbox"]:disabled:checked + label::before {
    background-color: #eee !important;
}

.form-group-setting input[type="checkbox"]:disabled:checked + label::after {
    background-color: #eee !important;
    background-image: url(/Images/SvgIcon/Checkmark_Disable_Icon.svg) !important;
}

.form-group-setting input[type="radio"] + label::before {
    top: 5px;
    width: 30px;
    height: 30px;
    border-style: none !important;
    background: #e0e0e0 !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

.form-group-setting input[type="radio"] + label::after {
    top: 5px;
    width: 30px;
    height: 30px;
    border-style: none !important;
    background: #e0e0e0 !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

.form-group-setting input[type="radio"]:checked + label::before {
    top: 5px;
    width: 30px;
    height: 30px;
    border-style: none !important;
    background: #e0e0e0 !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
}

.form-group-setting input[type="radio"]:checked + label::after {
    position: absolute;
    left: -22px;
    top: 13px;
    width: 15px;
    height: 15px;
    border-style: none !important;
    border-color: transparent;
    box-shadow: none !important;
    cursor: pointer;
    background: #04629e !important;
    border-radius: 100%;
}

.form-group-setting .custom-control-label.setting::before, .custom-control-label.setting::after {
    left: -1.9rem;
}

.form-group-setting .custom-control-label {
    padding-left: 1rem !important;
    padding-top: 10px !important;
    font-size: 100% !important;
    font-weight: 500 !important;
    color: #6c6c6c !important;
}

.form-group-setting input[type="checkbox"] + label::before {
    top: 5px;
    left: 0rem !important;
    width: 30px;
    height: 30px;
    border-style: none !important;
    background: #e0e0e0 !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-setting input[type="checkbox"] + label::after {
    top: 5px;
    width: 30px;
    height: 30px;
    border-style: none !important;
    background: #e0e0e0 !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-setting input[type="checkbox"]:checked + label::before {
    top: 5px;
    width: 30px;
    height: 30px;
    border-style: none !important;
    background: #e0e0e0 !important;
    border-radius: 20%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-setting input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-style: none !important;
    background-image: url(/Images/SvgIcon/Checkmark_Icon.svg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-color: transparent;
    background-color: transparent !important;
    background-position: center !important;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-setting .checksymbol.custom-control-label {
    padding-left: 3rem !important;
    display: flex;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    align-content: center;
    align-items: center;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: rgb(30, 65, 131) !important;
}


 .form-group-setting .checksymbol.custom-control-label::after {
        left: 0rem;
    }

/*SMS----------------------------------------------*/
.form-group-SMS .custom-control-label {
    padding-left: 1rem !important;
    padding-top: 10px !important;
    font-size: 100% !important;
    font-weight: 500 !important;
    color: #6c6c6c !important;
}

.form-group-SMS input[type="checkbox"] + label::before {
    top: -40px;
    left: -15px !important;
    width: 60px;
    height: 60px;
    border: 0.2rem solid white !important;
    background: white !important;
    border-radius: 0%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-SMS input[type="checkbox"] + label::after {
    top: -40px;
    left: -15px !important;
    width: 60px;
    height: 60px;
    border: 0.2rem solid white !important;
    background-image: url(/Images/SvgIcon/Sms_Icon.svg) !important;
    background-size: 65% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
    border-radius: 0%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-SMS input[type="checkbox"]:checked + label::before {
    top: -40px;
    left: -15px !important;
    width: 60px;
    height: 60px;
    border: 0.2rem solid white !important;
    background: white !important;
    border-radius: 0%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-SMS input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0px !important;
    border: 0.2rem solid lightgreen !important;
    background-color: white !important;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
    background-image: url(/Images/SvgIcon/Sms_Icon.svg) !important;
    background-size: 65% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.form-group-SMS .custom-control-label {
    padding-left: 0rem !important;
    display: flex;
    padding-top: 1.5rem !important;
    padding-bottom: 0px !important;
    align-content: center;
    align-items: center;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: rgb(30, 65, 131) !important;
}

.form-group-SMS custom-control-label::after {
    left: 0rem;
}
/*Email----------------------------------------------*/
.form-group-Mail .custom-control-label {
    padding-left: 1rem !important;
    padding-top: 10px !important;
    font-size: 100% !important;
    font-weight: 500 !important;
    color: #6c6c6c !important;
}

.form-group-Mail input[type="checkbox"] + label::before {
    top: -40px;
    left: 40px !important;
    width: 60px;
    height: 60px;
    border: 0.2rem solid white !important;
    background: white !important;
    border-radius: 0%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-Mail input[type="checkbox"] + label::after {
    top: -40px;
    left: 40px !important;
    width: 60px;
    height: 60px;
    border: 0.2rem solid white !important;
    background-image: url(/Images/SvgIcon/Email_Icon.svg) !important;
    background-size: 65% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
    border-radius: 0%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-Mail input[type="checkbox"]:checked + label::before {
    top: -40px;
    left: 40px !important;
    width: 60px;
    height: 60px;
    border: 0.2rem solid white !important;
    background: white !important;
    border-radius: 0%;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
}

.form-group-Mail input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0px !important;
    border: 0.2rem solid lightgreen !important;
    background-color: white !important;
    box-shadow: none !important;
    cursor: pointer;
    margin-top: 0px !important;
    background-image: url(/Images/SvgIcon/Email_Icon.svg) !important;
    background-size: 65% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.form-group-Mail .custom-control-label {
    padding-left: 3.25rem !important;
    display: flex;
    padding-top: 1.5rem !important;
    padding-bottom: 0px !important;
    align-content: center;
    align-items: center;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: rgb(30, 65, 131) !important;
}

.form-group-Mail custom-control-label::after {
    left: 0rem;
}

/*--------------------------------------------*/
/*.modal-body {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.5rem !important;
    max-height: 85vh;
    overflow-y: auto;
    min-width: 110% !important;
}

.modal-header {
    position: fixed !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 0rem !important;
    min-width: 110%;
}

    .modal-header .close.rounded-circle {
        border-color: transparent;
        position: absolute;
        right: 0rem;
        width: 3.75rem;
        height: 3.75rem;
        background-color: #f8fcfd;
        color: red !important;
        opacity: 1;
        padding: 0;
        line-height: 2.75rem;
        box-shadow: 2px 2px 4px rgb(108, 108, 108);
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 250% !important;
        font-weight: 500 !important;
        margin: 0rem -1.75rem 0rem 0rem !important;
    }

        .modal-header .close.rounded-circle.Width100 {
            right: 0rem !important;
        }*/

@media (max-width: 991.98px) {

    .modal-body {
        position: fixed;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: auto;
    }

    .modal-body {
        min-width: 175% !important;
        border-radius: 3rem !important;
        max-height: 85vh;
        width: 110% !important;
    }

    .modal-header {
        position: fixed !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        padding: 0rem !important;
    }

    .modal-header {
        min-width: 175%;
    }

        .modal-header .close.rounded-circle {
            border-color: transparent;
            position: absolute;
            right: 0rem;
            width: 3.75rem;
            height: 3.75rem;
            background-color: #f8fcfd;
            /*color: red !important;*/
            opacity: 1;
            padding: 0;
            line-height: 2.75rem;
            box-shadow: 2px 2px 4px rgb(108, 108, 108);
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 250% !important;
            font-weight: 500 !important;
            margin: 0rem -1.75rem 0rem 0rem !important;
        }

        .modal-header .close.rounded-circle {
            width: 7rem;
            height: 7rem;
            font-size: 500% !important;
        }

            .modal-header .close.rounded-circle.Width100 {
                right: 0rem !important;
            }
}
