.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overlay-behavior {
    overscroll-behavior: contain;
}

.sidebar .sidebar-header .sidebar-brand {
    font-size: 16px;
    color: #2488C9;
}

.sidebar .sidebar-header .sidebar-brand span {
    color: #595E60;
}

.logo-image {
    width: 30px;
}

table {
    border-collapse: inherit;
}

.table-responsive {
    overflow-x: inherit;
}

.table>tbody,
.datepicker table>tbody {
    vertical-align: middle;
}

.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title {
    margin-left: 10px;
}

/* Gear Icon Top position */
.settings-sidebar {
    top: 70px;
}

/* Page Content */
.page-content {
    /* border: 1px solid red; */
}

/* Bootstrap Modal Overwrite max width */
.modal-xl {
    /* max-width: 1200px !important; */
    /* max-width: 1900px !important; */
    max-width: 1800px !important;
}

.table-responsive .table-design-responsive {
    position: relative;
}

.table-responsive .table-design-responsive tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border: 2px solid #2488C9;
}

.table-responsive .table-design-responsive .btn {
    padding: 2px 14px;
}

.table-images img {
    position: relative;
}

.modal-label-thumb-image {
    position: relative;
}

.modal-image-thumb-checkbox-delete {
    display: none;
}

.modal-image-thumb-checkbox-delete:hover {
    /*  */
}

.modal-image-thumb {
    /* Gives Image with Transparent Background a White Background */
    background-color: rgb(300, 300, 300);
}

/* this is a little buggy */
.modal-label-thumb-image:hover {
    /* display: block; */
    background-size: cover;
    background-size: 280px;
    background-position: center center;
    background-image: url('../assets/images/button-x.png');
    background-repeat: no-repeat;
}

.modal-image-thumb:hover {
    filter: grayscale(100%);
}

.modal-label-thumb-image:hover .modal-image-thumb {
    opacity: 0.3;
}

.modal-label-thumb-image:hover .text-thumb-delete {
    opacity: 1;
}

.text-thumb-delete {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text-thumb-delete .text {
    font-size: 14px;
    color: #000000;
}

.modal-image-thumb-checkbox-delete:checked~.modal-image-thumb {
    filter: grayscale(100%);
    visibility: hidden;
}

.modal-image-thumb-checkbox-delete:checked~.text-thumb-delete {
    opacity: 1;
}

.zoom-img {
    /* outline: 1px solid #2488C9; */
}

.zoom-img:hover {
    max-width: 200px;
    -ms-transform: scale(3);
    /* IE 9 */
    -webkit-transform: scale(3);
    /* Safari 3-8 */
    transform: scale(3);
    outline: none;
}

.img-responsive {
    width: 100%;
    max-width: 600px;
}

.img-responsive-layouts {
    max-width: 400px;
}

.img-responsive-models {
    max-width: 80px;
}

.form-control,
.form-select {
    /* padding-left: 0; */
}

.select2 {
    padding-left: 0;
    width: 100% !important;
}

.datepicker table td,
.datepicker table th,
.table td,
.table th {
    white-space: normal;
}

.form-check-input:disabled {
    background-color: #e9ecef;
}

.form-check-input {
    vertical-align: middle;
}

.form-check-input[type=checkbox] {
    border-radius: 40px;
}

.le-checkbox {
    appearance: none;
    /* position: absolute; */
    /* top:50%; */
    /* left:5px; */
    /* transform:translateY(-50%); */
    transform: translateY(-20%);
    background-color: #F44336;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    margin: 0px;
    outline: none;
    transition: background-color .5s;
    margin-right: 10px;
    /* border: 1px solid red; */
}

.le-checkbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    border-radius: 40px;
    transition: all .5s;
}

.le-checkbox:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    border-radius: 40px;
    transition: all .5s;
}

.le-checkbox:checked {
    background-color: #4CAF50;
}

.le-checkbox:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-4px, 3px) rotate(45deg);
    background-color: #ffffff;
    width: 12px;
    height: 5px;
    border-radius: 40px;
}

.le-checkbox:checked:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(3px, 2px) rotate(-45deg);
    background-color: #ffffff;
    width: 16px;
    height: 5px;
    border-radius: 40px;
}

summary {
    font-weight: bold;
    /* margin: -.5em -.5em 0; */
    /* padding: .5em; */
    padding: 5px 10px;
    margin-bottom: 10px;
}

summary::marker {
    color: red;
    font-size: 24px;
    border: 1px solid black;
}

details[open] {
    /* padding: .5em; */
}

details[open] summary {
    /* border-bottom: 1px solid #aaa; */
    /* margin-bottom: .5em; */
}

.profile-models-additional-image-container {
    display: inline-flex;
    justify-content: center;
}

.profile-models-download-link {
    background: red;
    color: white;
    padding: 1px;
    border-radius: 1px;
    height: 22px;
    margin: 10px 5px;
}

.remove-additional-image-text {
    margin: 10px 5px;
}

.remove-additional-image-input {
    margin: 12px 0px;
}

div.w-80 {
    width: 80%;
}


.hide {
    display: none;
}

.hidden {
    visibility: hidden !important;
}

.second-client-store-logo {
    font-weight: 700;
    font-size: 25px;
    color: #2488C9;
}

.first-client-store-logo {
    font-weight: 700;
    font-size: 25px;
    color: #EF062D;
}

/* Maxim Client Colors - #EF062D #ef082c */

.sidebar .sidebar-header .first-client-logo {
    font-size: 16px;
    color: #EF062D;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease;
    font-weight: 700;
}

.modal-label-thumb-image {
    display: block;
    background-size: cover;
    background-size: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../assets/images/button-x.png");
    background-blend-mode: overlay;
    border: 1px solid red;
}

.modal-image-thumb-checkbox-delete:checked~.modal-image-thumb {
    display: block;
    background-size: cover;
    background-size: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../assets/images/button-x.png");
    background-blend-mode: overlay;
    border: 1px solid red;
}

#theme-maxim~.btn-primary,
#theme-maxim .fc .fc-button-primary:not(:disabled).fc-button-active,
#theme-maxim .fc .fc-button-primary:not(:disabled):active,
#theme-maxim .swal2-popup .swal2-actions button.swal2-confirm,
#theme-maxim .wizard>.actions a,
#theme-maxim .wizard>.actions a:active,
#theme-maxim .wizard>.actions a:hover,
#theme-maxim div.tox .tox-button:not(.tox-button--naked):not(.tox-button--secondary) {
    color: #ffffff !important;
    background-color: #ef082c !important;
    border-color: #ef082c !important;
}

#theme-maxim~.btn-primary,
#theme-maxim~button.btn,
#theme-maxim~.btn-primary {
    color: #fff;
    background-color: #ef082c;
    border-color: #ef082c;
}

#theme-maxim .btn-primary.btn-icon-text {
    color: #ffffff !important;
    background-color: #ef082c !important;
    border-color: #ef082c !important;
}

#theme-maxim .btn-outline-primary,
#theme-maxim .fc .fc-button-primary {
    color: #ef082c !important;
    border-color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item:hover {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item:hover,
#theme-maxim .sidebar .sidebar-body .nav .nav-item a:hover {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link:before {
    color: #ef082c !important;
    border: 1px solid #ef082c;
    background: #ef082c;
}

#theme-maxim .sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item.active a li {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item.active a span {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item.active a i::before {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item.active .nav-link:hover {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item.active .nav-link.active {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav .nav-item.active .nav-link.active svg {
    color: #ef082c !important;
}

#theme-maxim .sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active:before {
    border: 1px solid #ef082c;
    background: #ef082c;
}

#theme-maxim .datepicker .border-primary {
    border-color: #ef082c !important;
}

#theme-maxim .text-primary {
    color: #ef082c !important;
}

#theme-maxim .card-body .btn-primary.btn-icon-text {
    color: #ffffff !important;
    background-color: #ef082c !important;
    border-color: #ef082c !important;
}

#theme-maxim .card-body .page-item.active .page-link,
#theme-maxim .table-responsive .page-item.active .page-link {
    background-color: #ef082c !important;
    border-color: #ef082c !important;
}

#theme-maxim .footer a {
    color: #ef082c !important;
}

#theme-maxim~.btn-check:active+.btn-outline-primary,
#theme-maxim~.btn-check:checked+.btn-outline-primary,
#theme-maxim~.btn-outline-primary.active,
#theme-maxim~.btn-outline-primary.dropdown-toggle.show,
#theme-maxim~.btn-outline-primary:active,
#theme-maxim~.fc .active.fc-button-primary,
#theme-maxim~.fc .btn-check:active+.fc-button-primary,
#theme-maxim~.fc .btn-check:checked+.fc-button-primary,
#theme-maxim~.fc .dropdown-toggle.show.fc-button-primary,
#theme-maxim~.fc .fc-button-primary:active {
    color: #fff;
    background-color: #ef082c;
    border-color: #ef082c;
}

#theme-maxim .btn-primary,
#theme-maxim .fc .fc-primary {
    /* color: #ef082c !important; */
    background-color: #ef082c !important;
    border-color: #ef082c !important;
}

#theme-maxim~.btn-primary,
#theme-maxim~.fc .fc-button-primary:not(:disabled).fc-button-active,
#theme-maxim~.fc .fc-button-primary:not(:disabled):active,
#theme-maxim~.swal2-popup .swal2-actions button.swal2-confirm,
#theme-maxim~.wizard>.actions a,
#theme-maxim~.wizard>.actions a:active,
#theme-maxim~.wizard>.actions a:hover,
#theme-maxim~div.tox .tox-button:not(.tox-button--naked):not(.tox-button--secondary) {
    color: #fff;
    /* color: #ef082c !important; */
    border-color: #ef082c !important;
}

#theme-maxim~.btn-primary:hover,
#theme-maxim~.fc .fc-button-primary.fc-button-active:hover:not(:disabled),
#theme-maxim~.fc .fc-button-primary:hover:not(:disabled):active,
#theme-maxim~.swal2-popup .swal2-actions button.swal2-confirm:hover,
#theme-maxim~.wizard>.actions a:hover,
#theme-maxim~div.tox .tox-button:hover:not(.tox-button--naked):not(.tox-button--secondary) {
    color: #fff;
    background-color: #EF062D;
    border-color: #ef082c;
}

#theme-maxim~.btn-outline-primary:hover,
#theme-maxim~.fc .fc-button-primary:hover {
    color: #fff !important;
    background-color: #ef082c !important;
}

#theme-maxim~.btn-outline-primary:hover,
#theme-maxim~.fc .fc-button-primary:hover {
    color: #fff !important;
    background-color: #ef082c !important;
}

#theme-maxim~.form-check-input:checked {
    background-color: #ef082c;
    border-color: #ef082c;
}

#theme-maxim~.form-check-input[type=checkbox] {
    background-color: #ef082c;
    border-color: #ef082c;
}