html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .gototop{
        bottom:20px;
        z-index: 1000;
    }
}
@media (max-width: 768px) {
    .gototop {
        bottom: 90px;
        z-index: 1000;
    }
}

@media (max-width: 1075px) {
    header .btnOrder {
        font-size: .9rem;
    }
    header .btnVoucherQuery {
        font-size: .9rem;
    }
    header .btnBuyProcess {
        font-size: .9rem;
    }
    header .btnCategory {
        font-size: .9rem;
    }
    header .btnCategory2 {
        font-size: .9rem;
    }
}
@media (max-width: 1042px) {
    header .btnOrder {
        padding: 8px 15px;
    }
    header .btnVoucherQuery {
        padding: 8px 15px;
    }
    header .btnBuyProcess {
        padding: 8px 15px;
    }
    header .btnCategory {
        padding: 8px 15px;
    }
    header .btnCategory2 {
        padding: 8px 15px;
    }
}
@media (min-width: 1042px) {
    header .btnOrder {
        padding: 20px 15px;
    }
    header .btnCategory {
        padding: 20px 15px;
    }
    header .btnCategory2 {
        padding: 20px 15px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*-webkit-user-select: none;*/ /*�T�Τ���s�������Τ��ܥ\�� */
    /*-moz-user-select: none;*/

}

.mybody {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
}

.PhoneBody {
    overflow-y: auto;
    overflow-x: hidden;
}

header {
    background-color: #FFF;
    height: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    /*    padding:15px;*/
}

    header .LeftHeader {
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        height: 100%;
        cursor: pointer;
    }

    header .MiddleHeader {
        font-size: 1.25rem;
        font-weight: 600;
        height: 60px;
    }

    header .RightHeader {
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }

    header .leftMenu {
        position: absolute;
        top: 0px;
        left: -100%;
        height: 100%;
        width: 50%;
        background: #FFF;
        z-index: 200;
        padding: 20px 0px;
        box-shadow:1px 1px 7px #d1d1d1;
    }
    header .rightMenu {
        position: absolute;
        top: 60px;
        right: 10px;
        width: 150px;
        background: #FFF;
        z-index: 200;
        padding: 15px 10px;
        box-shadow: 1px 1px 7px #d1d1d1;
        display:none;
    }
        header .rightMenu .dropFunction {
            font-size: 1.1rem;
            font-weight: bold;
        }

    header .btnCategory {
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    header .btnOrder{
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    header .btnVoucherQuery {
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    header .btnBuyProcess {
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    header .btnCategory:hover {
        background-color: #F6F5F2;
    }

    header .btnCategory .CategoryChildDiv {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 140px;
        background-color: white;
        z-index: 10;
        box-shadow: -1px 4px 7px 1px #ccc
    }

        header .btnCategory .CategoryChildDiv .CategoryChild {
            padding: 10px;
            width: 100%;
            text-align: center;
            border-bottom: 1px solid;
        }

            header .btnCategory .CategoryChildDiv .CategoryChild:hover {
                background-color: #B69B7D;
                color: #fff;
            }
    header .HomeLogo{
        cursor:pointer;
    }





    header .btnCategory2 {
        font-weight: bold;
        cursor: pointer;
        position: relative;
    }

    header .btnCategory2:hover {
        background-color: #F6F5F2;
    }

    header .btnCategory2 .CategoryChildDiv {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 140px;
        background-color: white;
        z-index: 10;
        box-shadow: -1px 4px 7px 1px #ccc
    }

        header .btnCategory2 .CategoryChildDiv .CategoryChild {
            padding: 10px;
            width: 100%;
            text-align: center;
            border-bottom: 1px solid;
        }

            header .btnCategory2 .CategoryChildDiv .CategoryChild:hover {
                background-color: #B69B7D;
                color: #fff;
            }

.icon-blue {
    color: #1E5BC7;
}

.text-red {
    color: #A9223C;
}

.text-brown {
    color: #B69B7D;
}


.MiddleVoucher {
    font-size: 1.25rem;
    font-weight: 600;
    align-content: center;
    align-items: center;
}

/**���**/
@media(min-width: 786px) {
    /*.PhoneBody {
        width: 786px;
        border: 1px solid #ddd;
    }

    .footer {
        width: 786px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }


    .main-content {
        width: 786px;
    }*/
}

@media(max-width: 786px) {
    /*.PhoneBody {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    .main-content {
        width: 100%;
    }*/
}

.PhoneBody {
    /*width:100%;*/
    height: 100%;
    position: relative;
}

.main-content {
    /*position: relative;*/
    overflow: auto;
}


/*
        flex
    */
.flex-item {
    flex: 1;
    display: flex;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-2 {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-3 {
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-4 {
    flex-grow: 4;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-5 {
    flex-grow: 5;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-6 {
    flex-grow: 6;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-7 {
    flex-grow: 7;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-8 {
    flex-grow: 8;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-9 {
    flex-grow: 9;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-10 {
    flex-grow: 10;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-11 {
    flex-grow: 11;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-12 {
    flex-grow: 12;
    flex-shrink: 1;
    flex-basis: 0%;
}

.flex-d-col {
    flex-direction: column;
}

/*
    font-size
*/
.fs-s1 {
    font-size: .25rem;
}

.fs-s2 {
    font-size: .5rem;
}

.fs-s3 {
    font-size: .75rem;
}

.fs-4 {
    font-size: 1rem;
}

.fs-s5 {
    font-size: 1.25rem;
}

.fs-s6 {
    font-size: 1.5rem;
}

.fs-s7 {
    font-size: 1.75rem;
}

.fs-s8 {
    font-size: 2rem;
}

.fs-s9 {
    font-size: 2.5rem;
}

.fs-s10 {
    font-size: 3rem;
}

/*
    border-radius
*/
.border-r-5 {
    border-radius: 5px
}

.border-r-10 {
    border-radius: 10px
}

.border-r-50 {
    border-radius: 50px
}

.font-weight-bold {
    font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
/*
    required
*/
label.required:before, label[required]:before {
    content: "*";
    color: #ed4845;
}

input::placeholder {
    color: #B69B7D;
}

.gototop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: verdana;
    text-align: center;
    background: #A9223C;
    color: #fff;
    position: fixed;
    right: 20px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    /*������*/
    display: none;
}

/*****************************************�u������****************************************/
.NoticeDialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.4);
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NoticeDialogContent {
    background-color: rgb(255,255,255);
    width: 70%;
    max-width: 600px;
    height: auto;
    z-index: 999999;
    box-shadow: 5px 6px 13px 4px #999;
    border-radius: 10px;
    padding: 20px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-Max {
    width: 90%;
}

.NoticeDialogTitle {
    text-align: center;
    margin: 10px;
}

.NoticeDialogTitleText {
    font-weight: bold;
    font-size: 1.25rem;
    color: #505D68;
}

.NoticeDialogIcon {
    text-align: center;
    color: #FFD981;
    margin: 10px
}

.NoticeDialogWord {
    text-align: center;
    font-size: 1.1rem;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px 16px;
    color: #505D68;
}


.NoticeDialogButtonDiv {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.NoticeDialogButton1 {
    text-align: center;
    border: 1px solid #FF84A4;
    border-radius: 50px;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    color: #FF84A4;
    font-size: 1.2rem;
    font-weight: bold;
    float: left;
    margin: 0px 5px;
}

.NoticeDialogButton2 {
    text-align: center;
    border-radius: 50px;
    background-color: #FF84A4;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    float: left;
    margin: 0px 5px;
}

.NoticeDialogButton {
    text-align: center;
    height: 40px;
    min-width: 120px;
    color: #FFF;
    padding: 8px 18px;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A9223C;
}

.NoticeDialogB1 {
    background-color: #FFF;
    border: 1px solid #A9223C;
    color: #A9223C;
    font-size: 1rem;
    font-weight: 500;
}

.NoticeDialogB2 {
    font-size: 1rem;
    font-weight: 500;
}
/**----------------------------------------*/
/*
    Other��L
*/
input {
    padding: 0;
    border-radius: 0; /*IOS�䨤�|�꩷*/
    -webkit-appearance: none; /*IOS�䨤�|�꩷*/
}

    input:focus-visible {
        outline: none !important;
    }

    input[type="text"]:read-only {
        background-color: #FFF;
        color: #212529;
    }

    input[type="password"] {
        border: none !important;
        background: #FFF;
    }

        input[type="password"]:focus {
            box-shadow: none !important;
        }

.PasswordDiv {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

div.passwordEye {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.FilterBack {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transition: background-color .8s;
    -moz-transition: background-color .8s;
    -o-transition: background-color .8s;
    transition: background-color .8s;
}

.grayscale {
    -webkit-filter: grayscale(1);
}

/*
    Swiper js
*/
.swiper {
    width: 100%;
    height: 63vh;
    overflow-y: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: calc(100% - 60px);
    display:flex;
    align-items:center;
}
    .swiper-slide img {
        display: block;
        width: 100%;
        /*max-height:100%;*/
        /*height: calc(100% - 40px);*/
        /*border-radius: 30px;*/
    }

@media(max-width: 500px) {
    .swiper-slide img {
        display: block;
        width: 100%;
        height: calc(100% - 40px);
        /*border-radius: 30px;*/
    }
}


    .swiper-slide-shadow-left {
        border-radius: 5px;
    }

    .swiper-slide-shadow-right {
        border-radius: 5px;
    }

    /*
    opacity�z����
*/
    .opacity1 {
        -webkit-filter: opacity(.1);
    }

    .opacity2 {
        -webkit-filter: opacity(.2);
    }

    .opacity3 {
        -webkit-filter: opacity(.3);
    }

    .opacity4 {
        -webkit-filter: opacity(.4);
    }

    .opacity5 {
        -webkit-filter: opacity(.5);
    }

    .opacity6 {
        -webkit-filter: opacity(.6);
    }

    .opacity7 {
        -webkit-filter: opacity(.7);
    }

    .opacity8 {
        -webkit-filter: opacity(.8);
    }

    .opacity9 {
        -webkit-filter: opacity(.9);
    }

    .footer {
        /*position:absolute;
    bottom:0px;
    left:0px;*/
        width: 100%;
        /*height:70px;*/
        background-color: #e9e9e9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #ccc;
        padding: 20px 20px 5px 20px;
        font-size: 0.8rem;
    }

        .footer .footerWord {
            display: flex;
            justify-content: center;
            padding: 10px;
        }

            .footer .footerWord .footerTitle {
                font-weight: bold;
                font-size: 1rem;
            }

            .footer .footerWord .footerTitle2 {
                font-weight: bold;
                margin-bottom: 20px;
                font-size: 1rem;
            }

        .footer .footerButton {
            display: flex;
            justify-content: center;
            border-top: 1px solid #ccc;
            padding: 10px;
        }

            .footer .footerButton div {
                margin: 0px 15px;
            }

            .footer .footerButton a {
                color: #000;
                text-decoration: none;
                font-weight: bold;
            }

    .mobileFooter {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 70px;
        background-color: #FFF;
        display: flex;
        justify-content: space-around;
        padding: 5px 20px;
        font-size: 0.8rem;
        box-shadow: 0px -2px 10px 1px #ccc;
        z-index: 201;
    }

    .footer2 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        /*height: 70px;*/
        background-color: #FFF;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ccc;
        padding: 5px;
    }

    .form-check-input:checked {
        background-color: #A9223C;
        border-color: #A9223C;
    }

    .form-check-input {
        border: 1px solid #A9223C;
    }

    input {
        font-size: 1.2rem;
    }

    select {
        font-size: 1.2rem;
    }

    .myRequired:after {
        content: " *";
        color: red;
        font-weight: 100;
    }

    /*************************************************************************************���s�˦�***********************************************************************************/
    .btn-brown {
        color: #ffffff;
        background-color: #B69B7D;
        border-color: #B69B7D;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-brown:hover {
            color: #ffffff;
            background-color: #c79d6d;
            border-color: #cea97f;
        }

        .btn-brown:focus, .btn-brown.focus {
            color: #ffffff;
            background-color: #c79d6d;
            border-color: #cea97f;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
        }

        .btn-brown.disabled, .btn-brown:disabled {
            color: #ffffff;
            background-color: #B69B7D;
            border-color: #B69B7D;
        }

        .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
            color: #ffffff;
            background-color: #eeebe6;
            border-color: #eeebe6;
        }

            .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
                -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
            }


    .btn.btn-csred {
        color: #ffffff;
        background-color: #A9223C;
        border-color: #A9223C;
        margin-right: 4rem;
    }

    .btn.btn-brown {
        color: #ffffff;
        background-color: #B69B7D;
        border-color: #B69B7D;
    }

        .btn.btn-brown i {
            color: #ffffff;
        }

        .btn.btn-brown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-brown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-brown.dropdown-toggle:after {
            color: #ffffff;
        }

        .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-brown:focus:not(.btn-text), .btn.btn-brown.focus:not(.btn-text) {
            color: #ffffff;
            background-color: #c79d6d;
            border-color: #c79d6d;
        }

            .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-brown:focus:not(.btn-text) i, .btn.btn-brown.focus:not(.btn-text) i {
                color: #ffffff;
            }

            .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-brown:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-brown.focus:not(.btn-text) .svg-icon svg g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
                fill: #ffffff;
            }

            .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-brown:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-brown.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
            }

            .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-brown:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-brown.focus:not(.btn-text).dropdown-toggle:after {
                color: #ffffff;
            }

        .btn.btn-brown.disabled, .btn.btn-brown:disabled {
            color: #ffffff;
            background-color: #B69B7D;
            border-color: #B69B7D;
        }

            .btn.btn-brown.disabled i, .btn.btn-brown:disabled i {
                color: #ffffff;
            }

            .btn.btn-brown.disabled .svg-icon svg g [fill], .btn.btn-brown:disabled .svg-icon svg g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
                fill: #ffffff;
            }

            .btn.btn-brown.disabled .svg-icon svg:hover g [fill], .btn.btn-brown:disabled .svg-icon svg:hover g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
            }

            .btn.btn-brown.disabled.dropdown-toggle:after, .btn.btn-brown:disabled.dropdown-toggle:after {
                color: #ffffff;
            }

        .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-brown:not(:disabled):not(.disabled).active, .show > .btn.btn-brown.dropdown-toggle, .show .btn.btn-brown.btn-dropdown {
            color: #ffffff;
            background-color: #c79d6d;
            border-color: #c79d6d;
        }

            .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-brown:not(:disabled):not(.disabled).active i, .show > .btn.btn-brown.dropdown-toggle i, .show .btn.btn-brown.btn-dropdown i {
                color: #ffffff;
            }

            .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-brown:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-brown.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-brown.btn-dropdown .svg-icon svg g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
                fill: #ffffff;
            }

            .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-brown:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-brown.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-brown.btn-dropdown .svg-icon svg:hover g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
            }

            .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-brown:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-brown.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-brown.btn-dropdown.dropdown-toggle:after {
                color: #ffffff;
            }

    .btn.btn-light-brown {
        color: #B69B7D;
        background-color: #f7f5f2;
        border-color: transparent;
    }

        .btn.btn-light-brown i {
            color: #B69B7D;
        }

        .btn.btn-light-brown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #B69B7D;
        }

        .btn.btn-light-brown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-brown.dropdown-toggle:after {
            color: #B69B7D;
        }

        .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-brown:focus:not(.btn-text), .btn.btn-light-brown.focus:not(.btn-text) {
            color: #ffffff;
            background-color: #B69B7D;
            border-color: transparent;
        }

            .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-brown:focus:not(.btn-text) i, .btn.btn-light-brown.focus:not(.btn-text) i {
                color: #ffffff;
            }

            .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-brown:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-brown.focus:not(.btn-text) .svg-icon svg g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
                fill: #ffffff;
            }

            .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-brown:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-brown.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
            }

            .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-brown:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-brown.focus:not(.btn-text).dropdown-toggle:after {
                color: #ffffff;
            }

        .btn.btn-light-brown.disabled, .btn.btn-light-brown:disabled {
            color: #B69B7D;
            background-color: #FFE2E5;
            border-color: transparent;
        }

            .btn.btn-light-brown.disabled i, .btn.btn-light-brown:disabled i {
                color: #B69B7D;
            }

            .btn.btn-light-brown.disabled .svg-icon svg g [fill], .btn.btn-light-brown:disabled .svg-icon svg g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
                fill: #B69B7D;
            }

            .btn.btn-light-brown.disabled .svg-icon svg:hover g [fill], .btn.btn-light-brown:disabled .svg-icon svg:hover g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
            }

            .btn.btn-light-brown.disabled.dropdown-toggle:after, .btn.btn-light-brown:disabled.dropdown-toggle:after {
                color: #B69B7D;
            }

        .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-brown:not(:disabled):not(.disabled).active, .show > .btn.btn-light-brown.dropdown-toggle, .show .btn.btn-light-brown.btn-dropdown {
            color: #ffffff;
            background-color: #B69B7D;
            border-color: transparent;
        }

            .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-brown:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-brown.dropdown-toggle i, .show .btn.btn-light-brown.btn-dropdown i {
                color: #ffffff;
            }

            .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-brown:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-brown.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-brown.btn-dropdown .svg-icon svg g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
                fill: #ffffff;
            }

            .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-brown:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-brown.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-brown.btn-dropdown .svg-icon svg:hover g [fill] {
                -webkit-transition: fill 0.3s ease;
                transition: fill 0.3s ease;
            }

            .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-brown:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-brown.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-brown.btn-dropdown.dropdown-toggle:after {
                color: #ffffff;
            }

    .btn-outline-brown {
        color: #B69B7D;
        border-color: #B69B7D;
    }

    .btn.btn-active-light-brown.btn-outline:not(.btn-outline-default) {
        border-color: #B69B7D !important;
    }

    .btn-check:checked + .btn.btn-active-light-brown, .btn-check:active + .btn.btn-active-light-brown, .btn.btn-active-light-brown:focus:not(.btn-active), .btn.btn-active-light-brown:hover:not(.btn-active), .btn.btn-active-light-brown:active:not(.btn-active), .btn.btn-active-light-brown.active, .btn.btn-active-light-brown.show, .show > .btn.btn-active-light-brown {
        color: #B69B7D;
        border-color: #F9F7F5;
        background-color: #F9F7F5 !important;
    }

    .btn-outline-red {
        color: #A9223C;
        border-color: #A9223C;
    }

    .btn.btn-active-light-red.btn-outline:not(.btn-outline-default) {
        border-color: #A9223C !important;
    }

    .btn-outline-red:hover {
        color: #FFF;
        background-color: #A9223C;
    }

    .DivNoActive {
        background-color: #d5d5d5;
        pointer-events: none;
    }

    /*************************************************************************************���s�˦�***********************************************************************************/

    .dropMemberDiv {
        position: absolute;
        top: 50px;
        right: 30px;
        width: 180px;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 1px 1px #eee;
        display: none;
        flex-direction: column;
        z-index: 100;
        padding: 10px 7px
    }

        .dropMemberDiv .dropFunction {
            font-weight: bold;
            align-items: center;
            padding: 5px 3px;
            font-size: 1.2rem;
        }

    .CursorPointer {
        cursor: pointer;
    }