@font-face {
    font-family: "fontF";
    src: url("../../fonts/Orbitron/static/Orbitron-Regular.ttf");
}

@font-face {
    font-family: "exoF";
    src: url("../../fonts/exo_2/Exo2-Regular.otf");
}

html {
    height: 100%;
    /*zoom: 90%!important;*/
/*    background-color: #eeeeee!important;*/
    direction: ltr;
}

a {
    font-family: "exoF"!important;
}

body {
/*    background-color: #eeeeee!important;*/
}

button {
    font-family: "exoF"!important;
}

h4 {
    font-family: "exoF"!important;
}

h5 {
    font-family: "exoF"!important;
}

input {
    font-family: "exoF"!important;
}

label {
    font-family: "exoF"!important;
}

p {
    font-family: "exoF"!important;
}

option {
    font-family: "exoF"!important;
}

table {
    font-family: "exoF"!important;
}

tspan {
    font-family: "exoF"!important;
}

span {
    font-family: "exoF"!important;
}

.app-content {
/*    background-color: #ECE9E6!important;*/
background-color: #f5f5f5!important;
}

.author {
    background-color: #f50057;
    font-size: 10px;
    padding: 5px!important;
    border-radius: 50%;
    color: #fff;
}

.author:hover {
    box-shadow: 0 1px 1px 1px #f8bbd0;
    cursor: pointer;
}

.badge {
    font-size: 100%!important;
}

.badge-jumbo {
    font-size: 15px!important;
}

.bg-light-gf {
    background-color: #eeeeee!important;
}

.bg-light-gf:hover {
    background-color: #ECEFF1!important;
}

.bg-lightblue-gf {
    background-color: #e1f5fe !important;
}

.bg-light-green {
    background-color: #E8F5E9!important;
}

.bg-danger-light {
    background-color: #ffebee!important;
}

.bg-compound {
    background: #FF7A00 !important;
    color: #fff!important;
}

.bg-warning2 {
    background: #FFEC00 !important;
    color: #fff!important;
}

.bg-primary {
    background: #d40d4c !important;
    color: #fff!important;
}

.bg-primary .card-title {
    color: #fff!important;
}

.bg-primary-notice {
    background: #1565C0 !important;
    color: #fff!important;
}

.bg-primary-notice .card-title {
    color: #fff!important;
}

.btn-fff-gf {
    background-color: #fff !important;
    color: #546e7a!important;
    border: 0.05em solid #546e7a!important;
    box-shadow: none!important;
    opacity: 0.6;
}

.btn-fff-gf:hover {
    opacity: 1;
    color:  #e64852!important;
}

.btn-light-gf {
    box-shadow: none!important;
}

.btn-light-gf:hover {
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.12)!important;
    background: #fafafa!important;
}

.btn-mini {
    padding: 3px!important;
    margin-left: 2px;
    background-color: #f5f5f5;
    border-radius: 15%;
    border: 0.05em solid #9e9e9e;
    font-size: 10px;
    color: #607d8b;
    margin-bottom: 5px!important;
}

.btn-mini:hover {
    background-color: #455a64;
    border: 0.05em solid #9e9e9e;
    color: #fff;
}

.btn-mini-w {
    padding: 3px 6px!important;
    margin-left: 2px;
    background-color: #f5f5f5;
    border-radius: 15%;
    border: 0.05em solid #9e9e9e;
    font-size: 10px;
    color: #607d8b;
    margin-bottom: 5px!important;
}

.btn-mini-w:hover {
    background-color: #455a64;
    border: 0.05em solid #9e9e9e;
    color: #fff;
}

.btn-outline-primary {
  border: 1px solid #cfd8dc !important;
  background-color: transparent;
  color: #90a4ae!important;
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(115, 103, 240, 0.04);
    color: #78909c;
}

.bg-primary-notice > .card-title {
    color: #fff!important;
}

.btn-primary {
    background-color: #e64852 !important;
    border-color: #e64852 !important;
}

.btn-primary:hover {
    box-shadow: none !important;
    opacity: 0.9;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none !important;
    background-color: #e64852 !important;
    opacity: 0.9 !important;
}

.button-39 {
  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #546e7a;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-39:hover {
  background-color: rgb(249,250,251);
  text-decoration: none!important;
  color: #bf360c;
}

.button-39:focus {
  outline: 2px solid transparent;
  text-decoration: none!important;
  color: #111827;
  outline-offset: 2px;
}

.button-39:focus-visible {
  box-shadow: none;
  text-decoration: none!important;
  color: #111827;
}

.custom-card-gf {
    padding: 10px;
    min-height: 100px;
    background-color: #fafafa;
    border: 0.05em solid #eeeeee;
    border-radius: 5px;
}

.custom-card-gf:hover {
    background-color: #f5f5f5;
    border: 0.05em solid #E0E0E0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #b71c1c!important;
  text-decoration: none!important;
  background-color: #ffebee!important;
}

.fixTableHead { 
  overflow-y: auto; 
  max-height: 3000px; 
} 
.fixTableHead thead th { 
  position: sticky; 
  top: 0; 
} 

.gf-anchor {
    color: #546e7a !important;
}

.gf-anchor:hover {
    opacity: 0.6;
}

.list-group > a.list-group-item {
    opacity: 0.8;
    color: #546e7a !important;
}

.list-group > a.list-group-item.active {
    opacity: 0.8;
    color: blue !important;
}

.list-group > a.list-group-item.active:hover {
    opacity: 1 !important;
    color: #2196f3 !important;
}

.list-group > a.list-group-item:hover {
    opacity: 1;
    color: #546e7a !important;
}

.bordered-layout .main-menu .navigation, .bordered-layout .main-menu {
    background: #ECE9E6!important;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6)!important; 
    background: linear-gradient(to right, #FFFFFF, #ECE9E6)!important;
}

.main-menu-content {
    padding-bottom: 100px !important;
}

.main-menu.menu-light .navigation > .nav-item.active > a {
    background: #e64852 !important;
    /*box-shadow: 0 0 10px 1px rgba(233, 94, 103, 0.7)!important;*/
    box-shadow: none !important;
}

.main-menu.menu-light .navigation > li ul .active {
    background: #e64852 !important;
    /*box-shadow: 0 0 10px 1px rgba(233, 94, 103, 0.7)!important;*/
    box-shadow: none !important;
}

.media-list {
    overflow: scroll!important;
}

.menu-title {
    font-family: "exoF", sans-serif!important;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 5.5rem !important;
}

.mt-9 {
    margin-top: 6rem !important;
}

.mt-10 {
    margin-top: 6.5rem !important;
}

.nav-item .active > a {
    background: #e64852 !important;
    box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
    border-radius: 4px;
    z-index: 1;
}

.light-bg {
    background-color: #fafafa !important;
}

.page-item.active .page-link {
    background-color: #e64852;
}

.p-sm {
    padding: 5px 10px!important;
    margin: 0!important;
}

.privilege_title {
    font-size: 8px!important;
    transform-origin:50% 50%;
    transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -moz-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -o-transform: rotate(-90deg)!important;
}

.search-overlay {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 10px;
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(236, 239, 241, 0.3);
}

.sos_pill_display {
    padding: 5px 10px 7px 10px;
    background-color: #dc2000;
    border-radius: 15px;
    color: #FFF;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.sos_pill_display:hover {
    background-color: #dc004e;
}

.sos_pill_display_internal {
    padding: 2px 5px 4px 5px;
    border-radius: 50%;
    font-size: 15px!important;
    background-color: #dc004e;
    box-shadow: rgba(255,255,255, 0.3) 0px 1px 2px 0px, rgba(255,255,255, 0.15) 0px 1px 3px 1px;
}

.success_banner {
    border-radius: 10px;
    background-color: #98FB98;
    border: 0.05em solid #3EB489;
    padding: 10px;
}

.email_exist_error_banner {
    border-radius: 10px;
    background-color: #fd5c63;
    border: 0.05em solid #D2122E;
    padding: 10px;
    color: #fff;
}

@media (min-width: 576px) {
    .searchby {
        
    }
}

@media (min-width: 992px) {
    .searchby {
        margin-left: -35px!important;
    }
}

.table .thead-light-red th {
    background-color: #FFEBEE!important;
}

.table .thead-light-blue th {
    background-color: #E3F2FD!important;
}

.table .thead-light-orange th {
    background-color: #ffedd6!important;
}

.table-responsive {
    padding-bottom: 30px !important;
}

.timeline-event-time {
    padding: 5px;
    border-radius: 5px;
    border: 0.05em solid #e6e6;
}

.toggle-menu-mobile {
    position: absolute;
    left: 1;
}

.txt-gforce-primary {
    font-family: "fontF" !important;
    color: #d40d4c;
}

.txt-gforce {
    font-family: "fontF" !important;
    /*color: #d40d4c;*/
}

.txt-gforce-jumbo {
    font-size: 90px;
}

.text-primary {
    color: #d40d4c !important;
}

.text-dark {
    color: black !important;
}

.text-primary-notice {
    color: #1565C0 !important;
}

.text-success-gf {
    color: #2E7D32!important;
}

.text-info-gf {
    color: #5c6bc0 !important;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation li a {
    font: "exoF", sans-serif!important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #d40d4c !important;
    box-shadow: #d40d4c 0 1px 3px 0 inset !important;
    color: #fff;
    font-weight: 700;
}
