﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #001220;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --primary-color: #303f9f;
    --secondary-color: #5d71f4;
    --btn-primary-gradient: linear-gradient(90deg, #0068ff, #6f42c1);
    --btn-secondary-gradient: linear-gradient(90deg, #00BCD4, #2196F3);
    --primary-font-color: #ffffff;
    --title-color: darkblue;
    --secondary-font-color: #000000;
    --bs-gradient: linear-gradient(45deg, rgba(131,58,180,1) 0%, #dc3545 100%);
    --txt-gradient: linear-gradient(90deg, #c33764, #1d35ff);
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Thin.ttf");
    font-weight: 100;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-ExtraLight.ttf");
    font-weight: 200;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Black.ttf");
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "fontawesome";
    src: url("../fonts/fa-solid-900.ttf");
    font-display: fallback;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: poppins;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: poppins;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    /*background: url("/assets/images/bg.svg");*/
    background: #f8f9fa;
}

.headerFont {
    color: var(--light);
    font-size: 1.75rem;
}

.footerFont {
    color: var(--light);
    font-size: 0.75rem;
}


.swal-overlay {
    background-color: rgba(43, 108, 165, 0.45);
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

/*Custom Scrollbar*/

.scrollStyle::-webkit-scrollbar-track {
    border: none;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollStyle::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f1f1f1;
}

.scrollStyle::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 10px;
}

.img {
    background: linear-gradient(to bottom, #007bff 0%, darkblue 95%, #ffc107 95%, #ffa400 100%) !important;
}

.hmIco {
    margin: 10px;
}

.fa-gradient {
    background: #4776E6;
    background: -webkit-linear-gradient(to right, #1d35ff, #007bff);
    background: linear-gradient(to right, #1d35ff, #007bff);
    /*background: #ff8500;
    background: -webkit-linear-gradient(to right, #ff8500, #F7B733);
    background: linear-gradient(to right, #ff8500, #F7B733);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-title {
    color: var(--title-color);
}

.popupBg {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popupColor {
    background-color: #FFFFFF;
    padding: 10px;
}

/*Custom Alert*/
.alert {
    padding: 5px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: absolute !important;
    z-index: 2000;
    font-weight: 500;
}

    .alert.success {
        background-color: #04AA6D;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #ff9800;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }


/*Custom Textbox*/

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.input-group_label {
    display: block;
    position: absolute;
    top: 0;
    line-height: 40px;
    color: var(--primary-color);
    left: 5px;
    padding: 0 5px;
    transition: line-height 200ms ease-in-out, font-size 200ms ease-in-out, top 200ms ease-in-out;
    pointer-events: none;
}

.input-group_input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    padding: 0 10px;
}

    .input-group_input:not(:-moz-placeholder-shown) + label {
        background-color: white;
        line-height: 10px;
        opacity: 1;
        font-size: 10px;
        top: -5px;
    }

    .input-group_input:not(:-ms-input-placeholder) + label {
        background-color: white;
        line-height: 10px;
        opacity: 1;
        font-size: 10px;
        top: -5px;
    }

    .input-group_input:not(:placeholder-shown) + label, .input-group_input:focus + label {
        background-color: white;
        line-height: 10px;
        opacity: 1;
        font-size: 12px;
        font-weight: bold;
        top: -5px;
    }

    .input-group_input:focus {
        outline: none;
        border: 1px solid var(--primary-color);
    }

        .input-group_input:focus + label {
            color: var(--primary-color);
        }

.appHeader {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 700;
    background: var(--txt-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.appTitle {
    color: #303f9f;
    font-weight: 700;
    background: linear-gradient(45deg, #303f9f 0%, blue 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.appSubtitle {
    color: #303f9f;
    font-weight: 500 !important;
    background: linear-gradient(45deg, rgba(131,58,180,1) 0%, blue 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-size: 1.5rem !important;
}

.grid_tab_style {
    display: grid;
    width: 100%;
    grid-auto-flow: column;
    place-content: space-between;
}

.form-group .labelVal {
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--primary-color);
    font-weight: 700;
}

/*table, td, th {
    border: 1px solid var(--secondary-color);
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 10px;
}*/

h5 {
    font-weight: 500;
}

.info {
    /*background-color: #e7f3fe;
      border-left: 6px solid #2196F3;*/
    background-color: #ddffdd;
    border-left: 6px solid #04AA6D;
    padding: 15px;
    color: var(--gray-dark);
    font-weight: 500;
}

.m-10 {
    margin: 10px;
}

select {
    /*border: 1px solid darkblue !important;*/
    border: 1px solid #c2d5e7;
    padding: 5px !important;
    border-radius: 5px !important;
}

    select:focus, select:active {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid var(--primary-color) !important;
    }

.login-wrap {
    position: relative;
    background: #fff;
}

.form-group {
    position: relative;
}

    .form-group .label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--title-color);
        font-weight: 600;
    }

    .form-group a {
        color: gray;
    }

.form-control {
    height: auto;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c2d5e7;
}

    .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:focus, .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid var(--primary-color);
    }

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "\f0c8";
        font-family: "fontawesome";
        position: absolute;
        color: rgba(0, 0, 0, 0.1);
        font-size: 20px;
        margin-top: -4px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "fontawesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: var(--primary-color);
}

    .checkbox-primary input:checked ~ .checkmark:after {
        color: var(--primary-color);
    }

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
    border: none;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        background: var(--primary) !important;
        color: #fff !important;
    }

        .btn.btn-primary:hover {
            background: var(--primary-color) !important;
            color: var(--primary-color);
        }

        .btn.btn-primary.btn-outline-primary {
            background: transparent;
            color: var(--primary-color);
        }

            .btn.btn-primary.btn-outline-primary:hover {
                background: var(--primary-color);
                color: #fff;
            }

.bg-primary {
    background: var(--primary-color) !important;
}

.btn-secondary {
    border: 1px solid lightslategrey !important;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.pos-r {
    position: relative;
}

.main-section {
    padding: 7em 0;
}

hr {
    width: 100%;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin: -76px 0 0 -76px;
    background: url("../images/double_ring.gif");
}

.overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    opacity: .8;
    position: fixed;
    z-index: 998;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
}

.op0 {
    opacity: 0.2;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.closeCls {
    position: absolute;
    color: white;
    top: -12px;
    right: -10px;
    border-radius: 20px;
    color: red;
    font-size: 20px;
    border: none;
    z-index: 1;
    background: transparent;
}