

body {
    height: 100vh!important;
}

:root {
    --main-bg-color: #009d63;
    --main-text-color: #2a3f90;
    --second-text-color: #bbbec5;
    --second-bg-color: #c1ddef;
}

.bg-primary-color {
    background-color: #3551ba !important;
    color: #ffffff!important;
}

.primary-text {
    color: var(--main-text-color);
}

.second-text {
    color: var(--second-text-color);
}

.primary-bg {
    background-color: var(--main-bg-color);
}

.secondary-bg {
    background-color: var(--second-bg-color);
}

.rounded-full {
    border-radius: 100%;
}

.dropdown-toggle:before {
    display:none!important;
}

#sidebar-container{
    padding-top: 56px!important;
}

#content-area{
    padding-top: 56px!important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,212,102, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.navbar-toggler {
    border-color: rgb(15, 99, 255) !important;
}

.sidebar-heading {
    max-width: 15rem!important;
}

.sidebar_sub_menu {
    border-left: 2px #2a3f90 solid;
    margin-left: 10px;
}

.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.nav-link {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    color: #dee2e6!important;

    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-radius: 25px!important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.24) !important;
}

.navbar_pageName {
    color: #2a3f90;
}

.nav-link:hover {
    background-color: rgba(2, 17, 99, 0.45) !important;
    color: #dee2e6;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-radius: 25px!important;
}

.nav-link.active {
   /* background-color: rgba(255, 255, 255, 0.59) !important;*/
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-radius: 25px!important;


    background: rgba( 255, 255, 255, 0.25 )!important;
    box-shadow: 0 8px 32px 0 rgba(0, 35, 135, 0.37) !important;
    backdrop-filter: blur( 4px )!important;
    -webkit-backdrop-filter: blur( 4px )!important;
}

.activeSub{
    border: 1px #818182 solid!important;
}


#page-content-wrapper .container-fluid {
    min-height:  calc(100vh - 118px);
}

.credit_bar {
    background-color: #e3ebf2;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}


#LoadingView{
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 31, 35, 0.79);
}

#LoadingView img{
    position: absolute;
    width: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




#wrapper {
    overflow-x: hidden;
    background-color: #ffffff;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;

    background-color: #2a3f90;
    background-image: linear-gradient(180deg, #2a3f90 10%, #1b2b57 100%);

    height: 100vh;
    max-height:100vh;

}

#sidebar-wrapper .list-group{
    box-sizing: border-box;
    height: 90vh;
    max-height:85vh;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
    height: 100vh;
    overflow: auto;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;

}

#menu-toggle {
    cursor: pointer;
}

.list-group-item {
    border: none;
    padding: 20px 30px;
    color: #FFFFFF!important;
}

.list-group-item.active {
    background-color: transparent;
    color: var(--main-text-color);
    font-weight: bold;
    border: none;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
        overflow-x: hidden!important;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.login_form_container {
    background-image: linear-gradient(180deg,#2f6ed3 5%, #4878bf 20%, #4781c7 60%,#2f6ed3 95%);
}

.login_form_frame {
     background: rgba( 255, 255, 255, 0.25 );
     box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
     backdrop-filter: blur( 4px );
     -webkit-backdrop-filter: blur( 4px );
     border-radius: 10px;
     border: 1px solid rgba( 255, 255, 255, 0.18 );
 }

.login_form_frame input, .login_form_frame input:focus {
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 8px 32px 0 rgba(135, 126, 132, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.shadow-sm-cus {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}


.cursor-pointer {
    cursor: pointer;
}

.cursor-move{
    cursor: move;
}

input.noArrow::-webkit-outer-spin-button,
input.noArrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.noArrow[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.txt_primary{
    color: #2a3f90;
}



.border-left-primary {
    border-left: 0.25rem solid #4e73df!important;
}
.border-left-success {
    border-left: 0.25rem solid #0bc200 !important;
}
.border-left-warning {
    border-left: 0.25rem solid #eed200 !important;
}

.new_edit_fade {
    background-image:none !important;
    -o-animation: fadeIt 5s ease-in-out;
    animation: fadeIt 5s ease-in-out;
}

@keyframes fadeIt {
    0%   { background-color: rgba(0, 156, 215, 0.59); }
    100% { background-color: unset; }
}


.form-control button{

    color: #212529!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border-radius: 0.25rem!important;
}


.unselectable {
    user-select: none; /* Non-standard, but widely supported */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
