html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

input:focus{
    box-shadow:none !important;
}

.pagination-link-squere{
    width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* width */
*::-webkit-scrollbar {
    /*width: 1px !important;
    float: right !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 0 !important;*/
    display: none;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    *::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

a {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-width: 0px !important;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.fixed-percentage-top-0 {
    top: 0%;
}

.smaller{
    font-size: x-small;
}

.form-control-textarea {
    height: 80px !important;
}

/**************************/
/* Logo & Image Classess */
/************************/
.logo {
    object-fit: contain;
}

.logo-sm {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
}

.logo-md {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
}

.logo-lg {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
}

.logo-xl {
    width: 128px;
    height: 128px;
    min-height: 128px;
    min-width: 128px;
}

.avatar {
    object-fit: cover;
}

.avatar-sm {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
}

.avatar-md {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
}

.avatar-lg {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
}

.avatar-xl {
    width: 128px;
    height: 128px;
    min-height: 128px;
    min-width: 128px;
}

.company-logo-sm {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
}

.company-logo-md {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
}

.company-logo-lg {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
}

.flag {
    object-fit: cover;
}

.flag-sm {
    width: 28px;
    height: 16px;
    min-height: 16px;
    min-width: 28px;
}

.flag-md {
    width: 32px;
    height: 20px;
    min-height: 20px;
    min-width: 32px;
}

.flag-lg {
    width: 36px;
    height: 24px;
    min-height: 24px;
    min-width: 36px;
}

.media {
    object-fit: cover;
}

.media-preview {
    width: 100%;
    /* min-height: 250px; */
}

.media-sm {
    width: 42px;
    height: 56px;
    min-height: 56px;
    min-width: 42px;
}

.media-md {
    width: 60px;
    height: 80px;
    min-height: 80px;
    min-width: 60px;
}

.media-lg {
    width: 75px;
    height: 100px;
    min-height: 100px;
    min-width: 75px;
}

.media-xl {
    width: 150px;
    height: 200px;
    min-height: 200px;
    min-width: 150px;
}

.media-xl-horizontal {
    width: 200px;
    height: 150px;
    min-height: 150px;
    min-width: 200px;
}
.media-square-sm {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
}

.media-square-md {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
}

.media-square-lg {
    width: 75px;
    height: 75px;
    min-height: 75px;
    min-width: 75px;
}

/*********************/
/* Priority Classes */
/*******************/
.priority-auto {
    z-index: auto !important;
}

.priority-0 {
    z-index: 0 !important;
}

.priority-1 {
    z-index: 1 !important;
}

.priority-2 {
    z-index: 2 !important;
}

.priority-3 {
    z-index: 3 !important;
}

.priority-4 {
    z-index: 4 !important;
}

.priority-5 {
    z-index: 5 !important;
}

.priority-max {
    z-index: 99999 !important;
}