





@font-face {
    font-family: Satoshi-Light;
    src: url('/static/fonts/Satoshi-Light.otf');
    url('/static/fonts/Satoshi-Light.otf');
    font-display: swap;
}
@font-face {
    font-family: Satoshi-Medium;
    src: url('/static/fonts/Satoshi-Medium.otf');
    url('/static/fonts/Satoshi-Medium.otf');
    font-display: swap;
}
@font-face {
  font-family: Satoshi-Black;
  src: url('/static/fonts/Satoshi-Black.otf');
  url('/static/fonts/Satoshi-Black.otf');
  font-display: swap;
}




@font-face {
  font-family: Nunito-Light;
  src: url('/static/fonts/Nunito-Light.ttf');
  url('/static/fonts/Nunito-Light.ttf');
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: Nunito-Regular;
  src: url('/static/fonts/Nunito-Regular.ttf');
  url('/static/fonts/Nunito-Regular.ttf');
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: Nunito-Black;
  src: url('/static/fonts/Nunito-Black.ttf');
  url('/static/fonts/Nunito-Black.ttf');
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}






@font-face {
  font-family: SF-UI-Display-Thin;
  src: url('/static/fonts/SF-UI-Display-Thin.otf');
  url('/static/fonts/SF-UI-Display-Thin.otf');
  font-display: swap;
}

@font-face {
  font-family: SF-UI-Display-Regular;
  src: url('/static/fonts/SF-UI-Display-Regular.otf');
  url('/static/fonts/SF-UI-Display-Regular.otf');
  font-display: swap;
}
@font-face {
  font-family: SF-UI-Display-Medium;
  src: url('/static/fonts/SF-UI-Display-Medium.otf');
  url('/static/fonts/SF-UI-Display-Medium.otf');
  font-display: swap;
}
@font-face {
  font-family: SF-UI-Display-Bold;
  src: url('/static/fonts/SF-UI-Display-Bold.otf');
  url('/static/fonts/SF-UI-Display-Bold.otf');
  font-display: swap;
}
@font-face {
  font-family: SF-UI-Display-Heavy;
  src: url('/static/fonts/SF-UI-Display-Heavy.otf');
  url('/static/fonts/SF-UI-Display-Heavy.otf');
  font-display: swap;
}

@font-face {
  font-family: SF-UI-Display-Black;
  src: url('/static/fonts/SF-UI-Display-Black.otf');
  url('/static/fonts/SF-UI-Display-Black.otf');
  font-display: swap;
}








html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
div {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "SF-UI-Display-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
p {
  -webkit-font-smoothing: antialiased;
}
h1 {
    font-family: SF-UI-Display-Heavy !important;
}
h2 {
    font-family: SF-UI-Display-Heavy !important;
}
h3 {
    font-family: SF-UI-Display-Bold !important;
}
h4 {
    font-family: SF-UI-Display-Bold !important;
}
h5 {
    font-family: SF-UI-Display-Medium !important;
}
input[type="checkbox"] {
    accent-color: #0d6efd;
}


.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    //outline: thin dotted #333!important;
    outline: 5px auto #484848 !important;
    outline-offset: -2px;
}



.card-shadow {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05) !important;
}



.form-control {
    //border-radius: 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #BAB6EB;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(39, 60, 117,.25);
}

.border-primary {
    border-color: #1a284f !important;
}

.text-primary {
    color: #1a284f !important;
}
.btn-primary {
    color: #fff;
    background-color: #1a284f;
    border-color: #1a284f;
    border-width: 0px !important;
    border: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #213262;
    border-width: 0px !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #899ed8 !important;
    border-width: 0px !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(30,181,251,.5);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary.dropdown-toggle.show:focus, .btn-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(30,181,251,.5);
}

.btn-outline-primary {
    color: #213262;
    border-color: #213262;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open>.dropdown-toggle.btn-outline-primary {
    color: #fff;
    background-color: #213262;
    border-color: #213262;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fff;
    background-color: #899ed8;
    border-color: #213262 !important;
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(74,44,147,.5);
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(74,44,147,.5);
}






.bg-primary {
    color: #fff;
    background-color: #1eb5fb !important;
    border-width: 0px;
}



.list-group-item.active {
    color: #fff;
    background-color: #140998;
    border-width: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #e9ecef;
}








.switch-toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    top: 4px !important;
}
.switch-toggle input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #1eb5fb;
}
input:focus + .slider {
    box-shadow: 0 0 1px #1eb5fb;
}
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
.slider.round {
    border-radius: 17px;
}
.slider.round:before {
    border-radius: 50%;
}



.form-check-input:checked {
    background-color: #1eb5fb;
    border-color: #1eb5fb;
}








.nav-item-pills {
    line-height: 40px
}
.nav-horizontal-pills > .active > a,
.nav-horizontal-pills > .active > a:hover,.nav-horizontal-pills > li > a:hover {
    text-decoration: none;
    //border-radius:0px;
    padding-bottom: 2px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: black;
    color: black !important;
    background-color: transparent !important;
}
.nav-horizontal-pills > li > a{
    color:  #545454 !important;
    margin-right: 1.5rem !important;
    padding: 0 0 .5rem 0!important;
}

@media (max-width: 768px) {
    .nav-horizontal-pills > li > a{
    margin-right: 1rem !important;
    width: 100% !important;
  }
}
.nav-pills .nav-link {
    //border-radius: 0px;
}


.list-group {
    //border-radius: 0px;
}


.dropdown-menu {
    //border-radius: 0px;
    padding: 10px;
}
.dropdown-divider {

}
.dropdown-item {
    padding: 5px;
}


.dashboard-container {
    align-items: stretch;
    display: flex;
    width: 100%;
    height: 100vh;
    display: flex;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    top:0px;
    left:0px;
    min-height:100vh;
    vertical-align:top;
    margin:0px;
    padding:0px;
    flex-grow: 1;
}
.dashboard-container-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
    width: 100%;
    overflow-y: scroll;
    flex-grow: 1;
}
.dashboard-container-content-inner {
    max-width: 1400px;
    direction: ltr;
    flex: 1;
    padding: 3rem 3rem 3rem;
}
@media (max-width: 1000px) {
    .dashboard-container-content-inner {
        max-width: unset;
    }
}


.custom-divider {
    border-radius: 0.25rem!important;
    background-color: #212529!important;
    margin-right: auto!important;
    margin-left: auto!important;
    width: 50%!important;
    margin-top: 100px;
    height: 8px;
}
.custom-divider-small {
    border-radius: 5px !important;
    background-color: #212529!important;
    margin-right: auto!important;
    margin-left: auto!important;
    width: 10px !important;
    height: 10px;
    margin-top:3rem;
    margin-bottom:3rem;
}
.custom-divider-small-line {
    border-radius: 10px !important;
    background-color: #212529!important;
    width: 50px !important;
    height: 3px;
    margin-top:2rem;
    margin-bottom:2rem;
}
.custom-divider-line {
    margin-top:2rem;
    margin-bottom:2rem;
    border-bottom: 1px dashed #ced4da !important;
}






input{
    //border-radius: 0px !important;
    border-color: #b1b1b1 !important;
    height: 40px;
    border: 1px solid #ced4da !important;
    padding-left: 1rem !important;
}
input:focus {
    outline: 0;
}
::placeholder {
    color: #B7B7B7 !important;
    opacity: 1;
    font-size: 15px !important;
}
textarea {
    background-color: #fff;
    border-color: #b1b1b1;
    //border-radius: 0px !important;
    width: 100%;
    min-height: 120px;
    padding: calc(.75em - 1px);
    border: 1px solid #ced4da !important;
}




.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}




.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}       

