#__next {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.m-auto {
    margin: auto;
}
.full-loading {
    display: grid;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.5)
}
.usermenu-position {
    z-index: 105;
    position: fixed;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-30px, 65px);
}

.btn-group-xs > .btn.btn-icon, .btn.btn-icon.btn-xs {
    height: calc(1em + 1rem + 2px);
    width: calc(1em + 1rem + 2px);
}

/* Width */
.w-custom-100 { width: 100px; }
.w-custom-400 { width: 400px; }

/* Background */
.bg-primary-200 { background-color: #EBF4FD; }
.bg-info-200 { background-color: #EEE6FE; }
.bg-success-200 { background-color: #CBF7F5; }
.bg-warning-200 { background-color: #FFF4DF; }
.bg-danger-200 { background-color: #FFE2E5; }

.table-head-light th {
    background: rgb(244, 246, 248);
}

.table-head-light th:first-child {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem;
}

.table-head-light th:last-child {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
}

.table-head-dark th {
    background: linear-gradient(0deg, rgb(30, 30, 45) 0%, rgb(55, 55, 68) 100%);
}

.table-head-dark th:first-child {
    border-top-left-radius: .625rem;
}

.table-head-dark th:last-child {
    border-top-right-radius: .625rem;
}

.table.border-bottom tr {
    border-bottom: 1px solid #EBEDF3;
}

.pagination .arrow > a {
    background-color: #f3f6f9;
}
.pagination .arrow > a:hover {
    background-color: #009ef7;
    color: #FFF;
}
.pagination .arrow > a:hover > i {
    color: #FFF;
}
.pagination .arrow.disabled > a {
    background-color: #f3f6f9;
}
.pagination .btn-xs {
    width: auto !important;
    min-width: calc(1em + 1rem + 2px);
    padding: 0 0.5rem;
}
.select-counter {
    width: 6rem;
    padding-top: .45rem;
    padding-bottom: .45rem;
    padding-left: .75rem;
    font-size: .925rem;
    border-radius: .325rem;
}

.bg-light-semi-dark {
    background-color: rgb(244, 246, 248) !important;
}

.min-h-55px {
    min-height: 55px;
}

:root {
  --primary-color-tabs: #185ee0;
  --secondary-color-tabs: #e6eef9;
}

.container-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs {
  display: flex;
  position: relative;
  padding: 1rem;
}
.tabs * {
  z-index: 2;
}

input[type=radio] {
  display: none;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 120px;
  font-size: inherit;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  color: #a1a5b7;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--secondary-color-tabs);
  transition: 0.15s ease-in;
}

input[type=radio]:checked + label {
  color: var(--primary-color-tabs);
}
input[type=radio]:checked + label > .notification {
  background-color: var(--primary-color-tabs);
  color: #fff;
}

input[id=radio-1]:checked ~ .glider {
  transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
  transform: translateX(100%);
}

input[id=radio-3]:checked ~ .glider {
  transform: translateX(200%);
}

input[id=radio-4]:checked ~ .glider {
  transform: translateX(300%);
}

input[id=radio-5]:checked ~ .glider {
    transform: translateX(400%);
}

input[id=radio-6]:checked ~ .glider {
    transform: translateX(500%);
}

input[type="radio"].primary:checked ~ .glider {
    background-color: #f1faff;
}
input[type="radio"].primary:checked + label {
    color: #009ef7;
}

input[type="radio"].success:checked ~ .glider {
    background-color: #e8fff3;
}
input[type="radio"].success:checked + label {
    color: #50cd89;
}

input[type="radio"].info:checked ~ .glider {
    background-color: #f8f5ff;
}
input[type="radio"].info:checked + label {
    color: #7239ea;
}

input[type="radio"].warning:checked ~ .glider {
    background-color: #fff8dd;
}
input[type="radio"].warning:checked + label {
    color: #ffc700;
}

input[type="radio"].danger:checked ~ .glider {
    background-color: #ffe2e5;
}
input[type="radio"].danger:checked + label {
    color: #F1416C;
}

input[type="radio"].secondary:checked ~ .glider {
    background-color: #bec1c4;
}
input[type="radio"].secondary:checked + label {
    color: #6c757d;
}

.glider {
  position: absolute;
  display: flex;
  height: 35px;
  width: 120px;
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}

@media (max-width: 700px) {
  .tabs {
    transform: scale(0.6);
  }
}

.relative {
    position: relative;
}
td.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.table-hover > tbody > tr:hover > td.loader {
    background-color: #fff;
    --bs-table-accent-bg: #fff;
}
.blank-image {
    background-image: url(../media/icons/duotune/general/gen006.svg)
}
.ck-editor__editable {
    max-height: 400px;
}

.react-select__control {
    border-radius: .475rem !important;
}
.react-select__indicator-separator {
    display: none;
}
.react-select__value-container {
    padding: .5rem 3rem .5rem 1rem !important;
}
.react-select__single-value {
    color: #5e6278;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}
.react-select__menu {
    z-index: 9999 !important;
}
.tags-input.is-invalid > .tagify, .react-select-container.is-invalid > .react-select__control {
    border-color: #f1416c;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.editor.is-invalid .ck-toolbar, .editor.is-invalid .ck-content {
    border-color: #f1416c !important;
}

input[type="radio"].secondary.reporter-tab + label {
    font-size: 10px;
    padding-left: 20px;
}
input[type="radio"].secondary.reporter-tab:checked + label {
    font-size: 10px;
    padding-left: 20px;
}

hr.hr-custom {
    border-top: 1px dashed #bec1c4;
    background: none !important;
}

.previewImg {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.previewImgUpload {
    background-position: center;
    background-size: cover;
    position: relative;
}

.btn-remove-previewImg {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
}

#react-media-library-modal .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.5rem + 2px);
    width: calc(1.5em + 1.5rem + 2px);
    color: #fff;
    border-color: #f1416c;
    background-color: #f1416c;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0;
    border-radius: 10%;
}
#react-media-library-modal .close > span { 
    font-size: 3rem;
}

.modal-mediaLib > .modal-xl {
    max-width: 80vw;
    /* max-width: none;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem; */
}

.container-xxl.fluid {
    padding: 0;
    max-width: 100%;
}

.element-scroll {
    height: 100%;
    overflow-y: scroll;
}
.img-selected-active {
    box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 7px #1b75b7;
}
.btn-selected-img {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    background-color: #1b75b7;
}
.bg-grey {
    background-color: #F6F7F7;
}
/* .bg-grey > .form-floating > .form-control:focus ~ label, 
.bg-grey > .form-floating > .form-control:not(:placeholder-shown) ~ label, 
.bg-grey >.form-floating > .form-select ~ label {
    background: #EAEAEA;
} */
.form-bg-white {
    background-color: #FFF !important;
    border-color: #cdcdcd !important;
}
div.upload {
    margin: auto;
    height: 100%;
}
div.upload-success {
    margin: auto;
}
.upload-info {
    text-align: center;
    background: #000000a8;
    color: white;
    height: 100%;
    padding-top: 40%;
}
.upload-info-success {
    text-align: center;
    background: green;
    color: white;
    margin-top: 100%;
}
.tab-media.nav-line-tabs .nav-item .nav-link {
    padding: 1rem;
    font-weight: 600;
    font-size: 17px;
}
.tab-media.nav-line-tabs .nav-item .nav-link.active, .tab-media.nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .tab-media.nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 4px solid #009ef7;
}
.wordwrap-any { word-wrap: anywhere; }
.parent-featured-img {
    position: relative;
    width: fit-content;
}
.featured-img {
    max-width: 100%;
    margin-bottom: 2rem;
}
.gallery {
    display: grid;
    margin-bottom: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 3rem;
}
.gallery > div {
    position: relative;
    width: fit-content;
}
.row-grid-image {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.field-search-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.field-search-image .btn {
    width: 200px;
}
.watermark {
    margin-top: calc(100% + 0.5rem) !important;
    background: #dfdfdf;
    border-radius: 5px;
    padding: 0.25rem !important;
}
.btn-upload-file {
    margin-top: 1rem;
    width: 100%;
}