:root {
    --blue: #004B69;
    --yellow: #ffc042;
    --input-bg: #F2F6F7;
    --readonly-bg: #D6E2E7;
    --placeholder: #91B1BE;
    --readonly-text: #769EAF;
    --checkbox-bg: #EBF1F3;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#004B69' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

h1, h2, h3, h4, h5 {
    color: var(--blue) !important;
}

.form-control[disabled] {
    background-color: var(--readonly-bg) !important;
    color: var(--readonly-text) !important;
}

input[type='datetime-local']::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23004B69" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');
}

.list-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
    margin: 0;
}

.btn-pill {
    border-radius: 100px;
}

.btn-circle {
    border-radius: 100%;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-26 {
    font-size: 26px;
}

.font-weight-700 {
    font-weight: 700;
}

.bg-app-1 {
    background: #E1E1E1;
}

.form-select {
    --bs-form-select-bg-img: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23004B69" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/></svg>');
}

.form-control, .form-select, .input-group-text {
    background-color: var(--input-bg);
    border-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: var(--blue) !important;
}

.form-control::placeholder, .form-select::placeholder {
    color: var(--placeholder);
}

.form-control:disabled {
    background-color: #E6E6E6;
    color: #8B8B8B;
}

.col-form-label {
    color: #A3A3A3;
    font-weight: 600;
    font-size: 12px;
}

.col-form-input {
    max-width: 350px;
}

.overlay {
    background: rgba(0,0,0, 0.1);
}

.spinner-border {
    position: relative;
}

.py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.me-18 {
    margin-right: 1.125rem;
}

.table thead tr th {
    color: var(--blue);
    background-color: var(--input-bg);
    border-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
}

.table tfoot tr td {
    color: var(--blue);
    background-color: var(--input-bg);
    border: 0;
}

.table tbody tr:last-of-type td {
    border-bottom: 0;
}

.table thead tr th:first-child, .table tfoot tr td:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.table thead tr th:last-child, .table tfoot tr td:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.table tbody tr th {
    font-weight: 700;
}

.table tbody tr td {
    font-weight: 500;
}

.table tbody tr td, .table tbody tr th {
    background-color: transparent;
    font-size: 13px;
    color: var(--readonly-text);
    vertical-align: middle;
}

.page-title {
    font-weight: 600;
    font-size: 1.125rem;
}

.topic-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: #797979;
}

.img-preview-wrapper {
    background-color: rgba(243, 243, 243, 0.75);
    max-width: 350px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#agenda + label {
    color: #404040;
}

header .nav-link {
    font-weight: 500;
    color: #ffffff;
}

footer .nav-link {
    font-weight: 500;
    color: black;
}

header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show {
    font-weight: 500;
    color: var(--yellow);
}

header .navbar-nav .nav-link:hover {
    color: rgba(255,192,66, 0.70)
}

#logo-preview {
    position: relative;
    max-width: 100%;
    max-height: 130px;
}

.form-check-input {
    border-color: transparent;
    background-color: #DFDFDF;
}

.category-separator {
    color: #E9E9E9;
    opacity: 1;
}

.category-title {
    font-weight: 600;
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-list {
    font-weight: 500;
    font-size: 11px;
    color: #000000;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.checkbox-label {
    color: #A6A6A6;
}

.user-link, .offer-link, .table-link {
    color: var(--blue);
    font-weight: 700;
    font-size: 13px;
}

.user-link span, .offer-link span {
    font-weight: 400;
}

.fake-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: var(--checkbox-bg);
    padding: 2px;
}

.fake-checkbox .checker {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 4px;
}

.fake-checkbox.checked .checker {
    width: 12px;
    height: 12px;
    background-color: var(--blue);
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: #91B1BE;
    box-shadow: 0 0 0 .25rem rgba(0, 75, 105,.25);
    color: var(--blue);
}

.form-check-input:checked {
    border-color: #e6e6e6;
    background-color: var(--blue);
}

.form-check-input:checked + label > .fake-checkbox .checker {
    background-color: var(--blue);
}

.input-content {
    font-weight: 500;
    font-size: 12px;
    color: #A3A3A3;
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
}

.bg-blue {
    background-color: #004B69;
}

.text-blue {
    color: #004B69;
}

.bg-light-blue {
    background-color: #769EAF;
}

.text-light-blue {
    color: #769EAF;
}

.bg-muted-blue {
    background-color: #91B1BE;
}

.text-muted-blue {
    color: #91B1BE;
}

.bg-minimal-blue {
    background-color: #D6E2E7;
}

.text-minimal-blue {
    color: #D6E2E7;
}

.bg-light-grey {
    background-color: #F2F6F7;
}

.text-light-grey {
    color: #F2F6F7;
}

.bg-yellow {
    background-color: #FFC042;
}

.text-yellow {
    color: #FFC042;
}

.bg-grey {
    background-color: #F4F4F4;
}

.text-grey {
    color: #F4F4F4;
}

.bg-red {
    background-color: #B93815;
}

.bg-light-red {
    background-color: #E1BDB3;
}

.border-light-red {
    border-color: #E1BDB3;
}

.bg-checkbox-grey {
    background-color: #EBF1F3;
}

.btn-blue {
    background-color: var(--blue);
    color: white;
}

.btn-outline-blue {
    background-color: white;
    color: var(--blue);
    border-color: var(--blue);
}

.btn-blue:hover, .btn-outline-blue:hover {
    background-color: var(--readonly-bg);
    color: var(--blue) !important;
}

.hover-opacity-100 {
    transition: 0.3s;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
    transition: 0.3s;
}

.copy {
    display: none;
    color: var(--blue);
    bottom: calc(100% + 5px);
    left: 60%;
    padding: 4px 8px;
    position: absolute;
    background-color: var(--readonly-bg);
    border: 1px solid var(--checkbox-bg);
    border-radius: 1rem;
}

@keyframes opacity {
    0%   {opacity: 0;}
    25%  {opacity: 1;}
    50%  {opacity: 1; transform: translate(1%, 1%);}
    100% {opacity: 0;  transform: translate(0, 0);}
}

.active > .copy {
    display: block;
    opacity: 0;
    animation-name: opacity;
    animation-duration: 2s;
}

.left-0 {
    left: 0;
}

#submit-spinner {
    transition: 0.3s;
}

.sign {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
}

.sign.checker {
    background-color: green;
}

.sign.checker:before {
    display: block;
    position: relative;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    content: " ";
    left: 8px;
    top: 3px;
    transition: 0.3s;
}

.sign.times {
    background-color: darkred;
}

.sign.times:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(45deg);
    height: 100%;
    width: 100%;
    content: "+";
    color: white;
    font-size: 20px;
    transition: 0.3s;
}

.border-blue {
    border-color: var(--blue);
}

.font-size-14 {
    font-size: 14px;
}

.cursor-move {
    cursor: move;
}

.category-selector {
    display: inline-block;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    background-color: #EBF1F3;
}

.category-selector:hover, .option-name-wrapper:hover .category-selector {
    background-color: var(--blue);
}

input.form-control[readonly] {
    color: #769EAF !important;
}

.modal-content {
    border-radius: 20px;
}

.modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.slide-template-img-container {
    cursor: pointer;
    display: inline-block;
    border: 1px solid var(--blue);
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    filter: opacity(0.8);
    transition: 0.3s;
}

.slide-template-img-container:hover {
    filter: opacity(1);
    transition: 0.3s;
}

.slide-template-img-container img {
    max-width: 100%;
    width: 200px;
}

.mh-300 {
    min-height: 300px;
}

.slide-template.selected {
    filter: drop-shadow(2px 4px 6px black);
    transition: 0.3s;
}

.slide-template.selected .slide-template-img-container {
    filter: opacity(1);
}

#select-template.disabled {
    filter: brightness(0.5);
}

#select-template.disabled .slide-template {
    filter: blur(2px);
    cursor: not-allowed;
}

#select-template.disabled .slide-template-img-container {
    cursor: not-allowed;
}

.border-blue-1 {
    border: 1px solid var(--blue);
}

.cube-30 {
    width: 30px;
    height: 30px;
}

.img-preview-wrapper.customized {
    border-radius: 8px;
}

.img-preview-container {
    max-width: 350px;
}

.form-error {
    font-size: 14px;
    color: var(--bs-red);
}

.form-error ul {
    list-style: none;
    padding-left: 0;
    text-align: end;
}

/*.subcategory, .subcategories {
    background-color: var(--input-bg);
}*/

.p-l-0 {
    padding-left: 8px !important;
}
.p-l-1 {
    padding-left: 24px !important;
}
.p-l-2 {
    padding-left: 40px !important;
}
.p-l-4 {
    padding-left: 56px !important;
}
.p-l-5 {
    padding-left: 60px !important;
}

.form-radio-label {
    color: #A3A3A3;
}

.form-radio {
    display: inline-flex;
    font-size: 12px;
    align-items: center;
    margin-right: 1.5rem;
}

.form-radio input {
    margin-right: 0.5rem;
}

.form-radio-fake {
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--blue);
    position: relative;
    border-radius: 1rem;
    margin-right: 6px;
    box-sizing: border-box;
}

input:checked + .form-radio-fake::after {
    display: inline-block;
    width: 0.575rem;
    height: 0.575rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--blue);
    content: ' ';
    border-radius: 0.75rem;
    transform: translate(-50%, -50%);
}

.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-track {
    background: var(--input-bg);
}
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: var(--readonly-text);
    border-radius: 4px;
}
/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}


.w-100px {
    width: 100px;
}

.btn-xs {
    padding: 0.25rem;
    font-size: 10px;
    line-height: normal;
}

.montserrat-font {
     font-family: "Montserrat", serif;
     font-optical-sizing: auto;
     font-style: normal;
 }

.sup-text {
    vertical-align: super;
    color: var(--yellow);
}