/* Flexcost - Color Palette */
/*
    Bright Blue
    #008AD2

    Dark Blue
    #132859

    Light Gray
    #F1F1EF

    Dark Gray
    #585D60

    White
    #FFFFFF

    Almost Black
    #1A1B1C
*/

/* START Flexcost - Color Palette */

.text-bold {
    font-weight: bold;
}

.text-bold-800 {
    font-weight: 800;
}

a {
    color: #008AD2;
    text-decoration: none;
}

.nav-link {
    color: #008AD2;
}

.sidebar .sidebar-body .nav .nav-item.active>.nav-link {
    color: #008AD2;
}

.sidebar .sidebar-body .nav .nav-item:hover .nav-link:hover {
    color: #008AD2;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
    color: #008AD2;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active {
    color: #008AD2;
    color: #132859;
}

.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded=true] {
    color: #132859;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link:before {
    border: 1px solid #132859;
    background-color: #008AD2;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active:before {
    border: 1px solid #132859;
    background: #008AD2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #008AD2;
}

.text-primary {
    color: #008AD2;
}

.bg-danger {
    background-color: #585D60 !important;
}

.bg-danger:hover {
    background-color: #d92b57 !important;
}

.bg-primary {
    background-color: #008AD2 !important;
}

.bg-primary:hover {
    background-color: #132859 !important;
}

.btn-primary {
    color: #fff;
    background-color: #008AD2;
    border-color: #132859;
}

.btn-outline-primary {
    color: #fff;
    background-color: #008AD2;
    border-color: #132859;
}

.btn-success {
    color: #fff;
    background-color: #008AD2;
    border-color: #585D60;
}

.btn-danger {
    color: #fff;
    background-color: #132859;
    border-color: #132859;
}

.btn-primary:hover {
    color: #fff;
    background-color: #132859;
    border-color: #008AD2;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #132859;
    border-color: #008AD2;
}

.table-buttons .btn-danger:hover {
    color: #fff;
    background-color: #d92b57;
    border-color: #cc2952;
}

.table-buttons .btn-primary:hover {
    color: #fff;
    background-color: #048b3f;
    border-color: #04823b;
}

.page-link {
    color: #008AD2;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #008AD2;
    border-color: #6571ff;
}

.apexcharts-tooltip-marker {
    background-color: #6571ff;
}

/* END Flexcost - Color Palette */

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

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

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

.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;
}

.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;
}

.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 {
    width: 100%;
    max-width: 400px;
}

.img-responsive-layout-presets {
    width: 100%;
    max-width: 300px;
}

.img-responsive-models {
    width: 100%;
    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;
}

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

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

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

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

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

.third-client-store-logo {
    font-weight: 700;
    font-size: 25px;
    color: #007fc6;
}