
/*===================  Start Scroll Bar   ======================*/

/* width */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: transparent; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #00457C; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #1171ef; 
  }
  
  /*===================  End Scroll Bar   ======================*/

  .rounded2 
  {    
    border-radius: 1rem !important;
    border: 1px solid #ccc;
  }
  .rounded2-top
  {    
    border-radius: 20px 20px 0 0 !important;
  }
  .rounded2-bottom
  {    
    border-radius: 0 0 15px 15px !important;
  }
  .min-h-screen 
  {
      background-color: #f0f2f5;
  }
  .login-form
  {
      padding: 60px 10px 30px 10px;
      position: absolute;
      width: 450px;
      min-height: 400px;
      left: calc(50% - 450px/2);
      top: calc(50% - 401px/2 - 27.5px);
      background: #FFFFFF;
      backdrop-filter: blur(2px);
      border-radius: 8px;
  }
  .login-form .input-form
  {
      border: 1px solid #ccc;
      border-left: unset;
      background: #eff2f7;
      font-size: 14px;
      text-align: center;
      padding: 0.1rem 0.75rem;
      padding-right: 40px;
  }

body[data-sidebar=light] .navbar-brand-box 
{
    background: #ffffff;
    border-right: 1px solid #ccc;
}

li.mm-active a:focus, li.mm-active a.active
{
    background: rgb(0 142 255 / 20%);
    border-right: 5px solid #38c;
} 

li.mm-active a.has-arrow
{
    background: unset !important;
    border-right: unset !important;
} 

/* .simplebar-mask 
{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
} */

.btn-primary 
{
    color: #fff;
    background-color: #00457C;
    border-color: #00457C;
}

.logo-text
{
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    font-weight: 500;
}

.hr-light
{
    border-top: 1px solid #ccc;
    margin: 15px;
}

.right-0
{
    right: 0px !important;
}

.left-0
{
    left: 0px !important;
}

.fs-16
{
    font-size: 16px !important;
}

.card-header2
{
    background: var(--bs-body-bg);
    border-bottom: 1px solid #f6f6f6;    
    /* border-radius: .25rem!important; */
}

.card-footer2
{
    background: #fff;
    border-top: 1px solid #f6f6f6;
    /* border-radius: .25rem!important; */
}

.avatar-preview 
{
    width: 100%;
    height: 270px;
    max-width: 270px;
    display: block;
    margin: auto;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    border-radius: 10px;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.card-shadow
{
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 5px 1px #ddd;
}

.horizontal_separator
{
    box-shadow: 0 1px 0 rgb(68 75 90 / 5%);
}

.text-sm
{
    font-size: 12px;
}

.select2-container 
{
    width: 100% !important;
}

.select2-container .select2-selection--single 
{
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered 
{
    line-height: 27px;
}

.select2-container .select2-selection--single .select2-selection__arrow 
{
    height: 27px;
}

.h-30
{
    height: 30px;
}

.status-circle
{
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-top: 5px;
    border-radius: 50%;
    margin: 0 5px;
}

.pointer
{
    cursor: pointer;
}

.contract-status
{
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    /* padding: 0px 50px; */
    width: fit-content;
    border-radius: 10px;
}

.external-link
{
    position: absolute;
    right: -5px;
    top: 5px;
    padding: 2px;
}

.pr-0
{
    padding-right: 0px;
}

.pl-0
{
    padding-left: 0px;
}

.text-right
{
    text-align: right!important;
}

.text-left
{
    text-align: left!important;
}

#sidebar-menu ul li a 
{
    padding: 0.625rem 1rem;
}

#sidebar-menu ul li ul.sub-menu li a 
{
    padding: 0.4rem 1.5rem 0.4rem 2.5rem;
}

.btn-block
{
    width: 100%;
}

.alert-dismissible .close 
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

button.close 
{
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close 
{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled):hover 
{
    opacity: .75;
}

.close:hover 
{
    color: #000;
    text-decoration: none;
}

.w-fit-content
{
    width: fit-content;
}

.company-image
{
    width: 30px; 
    height: unset; 
    background: unset;
}

.action-btn
{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: auto 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.m-w-90
{
    max-width: 90px !important;
}

.quantity-box 
{
    max-width: 95px;
    width: 95px;
}

.font-weight-bold
{
    font-weight: bold;
}

.badge2 
{
    font-size: 85%;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 0.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0.375rem !important;
    min-width: 70px;
}

.badge-outline-warning 
{
    color: #ffbb34 !important;
    border: 1px solid #ffbb34;
}

.badge-outline-info 
{
    color: #33b5e5 !important;
    border: 1px solid #33b5e5;
}

.badge-outline-success 
{
    color: #00c851 !important;
    border: 1px solid #00c851;
}

.badge-outline-danger 
{
    color: #ff3547 !important;
    border: 1px solid #ff3547;
}

.thead-light
{
    background: #f1f1f3;
    color: #616e80;
}

.file_ex
{
    position: absolute;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-top: 0.25rem!important;
    width: 38px;
    overflow: hidden;
}

.bararea
{
    width: 100%;
    height: 25px;
    padding: 2px;
    overflow: hidden;
    border: 1px solid rgba(62, 61, 61, 0.5);
    border-radius: 10px;
}
  
.bar
{
    width: 0%;    
    height: 19px;
    background-color: #2ecc71;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #eee;
}

.br-10
{
    border-radius: 10px;
}

.file_menu
{
    position: absolute;
    top: 0;
    right: 15px;    
    opacity: 0;
    transition: all 0.3s linear;
}

.folder:hover, .file:hover 
{
    background: rgb(204 221 0 / 20%);
}

.folder:hover .file_menu, .file:hover .file_menu
{
    opacity: 1;
}

.card-border 
{
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
}

.m-w-60
{
    max-width: 60px;
}

.btn-block
{
    width: 100%;
}

.dt-buttons
{
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 27px;
  }
  
  .switch 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: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* New Updates */

  .sticky
  {
      position: sticky !important;
      right: 0;
      z-index: 99;
      background: #fff !important;
  }
  .box-icon
  {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      border-radius: 50%;
      font-size: 25px;
      background: #E6F7FF;
      color: #000;
  }
  .rounded-50
  {
      border-radius: 50%;
  }
  .mr-10
  {
      margin-right: 10px;
  }
  .text-primary
  {
      color: #00457C !important;
  }
  .font-weight-semi-bold 
  {
      font-weight: 500;
  }
  .show-request-icon
  {
      transition: 0.3s linear all;
  }
  .rotate
  {
      transform: rotate(180deg);
  }
  .overlay 
  {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / 40%);
      top: 0;
      right: 0;
  }
  .pt-100
  {
      padding-top: 100px !important;
  }
  .pt-120
  {
      padding-top: 120px !important;
  }
  .pt-150
  {
      padding-top: 120px !important;
  }
  .px-1px
  {
      padding-right: 1px!important;
      padding-left: 1px!important;
  }
  .ajaxModal
  {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 99999;
      display: none;
  }
  .ajaxModalContent
  {
      display: flex;
      width: 100%;
      height: 100%;
      background: #0005;
      margin: auto;
  }
  .ajaxModalBody
  {
      max-width: 400px;
      margin: auto;
  }
  .ajaxModalBody img
  {
      border-radius: 20px;
  }
  .required_highlight
  {
      border: 1px solid #f00;
  }
  .dropdown-absolute
  {
      position: absolute;
      right: 15px;
      top: 0px;
  }

body[data-sidebar=dark] .sticky 
{
    background: #2a3042 !important;
}

/* Website Style */
.btn-orange
{
    background: #F0812A;
    color: #ffffff;
}
.btn-orange:hover
{
    background: #c07338;
    color: #ffffff;
}
.swal2-popup 
{
    background: var(--bs-body-bg) !important;
}
.swal2-title, .swal2-content
{
    color: var(--bs-table-bg) !important;
}
.dropzone
{
    background: var(--bs-body-bg) !important;
}