/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */

/* 1. Variable Fonts (Corrected path for normal style) */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/InterVariable.woff2') format('woff2'); 
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/InterVariable-Italic.woff2") format("woff2");
}
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("fonts/Inter-Thin.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("fonts/Inter-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("fonts/Inter-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("fonts/Inter-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("fonts/Inter-Light.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("fonts/Inter-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/Inter-Italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("fonts/Inter-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/Inter-Bold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("fonts/Inter-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/Inter-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("fonts/Inter-Black.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("fonts/Inter-BlackItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("fonts/InterDisplay-Thin.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("fonts/InterDisplay-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("fonts/InterDisplay-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("fonts/InterDisplay-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("fonts/InterDisplay-Light.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("fonts/InterDisplay-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/InterDisplay-Regular.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/InterDisplay-Italic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/InterDisplay-Medium.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("fonts/InterDisplay-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/InterDisplay-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("fonts/InterDisplay-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/InterDisplay-Bold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("fonts/InterDisplay-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/InterDisplay-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("fonts/InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("fonts/InterDisplay-Black.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("fonts/InterDisplay-BlackItalic.woff2") format("woff2"); }

@font-feature-values InterVariable {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
@font-feature-values Inter {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
@font-feature-values InterDisplay {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
.search-button {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: white !important;
}

.submit-button {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: white !important;
}

.box-header {
    /* display: block;
    padding: 10px;
    position: relative; */
    background-color: #3c8dbc;
}

.box-header .box-title {
    color: white;
}

.fa-th {
    color: white;
}

.box-border {
    margin: 10px;
}

.box.box-color {
    border-top-color: #3c8dbc;
}

.download-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    background-color: #00c0ef;
    color: white;
    cursor: pointer;
    box-shadow: none;
    line-height: 1.42857143;

}

.download-button:hover {
    /* background-color:transparent; */
    /* border-color:transparent; */
    /* text-decoration: underline; */
    color: #fff;
    /* Text color on hover */

}

.download-button:focus,
.download-button:active {
    outline: none;
    border-color: #3c8dbc;
    /* Maintain border color on focus and active */
}

.add-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    background-color: #00c0ef;
    color: white;
    cursor: pointer;
    box-shadow: none;
    line-height: 1.42857143;

}

.add-button:hover {
    /* background-color:transparent; */
    /* border-color:transparent; */
    /* text-decoration: underline; */
    color: #fff;
    /* Text color on hover */

}

.add-button:focus,
.add-button:active {
    outline: none;
    border-color: green;
    /* Maintain border color on focus and active */
}

.badge {
    margin: 10px;
}

.login-main {
    display: flex;
    justify-content: center;
    background-color: aliceblue;

}

.login-body {
    background-color: #f0feff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Inter', sans-serif !important;
}

.login-navbar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.user-image {
    height: 30px;
}

.login-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-top: 80px;
    /* Adjust to make space for the navbar */
}

.login-form {
    border: solid 2px #0F293A;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    width: 100%;
    max-width: 350px;
}

.login-h3 {
    background-color: #0F293A;
    color: white;
    padding: 15px;
    /* Increased padding */
    text-align: center;
    margin: 0;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;

    /* Ensure padding is included in height */
}

.login-labels {
    color: #04aebf;
}

.login-form .form-group {
    margin-bottom: 15px;
    /* Gap between form elements */

}

.login-form .form-group input {
    padding: 12px;
    /* Add padding to input fields */
    background-color: transparent;
    /* Remove background color of input fields */
    border: 1px solid #04aebf;
    ;
    border-radius: 5px;
}

.login-form .form-group input::placeholder {
    color: #00c0ef;
}

.login-form .form-group p.fill {
    margin-bottom: 20px;
    /* Gap below the description */
    color: #04aebf;

}

.login-form .form-group button.login {
    background-color: #ea4454;
    color: white;
    border: none;
    padding: 12px;
    /* Increased padding */
    border-radius: 5px;
    /* Add border-radius for rounded corners */
    width: 100%;
    cursor: pointer;
}

.login-footer {
    background-color: white;
    padding: 10px 20px;
    width: 100%;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-footer a {
    color: #000000;
}

.login-footer .copyright {
    text-align: left;
}

.login-footer .powered-by {
    text-align: right;
}

.low_header img {
    display: block;
    margin: 10px auto;
}

.login-fill {
    text-align: center;
    margin: 10px 0;
}

.login-padding {
    padding: 20px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.login-padding p.fill {
    margin-bottom: 15px;
    font-size: 16px;
    color: #04aebf;
    ;
}

.login-padding .form-group {
    margin-bottom: 15px;
}

input:checked+.slider {
    background-color: red;
}

.content-wrapper {

    z-index: 800;
}

/* .login-padding .form-group input {
padding: 12px;
border: 1px solid #08205C;
border-radius: 5px;
box-sizing: border-box;
}

.login-padding .form-group input::placeholder {
color: #08205C;
}

.login-padding .form-group button.login {
padding: 12px;
background-color: #FF5A32;
color: white;
border: none;
border-radius: 5px;
width: 100%;
cursor: pointer;
font-size: 16px;
}

.login-padding .form-group button.login:hover {
background-color: #e14e21;
}

.login-padding .form-group button.login:active {
background-color: #c73b0f;
} */
.download-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    background-color: #00c0ef;
    color: white;
    cursor: pointer;
    box-shadow: none;
    line-height: 1.42857143;

}

.download-button:hover {
    /* background-color:transparent; */
    /* border-color:transparent; */
    /* text-decoration: underline; */
    color: #fff;
    /* Text color on hover */

}

.download-button:focus,
.download-button:active {
    outline: none;
    border-color: #3c8dbc;
    /* Maintain border color on focus and active */
}

.add-button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    background-color: #00c0ef;
    color: white;
    cursor: pointer;
    box-shadow: none;
    line-height: 1.42857143;

}

.add-button:hover {
    /* background-color:transparent; */
    /* border-color:transparent; */
    /* text-decoration: underline; */
    color: #fff;
    /* Text color on hover */

}

input:checked+.slider {
    background-color: #00c0ef;
}

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

.color-title {
    color: #00c0ef;
}

.color-pencil {
    color: #00c0ef;
}

.color-pencil:hover {
    color: #00c0ef;

}
.pagination-custom {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-custom > li {
    display: inline;
}

.pagination-custom > li > a,
.pagination-custom > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-color:#367fa9;
    color: #367fa9;
    font-size: 14px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-custom > li > a:focus,
.pagination-custom > li > a:hover,
.pagination-custom > li > span:focus,
.pagination-custom > li > span:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd;
}

.pagination-custom > .active > a,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span,
.pagination-custom > .active > span:focus,
.pagination-custom > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #367fa9;
    border-color:#367fa9;
}

.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:focus,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > span,
.pagination-custom > .disabled > span:focus,
.pagination-custom > .disabled > span:hover {
    color: red;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #367fa9;
}

.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-custom-lg > li:first-child > a,
.pagination-custom-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-color: #367fa9;
    color: #367fa9;
}

.pagination-custom-lg > li:last-child > a,
.pagination-custom-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-color:#367fa9;
    color:#367fa9;
}

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-custom-sm > li:first-child > a,
.pagination-custom-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-color: #367fa9;
    color:#367fa9;
}

.pagination-custom-sm > li:last-child > a,
.pagination-custom-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #367fa9;
    color: #367fa9;
}

      h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6{
        font-family: 'Inter', sans-serif !important;
    }

    .box-header .box-title,
    .content-header>h1 {
        font-family: 'Inter', sans-serif !important;
    }


    html,body {
        font-family: 'Inter', sans-serif !important;
    }
  .login-h3 {
    font-family: 'Inter', sans-serif !important;
  }
.small-box .inner *, 
.small-box .inner,
.small-box-footer,
.small-box .inner .header, 
.small-box .inner .text,   
.small-box .inner .sub-text,
.small-box h3,
.small-box p {
    font-family: 'Inter', sans-serif !important;
}
 .content-header h1,
  .content-header h2 {
      font-family: 'Inter', sans-serif !important;
  }