.mainBody {
    background-color: #FFCC00 !important;
}

/*body {
    margin: 0;
    padding: 0;*/
    /*font-family: "Roboto", sans-serif;*/
    /*font-weight: 500;*/
    /*color: #272727;*/
    /*height: 100px;*/
/*}*/

    /*body .navbarBody {
        margin: 0;
        padding: 0;*/
        /*font-family: "Roboto", sans-serif;*/
        /*font-weight: 400;*/
        /*color: #818181;*/
        /*height: 90px;*/
    /*}*/

/*.mainBody {
    background-color: #FECE36;
}*/

/*.bg-white, .bg-dark .bgrTableC {*/
    /*box-shadow: 0 2px 8px 0 rgba(20, 20, 20, 0.5);*/
/*}*/

.headtitle {
    font-size: 24px;
    font-weight: 500;
    color: #141414;
}

.servicetitle {
    font-size: 16px;
    color: #141414;
}

b.text-color {
    color: #F53B57;
}

a.submitbtnlink {
    text-decoration: none;
    color: #141414;
}

a.loginbtn {
    text-decoration: none;
}

.form-floating {
    position: relative;
    margin-bottom: 14px !important;
    margin-top: 0;
    font-size: 15px;
    color: #b2b2b2;
}

    .form-floating .form-control {
        width: 100%;
        margin-right: 0;
        border: 1px solid #b2b2b2;
        border-radius: 8px;
    }

        .form-floating .form-control:active, .form-floating .form-control:focus {
            outline: none;
            box-shadow: none;
            background: transparent;
            border: 1px solid #FFCC00;
        }

    .form-floating > .form-control {
        height: calc(3.5rem - 4px);
    }

a.forgotpwdlink {
    transition: all 0.3s ease-in-out;
    color: #4079FF;
    font-weight: 600;
    text-decoration: none;
}

    a.forgotpwdlink:hover {
        color: #0D55FF;
    }

/*.loginBtn, .submitBtn, .saveBtn {
    background-color: #FFCC00 !important;
    border: none;
    color: #272727 !important;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.20), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.10), 0 16px 16px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}


    .loginbtn, .submitBtn, .saveBtn:hover, .loginbtn, .submitBtn:focus {
        background-color: #FFCC00 !important;
        color: #272727 !important;
    }

    .loginbtn, .submitBtn, .saveBtn:active {
        background-color: #EEBE00 !important;
        color: #272727 !important;
    }*/

/*LETTER-SPACING*/
.ls-1 {
    letter-spacing: 0.7px;
}


.loginbtn, .submitBtn, .saveBtn, .btnWarning {
    background-color: #FFCC00 !important;
    border: none;
    color: #171717 !important;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}


    .loginbtn, .submitBtn, .saveBtn:hover, .loginbtn, .btnWarning, .submitBtn:focus {
        background-color: #FFCC00 !important;
        color: #171717 !important;
    }

    .loginbtn, .submitBtn, .btnWarning, .saveBtn:active {
        background-color: #FFCC00 !important;
        color: #171717 !important;
    }

/*.footerDark {
    background-color: #272727;
    color: #fff;
}*/


for chrome, Safari, Edge, Opera
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
/*input[type=number] {
    -moz-appearance: textfield;
}*/

/* For Chrome 84+, Chrome Android 84+, Edge 84+, Safari 15.4+, Safari on iOS 15.4+ */
input[type=number] {
    appearance: textfield;
}





/*for firefox
input[type=number] {
    -moz-appearance: textfield;
}*/

/*input[type=date] {
    color: #aab2bb;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

input#date {
    display: inline-block;
    position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}*/

/*bootstrap-float-label*/
.has-float-label {
    display: block;
    position: relative;
    width: 100%;
}

    .has-float-label label, .has-float-label > span {
        position: absolute;
        cursor: text;
        transition: all 0.2s;
        left: 8px;
        z-index: 3;
        line-height: 1;
        padding: 0 5px;
        background: #fff;
        color: #a1a1a1;
        top: -0.9em;
        font-size: 75%;
        /*font-weight: normal;*/
        /*opacity: 1;*/
    }

    .has-float-label > span {
        top: 0;
        left: 0;
    }

        .has-float-label label::after, .has-float-label > span::after {
            content: " ";
            display: block;
            position: absolute;
            background: #fff;
            height: 2px;
            top: 50%;
            left: -0.2em;
            right: -0.2em;
            z-index: -1;

        }

    .has-float-label .form-control::-moz-placeholder {
        opacity: 1;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

    .has-float-label .form-control:-ms-input-placeholder {
        opacity: 1;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .has-float-label .form-control::placeholder {
        opacity: 1;
        transition: all 0.2s;
    }

    .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:-ms-input-placeholder:not(:focus):-ms-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:-moz-placeholder-shown:not(:focus)::placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:-ms-input-placeholder:not(:focus)::placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
        opacity: 0;
    }

    .has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
        font-size: 100%;
        opacity: 1;
        top: 0.3em;
    }

    .has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
        font-size: 100%;
        opacity: 1;
        top: 0.3em;
    }

    .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        font-size: 100%;
        opacity: 1;
        top: 0.3em;
    }

.input-group .has-float-label {
    flex-grow: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
    margin-top: 6px;
}

.has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
    margin-top: 6px;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    margin-top: 6px;
}

.has-float-label:focus {
    color: red;
} 



/* PASSWORD SHOW HIDE */

.ptxt {
    color: #b2b2b2;
    float: right !important;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer !important;
    left: auto !important;
    background: transparent !important;
    position: absolute;
    top: 35% !important;
    right: 10px;
}

#btn1, #btn2 > span:hover {
    cursor: pointer;
}

/*.datepicker .prev,
.datepicker .next {
    font-size: 20px !important;
    line-height: 12px !important;
    vertical-align: top;
}*/


/*Error Check*/
.form-control.is-valid:focus, .was-validated :valid.form-control {
    border-color: inherit !important;
    background-image: inherit !important;
    box-shadow: inherit !important;
}


/*content area css*/

.rightCard {
    background-color: #000;
}


.card {
    /*background-image: linear-gradient(315deg, #6e72fc 0%, #ad1deb 74%);*/
}

.cart-btn {
    background-color: #fff !important;
    width: 100px;
    border-radius: 40px !important;
    margin: 0 auto;
    margin-top: -33px;
    margin-right: 10px
}

.first-bt {
    border: 3px solid #272727 !important;
}


/*Toggle Switch*/

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 75px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .switchToggle label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 26px;
        height: 26px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
    background: #6FC276;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
    /*content: 'NO';*/
    position: absolute;
    top: 5px;
    left: 30px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    /*content: 'YES';*/
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}


/* switch toggle overwrites*/

label {
    margin-bottom: 0;
}


/*MODAL BOX OVERRIDEN*/

.modal-content {
    border: 0 !important;
}

/*.modal-header {
    background-color: #464356;
    color: #fff;
}
*/

.modalHeaderOr {
    background-color: #ffffff;
    color: #464356;
}



/*MAINACCOUNTS OLD CSS*/

.H_change_Bg_CataAccaun {
    cursor: pointer;
}

    .H_change_Bg_CataAccaun:hover {
        background-color: #E7E7E7 !important;
        border-left: 5px solid rgb(13, 72, 146) !important;
        border-left: 5px solid #FFCC00 !important;
        /*transition: all 0.3s;*/
    }

.png_btn {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer !important;
    /*border-radius: 4px !important;*/
    background-color: #FECE37 !important;
    transition: all 0.4s;
}

.pop_png_btn {
    border: none; 
    background: transparent;
    padding: 2px;
}

.pop_png_btn:active {
    border: none;
    background: transparent;
}

.png_btn_popup {
    width: 40px !important;
    height: 40px !important;
    margin-top: 15px;
}

    .modal-confirm .icon-box {
    border-radius: 0;
}

.btnBlue {
    background-color: #4079FF;
    color: #FFFFFF;
    border: 0;
    border-radius: 4px;
}

    .btnBlue:hover {
        color: #FFFFFF;
        }

    .btnBlue:active {
        background-color: #1E61FF;
        color: #FFFFFF;
        border: 0;
    }



#btn2 {
    display: none;
    cursor: pointer;
}
