/*--Reset All CSS--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #bbbbbb;
  color: #000;
  padding: 0.2em 0;
}

/*--Reset All CSS End--*/

/*Fonts*/

@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/AnyConv.com__Montserrat-Black.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/AnyConv.com__Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/AnyConv.com__Montserrat-Light.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/AnyConv.com__Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/AnyConv.com__Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Semibold";
  src: url("../fonts/AnyConv.com__MontserratAlternates-SemiBold.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  /*Colors Variables*/
  --sky: #0387bd;
  --lightblue: #bce5f1;
  --text: #6a7074;
  --border: #cddff3;
  --white: #ffffff;

  /*Fonts Variables*/
  --font-regular: "Montserrat-Regular";
  --font-bold: "Montserrat-Bold";
  --font-medium: "Montserrat-Medium";
  --font-semibold: "Montserrat-Semibold";
}

body {
  font-family: var(--font-regular);
  font-size: 16px;
  color: var(--text);
}

h1,
h2,
h3 {
  font-family: var(--font-regular);
}

h4,
h5 {
  font-family: var(--font-regular);
}

a {
  color: var(--text);
  text-decoration: underline;
}

.bg-img {
  background-image: url(../images/Background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 0;
  height: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  overflow-y: auto;
}

.form-section {
  padding: 36px;

  background: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(24, 50, 118, 0.15);

  border-radius: 4px;
  z-index: 9;
  margin: 0 30px;
  max-width: 900px;
  width: 100%;
}

.form-section h3 {
  font-size: 28px;
  margin-bottom: 20px;

  color: var(--sky);
}

.form-block {
  margin-top: 30px;
}

.form-block label {
  font-size: 16px;
  color: var(--text);
  font-family: var(--font-bold);
}

.form-block .form-check label {
  font-size: 12px;
  font-family: var(--font-regular);
  line-height: 22px;
}

.form-block .form-control {
  border: 1px solid var(--border);
  padding: 12px 16px;
  border-radius: 1.5px;
}

.form-block .form-control::placeholder {
  color: var(--text);
}

.form-block .form-check-input:checked {
  background-color: var(--sky);
  border-color: var(--sky);
}

.form-section p {
  font-size: 16px;
  line-height: 24px;
}

.btn-blue {
  width: 100%;
  background-color: var(--sky);
  color: var(--white);
  font-size: 16px;
  font-family: var(--font-medium);
  padding: 14px;
  border-radius: 4px;
  border: 1px solid var(--sky);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  border: 1px solid var(--sky);
  color: var(--sky);
  background-color: var(--white);
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sky);
  padding: 8px 0;
}

footer .footer-block {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

footer a,
footer p {
  color: var(--white) !important;
  text-decoration: none;
}

/*13-1-2025*/
.wrapper {
  max-width: 1340px !important;
  background: #ffffff;
  border-radius: 8px;
  z-index: 0;
  margin: 0 30px 45px;
  box-shadow: none;
}

.btn-border {
  color: var(--sky);
  border: 2px solid var(--sky);
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  font-family: var(--font-medium);
}

.btn-border:hover {
  color: var(--white);
  background-color: var(--sky);

  border-radius: 4px;
}

.btn-border:hover img {
  filter: brightness(0) invert(1);
}

.btn-border2 {
  color: var(--sky);
  border: 2px solid var(--sky);
  padding: 13px 27px 13px 27px;
  border-radius: 4px;
  font-family: var(--font-medium);
}

.btn-border2:hover {
  color: var(--white);
  background-color: var(--sky);

  border-radius: 4px;
}

.page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
}

.nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: var(--sky);
  border-bottom: 1px solid var(--sky);
}

.nav-tabs .nav-link.active {
  background: var(--lightblue);
  color: var(--sky);
  border-bottom: 1px solid var(--sky);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-tabs {
  border-color: var(--sky);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: var(--lightblue);
  color: var(--sky);
  border-bottom: 1px solid var(--sky);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid var(--lightblue);
  border-bottom: 1px solid var(--sky);
  outline: none;
}

.page-content .page-table {
  margin-top: 24px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #c4c4c4;
}

.page-content .page-table .page-table-title {
  padding: 20px;
}

.page-content h5 {
  font-family: var(--font-regular);
  font-size: 20px;
  color: var(--sky);
}

.page-content .page-table .page-table-title h6 {
  font-family: var(--font-regular);
  font-size: 16px;
  color: var(--text);
}

.class-th {
  color: var(--sky);
  font-family: var(--font-medium);
  background-color: var(--lightblue);
}

/* div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  vertical-align: middle;
  padding: 14px 10px;
} */
.class-td {
  color: var(--text);
  vertical-align: middle;
}

/* .action-div a {
  margin: 0 8px;
} */
.action-div .btn:active,
.action-div .btn:focus {
  border: 0;
  outline: none;
  color: unset;
  background-color: unset;
  border-color: unset;
  border: 0;
}

.action-div .btn:hover img {
  transition: unset !important;
  filter: unset !important;
}

.page-content table.dataTable>thead>tr>th,
.page-content table.dataTable>thead>tr>td {
  padding: 15px 10px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #bbbbbb;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 8px;
  bottom: 8px;
  background-color: #bbbbbb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  border: 2px solid #0387bd;
}

input:focus+.slider {
  box-shadow: 0 0 1px #0387bd;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #0387bd;
  left: 3px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: none !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  border-bottom: 1px solid rgb(0 0 0 / 13%) !important;
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
  padding: 16px 10px !important;
  border-bottom: 1px solid rgb(0 0 0 / 13%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-color: var(--border);
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px;
  color: var(--text);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--sky);
}

.select2-results__option {
  padding: 10px;
}

::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.select2-dropdown ::-webkit-scrollbar-track {
  border: 1px solid #bce5f1;
  border-radius: 0;
}

/* Handle */
.select2-dropdown ::-webkit-scrollbar-thumb {
  background: #bce5f1;
  border-radius: 0;
}

/* Handle on hover */
.select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #bce5f1;
}

.select2-dropdown {
  border-color: var(--border);
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.select2-results__options {
  padding-right: 10px;
}

.select2-search--dropdown {
  display: block;
  padding: 0px 0px 18px 10px;
}

.form-button-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.action-div {
  vertical-align: middle;
}

table.dataTable>tbody>tr>td.action-div {
  padding: 0 !important;
}

.form-block small {
  display: block;
  margin-bottom: 14px;
}

#select2-multiselectCity-results {
  display: flex;
  flex-wrap: wrap;
}

#select2-multiselectCity-results .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: unset;
  color: unset;
  border: 1px solid var(--sky);
}

#select2-multiselectCity-results .select2-results__option {
  padding: 10px;
  background: #c8e9f3;
  border-radius: 30px;
  margin: 6px;
  border: 1px solid #c8e9f3;
}

#select2-multiselectCity-results .city-name {
  font-size: 14px;
  color: var(--sky);
}

#select2-multiselectCity-results .img-city {
  margin-right: 8px;
}

#select2-multiselectCity-container .select2-selection__choice__remove {
  background-image: url(../images/lucide_circle-x.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  border: 0;
  margin: 6px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid var(--border);
  border-radius: 0px;
  min-height: 50px;
}

#select2-multiselectCity-container .select2-selection__choice {
  background: #c8e9f3;
  border: 1px solid #c8e9f3;
  border-radius: 30px;
  margin-left: 5px;
  margin-top: 5px;
  padding: 10px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #c8e9f3;
  outline: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 35px;
  padding: 6px;
}

#select2-multiselectCity-container .select2-selection__choice .city-name {
  font-size: 14px;
  color: var(--sky);
}

#select2-multiselectCity-container .select2-selection__choice__display {
  cursor: default;
  padding-left: 14px;
  padding-right: 5px;
}

#select2-multiselectCity-container .select2-selection__choice__remove span {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #333;
  outline: none;
}

.drop-container {
  position: relative;
  display: flex;
  /* gap: 10px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 0;
  border: 1px solid var(--border);
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-title {
  color: var(--sky) !important;
  font-size: 20px !important;
  font-family: var(--font-regular);
}

.drop-title span.upload-span {
  border-bottom: 1px solid var(--sky);
}

.drop-container .size-p {
  color: #888888 !important;
  font-size: 12px !important;
  line-height: 24px;
  font-family: var(--font-medium);
}

.drop-container input[type="file"] {
  display: none;
}

.drop-container input[type="file"]::file-selector-button {
  display: none;
}

.drop-container #fileName {
  font-size: 14px !important;
  line-height: 24px;
  font-family: var(--font-medium);
}

.dt-container.dt-empty-footer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Basic pagination button styles */
.btn-outline-primary {
  border: 1px solid var(--sky);
  color: var(--sky);
  background-color: white;
  font-size: 14px;
}

.btn-outline-primary:hover {
  background-color: var(--sky);
  color: white;
}

/* Disabled button styling */
.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-active {
  background-color: var(--sky) !important;
  color: white !important;
  font-weight: bold !important;
}

/* Custom classes for specific buttons */
.first-btn,
.previous-btn,
.next-btn,
.last-btn {
  background-color: #f8f9fa;
  /* border-radius: 50%; */
}

.first-btn:hover,
.previous-btn:hover,
.next-btn:hover,
.last-btn:hover {
  background-color: var(--sky);
  color: white;
}

.dt-paging,
.dt-info {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.dt-paging {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--sky);
  border-color: var(--sky);
}

.btn-outline-primary {
  --bs-btn-color: var(--sky);
  --bs-btn-border-color: var(--sky)
}

*13-1-2025*/ .wrapper {
  max-width: 1340px !important;
  background: #ffffff;
  border-radius: 8px;
  z-index: 0;
  margin: 0 30px 45px;
  box-shadow: none;
}

.locations-blk .btn-update {
  font-family: var(--font-bold);
  color: var(--sky);
  font-size: 16px;
}

.update-flg {
  margin-top: 24px;
}

.update-flg h4 {
  font-size: 20px;
  color: var(--sky);
  margin: 0px;
}

.update-flg i {
  font-size: 12px;
  color: var(--text);
  padding-left: 15px;
  font-style: italic;
  margin-top: 4px;
}

.update-flg p {
  font-size: 16px;
  color: var(--text);
  line-height: 24px;
}

.update-flg p {
  margin-top: 12px;
}

/**/
.flg label {
  margin-right: 10px;
}

.radio-button-label h6 {
  font-size: 16px;
  font-family: var(--font-bold);
  line-height: 24px;
}

.flg .radio-button-label>input {
  display: none;
}

.flg .radio-button-label {
  cursor: pointer;
  padding: 12px 16px;
  width: 180px;
  background: #fffefd;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 4px 4px rgba(24, 50, 118, 0.15);
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
}

.flg .radio-button-label>input:checked {
  padding: 12px 16px;
  width: 180px;
  background: #fffefd;
  border: 1px solid var(--sky);
  box-shadow: 0px 0px 12px rgba(57, 130, 184, 0.55);
  border-radius: 4px;
}

.radio-button-label.checked {
  border: 1px solid var(--sky);
}

.info-blk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 300px;
  border-radius: 4px;
  background-color: var(--sky);
  position: absolute;
  left: calc(100% + 15px);
  z-index: 99;
  top: 0;
  display: none;
}

.info-blk h6 {
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--white);
}

.info-blk p {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

.flg-tooltip:hover .info-blk,
.flg-tooltip:active .info-blk {
  display: block;
}

.current-flag-card {
  border: 1px solid var(--sky);
  border-radius: 4px;
  margin-top: 30px;
  padding: 20px;
}

.current-flag-card h4 {
  font-size: 20px;
  color: var(--sky);
  margin-bottom: 8px;
}

.current-flag-card p {
  font-size: 16px;
  font-family: var(--font-bold);
}

.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.form-block .select2-container--default .select2-selection--single {
  border: 1px solid var(--border);
  border-radius: 4px;
}

.form-block .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 48px;
}

.form-block .select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px;
  padding: 10px 20px;
}

.form-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text);
  font-size: 16px;
}

.form-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/lucide_chevron-down.png);
  width: 22px;
  height: 22px;
  top: 12px;
  right: 14px;
}

.form-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--sky);
  color: #fff;
}

.select2-results__option {
  padding: 20px;
}

.js-flag h5 {
  font-family: var(--font-bold);
}

.flag-name {
  font-size: 16px;
  font-family: var(--font-bold);
}

/* .flag-name::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
  background-color: #39b54a;
  margin-top: 0px;
  position: relative;
  top: 2px;
} */
.flag-dec {
  margin-top: 10px;
  font-size: 16px;
  font-family: var(--font-medium);
  line-height: 24px;
}

.img-flag {
  margin-right: 6px;
  margin-bottom: 4px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
}

.select2-dropdown {
  border-color: var(--border);
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.select2-dropdown ::-webkit-scrollbar-track {
  border: 1px solid #bce5f1;
  border-radius: 0;
}

/* Handle */
.select2-dropdown ::-webkit-scrollbar-thumb {
  background: #bce5f1;
  border-radius: 0;
}

/* Handle on hover */
.select2-dropdown ::-webkit-scrollbar-thumb:hover {
  background: #bce5f1;
}

.select2-results__options {
  padding-right: 20px;
}

/* .dt-paging-button .current .btn .btn-outline-primary .mx-1 .btn-active{
  background-color: var(--sky) !important;
} */

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--sky);
  border-color: var(--bs-btn-active-border-color);
}

.error {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  display: block;
  /* Ensures the error message appears on its own line */
}

.info-img {
  max-width: unset !important;
}

.logi-form {
  /* max-width: 1340px !important; */
  background: #ffffff;
  border-radius: 8px;
  z-index: 0;
  margin: 0 30px 45px;
  box-shadow: none;
}

.pagination-container {
  text-align: center;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate {
  display: inline-block;
}

.dt-scroll-head {
  display: none !important;
}

.action-img {
  text-decoration: none !important;
}

/* Ensure the form is centered on mobile devices */
@media (max-width: 425px) {
  .image_radio_button_control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
button.dt-paging-button {
  border: unset;
  color: #405068;
  background-color: white;
  font-size: 20px;
  padding: 8px 14px;
  display: inline-block;  
  box-sizing: border-box;  
  width: auto;  
  height: auto;  
  text-align: center;  
  min-width: 40px;  
  min-height: 40px;  
}

button.dt-paging-button.current {
  background-color: var(--lightblue);
}

button.dt-paging-button.disabled {
  color: #e1e1e1;
}

button.dt-paging-button.first,
button.dt-paging-button.last {
  display: none;
}
