@import url(color.css);
@import url(swal_button.css);
@import url(custom_dropdown.css);
@import url(custom_accordion.css);
@import url(custom_main_blade.css);
@font-face {
   font-family: 'Open Sans', sans-serif;
   src: url(../font/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf);
}
div,p,a,body { font-family: 'Open Sans', sans-serif ; line-height: normal; user-select: none; font-size: 15px;}
a:-webkit-any-link:focus-visible { outline-offset: 0px; }
.bg-size-cover{background-size: cover;}
.bg-pos-center{background-position: center;}
.nowrap{white-space:nowrap;}
.responsive-table{max-width:100%; overflow:auto;}
a{color: var(--blue); text-decoration:none !important;}
body .btn-outline-primary {
  color: var(--blue) ;
  border-color: var(--blue) !important;
}
body .btn-outline-primary:hover {
  background-color: var(--blue);
}
#page-top .border-danger { border-color: var(--pink)!important;}
#page-top .btn-outline-primary {
  color:  var(--blue);
  border-color: var(--blue);
}
#page-top .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--blue);
}
ol.breadcrumb li, ol.breadcrumb li a {
  font-size: 12px !important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-bottom: 1px solid #f7f7f7 !important;
}
#content {
  min-height: 100vh;
  width: calc(100% - 80px);
}
div#page-content-wrapper {
  max-height: calc( 100vh - 57px );
  overflow: auto;
}
body .btn-danger {
  color: #fff !important;
  background-color: var(--pink) !important;
  border-color: var(--pink) !important;
}
body .btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {  box-shadow: 0 0 0 0.25rem #007ac380; }
body,p{ font-size: 15px; color: var(--dark); }

.profile .dropdown-toggle::after{
   content: "";
   border: unset;
}
.profile_pic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  overflow:hidden;
  background: #222;
  height: 30px;
  border-radius: 50%;
  border:1px solid #ddd;
}
.profile_pic img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100%;
  margin-top: 0 !important;
}
.object-fit-img img, .object-fit-img .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.fit-img{
  object-fit: cover;
  object-position: top center;
} 
.profile {
  height: 120px;
  width: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #222;
  align-items: center;
  border-radius: 50%;
  margin: 30px 0;
  box-shadow: 0 0 3px 0 #ddd;
}
.profile img{object-fit:cover; max-width: 100%; max-height: 100%;}
::placeholder {
    font-size: 15px;
}
.heading-shape::after {
  content: "";
  height: 1px;
  width: 20px;
  display: inline-block;
  position: absolute;
  background: var(--blue);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px){
  .heading-shape::after{
    content: "";
    display: none;
  }
}
.heading-shape {
  padding-right: 30px;
  position: relative;
}
/* ---------------------- bootstrap css changes ---------------------- */
.btn-primary {
  color: #fff !important;
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
.border-primary {border-color: var(--blue)!important;}
.btn-check:focus+.btn,.btn:focus {box-shadow: unset !important;}
/* ------------------------ custom-checkbox -------------------------- */
.form-check-input:checked {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
/* -------------------- icon hover css ------------------------- */
.icon-hover:hover i {
  background: #96d7ff6e;
  transition: all ease .4s;
  color: var(--blue);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active, .dropdown-item:focus P, .dropdown-item:hover P, .dropdown-item:active P, .dropdown-item.active P{
  color: var(--blue) !important;
  background-color: #e5f4fe !important;
}
.primary-link-btn{ color: var(--blue) !important;}
.primary-link-btn:hover{ color: #02a2ff !important;}
.danger-link-btn{ color: var(--pink) !important;}
.danger-link-btn:hover{ color: #ff5f87 !important;}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: var(--blue) !IMPORTANT;
  box-shadow: 0 0 1px 4px #007ac34a !important;
}
.page-item.active .page-link {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
ul.pagination li.page-item a {
  min-height: 35px;
}
.form-select:focus {
  border-color: var(--blue);
  outline: 0;
  box-shadow: unset;
}
select, input, .form-control {
  border-radius: 0 !important;
}
.box {
  border-top: 3px solid var(--blue)!important;
}

/* table css */
    table th, table td{font-size: 15px !important; word-break: break-all;}
    .table>:not(:last-child)>:last-child>* {
      border-bottom-color: #dee2e6 !important;
    }
    .table>thead>tr>th {
      border-bottom: 1px solid #dee2e6 !important;
    }
    .table-temp_scroll .dataTables_wrapper .row:first-child .col-sm-12, .table-temp_scroll .dataTables_wrapper .row:last-child .col-sm-12 {
      width: auto;
      display: inline-flex;
      align-items: center;
      margin-bottom: 1rem;
    }
    .table-temp_scroll .dataTables_wrapper .row:first-child, .table-temp_scroll .dataTables_wrapper .row:last-child {
      display: flex;
      justify-content: space-between;
    }
    .table-temp_scroll .dataTables_wrapper .row:last-child { margin-top: 1rem; }
    .table-temp_scroll .dataTables_wrapper .row:last-child div.dataTables_info{ padding-top: 0px; text-align: left !important; }
    table:focus-visible, select:focus-visible, input:focus-visible, :focus-visible {
      outline: -webkit-focus-ring-color auto 0px !important;
    }
    .table-temp_scroll .dataTables_wrapper .row:nth-child(2) {
      margin: 0 !important
    }
    .table-temp_scroll .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
      min-height: .01%;
      overflow-x: auto;
      padding: 0 !important
    }
    .table-temp_scroll .dataTables_wrapper .row:nth-child(2) .col-sm-12 table {
      width: 100% !important;
      white-space: nowrap;
    }
    .table-temp_scroll .dataTables_wrapper div.dataTables_length label{
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    .table-temp_scroll .dataTables_wrapper div.dataTables_filter input {
      margin-left: 1rem;
    }
/* end table css */
@media screen and (min-width: 1023px) {
  .flex-odr_list {
      display: flex;
  }
}
@media screen and (max-width: 767px) {
  .table-temp_scroll .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
      width: 100%;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
  }
}
@media (min-width: 576px){
  .modal-dialog {
      max-width: 700px;
      padding: 10px;
  }
}
@media (max-width: 480px){
  .table-temp_scroll .pagination .paginate_button .page-link {
    padding: 9px 9px;
    min-height: 40px;
  }
}
.button-for-admin{
    margin-right: 12px;
}
.width-for-pikcup {
  width: 115px
}