@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.ttf');
  src: url('../fonts/roboto/Roboto-Regular.eot?#iefix');
  src: url('../fonts/roboto/Roboto-Regular.woff');
  src: url('../fonts/roboto/Roboto-Regular.woff2');
  src: url('../fonts/roboto/Roboto-Regular.otf');
}
:root {
  --bs-font-sans-serif: "Roboto", sans-serif;
}
[class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}
.btn-darken-primary {
  color: #fff;
  background-color: #0B427E;
  border-color: #2e6da4;
}
.btn-darken-primary:hover {
  color: #fff;
  background-color: #003366;
  border-color: #002244;
}
.btn-darken-danger {
  color: #fff;
  background-color: #800000;
  border-color: #660000;
}
.btn-darken-danger:hover {
  color: #fff;
  background-color: #660000;
  border-color: #4d0000;
}
.darken-background-primary {
  background-color: #0B427E;
  color: #fff;
}
.darken-background-danger {
  background-color: #800000;
  color: #fff;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}
.fs-9 {
  font-size: 0.625rem !important;
}
.opacity-20 {
  opacity: 0.20 !important;
}
.opacity-30 {
  opacity: 0.30 !important;
}
.opacity-40 {
  opacity: 0.40 !important;
}
.opacity-60 {
  opacity: 0.60 !important;
}
.opacity-70 {
  opacity: 0.70 !important;
}
.opacity-80 {
  opacity: 0.80 !important;
}
.opacity-90 {
  opacity: 0.90 !important;
}

.new-login-input-group {
  display: table-cell;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-radius: 5px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.new-login-input {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.3333333;
  border: none;
  border-radius: 7px;
}
.new-login-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #0B427E;
  border-color: #2e6da4;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .175);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .175);
}

.modal-content.modal-signup {
  background: url('../../images/summitbook-form-cover.png') left/cover no-repeat !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px solid #7b7b7b;   /* istediğin renk */
  border-radius: 7px;
}

.modal-signup .modal-header {
  border-bottom: none !important;
}

.rounded-border {
  border: 1px solid transparent;
  border-radius: 8px;
}

.input-group .select2-container {
  flex-grow: 1;
}

.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
  padding-top: 6px;
  font-size: .875rem; /* fs-7 */
  border: 1px solid #ced4da;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.select2-container .select2-selection__rendered {
  line-height: 1.5;
}

.select2-container .select2-selection__arrow b {
  border: none !important;
  display: none !important;
}

.select2-container .select2-selection__arrow {
  top: 60% !important;
  right: 7px !important;
  transform: translateY(-50%);
}

.select2-container .select2-selection__arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;   /* siyah */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: .875rem !important;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.scroll-buttons {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  padding: 0;
}

.scroll-buttons::-webkit-scrollbar { display: none; }

.scroll-buttons .btn {
  flex: 0 0 auto;
  user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
}

.scroll-buttons .btn:active { cursor: grabbing; }

.btn-record-menu {
  color: #333;
  background-color: #f1f1f1;
  border-color: #e3e3e3;
  border: 1px solid #c1c1c1;
}

.btn-record-menu:hover {
  color: #333;
  background-color: #a2a2a2;
}

.badge-sys {
  display: inline-block;
  min-width: 18px;
  padding: 3px 3px;
  margin-top: -20px;
  margin-left: -8px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #BA241F;
  border-radius: 10px;
}
.badge-sys:empty {
  display: inline-block;
  min-width: 18px;
  padding: 3px 3px;
  margin-top: -20px;
  margin-left: -8px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 10px;
}

.badge-sys-ico {
  display: inline-block;
  min-width: 15px;
  padding: 3px 3px;
  margin-top: -10px;
  margin-left: -2px;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #BA241F;
  border-radius: 10px;
}
.badge-sys-ico:empty {
  display: none;
}

.badge-statistic {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e9e9e9;
  border-radius: 5px;
}

.badge-statistic:empty {
  display: none;
}

.badge-statistic-total {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #55ACEE;
  border-radius: 3px;
}

.badge-statistic-total:empty {
  display: none;
}

.badge-statistic-title {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #0B427E;
  border-radius: 5px;
}

.badge-statistic-title:empty {
  display: none;
}

.accordion-item,
.accordion-body,
.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
}

.accordion-button {
  padding: 0 !important;
}

.accordion-body {
  padding: 0 !important;
}

.accordion-item {
  padding: 0 !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button {
  padding-left: 0;
  padding-right:0;
}

.accordion-button::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-left: auto;
  margin-right: 8px;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  content: "\f0d8";
}

.prg {
  white-space: pre-line;
}

.prg img{
  border-radius: 5px;
}

.prg > ul {
 margin-bottom:-15px;
}

.prg > ul > li {
  margin-bottom:-12px;
  padding-bottom:0px;
}

.overflow-scroll-sys {
  overflow: hidden;
  padding-right: 10px;
}

.overflow-scroll-sys:hover {
  padding-right: 5px;
  overflow-y: scroll;
}

.overflow-scroll-sys-height {
  height: calc(100vh - 74px);
}

.overflow-scroll-sys::-webkit-scrollbar {
  width: 5px !important;
  background-color: #dce2ea;
}

.overflow-scroll-sys::-webkit-scrollbar-thumb {
  width: 5px !important;
  background-color: #a8abae;
}

.overflow-scroll-sys::-webkit-scrollbar-thumb:hover {
  width: 5px !important;
  background-color: #878b8e;
}

.alert-sys {
  color: #333;
  background-color: #e8e8e8;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
}

.crop {
  width: 68px;
  height: 68px;
  overflow: hidden;
}

.crop span.img {
  background-position: center;
  background-size: cover;
  height: 68px;
  display: block;
  border: 1px solid #EAEAED;
}

.search_results_category {
    position: absolute;
    top: 100%;
    width: 94.5%;
    z-index: 9999;
    background: #fff;
}

@media (min-width: 992px) {
  .modal-md {
    --bs-modal-width: 500px;
  }
}
@media (min-width: 1200px) {
  .modal-md {
    --bs-modal-width: 500px;
  }
}


