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

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


.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: #fff;
    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;
}