.form-error-message {
    color: red;
}

.swal-footer {
    text-align: center !important;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.swal2-container.swal2-center>.swal2-popup {
    border-radius: 22px !important;
}

.login-card {
    padding: 60px 36px !important;
}

body.dark .header-container .theme-brand .theme-logo a img,
.header-container .theme-brand .theme-logo a img {
    width: 113px !important;
    height: 46px !important;
}

body.dark .navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .notification-scroll {
    height: auto;
    position: relative;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .notification-scroll {
    height: auto;
    position: relative;
}

body.dark .auth-cover img {
    width: auto !important;
    height: 450px;
}

body.dark .auth-overlay {
    background-image: linear-gradient(-225deg, #060818 0%, #080a1d 29%, #0a0e18 100%) !important;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    /* margin: 50px auto; */
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #060818;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    margin-top: 4px;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #060818;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

img#profile_image {
    max-height: 134px;
    width: auto;
    border: 2px solid #3f51b5;
    border-radius: 12px;
}

input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.image-checkbox-label {
    border: 1px solid #4a8aa0;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    border-radius: 18px;
}

.image-checkbox-ul {
    list-style-type: none;
}

.image-checkbox-li {
    display: inline-block;
}


.image-checkbox-label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.image-checkbox-label img {
    height: 80px;
    width: 80px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-radius: 10px;
}

:checked+.image-checkbox-label {
    border-color: #22317c;
    border-radius: 18px;
}

:checked+.image-checkbox-label:before {
    content: "✓";
    /* background-color: grey; */
    transform: scale(1);
}

:checked+.image-checkbox-label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.image-label {
    margin: 6px 42px;
    font-size: 15px;
    font-weight: bolder;
}

h4.box-title {
    padding: 19px;
}

.validate-form {
    padding: 18px;
}

.error {
    color: red !important;
}

.sidebar-icons {
    font-size: 20px !important;
    /* color: #bfc9d4; */
    vertical-align: middle !important;
    margin-right: 10px !important;
}

.table-iframe {
    height: 119px;
    width: 163px;
    border: 2px solid #f44336;
    border-radius: 12px;
}

.form-group {
    padding: 7px !important;
}

img.previous-image {
    width: 159px;
    height: 94px;
    margin-bottom: 30px;
    border: 2px solid #4caf50;
    border-radius: 12px;
}

.table-img {
    width: 75px;
    height: 50px;
    border: 2px solid #4caf50;
    border-radius: 10px;
}

div#editor-container {
    min-height: 200px;
}

.select-box-template {
    padding: 18px;
}

button.ql-html-buttonCancel {
    border: 1px solid #e2a03f !important;
    color: #e2a03f !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 25px;
    font-size: 10px;
    padding: 0.1375rem 0.5rem;
    text-shadow: none;
    font-weight: bolder;
    margin-right: 7px;
}

button.ql-html-buttonCancel:hover {
    background-color: #e2a03f !important;
    color: #ffffff !important;
}

button.ql-html-buttonOk {
    border: 1px solid #805dca !important;
    color: #805dca !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 25px;
    font-size: 10px;
    padding: 0.1375rem 0.5rem;
    text-shadow: none;
    font-weight: bolder;
}

button.ql-html-buttonOk:hover {
    background-color: #805dca !important;
    color: #ffffff !important;
}

.ql-html-buttonGroup {
    margin-bottom: -30px;
}

.modal-content {
    border-radius: 20px !important;
    padding: 7px !important;
}

.filter-section {
    padding: 0 23px;
}

h3.popover-header,
.popover.fade.show.bs-popover-top {
    background: #673ab7 !important;
    border-radius: 18px !important;
}

.datatable-buttons {
    padding: 4px 10px !important;
}

.modal-table-th {
    font-size: 15px;
    font-weight: bolder;
    color: #00a5ff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    vertical-align: bottom !important;
    margin-top: 9px !important;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
}

.select2-results__option {
    cursor: pointer !important;
}

.image-img_wrp {
    display: inline-block;
    position: relative;
}

.image-close {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.image-close::before {
    content: "\f00d";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    font-size: 12px;
}

#saved-images {
    border-radius: 18px;
    margin: 20px 20px;
    padding: 7px;
}

#toggleAccordion {
    margin: 0 18px;
}

.widget-content.widget-content-area {
    margin-bottom: 20px;
}

span.select2-selection__arrow {
    margin-top: 9px !important;
}

h4.box-title {
    color: #02b6ff !important;
}

.contact-info {
    margin-bottom: 0;
    font-size: 23px;
    color: #0196d4 !important;
    font-weight: bolder;
}

.widget.widget-card-five.dashboard {
    border-radius: 20px;
}

.widget.widget-card-five.dashboard:hover {
    transition: all .5s;
    transform: translateY(-10px);
}

.image-info-text {
    padding: 0 7px;
    color: #00fff5 !important;
}

.home-radio-div {
    display: flex;
    gap: 20px;
}

.ql-picker.ql-lineHeight .ql-picker-options {
    /* display: block !important; */
    background: #fff;  /* Background color */
    border: 1px solid #ccc; /* Border */
    border: 1px solid #ccc;
  }
  .ql-picker.ql-lineHeight .ql-picker-item::before {
    content: attr(data-value); /* Display the value as text */
    display: block;
    font-size: 10px;
    color: black;
    text-align: center;
    cursor: pointer;
  }

  /* Style each dropdown item */
  .ql-picker.ql-lineHeight .ql-picker-item {
    padding: 5px 10px;
    font-size: 14px;
    color: black; /* Text color */
  }

  /* Show correct line height for each item */
  /* .ql-picker.ql-lineHeight .ql-picker-item[data-value="1"] {
    line-height: 1;
    content: "1";
  }
  .ql-picker.ql-lineHeight .ql-picker-item[data-value="1.5"] {
    line-height: 1.5;
  }
  .ql-picker.ql-lineHeight .ql-picker-item[data-value="2"] {
    line-height: 2;
  }
  .ql-picker.ql-lineHeight .ql-picker-item[data-value="2.5"] {
    line-height: 2.5;
  }
  .ql-picker.ql-lineHeight .ql-picker-item[data-value="3"] {
    line-height: 3;
  }
  .ql-picker.ql-lineHeight .ql-picker-item[data-value="4"] {
    line-height: 4;
  } */
