﻿

.index_body {
    background-color: rgba(240, 242, 245, 0.7);
    /*    background-image: url("https://images.pexels.com/photos/1571730/pexels-photo-1571730.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");*/
    background-image: url('../Images/pic11.jpg');
    background-size: cover;
    background-position: 100%;
    height: 100vh;
    text-rendering: optimizeLegibility;
}
body{
    margin:0px;
    background-color:lavender !important;
}
.dust-paarticle {
    position: absolute;
    width: 90%;
}

#eye1 {
    animation: swing ease-in-out 0.6s infinite alternate;
    transform-origin: bottom;
    transform-box: fill-box;
    left: calc(52% - 0rem);
}

#eye2 {
    animation: swing ease-in-out 0.5s infinite alternate;
    transform-origin: bottom;
    transform-box: fill-box;
    left: calc(40% - 0rem);
}

#dust-paarticle path {
    transform-box: fill-box;
    transform-origin: center;
}

/*************swing************/
@keyframes swing {
    0% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

.position-set {
    position: absolute;
    top: 5%;
}

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900");

/*--------------------*/
/* 02. Common CSS */
/*--------------------*/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #2d385e;
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web", sans-serif;
    color: #2d385e;
}

.btn_login {
    height: 35px;
    width: 265px;
    background-color: #e15c31;
    color: #fff;
    border: none;
    font-size: 17px;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

    .btn_login:hover {
        background-color: #e15c31;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        transform: translateY(-2px);
    }
    /*--------------------*/
    /* 03. Section Panel UI CSS */
    /*--------------------*/
.authfy-panel-left {
    /* background-image: url('../Images/watercolor-6475471_1280.png');*/
    /*   background-image: url('../Images/pexels-fauxels-3184455.jpg');*/
    background-image: url('../Images/digital-art-N.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px #1d2030;
    box-shadow: 0px 3px 6px #1d2030;
}

.authfy-panel-right {
    background-color: #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px #1d2030;
    box-shadow: 0px 2px 6px 0px #1d2030;
}


.authfy-panel-left .brand-col {
    height: 370px;
}

.authfy-panel-left .brand-col {
    display: table;
    width: 100%;
    padding: 25px;
}

    .authfy-panel-left .brand-col .headline {
        display: table-cell;
        vertical-align: middle;
    }

        .authfy-panel-left .brand-col .headline h1,
        .authfy-panel-left .brand-col .headline h2,
        .authfy-panel-left .brand-col .headline h3 {
            color: #fff;
            font-size: 48px;
            font-weight: 700;
        }

.authfy-login {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    height:420px;
}

.authfy-panel {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

    .authfy-panel .authfy-heading {
        margin-bottom: 30px;
    }

.authfy-login .auth-title {
    font-weight: 700;
}

.authfy-login .authfy-panel.active {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.brand-col .social-buttons a {
    color: #ffffff;
    margin-top: 15px;
}

    .brand-col .social-buttons a:hover {
        color: white;
        opacity: 0.9;
    }

.brand-col .social-buttons .btn-facebook {
    background: #3b5998;
}

.brand-col .social-buttons .btn-twitter {
    background: #00aced;
}

.brand-col .social-buttons .btn-google {
    background: #c32f10;
}

.brand-col .social-buttons a > span {
    padding-left: 5px;
}

.panel-login {
    margin-top: 20px;
}

    .panel-login .remember-row {
        margin-bottom: 10px;
    }

        .panel-login .remember-row label {
            font-weight: normal;
            position: relative;
            cursor: pointer;
            color: #666;
            padding-left: 24px;
        }

.authfy-login .forgotPwd {
    text-align: right;
    margin-top: 10px;
}

.panel-login .form-control,
.panel-signup .form-control,
.panel-forgot .form-control {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
    height: 40px;
    margin-bottom: 35px;
    padding: 10px 40px;
    border-radius: 3px;
    border: solid 1px #bcc2ce;
    outline: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.authfy-panel.panel-forgot {
    padding-top: 40px;
}

.panel-login .form-control:focus,
.panel-signup .form-control:focus,
.panel-forgot .form-control:focus {
    border-color: #4f77ff;
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pwdMask {
    position: relative;
}

    .pwdMask .pwd-toggle {
        color: #cccccc;
        position: absolute;
        z-index: 2;
    }

.panel-login .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
    top: 15px;
    right: 15px;
}

.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus {
    cursor: pointer;
}

.pwdMask .pwd-toggle:hover,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle.fa-eye {
    color: #4f77ff;
}

.panel-signup .term-policy a {
    text-decoration: underline;
}

.lnk-toggler {
    color: #4f77ff; 
    text-decoration: none; 
}
    .lnk-toggler:hover {
        text-decoration: underline; 
      
    }
.authfy-heading p {
    font-size: 14px; 
    margin-left:40px;
}
.auth-title {
    margin-left: 27px;
    font-size: 23px;
    margin-top: 0px;
}
/*--------------------*/
/* 04. Check box UI CSS */
/*--------------------*/
.checkbox input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}

    .checkbox input[type="checkbox"] + .label-text:before,
    .checkbox input[type="checkbox"] + .label-text:after {
        font-size: 11px;
        display: inline-block;
        width: 17px;
        height: 17px;
        padding: 2px;
        margin-left: 0;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .checkbox input[type="checkbox"] + .label-text:before {
        content: "";
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: 3px;
        cursor: pointer;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox input[type="checkbox"] + .label-text:after {
        background-color: #4f77ff;
        color: #ffffff;
        border-radius: 2px;
        border-color: #4f77ff;
        line-height: 1.4;
    }

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

    .checkbox input[type="checkbox"]:focus + .label-text:before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + .label-text:after {
        font-family: "FontAwesome";
        content: "\f00c";
    }
.container-fluid1 {
    width: 350px;
    margin-left: 395px;
    margin-top: 150px;
}
.container-fluid2 {
    width: 370px;
    margin-top:150px;
}
.log_flex{
    display:flex;
}

.loginForm {
    margin-left: 20px;
}


/*.dust-particle-container {
    position: relative;
    z-index: 1; 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
}
    .dust-particle-container svg {
        position: absolute;
        top: 0;
        left: 0;    
    }*/

.log_flex {
    position: relative;
    z-index: 2; 
   
}
/*----------------------------------------Sidebar----------------------------------------*/
.c_logo img {
    width: 175px;
    height: 75px;
    margin: 15px 0px 0px 60px;
}

.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
    position: fixed;
}

.main-menu {
    /*  background: #212121;*/
    background: linear-gradient(180deg, rgb(10 25 140) 0%, rgb(70 123 193) 100%);
    /* background: linear-gradient(180deg, rgb(139 167 235) 0%, rgb(221 237 255) 100%);*/
    /*    background: linear-gradient(180deg, rgb(255 47 46) 0%, rgb(116 5 5) 100%);
   */border-right: 1px solid #e5e5e5;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
    position: fixed;
}

    .main-menu > ul {
        margin: 7px 0;
        margin-top: 50px;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: #fff;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            margin-top: 20px;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-family: 'Titillium Web', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #000000;
        background-color: #fff;
    }

/*-------------------------------SignUp--------------------------------------*/
.common_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.common_row label,
.common_row input {
    width: 325px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.common_row select {
    width: 325px;
    box-sizing: border-box;
    margin-bottom: 8px;
    height: 40px;
}

.common_row input,
.common_row select {
    padding: 10px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ftr {
    margin: 20px 0px 0px 1145px;
    font-size: 13px;
    font-family: inherit;
    color: #727070;
}
.row_flex {
    display: flex;
    margin-left: 40px;
    gap: 50px;
}
.signhd {
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 600;
    margin-left: 370px;
    padding-top: 50px;
}
.formbg-inner1 {
    background-color: #FFF;
    width: 800px;
    margin-left: 15px;
    height: 390px;
    padding: 10px 0px 0px 20px;
}
.formbg1 {
    margin: 35px 0px 0px 350px;
    width: 100%;
    max-width: 850px;
    height: 540px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
.footer_link {
    font-size: 14px;
    text-align: center;
    margin: 20px 0px 0px 35px;
}
    .footer_link a {
        color: #0051ff;
        font-size:15px;
    }
    .footer_link a:hover {
        color: #3458d1;       
    }
.sign_btn {
    background-color: #4f77ff; 
    color: #ffffff; 
    border: none; 
    padding: 5px 20px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 16px; 
}

    .sign_btn:hover {
        background-color: #3458d1; 
    }
.signup_btn {
    margin: 20px 0px 0px 345px;
}
/*-----------------------------------Create CRF----------------------------------*/
.body_container {
    padding: 35px 35px 35px 35px;
    height: auto;
    width: auto;
    overflow: auto;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.subject_input {
    width: 1230px !important;
    height: 50px;
}
.mandatory-symbol {
    color: red;
    font-size: 18px;
}
.row_flex1 {
    display: flex;
    margin-left: 240px;
    gap: 10px;
    margin-top: 40px;
}
.row_flex2 {
    margin-left: 725px;
}
.row_flex3 {
    display: flex;
    margin-left: 115px;
    gap: 10px;
}
.row_flex4 {
    margin-left: 710px;
    margin-top: -173px;
}

.crt_btn {
    margin-left: 925px;
    margin-bottom: 5px;
    margin-top: 40px;
}
.confirm_btn {
    font-size: 14px;
    padding: 6px 15px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: #4CC713;
    color: white;
    border-radius: 4px;
}

    .confirm_btn:hover {
        background: rgb(2, 0, 36);
        background: linear-gradient(90deg, rgb(58 169 7) 0%, rgb(70 204 70) 100%);
    }

    .confirm_btn:active {
        transform: translate(0em, 0.2em);
    }
.exit_btn {
    font-size: 14px;
    padding: 6px 15px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    background: #FF0000;
    color: #fff;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

    .exit_btn:hover {
        background: #e83030;
    }

    .exit_btn:active {
        transform: translateY(0.2em);
    }

    .exit_btn:focus {
        outline: none; /* Remove the default focus outline if desired */
    }
.head_container {
    background: linear-gradient(90deg, rgb(15 63 148) 0%, rgb(0 149 178) 100%);
    height: 35px;
}
.head_main {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 5px 0px 0px 22px;
    letter-spacing: 1px;
}
/*--------------File Upload button-------------*/

.container-btn-file {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #307750;
    color: #fff;
    border-style: none;
    font-size: 12px;
    padding: 0.4em 0.5em;
    border-radius: 0.5em;
    overflow: hidden;
    z-index: 1;
    box-shadow: 4px 8px 10px -3px rgba(0, 0, 0, 0.356);
    transition: all 250ms;
    margin: -50px 0px 24px 910px;
}

    .container-btn-file input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .container-btn-file > svg {
        margin-right: 1em;
    }

    .container-btn-file::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0;
        border-radius: 0.5em;
        background-color: #469b61;
        z-index: -1;
        transition: all 350ms;
    }

    .container-btn-file:hover::before {
        width: 100%;
    }


/*------------------------TABLE---------------------------------*/
#tbltable {
    width: 100%;
    border-collapse: collapse;
}

    #tbltable th, #tbltable td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;       
    }
    #tbltable td {
        font-size: 13px;
        font-family: "Nunito", sans-serif;
    }
    #tbltable th {
        background-color: #90b4ee;
        font-family: sans-serif;
        font-size: 13px;
        position: sticky;
        top: -1px;
        z-index: 1;
    }

.tableflow {
    margin: 0px !important;
}
.table_align {
   
    width: 100%;
    max-height: 400px; 
    overflow-y: auto; 
    border: 1px solid #ddd;
}
/*----------------------------------------------Dashboard-------------------------------------------------------*/
/*.notification {
    display: flex;
    flex-direction: column;
    isolation: isolate;
    position: relative;
    width: 200px;
    height: 110px;
    background: linear-gradient(to top right, #2ff3ff, rgb(9 54 169));
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 1rem;
    overflow: hidden;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    --gradient: linear-gradient(to bottom, #ffffff, #3d83ff, #ff3939);
    --color: #32a6ff
}

.notification:before {
    position: absolute;
    content: "";
    inset: 0.0625rem;
    border-radius: 0.9375rem;
    z-index: 2
}

.notification:after {
    position: absolute;
    content: "";
    width: 0.25rem;
    inset: 0.65rem auto 0.65rem 0.5rem;
    border-radius: 0.125rem;
    background: var(--gradient);
    transition: transform 300ms ease;
    z-index: 4;
}

.notification:hover:after {
    transform: translateX(0.15rem)
}

.notititle {
    color: #fff;
    padding: 0.6499999999999999rem 0.25rem 0.4rem 6rem;
    font-weight: 500;
    font-size: 18px;
    transition: transform 300ms ease;
    z-index: 5;
}

.notification:hover .notititle {
    transform: translateX(0.15rem)
}

.notibody {
    color: #fff;
    padding: 0px 3.5rem;
    font-size: 22px;
    transition: transform 300ms ease;
    z-index: 5;
}

.notification:hover .notibody {
    transform: translateX(0.25rem)
}

.notiglow,
.notiborderglow {
    position: absolute;
    width: 20rem;
    height: 20rem;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle closest-side at center, white, transparent);
    opacity: 0;
    transition: opacity 300ms ease;
}

.notiglow {
    z-index: 3;
}

.notiborderglow {
    z-index: 1;
}

.notification:hover .notiglow {
    opacity: 0.1
}

.notification:hover .notiborderglow {
    opacity: 0.1
}*/
/*.note {
    color: var(--color);
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0.9rem;
    width: 75%;
}*/
/*.flex_dash {
    margin: 22px 0px 0px 0px;
    display: flex;
    gap: 40px;
}

.dash_icon img {
    width: 40px;
    margin: 0px 0px 0px 20px;
}

.dash_overview {
    width: 990px;
    min-height: 160px;
    background: #fff;
    padding: 5px 0px 30px 35px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.head_dash {
    font-size: 25px;
    font-family: system-ui;
    font-weight: 600;
    color: #7d8286;
    padding: 5px 0px 0px 15px;
    letter-spacing: 1px;
    margin-top: -5px;
}

.not_status {
    width: 500px;
    height: 280px;
    background: #fff;
    margin: 65px 0px 0px 700px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: auto;
}

.yellow_l {
    background: #ffd600;
    color: red;
    cursor: pointer;
}

.highlight {
    background-color: #ffd600;
    border: 3px solid #ffd600;
}

.dim {
    opacity: 0.4;
}*/
/*---------------------------------------------------DASHBOARD_NOTIFICATION-------------------------------------------------*/
.head_dash {
    font-size: 22px;
    font-family: system-ui;
    font-weight: 600;
    color: #7d8286;
    letter-spacing: 1px;
    margin: 15px;
}
.dash_notification {
    position: relative;
    width: 1196px;
    height: 315px;
    border-radius: 14px;
    z-index: 1111;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 70px;
}

.bg {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 1188px;
    height: 307px;
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
}

.blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 750px;
    height: 300px;
    border-radius: 50%;
    background-color: #31708f;
    /*  background-color: #90abec;*/
    opacity: 1;
    filter: blur(12px);
    animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
    0% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

    25% {
        transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }

    50% {
        transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }

    75% {
        transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }

    100% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
}
/*---------------------------------------------------DASHBOARD_CARD-------------------------------------------------*/
.card {
    width: 200px;
    height: 95px;
    /* background: #f60f0f;*/
    /*    background: linear-gradient(180deg, rgb(255 40 40) 0%, rgb(141 6 5) 100%);*/
    /*  background: linear-gradient(180deg, rgb(36 52 180) 0%, rgb(33 195 236) 100%);*/
    background: linear-gradient(to right, rgb(111 133 165), rgb(27 46 67));
    box-shadow: 0 1px 25px rgba(0,0,0,0.2);
    padding: 12px 10px;
    border-radius: 5px;
}

.card_load {
    position: relative;
    float: left;
/*    background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
*/    border-radius: 50%;
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: load89234 2s infinite;
}
    .card_load img {
        height: 45px;
        width: 45px;
        margin: 12px 0px 0px 5px;
    }

.card_load_extreme_title {
    width: 130px;
    height: 25px;
    position: relative;
    float: right;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.card_load_extreme_descripion {
    width: 60px;
    height: 25px;
    position: relative;
    float: right;
    margin: 5px 50px 0px 0px;
    border-radius: 2px;
    background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: load89234 2s infinite;
    padding: 1px 0px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

@keyframes load89234 {
    100% {
        background-position: -100% 0;
    }
}

/*------------------------------------------------------------------*/
.flex_assign {
    display: flex;
    gap: 180px;
    margin-left: 190px;
}
.flex_dash {
    display: flex;
    gap: 30px;
    margin: 25px 0px 0px 35px;
}
.flex_dash_011 {
    display: flex;
    gap: 30px;
    margin: 25px 0px 0px 240px;
}
.container {
    width: 1330px !important;
}
/*----------------------------------------- Button -----------------------------------*/

.button10 {
    background-color: #526bca;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}


    .button10:hover {
        background-color: #092387;
        color: white;
        text-decoration:none;
    }

    .button10:active {
        background-color: #0c2eb2;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }
/*----------------------------------------- User Acceptance -----------------------------------*/
.qstn_align {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-left: 35px;
}
.star {
    padding-left: 5px;
    font-size: 30px;
    cursor: pointer;
}

    .star:hover {
        color: dodgerblue;
    }

.stars {
    margin-left: 20px;
}
.pr_rating {
    margin-left: 20px;
}
.imp_heading {
    color: #0f4094;
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
}

.return_btn {
    font-size: 14px;
    padding: 6px 15px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    background: #4f77ff;
    color: #fff;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

    .return_btn:hover {
        background: #173cbc;
    }

    .return_btn:active {
        transform: translateY(0.2em);
    }

    .return_btn:focus {
        outline: none; 
    }
.btnexpt {
    background-color: #4f77ff;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.4s;
}

    .btnexpt:hover {
        background-color: #d2d2d2;
        color: black;
    }
#exprtBtn {
    margin: 0px 0px 25px 1175px;
}
.height_wid {
    margin-left: 200px;
}

/*-------------------------------------------*/
.tooltip-icon {
    cursor: pointer;
    margin-left: 42px;
    color: red;
}
#tooltip {
    display: none;
    position: absolute;
    background-color: #cbeef9;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px 0px -82px;
    width: 280px;
}
.icon_tooltip {
    margin: -52px 0px 10px 949px;
}
/*#emp_name {
    margin: -27px 0px 0px 113px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    content: "(())";
}*/
/*----------------------Model custome promt box----------------------*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    margin: 25px 0px 0px 300px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
#promptInput{
    width:1000px;
}

.btn_pop {
    margin: 0px 0px 0px 855px;
}

    .btn_pop button {
        padding: 4px 10px;
        font-size: 14px;
        cursor: pointer;
        border-radius: 2px;
        margin-left: 5px;
    }

.submit_pop {
    background-color: #4CAF50; 
    color: white; 
    border: none;
}

.cancel_pop {
    background-color: #f44336; 
    color: white;
    border: none; 
}

    .submit_pop:hover, .cancel_pop:hover {
        opacity: 0.8; 
    }
/*----------------------Session Timeout----------------------*/
/*.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Arvo', serif;
    width: 800px;
    height: 100%;
    margin: 70px 0px 0px 350px;
}

    .page_404 img {
        width: 100%;
    }

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
}

    .four_zero_four_bg h1 {
        font-size: 65px;
        margin-left: 195px;
    }

    .four_zero_four_bg h3 {
        font-size: 80px;
    }

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #203c9f;
    margin: 20px 140px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.contant_box_404 {
    margin-top: -50px;
    margin-left: 210px;
}

    .contant_box_404 p {
        margin-left: 70px;
    }
*/

/*/////////////////// rules */
/*/////////////////// scene */
.text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(19 36 44 / 29%);
    font-size: 7em;
    text-align: center;
    top: 17%;
}

.container_s {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 500px;
}

    .container_s:after {
        position: absolute;
        content: "";
        background-color: rgba(19, 36, 44, 0.1);
        border-radius: 12px;
        bottom: 40px;
        height: 12px;
        left: 80px;
        width: 350px;
        z-index: -1;
    }

/*/////////////////// caveman */
.caveman {
    height: 300px;
    position: absolute;
    width: 250px;
}

    .caveman:nth-child(1) {
        right: 20px;
    }

    .caveman:nth-child(2) {
        left: 20px;
        transform: rotateY(180deg);
    }

.head {
    position: absolute;
    background-color: #13242C;
    border-radius: 50px;
    height: 140px;
    left: 60px;
    top: 25px;
    width: 65px;
}

    .head:after, .head:before {
        content: "";
        position: absolute;
        background-color: #13242C;
        border-radius: 10px;
        height: 20px;
        width: 7px;
    }

    .head:after {
        left: 35px;
        top: -8px;
        transform: rotate(20deg);
    }

    .head:before {
        left: 30px;
        top: -8px;
        transform: rotate(-20deg);
    }

    .head .eye {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        background-color: #EAB08C;
        border-radius: 50px;
        height: 16px;
        left: 45%;
        top: 40px;
        width: 48px;
    }

        .head .eye:after, .head .eye:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: #13242C;
            border-radius: 50%;
            height: 5px;
            width: 5px;
        }

        .head .eye:after {
            left: 5px;
        }

        .head .eye:before {
            right: 9px;
        }

        .head .eye .nose {
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: #D9766C;
            border-left: 8px solid rgba(19, 36, 44, 0.1);
            border-radius: 10px;
            box-sizing: border-box;
            height: 35px;
            left: 45%;
            top: 12px;
            width: 15px;
        }

.shape {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 140px;
    overflow: hidden;
    top: 70px;
    width: 140px;
}

    .shape .circle {
        position: absolute;
        border-radius: 50%;
        height: 60px;
        width: 60px;
    }

        .shape .circle:after, .shape .circle:before {
            content: "";
            position: absolute;
            border-radius: 50%;
            height: 20px;
            width: 20px;
        }

        .shape .circle:after {
            left: 50px;
            top: 10px;
        }

        .shape .circle:before {
            left: 60px;
            top: 45px;
        }

        .shape .circle:nth-child(1) {
            left: -12px;
            top: 80px;
        }

        .shape .circle:nth-child(2) {
            right: 10px;
            top: 0px;
            transform: rotate(90deg);
        }

            .shape .circle:nth-child(2):after {
                left: 65px;
                top: 10px;
            }

            .shape .circle:nth-child(2):before {
                display: none;
            }

.caveman:nth-child(1) .shape {
    background-color: #D13433;
}

    .caveman:nth-child(1) .shape .circle {
        background-color: #932422;
    }

        .caveman:nth-child(1) .shape .circle:after, .caveman:nth-child(1) .shape .circle:before {
            background-color: #932422;
        }

.caveman:nth-child(2) .shape {
    background-color: #932422;
}

    .caveman:nth-child(2) .shape .circle {
        background-color: #D13433;
    }

        .caveman:nth-child(2) .shape .circle:after, .caveman:nth-child(2) .shape .circle:before {
            background-color: #D13433;
        }

.arm-right {
    position: absolute;
    background-color: #EAB08C;
    border-left: 8px solid rgba(19, 36, 44, 0.1);
    border-radius: 50px;
    box-sizing: border-box;
    height: 180px;
    left: 135px;
    top: 80px;
    transform-origin: 30px 30px;
    width: 60px;
    z-index: 1;
}

    .arm-right .club {
        position: absolute;
        border-bottom: 110px solid #601513;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        left: -60px;
        top: 120px;
        transform: rotate(70deg);
        width: 20px;
    }

        .arm-right .club:after, .arm-right .club:before {
            position: absolute;
            content: "";
            background-color: #601513;
            border-radius: 50%;
            left: 0;
        }

        .arm-right .club:after {
            height: 20px;
            width: 20px;
            top: -10px;
        }

        .arm-right .club:before {
            height: 40px;
            width: 40px;
            left: -10px;
            top: 90px;
        }

.leg {
    position: absolute;
    border-radius: 10px;
    height: 55px;
    top: 200px;
    width: 10px;
}

    .leg:after {
        position: absolute;
        content: "";
        border-radius: 50%;
        height: 10px;
        left: -5px;
        top: 15px;
        width: 10px;
    }

    .leg .foot {
        position: absolute;
        border-radius: 25px 25px 0 0;
        height: 25px;
        left: -38px;
        top: 30px;
        width: 50px;
    }

        .leg .foot:after, .leg .foot:before, .leg .foot .fingers, .leg .foot .fingers:after {
            position: absolute;
            background-color: #EAB08C;
            border-radius: 50%;
            bottom: 0px;
            height: 15px;
            transform-origin: bottom;
            width: 15px;
        }

        .leg .foot:after {
            left: -6px;
            content: "";
        }

        .leg .foot:before {
            left: 8px;
            transform: scale(0.6);
            content: "";
        }

        .leg .foot .fingers {
            left: 15px;
            transform: scale(0.6);
        }

            .leg .foot .fingers:after {
                left: 11px;
                content: "";
            }

    .leg:nth-child(1) {
        background-color: #B2524D;
        left: 95px;
    }

        .leg:nth-child(1):after {
            background-color: #B2524D;
        }

        .leg:nth-child(1) .foot {
            background-color: #B2524D;
        }

            .leg:nth-child(1) .foot:after {
                background-color: #B2524D;
            }

            .leg:nth-child(1) .foot:before {
                display: none;
            }

    .leg:nth-child(2) {
        background-color: #D9766C;
        left: 115px;
    }

        .leg:nth-child(2):after {
            background-color: #D9766C;
        }

        .leg:nth-child(2) .foot {
            background-color: #D9766C;
        }

/*/////////////////// animation */
.caveman:nth-child(1) .arm-right {
    animation: arm-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
}

.caveman:nth-child(2) .arm-right {
    animation: arm-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
    animation-delay: 0.6s;
}

@keyframes arm-anima {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.caveman:nth-child(2) .head {
    animation: head-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
}

.caveman:nth-child(1) .head {
    animation: head-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
    animation-delay: 0.6s;
}

@keyframes head-anima {
    0% {
        top: 25px;
    }

    42% {
        top: 25px;
    }

    45% {
        top: 50px;
    }

    100% {
        top: 25px;
    }
}

.caveman:nth-child(2) .eye:after,
.caveman:nth-child(2) .eye:before {
    animation: eye-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
}

.caveman:nth-child(1) .eye:after,
.caveman:nth-child(1) .eye:before {
    animation: eye-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
    animation-delay: 0.6s;
}

@keyframes eye-anima {
    0% {
        height: 5px;
    }

    42% {
        height: 5px;
    }

    45% {
        height: 1px;
    }

    100% {
        height: 5px;
    }
}

.container_s:after {
    animation: shadow-anima 1.2s infinite cubic-bezier(0.55, 0.01, 0.16, 1.34);
    animation-delay: 0.1s;
}

@keyframes shadow-anima {
    0% {
        width: 350px;
        left: 80px;
    }

    25% {
        width: 450px;
        left: 80px;
    }

    50% {
        width: 350px;
        left: 80px;
    }

    75% {
        width: 450px;
        left: 0px;
    }

    100% {
        width: 350px;
        left: 80px;
    }
}

#link {
    bottom: 150px;
    display: flex;
    padding: 10px 20px;
    background-color: #d13433;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 550px;
    width: 50px;
    margin-left: 750px;
}

    #link i {
        margin-right: 8px; 
    }

    #link p {
        margin: 0; 
    }

    #link:hover {
        background-color: #ad1d1c;
    }

    #link:active {
        background-color: #004085; 
    }



/*--------------------------------------------------------------Loading------------------------------------------------------------------------*/

.loading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-spinner {
    --uib-size: 5.0rem;
    --uib-speed: .9s;
    --uib-color: #183153;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

    .dot-spinner__dot::before {
        content: '';
        height: 20%;
        width: 20%;
        border-radius: 50%;
        background-color: #fff;
        transform: scale(0);
        opacity: 0.5;
        animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
        box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
    }

    .dot-spinner__dot:nth-child(2) {
        transform: rotate(45deg);
    }

        .dot-spinner__dot:nth-child(2)::before {
            animation-delay: calc(var(--uib-speed) * -0.875);
        }

    .dot-spinner__dot:nth-child(3) {
        transform: rotate(90deg);
    }

        .dot-spinner__dot:nth-child(3)::before {
            animation-delay: calc(var(--uib-speed) * -0.75);
        }

    .dot-spinner__dot:nth-child(4) {
        transform: rotate(135deg);
    }

        .dot-spinner__dot:nth-child(4)::before {
            animation-delay: calc(var(--uib-speed) * -0.625);
        }

    .dot-spinner__dot:nth-child(5) {
        transform: rotate(180deg);
    }

        .dot-spinner__dot:nth-child(5)::before {
            animation-delay: calc(var(--uib-speed) * -0.5);
        }

    .dot-spinner__dot:nth-child(6) {
        transform: rotate(225deg);
    }

        .dot-spinner__dot:nth-child(6)::before {
            animation-delay: calc(var(--uib-speed) * -0.375);
        }

    .dot-spinner__dot:nth-child(7) {
        transform: rotate(270deg);
    }

        .dot-spinner__dot:nth-child(7)::before {
            animation-delay: calc(var(--uib-speed) * -0.25);
        }

    .dot-spinner__dot:nth-child(8) {
        transform: rotate(315deg);
    }

        .dot-spinner__dot:nth-child(8)::before {
            animation-delay: calc(var(--uib-speed) * -0.125);
        }

@keyframes pulse0112 {
    0%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}
/*-----------------------------------------------------------------------------------------*/
.export_btnn {
    margin: -20px 0px -50px 0px;
}
.align_rmk {
    margin-left: 40px;
    width: 1100px;
}
.search_d{
    width:240px;
}
.dtlabel {
    height: 25px;
    width: 190px;
    background: #fff;
    padding: 3px;
    color: black;
    border-top-right-radius: 4px;
    font-size: 12px;
    margin: -15px 0px 0px 195px;
}
/* TIMELINE FLOW
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#timeline-items {
    background: #d5dce6;
    padding: 50px 0;
}

#timelineitems {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #2a4878;
}

    #timelineitems::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: inherit;
        z-index: 1;
    }

    #timelineitems li {
        position: relative;
        width: 6px;
        margin: 0 auto;
        padding-top: 50px;
        background: #fff;
        opacity: 0;
        transform: translateX(-50px);
        animation: slideIn 0.5s forwards;
    }

        /* Apply a delay to each item to stagger the animation */
        #timelineitems li:nth-child(1) {
            animation-delay: 0s;
        }

        #timelineitems li:nth-child(2) {
            animation-delay: 0.2s;
        }

        #timelineitems li:nth-child(3) {
            animation-delay: 0.4s;
        }

        #timelineitems li:nth-child(4) {
            animation-delay: 0.6s;
        }

        #timelineitems li:nth-child(5) {
            animation-delay: 0.8s;
        }

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#timelineitems li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
    background-color: #2a4878;
}

#timelineitems li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(to top right, #f6ffa2, #c2c030);
}

    #timelineitems li div::before {
        content: "";
        position: absolute;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
    }

#timelineitems li:nth-child(odd) div {
    left: 45px;
}

    #timelineitems li:nth-child(odd) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #2a4878 transparent transparent;
    }

#timelineitems li:nth-child(even) div {
    left: -439px;
}

    #timelineitems li:nth-child(even) div::before {
        right: -15px;
        border-width: 8px 0 8px 16px;
        border-color: transparent transparent transparent #2a4878;
    }


time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.btn_newadd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    gap: 4px;
    height: 32px;
    width: 81px;
    border: none;
    background: linear-gradient(90deg, rgb(15 63 148) 0%, rgb(0 149 178) 100%);
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 190px;
    margin-bottom: 15px;
}

    .btn_newadd:hover {
        background: linear-gradient(90deg, rgb(10 73 185) 0%, rgb(6 122 145) 100%);
    }

        .btn_newadd:hover .svg-icon {
            animation: rotate 1.3s linear infinite;
        }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.btn_assignadd {
    margin-left:750px;
}
.adjust1{
    margin-left:250px;
}