@font-face { font-family: Noir_medium; src: url('../fonts/Noir_medium.otf'); } 
@font-face { font-family: Noir_regular; src: url('../fonts/Noir_regular.otf'); } 
html {
    position: relative;
   height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: Noir_regular;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
        font-size: 16px;
    color: #242A3A;
}
.medium{
    font-family: Noir_medium;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
/* login */
.login-box{
 padding: 6rem 0;
 min-height: calc(100vh - 37px);
}
.ft-23{
    font-size: 23px;
}
.form-group{
    margin-bottom: 25px;
}
.login-form-control{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #C7C7C7;
border-radius: 5px;
    padding: 11px 11px 9px 35px;
width: 100%;
}
.login-form-control:focus{
    border: 1px solid #000;
}
.login-form-control::placeholder{
    color: #C7C7C7;
    }
.login-fc-icon{
        position: absolute;
    top: 15px;
    left: 11px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* The container */
.container1 {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
   height: 19px;
    width: 19px;
    background-color: #eee;
    border-radius: 2px;
    border: 1px solid #4475b4;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
 background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
        left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #4475b4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-theme{
    background: #4475B4 0% 0% no-repeat padding-box;
    color: #F2F7FF;
    transition: all 0.2s ease-in-out;
}
.btn {
    margin-left: 2px ;
    margin-right: 2px ;
}
.btn-theme:hover{
  color: #F2F7FF;
  opacity: 0.9;
}
.text-theme{
    color: #4475B4;
}
.s-footer.copyright{
color: #C7C7C7;
}
#sendinstructions .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5rem 0rem;
}

/* top nav */
.topnav {
   margin-left: 16rem;
       padding: 1.2rem;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
     transition: all 0.3s ease-in-out;
}
.navbar {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0rem;
    position: fixed;
    width: 100%;
        background-color: #fff;
        z-index: 1;
}
.sidebar-left{
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 16rem;
    width: 16rem;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    box-shadow: inset -1px 0 0 rgb(18 38 63 / 5%);
    -moz-transition: width .3s ease-in-out,  min-width .4s ease-in-out;
    -webkit-transition: width .3s ease-in-out,  min-width .4s ease-in-out;
    -moz-transition: width .3s ease-in-out,  min-width .4s ease-in-out;
    -o-transition: width .3s ease-in-out,  min-width .4s ease-in-out;
    transition: width .3s ease-in-out,  min-width .4s ease-in-out;
    background: #F8F9FA 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    z-index: 2;

  
}
.sidebar-left-pad{
      padding: 30px 25px;
}
.main{
    margin-left: 16rem;
    overflow: hidden;
       padding: 6rem 1.5rem 1rem;
    min-height: 100vh;
    transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.s-logo{
    margin-bottom: 40px;
}
.sidebar-ul{
    min-height: calc(100vh - 211px);
    overflow: auto;
}

.menu-toggle svg{
cursor: pointer;
}

.progile-dropdown .dropdown-toggle::after {
   display: none;
}
.avatar-img{
    width: 50px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #6c757d;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
}
.dot{
   position: absolute;
    height: 9px;
    right: 1px;
    top: 3px;
    width: 9px;
    content: "";
    border-radius: 50%;
    display: inline-block;
    background-color: #e91111 !important;
}
.notify-dropdown li{
padding: 5px 10px;
border-bottom: 1px solid #cccccc5e;
}
.notify-dropdown li:last-child{
    border-bottom: 0px solid #cccccc5e;
}
.notify-dropdown {
    width: 276px;
}
.op-8{
    opacity: 0.8;
}
.op-7{
    opacity: 0.7;
}
.sidebar-ul svg{
    margin-top: -5px;
}
.sidebar-ul ul li{
    margin-bottom: 10px;
}
.sidebar-ul ul li a{
    transition: all 0.2s ease;
}
.sidebar-ul ul li a:hover , .sidebar-ul ul li a.active{
    color: #4475B4;
}
.sidebar-left.close1{
        min-width: 0rem;
    width: 0rem;
}
.main.open1{
    margin-left: 0rem;
}
.topnav.open1{
    margin-left: 0rem;
}
.colse-sidebar{
    display: none;
}
.main-content{
    min-height: calc(100vh - 137px);
}
.main-content{
    padding-bottom: 20px;
}
.dashboard-box{
    background: transparent linear-gradient(180deg, #4475B4 0%, #295287 100%) 0% 0% no-repeat padding-box;
border-radius: 10px;
padding: 40px;
text-align: center;
color: #fff;
font-size: 48px;
margin-bottom: 30px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #99b7df;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.form-control, .form-select {
    padding: 11px 20px 9px;
}
.form-select:focus{
 box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.table thead{
    opacity: 0.6;
}
.text-primary{
    color: #4475B4 !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4475b4;
    border-color: #4475b4;
}
.page-link {
    color: #4475b4;
}
.form-group{
    margin-bottom: 30px;
}
.form-control::placeholder{
    color: #C7C7C7;
}
textarea{
    resize: none;
}
.form-group label{
    opacity: 0.8;
}

/* MY CSS */
.fa {
    cursor: pointer;
}

label {
    width: 100%;
}

.floatRight {
    float: right;
}

.asterisk-sm {
    font-size: 12px !important;
}

.pointer {
    cursor: pointer;
}

.shown {
    display: block;
    background: #000000a6;
}

.icon-padding {
    padding: 3px;
    margin-right: 10px;
}

.fz-17 {
    font-size: 17px !important;
}

.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
    border: none !important;
}

.modal-scroll {
    overflow-x: auto;
    height: 38rem;
}

.logout:hover {
    cursor: pointer;
    background-color: #ffa4a4;
}

.profileIcon {
    font-family: Arial, Helvetica, sans-serif;
    background: #004D3C;
    font-size: 1.4rem;
    color: #fff;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.view-password {
    position: absolute;
    margin-top: -1.8rem;
    font-size: 12px;
    cursor: pointer;
}