/********** Template CSS **********/
:root {
    --primary: #000000;
    --secondary: #001064;
    --light: #F6F7F8;
    --dark: #010A35;
    --theme_clr_1 : black;
    --theme_bgclr_1 : black;
    --theme_bg_btn_clr_1 : black;
    --theme_shadow_clr_1 : rgb(0 0 0 / 61%);
}
.theme_clr_1{
    color: var(--theme_clr_1) !important;
}
.theme_bgclr_1{
    background-color: var(--theme_bgclr_1) !important;
}
.theme_bg_btn_clr_1{
    background-color: var(--theme_bg_btn_clr_1) !important;
    border: 1px solid white;
}
.theme_bgclr_2{
    color: white !important;
    background-color: black !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Spinner ***/
.temp_width_auto{
    width: auto;
}


.btn {
    transition: .5s;
}