/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


body {
    font-family: "Inter", sans-serif;
}

.home_bg {
    font-size: 1rem !important;
    z-index: 1;
    min-height: 100vh;
    background-image: url("../images/rewaBG.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-container {
    height: calc(100vh - 141px);
    display: flex;
    flex-direction: column;
}

/* Global Css */
* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
}

.upload_btnform {
    background: #feccb8 !important;
    border: none !important;
    color: #333 !important;
}

    .upload_btnform:hover {
        background: #ffdfd3 !important;
    }

.visit-btn {
    border: 1px solid #feccb8 !important;
    color: #333 !important;
}

    .visit-btn:hover {
        border: 1px solid #feccb8 !important;
        background: #feccb8 !important;
        color: #333 !important;
    }

div:after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

.home-wrapper {
    height: 100%;
    flex-grow: 1;
    /* min-height: 80vh; */
}

.home_container {
    width: 96%;
    margin: 0 auto;
}

.preheader_home {
    height: 35px;
    line-height: 35px;
    color: #000;
    font-size: .9rem;
    background-color: #E8988A !important;
    /* position: absolute; */
    z-index: 9;
    top: 0px;
    content: "";
    width: 100%;
}


.header {
    background-color: transparent;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 20px 0;
}

.dept_logo {
    Padding-top: 10px;
}

    .dept_logo img {
        width: 100px;
    }

/*table css start*/

.custom-table4 td {
    width: 25%;
}

.custom-table {
    min-width: 900px;
    background-color: #fff;
}

    .custom-table tbody th {
        background: #E6D0F0;
        background: -moz-linear-gradient(45deg, #ffccb6 0%, #E6D0F0 100%);
        background: -webkit-linear-gradient(45deg, #ffccb6 0%, #E6D0F0 100%);
        background: linear-gradient(45deg, #ffccb6 0%, #E6D0F0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfb6ff", endColorstr="#dafeff", GradientType=1);
        color: #000 !important;
        font-weight: 500 !important;
    }

    .custom-table thead tr,
    .custom-table thead th {
        padding-bottom: 14px;
        color: #000;
        background: rgb(193 194 255 / 50%);
    }

    .custom-table tbody th,
    .custom-table tbody td {
        color: #777;
        font-weight: 400;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        vertical-align: middle;
    }

        .custom-table tbody th small,
        .custom-table tbody td small {
            color: #b3b3b3;
            font-weight: 300;
        }

    .custom-table tbody tr {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .custom-table .td-box-wrap {
        padding: 0;
    }

    .custom-table input[type=password],
    .custom-table input[type=text],
    .custom-table select {
        padding: 8px;
        border-radius: 4px;
        background-color: #fff;
        border: #e7e7e7 1px solid;
        width: 100%;
    }

        .custom-table input[type=password]:focus,
        .custom-table input[type=text]:focus,
        .custom-table input[type=select]:focus {
            outline: 0;
            box-shadow: 0 0 6px #c3dbff;
            border: #deedff 1px solid;
        }

        .custom-table input[type=password]:focus,
        .custom-table input[type=text]:focus,
        .custom-table input[type=select]:focus {
            border-radius: 5px;
        }

    .custom-table select {
        width: 100%;
    }

        .custom-table select:focus {
            outline: 0;
            box-shadow: 0 0 10px #c3dbff;
            border: #deedff 1px solid;
        }

        .custom-table select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }

    .custom-table textarea {
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
        width: 100%;
        resize: vertical;
    }

        .custom-table textarea:focus {
            outline: 0;
            box-shadow: 0 0 10px #c3dbff;
            border: #ddd 1px solid;
        }

.btn_custom-table {
    margin: 0;
    padding: 10px;
    background: linear-gradient(45deg, rgb(46 143 164) 0%, rgb(99 105 201) 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 0.5s ease all;
}

    .btn_custom-table:hover {
        left: 0;
    }

.left_link a,
.right_link a {
    color: #210D32;
    transition: 0.3s all;
}

.left_link img,
.right_link img {
    margin-right: 6px;
    transition: 0.3s all;
}

.right_link a:hover,
.left_link a:hover {
    color: #fff;
}

    .right_link a:hover img,
    .left_link a:hover img {
        filter: brightness(0) invert(1);
    }

/* .right_link span {
    color: #fbb03b;
    margin-right: 6px;
    font-weight: 700;
} */

/* Home Button */
/* Footer */
.footer {
    width: 100%;
    bottom: 0;
    left: 0;
    background: transparent;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 0;
    transition: .3s left ease-in-out;
    color: #fff;
}

    .footer .copyrights a {
        color: #bcdcfd;
    }

        .footer .copyrights a:hover {
            color: #f2f180;
        }

.footer_bg {
    background-color: #1c1c5e;
}

/* Inner Page design Style */
.preheader {
    height: 35px;
    line-height: 35px;
    color: #000;
    font-size: .9rem;
    background-color: #f0f0f0 !important;
    position: relative;
    z-index: 9;
}

.preheader_link a {
    line-height: 35px;
    color: #000 !important;
    font-size: .9rem;
    padding: 0 5px;
}

    .preheader_link a:hover {
        color: #f6518d !important;
    }

    .preheader_link a:after {
        content: '|';
        margin-left: 5px;
    }

    .preheader_link a:last-child:after {
        content: '';
        margin-left: 5px;
    }

.inner-container {
    height: 100%;
    min-height: 100vh;
}

/* Table design Ends */
#particle-canvas {
    width: 76%;
    height: 20vh;
    vertical-align: middle;
    transform: rotate(90deg);
    position: fixed;
    content: "";
    left: -250px;
    z-index: -1;
    top: 0px;
}

.front_link {
    position: relative;
    /* width: 70%; */
}

    .front_link img {
        width: 80px;
        margin-bottom: 20px;
        /* width: 70%; */
    }

.box-1 {
    background: #ffccb6;
    border-radius: 8px;
    color: #210D32;
}

.box-2 {
    background: #E6D0F0;
    border-radius: 8px;
    color: #210D32;
}

.box-3 {
    background: #FEBCC8;
    border-radius: 8px;
    color: #210D32;
}

.front_link a {
    display: block;
    width: 100%;
    transition: 0.5s;
    padding: 20px;
    text-align: center;
    /* border: 2px solid #4348a0; */
    /* background-color: #4235797d; */
    /* color: #fff; */
}

    .front_link a:hover {
        background-color: #fff;
    }

.front_link h3 {
    font-size: 21px;
    font-weight: 500;
}

/*CandidateLogin CSS Start*/
.login100-form input {
    outline: none;
    border: none;
    background-color: transparent;
}

    .login100-form input:focus::-webkit-input-placeholder {
        color: transparent
    }

    .login100-form input:focus:-moz-placeholder {
        color: transparent
    }

    .login100-form input:focus::-moz-placeholder {
        color: transparent
    }

    .login100-form input:focus:-ms-input-placeholder {
        color: transparent
    }

    .login100-form input::-webkit-input-placeholder {
        color: #adadad
    }

    .login100-form input:-moz-placeholder {
        color: #adadad
    }

    .login100-form input::-moz-placeholder {
        color: #adadad
    }

    .login100-form input:-ms-input-placeholder {
        color: #adadad
    }

.login100-form button {
    outline: none !important;
    border: none;
    background: 0 0
}

    .login100-form button:hover {
        cursor: pointer
    }

.wrap-login100 {
    background-image: linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);
    overflow: 1;
    padding: 20px 40px;
    position: absolute;
    right: 0;
    z-index: inherit;
}

.login100-form {
    width: 100%
}

.login100-form-title {
    display: block;
    font-size: 20px;
    color: #210D32;
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 20px; */
}

.captcha_area {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 15px;
    text-align: center;
    ;
    padding: 14px;
    display: flex;
}

    .captcha_area img {
        width: 24px;
    }

.col-26 {
    width: 26%;
    float: left;
}

.col-16 {
    width: 16%;
    float: left;
}

.border_right {
    border-right: 1px dotted #70AED0;
}

.help_popup {
    position: relative;
    display: inline-block;
}

.captcha_area input[type="text"],
.captcha_area input[type="number"] {
    width: 100%;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #50a6bf;
    margin-bottom: 18px;
}

.input100 {
    font-size: 13px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 20px 0 15px 0;
    background-color: transparent !important;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        background: #6a7dfe;
        background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        background: -o-linear-gradient(left, #21d4fd, #b721ff);
        background: -moz-linear-gradient(left, #21d4fd, #b721ff);
        background: linear-gradient(left, #21d4fd, #b721ff)
    }

.form-subtext {
    color: #a7a7a7;
}

.focus-input100::after {
    font-size: 14px;
    color: #a7a7a7;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: -11px;
    left: 25%;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    /*	background-image: url("../image/mail_icon.svg"); background-repeat: no-repeat;*/
}

.input100:focus + .focus-input100::after {
    top: -10px
}

.input100:focus + .focus-input100::before {
    width: 100%
}

.has-val.input100 + .focus-input100::after {
    top: -10px
}

.has-val.input100 + .focus-input100::before {
    width: 100%
}

.btn-show-pass {
    font-size: 15px;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

    .btn-show-pass:hover {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff)
    }

    .btn-show-pass.active {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff)
    }

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg, #D76C82 34%, #B03052 49%, #D76C82 64%);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-profile_btn {
    background: linear-gradient(90deg, #51c9bf 34%, rgb(103 213 156) 49%, rgb(18 116 102) 64%) !important;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 10px auto;
}

.login100-form-btn {
    font-size: 18px;
    color: #fff !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    background: none;
    border: none;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0
}

.wrap-login200-form-btn:hover .login100-form-bgbtn {
    left: 0
}

@media(max-width: 576px) {
    .mpo-link, .mpo_logo {
        display: none;
    }

    .dept_logo img {
        width: 80px;
    }

    .intro h1 {
        font-size: 24px !important;
    }

    .intro h3 {
        font-size: 16px !important;
    }

    intro p {
        font-size: 14px !important;
    }

    .wrap-login100 {
        padding: 30px;
        width: 90%;
    }

    .login100-form-title {
        font-size: 20px !important;
        margin-bottom: 20px;
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }

    .default_content {
        order: 1 !important;
    }

    .wrap-login100 {
        order: 2 !important;
    }

    /*candidate login CSS End*/
    .login_input {
        widows: 96%;
        margin: 0 auto;
        text-align: center;
    }

    .verticle_menu {
        margin-bottom: 16px;
    }
}

.login_inputBox input {
    position: relative;
    width: 90%;
    outline: none;
    padding: 4px;
    color: #000;
    background-color: #f3f3f3;
    margin: 10px 0;
    border: 1px solid #b480fc;
    border-radius: 10px;
    display: flex;
}

.otp_screen .login_submit_btn {
    text-align: center;
    margin-top: 10px;
}

.login_input {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.login_inputBox {
    float: left;
    display: flex;
    width: 25%;
    height: 62px;
}

.login_submit_btn input {
    position: relative;
    border: none;
    outline: none;
    padding: 5px 15px;
    background: linear-gradient(45deg, #866fd7 0%, #4976df 100%);
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    margin-bottom: 4px;
    width: 100%;
}

.captcha_outer {
    height: auto;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.captcha_area {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    border: 1px solid #ccc;
}

.captcha_area,
.numaric,
.answer,
.captcha_btn {
    float: left;
}

.numaric {
    width: 15%;
}

.answer {
    width: 30%;
}

.captcha_btn {
    width: 45%;
    float: right;
}

    .captcha_btn a img {
        width: 28px;
    }

    .captcha_btn a {
        padding: 0 4px;
    }

.captcha_area .input-captcha {
    /* height: 50px; */
    border-style: none;
    padding: 2px 10px;
    outline: none;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    background-color: #f2f2f2;
    /* padding-right: 40px; */
    color: #000;
    margin: 0 6px;
    width: 100%;
}

.intro {
    text-align: left;
    margin: 20px 0 50px;
}

    .intro p {
        color: #fff;
        font-size: 16px;
        opacity: .9;
    }

    .intro h1 {
        color: #FFD586;
        font-size: 48px;
        font-weight: 800;
    }

    .intro h3 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
    }

.counter {
    font-size: 36px;
    color: #9B177E;
    font-weight: 800;
}

.count-text {
    font-size: 20px;
    font-weight: 500;
}

/* show objects being animated */
.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* show objects being animated */
/*animation css*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

/*animation css end*/
.delay1 {
    animation-delay: 0.1s;
}

.delay2 {
    animation-delay: 0.2s;
}

.delay3 {
    animation-delay: 0.3s;
}

.delay4 {
    animation-delay: 0.4s;
}

.delay5 {
    animation-delay: 0.5s;
}

.delay6 {
    animation-delay: 0.6s;
}

/*animation css end*/
.track_app_btn {
    padding: 20px;
    color: #fff;
    cursor: pointer;
    border: 2px solid #FF8B00;
    transition: 0.5s;
    margin-top: 20px;
    width: 220px;
}

/*trackapp popup css*/
.trackapp a {
    position: fixed;
    color: #000;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 10px 0 0 10px;
    padding: 10px 20px 10px 10px;
    margin: 0px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    transition: .5s all ease-in-out;
    right: -10px;
    top: 30%;
    z-index: 99;
    background-color: #fbb03b;
    writing-mode: vertical-lr;
    font-weight: 700;
}

    .trackapp a:hover {
        color: #fff !important;
    }

.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #E6D0F0;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

.button-float {
    animation: float 1.5s linear alternate infinite;
}

@keyframes float {
    50% {
        transform: translateY(-px);
    }

    100% {
        transform: translateY(-18px);
    }
}

.drawer {
    display: none;
}

.drawer_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer_header {
    /* Optional */
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.drawer_close {
    /* Optional */
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 1rem;
}

.drawer_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 340px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0);
    /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
    /* Optional */
    box-shadow: 0 2px 6px #777;
}

.drawer_content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    /* Optional */
    padding: 1.5rem;
}

.drawer-left .drawer_wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
    display: block;
}

.drawer.is-visible .drawer_wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drawer.is-visible .drawer_overlay {
    opacity: 0.5;
}

@media screen and (min-width:320px) and (max-width:768px) {
    .front_link a {
        margin-bottom: 16px;
    }

    .wrap-login100 {
        top: 0;
    }

    .cover_panel {
        display: none;
    }

    .login_content {
        float: none;
        width: 100% !important;
    }

    .login_bg {
        width: 96% !important;
        margin: 60px auto;
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .front_link a {
        margin-bottom: 16px;
    }

    .wrap-login100 {
        top: 0;
    }

    .login_bg {
        width: 96% !important;
        margin: 60px auto;
    }
}

.login_bg {
    width: 60%;
    margin: 60px auto;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    background: rgb(255, 255, 255);
    box-shadow: 0px 16px 39px #dddddd;
    position: relative;
}

.cover_panel {
    width: 48%;
    background-image: url("../images/login_left-bg.svg");
    background-repeat: no-repeat;
    height: 403px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
}

    .cover_panel img {
        margin: 20px 0 0;
        width: 200px;
    }

    .cover_panel p {
        margin: 0;
    }

    .cover_panel span {
        font-weight: 200;
        font-size: 40px;
    }

.login_content {
    float: right;
    width: 46%;
}

.login_heading {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: .8rem;
}

.form-group {
    margin-bottom: .8rem;
}

.login_btn {
    padding: 10px 15px;
    border-radius: 30px;
    background: linear-gradient(45deg, rgba(0, 70, 208, 1) 0%, rgba(0, 208, 255, 1) 100%);
    color: #fff;
    border: none;
    font-weight: 700;
    width: 100%;
    margin-bottom: .8rem;
    transition: 0.5s all;
}

    .login_btn:hover {
        transform: translateY(-4px);
    }

.calltoaction_btn a {
    width: 100%;
    padding: 4px;
    cursor: pointer;
    display: block;
    color: #210d32;
    font-size: 16px;
    margin-bottom: 10px;
    border: 2px solid #E6D0F0;
    transition: 0.5s;
    background-color: #E6D0F0;
    font-weight: 500;
}

    .calltoaction_btn a:hover {
        transform: translateY(-4px);
        background-color: #FEBCC8;
        color: #000;
        border: 2px solid #FEBCC8;
    }

.service-heading {
    font-size: 21px;
    color: #210D32;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
}

.service-box {
    width: 300px;
    background-color: #f5e9fa;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #e6d0f0;
    text-align: center;
    margin-bottom: 16px;
}

.service-link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #210D32;
}

    .service-link h3 {
        font-size: 18px;
        font-weight: 600;
        color: #210D32;
    }

    .service-link span {
        font-size: 24px;
    }


    .service-link img {
        width: 32px;
        margin-bottom: 12px;
    }


.wrap-login100 img.trackapp_icn {
    /* width: 100px; */
    /* margin-bottom: 20px; */
    background: #f1f1ef;
    padding: 6px;
    border-radius: 2px;
    text-align: center;
}

.calltoaction_btn span {
    position: relative;
}

    .calltoaction_btn span img {
        width: 60px;
        margin-right: 6px;
    }

        .calltoaction_btn span img.sman {
            width: 30px;
            width: 25px;
            position: absolute;
            left: 18px;
            top: 3px;
        }

.gear {
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pageheading {
    margin-top: 8px;
    border-bottom: 3px solid #ccc;
}

/*track application tracker css...............*/
.service_link {
    width: 100%;
    display: block;
    text-align: center;
}

    .service_link a {
        display: block;
        background: linear-gradient(45deg, rgb(241 241 241) 0%, rgba(255, 255, 255, 1) 100%);
        color: #000;
        cursor: pointer;
        transition: 0.5s;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .service_link a:hover {
            transform: translateX(4px);
            box-shadow: 0 10px 10px #ccc;
            color: #000;
        }

        .service_link a img {
            transition: 0.5s all;
            width: 90px;
            margin-bottom: 10px;
        }

        .service_link a:hover img {
            filter: drop-shadow(8px 9px 3px #999);
        }

/*track Application page css start..................................*/
.order-tracking {
    text-align: center;
    width: 16% !important;
    position: relative;
    display: block;
}

.completed_status,
.rejected_status,
.pending_status,
.default_status {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: 2px solid #ffffff;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
    box-shadow: 0 0 10px #ccc;
}

.completed_status {
    background-color: #007E24;
}

.rejected_status {
    background-color: #FF0000;
}

.pending_status {
    background-color: #FFAB00;
}

.default_status {
    background-color: #BEBEBE;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}

.order-tracking.rejected:before {
    background-color: #FF0000;
}

.order-tracking.painding:before {
    background-color: #FFAB00;
}

.order-tracking p {
    color: #A4A4A4;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

    .order-tracking p span {
        font-size: 14px;
    }

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 16px);
    background-color: #afafaf;
    top: 7px;
    position: absolute;
    left: calc(-50% + 8px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.ticketreopen {
    background-color: rgba(255, 255, 255, 0.52);
    padding: 20px;
    box-shadow: 0 0 10px #00000036;
    border-radius: 20px;
    border: 4px solid #fff;
}

    .ticketreopen img {
        width: 320px;
    }

@media screen and (min-width:320px) and (max-width:999px) {
    .order-tracking::before {
        content: '';
        display: block;
        width: 1px;
        height: calc(110% - 0px);
        background-color: #afafaf;
        top: 8px;
        position: absolute;
        left: calc(-50% + 0px);
        z-index: 0;
        margin: 0 auto
    }
}

.accessdaneid_area {
    width: 80%;
    margin: 7% auto 5% auto;
    text-align: center;
}

    .accessdaneid_area img {
        width: 300px;
    }

    .accessdaneid_area h2 {
        font-weight: 700;
        font-size: 40px;
    }


.errorpage_area {
    width: 80%;
    margin: 7% auto 5% auto;
    text-align: center;
}

    .errorpage_area img {
        width: 270px;
        margin-bottom: 14px;
    }

    .errorpage_area h2 {
        font-weight: 700;
        font-size: 50px;
    }


.logout_area {
    width: 80%;
    margin: 7% auto 5% auto;
    text-align: center;
}

    .logout_area img {
        width: 200px;
        margin-bottom: 14px;
    }

    .logout_area h2 {
        font-weight: 700;
        font-size: 30px;
    }

/* contact detail style  */
#openMenuBtn {
    position: fixed;
    right: 0px;
    /* margin: 16px; */
    top: 150px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    /* height: 146px; */
    border-radius: 0 4px 4px 0;
    text-align: center;
    text-orientation: mixed;
    transform: rotate(180deg);
    transition: .45s ease-in-out;
    writing-mode: vertical-rl;
    align-items: center;
    backface-visibility: hidden;
    background-color: #f6c539 !important;
    color: var(--text-dark);
    border: 0 !important;
    padding: 8px 10px;
    z-index: 77;
}

#sidemenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 999;
}

.side-menu {
    position: fixed;
    top: 20%;
    right: -300px;
    /* Initially hidden on the right */
    width: 300px;
    height: 350px;
    background-color: #fff;
    transition: right .45s ease-in-out;
    z-index: 100000;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 0px 30px;
}

    .side-menu .close-btn {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 30px;
        color: #171717;
        cursor: pointer;
    }

    .side-menu .menu-content {
        margin-top: 50px;
        padding: 20px;
    }

    .side-menu .menu-item {
        padding: 10px 0;
        font-size: 18px;
    }

        .side-menu .menu-item a {
            text-decoration: none;
        }

            .side-menu .menu-item a:hover {
                color: #007bff;
            }

.contact-heading {
    font-size: 21px;
    color: #210D32;
    font-weight: 600;
}

.contact-heading--ph {
    font-size: 16px;
    color: #210D32;
    font-weight: 600;
}

    .contact-heading--ph img {
        filter: invert(15%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(100%);
    }

/* form page css start  */

.form-input {
    height: 100vh;
}

.form-header {
    background-image: url('../images/login-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
    display: flex;
    align-items: center;
}

.breadcrumb-link.active {
    color: #B03052;
    font-weight: 500;
}

.footer-bg {
    background: #E8988A;
}

/* login page css start  */

.login-section {
    background: #f7f7f7;
}

.mid-section {
    height: 100vh;
}

.login-form--img {
    display: flex;
}

.login-form {
    width: 80%;
    position: relative;
}

.captcha-section {
    background: #ffffff;
    border-radius: 6px;
    padding: 8px;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.captcha-field {
    flex-grow: 1;
}

.captcha-icon {
    padding: 0 4px;
}

.login-bg {
    height: 100vh;
}

.forgot-pw a {
    font-size: 14px;
    color: #B03052;
    font-weight: 600;
    cursor: pointer;
}

.forgot-pw:hover {
    color: #B03052;
}

.poweredby-text {
    color: black;
}

@media (max-width: 767px) {
    .login-form--img {
        display: none;
    }

    .login-form {
        width: 100%;
    }
}

.captcha-icon img {
    width: 32px;
}

@media (max-width: 991px) {
    .content-container {
        height: 100%;
    }
}


/* login page css end  */

/* Server css */

.server_name {
    position: fixed;
    bottom: 3px;
    right: 3px;
    text-align: center;
    padding: 6px 10px 5px 24px;
    z-index: 9;
    display: inline-block;
    color: #000;
    background-color: #fa0;
    border-radius: 0px 15px 0px 15px !important;
}




#lblServer:after {
    content: '\f233';
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 7px;
}

.mpo_logo {
    margin-top: -75px;
    float: right
}



    .mpo_logo img {
        width: 300px;
    }

.captchaForm {
    width: 300px;
    margin: 0 auto;
}

/*Forget Password Css*/
.forgetpw-img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.forgetpw-container {
    height: calc(100vh - 35px);
    display: flex;
    flex-direction: column;
}

.forgetpw-content {
    background: #fff;
    box-shadow: 0 2px 12px #dedede;
    border-radius: 12px;
    padding: 12px;
    width: 400px;
}

.single-page-heading {
    font-weight: 700;
    color: #210D32;
    font-size: 18px;
}

.single-page-text {
    color: #676767;
}

.forgetpw-head {
    text-align: center;
    margin-bottom: 16px;
}

.form-label {
    margin-bottom: 4px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 12px;
}

.backtologin {
    text-align: center;
}

    .backtologin a {
        font-size: 14px;
        color: #210D32;
        font-weight: 600;
        cursor: pointer;
    }

        .backtologin a:hover {
            font-size: 14px;
            color: #B03052;
            font-weight: 600;
            cursor: pointer;
        }

.forgetpw-img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.resetpw-container {
    height: calc(100vh - 35px);
    display: flex;
    flex-direction: column;
}

.resetpw-content {
    background: #fff;
    box-shadow: 0 2px 12px #dedede;
    border-radius: 12px;
    padding: 12px;
    width: 400px;
}

.single-page-heading {
    font-weight: 700;
    color: #210D32;
    font-size: 18px;
}

.instructions {
    padding: 12px;
    border-radius: 8px;
    background: #fff9e7;
}

.instruction-heading {
    font-weight: 600;
    color: #210D32;
    font-size: 14px;
}

.password-rules {
    padding-left: 0 !important;
    list-style: none;
    margin-bottom: 0 !important;
}

    .password-rules li {
        font-size: 14px;
        color: #676767;
        margin-bottom: 4px;
    }



.single-page-text {
    color: #676767;
}

.resetpw-head {
    text-align: center;
    margin-bottom: 16px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

    .otp-inputs input {
        width: 45px;
        height: 50px;
        font-size: 22px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

        .otp-inputs input:focus {
            border-color: #4a90e2;
            outline: none;
        }

.input-group {
    position: relative;
    margin-bottom: 12px;
}

    .input-group input {
        width: 100%;
        padding: 6px 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px !important;
    }

input:focus-visible {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.resetpw-cancel {
    text-align: center;
}

    .resetpw-cancel p {
        font-size: 13px;
        color: #210D32;
        font-weight: 600;
        cursor: pointer;
    }

    .resetpw-cancel a {
        font-size: 13px;
        color: #0c1bec;
        font-weight: 600;
        cursor: pointer;
    }

        .resetpw-cancel a:hover {
            color: #B03052;
        }


.toggle-password-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.resetpwsuccess-container {
    height: calc(100vh - 35px);
    display: flex;
    flex-direction: column;
}

.resetpwsuccess-content {
    text-align: center;
}

.single-page-heading {
    font-weight: 700;
    color: #210D32;
    font-size: 18px;
}

.single-page-text {
    color: #676767;
}

.resetpwsuccess-img {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
}
