@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');

body:before {
background-image: url('/brand/background.jpg');
}

body {
    font-family: "Barlow Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
}

:root {
    --peach-color: #feebe5;
    --orange-color: #C16B86;
    --blue-color: #325d7f;
    --smpurplecolor: #4d5882;
    --purple-color: #645e7e;
    --bright-red-color: #f1717e;
    --red-color: #c16b85;
    --brand-color: #645e7e;
    --dark-color: #4c4956;
    --smxi-purple: #834b79;
    --smxi-green: #268a59;
    --smxi-red: #89153c;
    --smxi-gold: #f0ad4e;
    --smxi-blue: #4b4b71;
}

.navbar-brand>img {
    filter: brightness(100) !important;
}

.navbar-brand {
    background-color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, 1) !important;
}

.navbar-brand:hover {
    color: rgba(0, 0, 0, 1) !important;
}

.navbar.navbar-default.navbar-fixed-top {
    background: black !important;
}

.navbar-header {
    background: black !important;
}

h3.panel-title {
    color: rgba(0, 0, 0, 1);
}

table .fa, table .far, .panel-title .fa, table .fad, table .fas, table .fal {
    color: #000000;
    /* margin-top: -4px; */
    /* margin-bottom: -4px; */
    font-size: 18px;
    /* margin-right: 10px; */
    min-width: 30px;
    display: inline-block;
    text-align: center;
}

a {
    color: #000000 !important;
    text-decoration: none;
    cursor: pointer !important;
}

.panel-body a {
    color: #000000 !important;
    text-decoration: none;
}

.panel.panel-default.Open {
    /* border: solid rgba(92, 184, 97, 0.29) 1px !important; */
    /* background-color: rgba(92, 184, 97, 0.05); */
    border-radius: 25px !important;
}

.panel.panel-default {
    border: none !important;
    padding: 25px !important;
    border-radius: 0px;
    /* -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108); */
    /* box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108); */
    position: relative;
    /* margin-bottom: 30px; */
    border-radius: 25px !important;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999 !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 20px;
}

.btn {
    border-radius: 12px !important;
}

.modal-header {
    background-color: #000000 !important;
    color: white !important;
    /* font-family: "Barlow"; */
    /* font-weight: 700; */
    /* line-height: 30px; */
    /* font-size: 25px; */
}

.form-signin {
    max-width: 620px;
    padding: 28px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    overflow: auto;
    display: block;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, .25) 6px 9px 20px 0px;
    border-radius: 25px !important;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #f1f1f1;
    font-family: "Barlow Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar-wrapper .sidebar-nav li a {
    margin-bottom: 10px !important;
    margin-left: 5px !important;
    padding-left: 0px;
    color: #000000 !important;
    text-decoration: none !important;
    /* display: block !important; */
    border-radius: 10px;
}

#sidebar-wrapper .sidebar-nav li a:hover {
    border-radius: 10px;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 40px !important;
    max-height: 40px !important;
    /* display: inline-block; */
    width: 100%;
    border-radius: 10px;
}