﻿/*--------------------------Ocare Color----------------------------*/
/*var(--second-color)
var(--main-color)*/
body {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
}

.borderRadius {
    border-left: 3px solid var(--main-color);
    padding-left: 5px;
    padding-right: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.font-black {
    color: #000000;
    fill: #000000;
}

.font-detail {
    color: var(--main-color);
    fill: var(--main-color);
}

.font-gray {
    color: #828282;
}
.btn-register {
    background-color: #707070;
    color: #ffffff;
}

.btn-information {
    background-color: var(--second-color);
    color: #ffffff;
}

.btn-Appointment {
    background-color: var(--main-color);
    color: #ffffff;
}
.btn-next {
    background-color: var(--main-color);
    color: #ffffff;
}
.btn-colorlight {
    background-color: var(--second-color);
    color: #ffffff;
}
.btn-colorDark {
    background-color: var(--main-color);
    color: #ffffff;
}
.Box-top {
    background-color: var(--main-color);
    color: #ffffff;
}
.Box-under {
    font-family: 'Anantason-Regular-WebOnly';
    background-color: var(--second-color);
    color: #ffffff;
}
.navBottom {
    width: 100%;
    padding: 5px 15px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px; 
    max-width: 420px;
    background-color: #ffffff;
    height: 65px;
    box-shadow: 0px 0px 35px -27px;
}
.hambergerbar {
    color: var(--main-color);
    fill: var(--main-color);
}

.show {
    background-color: #ffffff;
    border-radius: 5px;
    width: 320px;
    height: 345px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    margin: auto;
}
.nav-background-top {
    background-color: #ffffff;
    height: 150px;
}

.nav-background-bottom {
    background-color: #ffffff;
}

.hover {
    fill: rgb(72,74,84);
}

    .hover:hover {
        fill: #0194FF;
        color: #0194FF;
    }

a {
    color: #000000;
}

    a:hover {
        color: #000000;
    }

.textbox-radius {
    border-radius: 15px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: #0194FF 6px solid;
    border-color: #fff #fff #0194FF #fff;
}

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}
.btnOption {
    font-size: 0.9em;
    font-family: 'Anantason-Regular-WebOnly';
    width: 100px;
    margin: auto;
    height: 37px;
}

.border-leftColor {
    border-left: 3.5px solid var(--main-color);
    padding-left: 10px;
    margin-left: -20px;
}
.btnBack {
    width: 140px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #828282
}

.btnConfrim {
    width: 140px;
    background-color: var(--main-color);
    color: #fff
}



/*--------------History-----------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 22px;
        left: -1px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 5px 0px #8282827a;
    }

input:checked + .slider {
    background-color: var(--main-color);
    width: 45px;
    height: 20px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

Rounded sliders
.slider.round {
    border-radius: 34px;
    width: 45px;
    height: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.buttonadd {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
    padding: 7px;
    background-color: var(--main-color) !important;
    color: #ffffff;
    width: 95%;
    margin: auto;
    margin-bottom: 10px !important;
    border: solid 1px var(--main-color);
}
.button-sendinfo {
    margin: 0px;
    margin-top: 15px;
    width: 95%;
    font-family: 'Anantason-Regular-WebOnly';
    background-color: var(--main-color);
    border-radius: 5px;
    margin-bottom: 0px;
    font-size: 1em;
    color: white;
    border: 1px solid var(--main-color);
}
        .button-sendinfo:hover {
            background-color: var(--second-color);
            color: #ffffff;
            border: 1px solid var(--second-color)
        }

.inputStyle {
    border-radius: 8px;
    box-shadow: 0px 0px 7px -4px gray;
    border: none;
    color: var(--second-color) !important;
    text-decoration: underline;
}

.btnGreen {
    background-color: var(--second-color);
    border-radius: 7px;
    color: #fff;
    font-size: 0.9em;
}

    .btnGreen:hover {
        background-color: var(--second-color);
        box-shadow: 0px 15px 20px var(--second-color);
        color: #fff;
    }
.swal2-styled.swal2-confirm {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: var(--second-color) !important;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}

.swal2-styled.swal2-cancel {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}
.clickActive {
    border-bottom: 2px solid var(--main-color);
}

a:hover {
    text-decoration: none;
}
.swal-button {
    background-color: var(--second-color) !important;
}





/*--Codeสี Phayathai2 #707070เทา #6cca98เขียวอ่อน #006A5Bเขียวเข้ม -- 
--Codeสี Ocare #707070เทา #76BDFFฟ้าอ่อน #369AFEฟ้าเข้ม --
--Codeสี Vichaiyut #B89B2Cทอง #233875น้ำเงิน --
*/

/*--------------------------Vichaiyut Color----------------------------*/
/*body {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
}

.borderRadius {
    border-left: 3px solid #233875;
    padding-left: 5px;
    padding-right: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.font-black {
    color: #000000;
    fill: #000000;
}

.font-detail {
    color: #233875;
    fill: #233875;
}

.font-gray {
    color: #828282;
}

.btn-register {
    background-color: #707070;
    color: #ffffff;
}

.btn-information {
    background-color: #B89B2C;
    color: #ffffff;
}

.btn-Appointment {
    background-color: #233875;
    color: #ffffff;
}

.btn-next {
    background-color: #233875;
    color: #ffffff;
}

.btn-colorlight {
    background-color: #B89B2C;
    color: #ffffff;
}

.btn-colorDark {
    background-color: #233875;
    color: #ffffff;
}

.Box-top {
    background-color: #233875;
    color: #ffffff;
}

.Box-under {
    font-family: 'Anantason-Regular-WebOnly';
    background-color: #B89B2C;
    color: #ffffff;
}

.navBottom {
    width: 100%;
    padding: 5px 15px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 420px;
    background-color: #ffffff;
    height: 65px;
    box-shadow: 0px 0px 35px -27px;
}

.hambergerbar {
    color: #233875;
    fill: #233875;
}

.show {
    background-color: #ffffff;
    border-radius: 5px;
    width: 320px;
    height: 345px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    margin: auto;
}

.nav-background-top {
    background-color: #ffffff;
    height: 150px;
}

.nav-background-bottom {
    background-color: #ffffff;
}

.hover {
    fill: rgb(72,74,84);
}

    .hover:hover {
        fill: #0194FF;
        color: #0194FF;
    }

a {
    color: #000000;
}

    a:hover {
        color: #000000;
    }

.textbox-radius {
    border-radius: 15px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: #0194FF 6px solid;
    border-color: #fff #fff #0194FF #fff;
}

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.btnOption {
    font-size: 0.9em;
    font-family: 'Anantason-Regular-WebOnly';
    width: 100px;
    margin: auto;
    height: 37px;
}

.border-leftColor {
    border-left: 3.5px solid #233875;
    padding-left: 10px;
    margin-left: -20px;
}

.btnBack {
    width: 140px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #828282
}

.btnConfrim {
    width: 140px;
    background-color: #233875;
    color: #fff
}*/

/*--------------History-----------------*/
/*.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 22px;
        left: -1px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 5px 0px #8282827a;
    }

input:checked + .slider {
    background-color: #233875;
    width: 45px;
    height: 20px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

Rounded sliders
.slider.round {
    border-radius: 34px;
    width: 45px;
    height: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.buttonadd {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
    padding: 7px;
    background-color: #233875 !important;
    color: #ffffff;
    width: 95%;
    margin: auto;
    margin-bottom: 10px !important;
    border: solid 1px #233875;
}

.button-sendinfo {
    margin: 0px;
    margin-top: 15px;
    width: 95%;
    font-family: 'Anantason-Regular-WebOnly';
    background-color: #233875;
    border-radius: 5px;
    margin-bottom: 0px;
    font-size: 1em;
    color: white;
    border: 1px solid #233875;
}

    .button-sendinfo:hover {
        background-color: #B89B2C;
        color: #ffffff;
        border: 1px solid #B89B2C;
    }

.inputStyle {
    border-radius: 8px;
    box-shadow: 0px 0px 7px -4px gray;
    border: none;
    color: #B89B2C !important;
    text-decoration: underline;
}

.btnGreen {
    background-color: #B89B2C;
    border-radius: 7px;
    color: #fff;
    font-size: 0.9em;
}

    .btnGreen:hover {
        background-color: #B89B2C;
        box-shadow: 0px 15px 20px #B89B2C;
        color: #fff;
    }

.swal2-styled.swal2-confirm {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #B89B2C !important;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}

.swal2-styled.swal2-cancel {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}

.clickActive {
    border-bottom: 2px solid #233875;
}

a:hover {
    text-decoration: none;
}
.swal-button {
    background-color: #233875 !important;
}
*/



/*--------------------------Phayathai Color----------------------------*/
/*Codeสี Phayathai2 #707070เทา #6cca98เขียวอ่อน #006A5Bเขียวเข้ม
*/
/*body {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
}

.borderRadius {
    border-left: 3px solid #006A5B;
    padding-left: 5px;
    padding-right: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.font-black {
    color: #000000;
    fill: #000000;
}

.font-detail {
    color: #006A5B;
    fill: #006A5B;
}

.font-gray {
    color: #828282;
}

.btn-register {
    background-color: #707070;
    color: #ffffff;
}

.btn-information {
    background-color: #6cca98;
    color: #ffffff;
}

.btn-Appointment {
    background-color: #006A5B;
    color: #ffffff;
}

.btn-next {
    background-color: #006A5B;
    color: #ffffff;
}

.btn-colorlight {
    background-color: #6cca98;
    color: #ffffff;
}

.btn-colorDark {
    background-color: #006A5B;
    color: #ffffff;
}

.Box-top {
    background-color: #006A5B;
    color: #ffffff;
}

.Box-under {
    background-color: #6cca98;
    color: #ffffff;
}

.navBottom {
    width: 100%;
    padding: 5px 15px 0px 0px;
    margin-top: 0px;
    max-width: 420px;
    background-color: #ffffff;
    height: 65px;
    box-shadow: 0px 0px 35px -27px;
}

.hambergerbar {
    color: #006A5B;
    fill: #006A5B;
}

.show {
    background-color: #ffffff;
    border-radius: 5px;
    width: 320px;
    height: 345px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    margin: auto;
}

.nav-background-top {
    background-color: #ffffff;
    height: 150px;
}

.nav-background-bottom {
    background-color: #ffffff;
}

.hover {
    fill: rgb(72,74,84);
}

    .hover:hover {
        fill: #0194FF;
        color: #0194FF;
    }

a {
    color: #000000;
}

    a:hover {
        color: #000000;
    }

.textbox-radius {
    border-radius: 15px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: #0194FF 6px solid;
    border-color: #fff #fff #0194FF #fff;
}

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.btnOption {
    font-size: 0.9em;
    font-family: 'Anantason-Regular-WebOnly';
    width: 100px;
    margin: auto;
    height: 37px;
}

.border-leftColor {
    border-left: 3.5px solid #006A5B;
    padding-left: 10px;
    margin-left: -20px;
}
.clickActive {
    border-bottom: 2px solid #006A5B;
}

a:hover {
    text-decoration: none;
}

.btnBack {
    width: 140px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #828282
}

.btnConfrim {
    width: 140px;
    background-color: #006A5B;
    color: #fff
}*/
/*--------------History-----------------*/

/*.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 22px;
        left: -1px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 5px 0px #8282827a;
    }

input:checked + .slider {
    background-color: #006A5B;
    width: 45px;
    height: 20px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

 Rounded sliders 
.slider.round {
    border-radius: 34px;
    width: 45px;
    height: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.buttonadd {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
    padding: 7px;
    background-color: #006A5B !important;
    color: #ffffff;
    width: 95%;
    margin: auto;
    margin-bottom: 10px !important;
    border: solid 1px #006A5B;
}

.button-sendinfo {
    margin: 0px;
    margin-top: 15px;
    width: 95%;
    font-family: 'Anantason-Regular-WebOnly';
    background-color: #006A5B;
    border-radius: 5px;
    margin-bottom: 0px;
    font-size: 1em;
    color: white;
    border: 1px solid #006A5B;
}
    .button-sendinfo:hover {
        background-color: #6cca98;
        color: #ffffff;
        border: 1px solid #6cca98;
    }

.inputStyle {
    border-radius: 8px;
    box-shadow: 0px 0px 7px -4px gray;
    border: none;
    color: #70cc9c !important;
    text-decoration: underline;
}

.btnGreen {
    background-color: #70cc9c;
    border-radius: 7px;
    color: #fff;
    font-size: 0.9em;
}

    .btnGreen:hover {
        background-color: #2EE59D;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
    }
.swal2-styled.swal2-confirm {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6cca98 !important;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}

.swal2-styled.swal2-cancel {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}
.swal-button {
    background-color: #6cca98 !important;
}
*/

    /*--------------------------Paolo Color----------------------------*/
    /*--Codeสี paolo #6AC3E8ฟ้าอ่อน #1325AAน้ำเงิน --*/
   /* body{
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
}

.borderRadius {
    border-left: 3px solid #1325AA;
    padding-left: 5px;
    padding-right: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.font-black {
    color: #000000;
    fill: #000000;
}

.font-detail {
    color: #1325AA;
    fill: #1325AA;
}

.font-gray {
    color: #828282;
}

.btn-register {
    background-color: #707070;
    color: #ffffff;
}

.btn-information {
    background-color: #6AC3E8;
    color: #ffffff;
}

.btn-Appointment {
    background-color: #1325AA;
    color: #ffffff;
}

.btn-next {
    background-color: #1325AA;
    color: #ffffff;
}

.btn-colorlight {
    background-color: #6AC3E8;
    color: #ffffff;
}

.btn-colorDark {
    background-color: #1325AA;
    color: #ffffff;
}

.Box-top {
    background-color: #1325AA;
    color: #ffffff;
}

.Box-under {
    background-color: #6AC3E8;
    color: #ffffff;
}

.navBottom {
    width: 100%;
    padding: 5px 15px 0px 0px;
    margin-top: 0px;
    max-width: 420px;
    background-color: #ffffff;
    height: 65px;
    box-shadow: 0px 0px 35px -27px;
}

.hambergerbar {
    color: #1325AA;
    fill: #1325AA;
}

.show {
    background-color: #ffffff;
    border-radius: 5px;
    width: 320px;
    height: 345px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    margin: auto;
}

.nav-background-top {
    background-color: #ffffff;
    height: 150px;
}

.nav-background-bottom {
    background-color: #ffffff;
}

.hover {
    fill: rgb(72,74,84);
}

    .hover:hover {
        fill: #0194FF;
        color: #0194FF;
    }

a {
    color: #000000;
}

    a:hover {
        color: #000000;
    }

.textbox-radius {
    border-radius: 15px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: #0194FF 6px solid;
    border-color: #fff #fff #0194FF #fff;
}

.modal-content {
    border: none;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.btnOption {
    font-size: 0.9em;
    font-family: 'Anantason-Regular-WebOnly';
    width: 100px;
    margin: auto;
    height: 37px;
}

.border-leftColor {
    border-left: 3.5px solid #1325AA;
    padding-left: 10px;
    margin-left: -20px;
}
    .clickActive {
    border-bottom: 2px solid #1325AA;
}

a:hover {
    text-decoration: none;
}

.btnBack {
    width: 140px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    color: #828282
}

.btnConfrim {
    width: 140px;
    background-color: #1325AA;
    color: #fff
}*/

    /*--------------History-----------------*/
/*.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 22px;
        left: -1px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 3px 5px 0px #8282827a;
    }

input:checked + .slider {
    background-color: #1325AA;
    width: 45px;
    height: 20px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

Rounded sliders
 .slider.round {
    border-radius: 34px;
    width: 45px;
    height: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.buttonadd {
    font-family: 'Anantason-Regular-WebOnly';
    font-size: 1em;
    padding: 7px;
    background-color: #1325AA !important;
    color: #ffffff;
    width: 95%;
    margin: auto;
    margin-bottom: 10px !important;
    border: solid 1px #1325AA;
}

.button-sendinfo {
    margin: 0px;
    margin-top: 15px;
    width: 95%;
    font-family: 'Anantason-Regular-WebOnly';
    background-color: #1325AA;
    border-radius: 5px;
    margin-bottom: 0px;
    font-size: 1em;
    color: white;
    border: 1px solid #1325AA;
}

    .button-sendinfo:hover {
        background-color: #6AC3E8;
        color: #ffffff;
        border: 1px solid #6AC3E8;
    }

.inputStyle {
    border-radius: 8px;
    box-shadow: 0px 0px 7px -4px gray;
    border: none;
    color: #6AC3E8 !important;
    text-decoration: underline;
}

.btnGreen {
    background-color: #6AC3E8;
    border-radius: 7px;
    color: #fff;
    font-size: 0.9em;
}

    .btnGreen:hover {
        background-color: #6AC3E8;
        box-shadow: 0px 15px 20px #6AC3E8;
        color: #fff;
    }

.swal2-styled.swal2-confirm {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #1325AA !important;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}

.swal2-styled.swal2-cancel {
    font-family: 'Anantason-Regular-WebOnly';
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em;
    height: 40px;
}
.swal-button {
    background-color: #6AC3E8 !important;
}

*/