﻿
/*
<button class="button btn_m btn_fxc_blue_light">
    <i class=""></i>
    TEXT
</button>
*/
.button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: Calibri;
}
.notes_button{
    position:relative;
}
.notes_notification_div {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 15px;
    height: 15px;
    padding: 0 5px;
    border-radius: 10px;
    background: rgba(0,112,192,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

.loader_button {
    background: rgba(200, 200, 200, 1);
    position: relative; /* Ensure the button takes only the necessary space */
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.btn_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.3);
}
.dropdown_for_loader{
    position:relative;
    border:solid;
}
.dropdown_loader {
    border: solid;
    position: absolute;
    top:-35px;
    left:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.3);
    z-index: 100;
}

.btn_loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_spinner {
    width: 100%;
    height: 100%;
    position: relative;
    animation: rotation 0.75s linear infinite;
    border-radius: 10px;
}

.btn_path_loader {
    stroke-dasharray: 100;
    stroke-dashoffset: 20;
    stroke-linecap: round;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}


.new_rounded_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.new_rounded_button:active {
    transform: scale(0.9);
}

.btn_round {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 5px 0px;
    gap: 2px;
}

.round_s {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 5px 0px;
    gap: 2px;
}

.round_m {
}

.round_l {
}

.btn_rounded {
    border-radius: 5px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 5px 0px;
    gap: 2px;
}

.rounded_s {
    border-radius: 5px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    padding: 5px;
    gap: 2px;
}

.rounded_m {
    border-radius: 5px;
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 5px;
    gap: 2px;
}

.rounded_l {
}

.btn_xsw {
    border-radius: 5px;
    height: 20px;
    width: 100px;
    font-size: 12px;
    padding: 5px 0px;
    gap: 2px;
}

.btn_s {
    border-radius: 5px;
    height: 30px;
    width: 60px;
    font-size: 12px;
    padding: 5px 0px;
    gap: 2px;
}

.btn_m {
    border-radius: 10px;
    height: 35px;
    width: 100px;
    font-size: 15px;
    padding: 10px 0px;
    gap: 10px;
}

.btn_l {
    border-radius: 10px;
    height: 50px;
    width: 130px;
    font-size: 20px;
    padding: 10px 0px;
    gap: 10px;
}

.btn_xl {
    border-radius: 10px;
    height: 60px;
    width: 300px;
    font-size: 30px;
    padding: 10px 0px;
    gap: 10px;
}

.btn_2xl {
    border-radius: 10px;
    height: 80px;
    width: 400px;
    font-size: 40px;
    padding: 10px 0px;
    gap: 10px;
}

.btn_align_left {
    justify-content: start;
    padding-inline: 10px;
}

.btn_invisible {
    background: transparent;
    color: black;
}
/*New Color palet*/

.nw_btn_blue {
    background: rgb(0, 112, 192);
    color: white;
}
.nw_btn_light_blue {
    background:rgb(31, 142, 242);
    color: white;
}
.nw_btn_very_light_blue {
    background: rgb(147, 188, 240);
    color: white;
}
.nw_btn_dark_blue {
    background: rgb(0, 32, 80);
    color: white;
}
.nw_btn_very_dark_blue {
    background: rgb(2, 18, 37);
    color: white;
}

.nw_btn_white {
    background: rgb(255, 255, 255);
    color: black;
}


.delete_btn_c {
    background: rgb(255, 240, 240);
    color: rgb(255, 80, 64);
}
.delete_btn_d{
    background: rgb(255, 80, 64);
    color: white;
}


.pay_btn_c {
    background: rgb(204, 234, 244);
    color: rgb(0, 112, 192);
}
.pay_btn_d{
    background: rgb(0, 112, 192);
    color: white;
}


.btn_black {
    background: black;
    color: white;
}

.btn_dark_gray {
    background: rgba(52,52,52,1);
    color: white;
}

.btn_gray {
    background: rgba(100,100,100,1);
    color: white;
}

.btn_red {
    background: rgba(255,10,10,1);
    color: white;
}

.btn_pink {
    background: rgba(255,20,120,1);
    color: white;
}

.btn_green {
    background: rgba(20,190,50,1);
    color: white;
}

.btn_fxc_blue_dark {
    background: rgba(0, 32, 80,1);
    color: white;
}

.btn_fxc_blue_light {
    background: rgba(0,112,192,1);
    color: white;
}
.btn_other_blue {
    background: rgb(37, 99, 235);
    color: white;
}
.btn_other_gray {
    background: #f1f5f9;
    color: #3f4c5f;
}
.btn_fxc_blue_light_alt {
    background: rgba(0,112,192,0.2);
    border: solid rgba(0,112,192,1) 1px;
    color: rgba(0,112,192,1);
}
.btn_red_alt {
    background: rgba(255,150,150,0.2);
    border: solid rgba(255,0,0,1) 1px;
    color: rgba(255,0,0,1);
}
.new_btn_black {
    background-color: black;
    border: 3px solid rgba(80, 80, 80, 1);
    color: white;
}

    .new_btn_black:hover {
        background-color: black;
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem black;
    }

.new_btn_dark_gray {
    background-color: rgba(52, 52, 52, 1);
    border: 3px solid rgba(100, 100, 100, 1);
    color: white;
}

    .new_btn_dark_gray:hover {
        background-color: rgba(52, 52, 52, 1);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(52, 52, 52, 1);
    }

.new_btn_gray {
    background-color: rgba(100, 100, 100, 1);
    border: 3px solid rgba(150, 150, 150, 1);
    color: white;
}

    .new_btn_gray:hover {
        background-color: rgba(100, 100, 100, 1);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(100, 100, 100, 1);
    }

.new_btn_red {
    background-color: rgba(255, 10, 10, 1);
    border: 3px solid rgba(255, 150, 150, 1);
    color: white;
}

    .new_btn_red:hover {
        background-color: rgba(255, 10, 10, 1);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(255, 10, 10, 1);
    }

.new_btn_pink {
    background-color: rgba(255, 20, 120, 1);
    border: 3px solid rgba(255, 150, 200, 0.8);
    color: white;
}

    .new_btn_pink:hover {
        background-color: rgba(255, 20, 120, 1);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(255, 20, 120, 1);
    }

.new_btn_green {
    background-color: rgba(20, 190, 50, 1);
    border: 3px solid rgba(177,254,177,1);
    color: white;
}

    .new_btn_green:hover {
        background-color: rgba(20, 190, 50, 1);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(20, 190, 50, 1);
    }

.new_btn_fxc_dark_blue {
    background-color: rgba(0, 32, 80, 1);
    border: 3px solid rgba(100, 150, 200, 0.8);
    color: white;
}

    .new_btn_fxc_dark_blue:hover {
        background-color: rgba(0, 32, 80, 1);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(0, 32, 80, 1);
    }

.new_btn_fxc_light_blue {
    background-color: rgba(0, 112, 192, 1);
    border: 3px solid rgba(150, 200, 255, 1);
    color: white;
}

    .new_btn_fxc_light_blue:hover {
        background-color: rgb(0, 112, 192);
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgb(0, 112, 192);
    }
.new_btn_white {
    background-color: rgba(0, 0, 0, .1);
    border: 3px solid rgba(255, 255, 255, 1);
    color: white;
}



.btn_font_size_override_10 {
    font-size: 10px;
}

.btn_font_size_override_12 {
    font-size: 12px;
}

.btn_font_size_override_15 {
    font-size: 15px;
}

.btn_font_size_override_20 {
    font-size: 20px;
}

.btn_font_size_override_25 {
    font-size: 25px;
}

.max_width_btn {
    min-width: 100%;
    width: 100%;
}

.max_height_btn {
    min-height: 100%;
    height: 100%;
}

.disabled_btn {
    background: rgba(180,180,180,1);
    color: white;
}

.nav_button {
    border-radius: 5px;
}

    .nav_button i {
        display: none;
    }
.rounded_button {
    border-radius: 5px;
}



/*Mobile*/

@media only screen and (max-width:1500px) {

    .button_navigation_new .button_box .nav_button {
        font-size: 12px;
        padding: 20px;
    }
}
/* Transition Mixin */
.advanced_close_btn {
    width: 50px;
    height: 50px;
    /*box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.25);*/
    border-radius: 10px;
    background: #000;
    position: absolute;
    display: block;
    z-index: 200;
    transition: all 1s ease-out;
}

    .advanced_close_btn:before,
    .advanced_close_btn:after {
        content: '';
        width: 55%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 48%;
        left: 22%;
        transform: rotate(-45deg);
        transition: all 0.3s ease-out;
    }

    .advanced_close_btn:after {
        transform: rotate(45deg);
        transition: all 0.3s ease-out;
    }

    .advanced_close_btn:hover:before,
    .advanced_close_btn:hover:after {
        transform: rotate(180deg);
    }