﻿
/*body { background-image:url('../Images/Vision-India-Skills-Bg.jpg') }*/

/*davinder code root start*/
:root {
    --white: #fff;
    --black: #000;
    --bg: linear-gradient(135deg, #f0f4f7a8 0%, #e5eaf7 100%);
    --borderradius: 5px;
    --GraphikRegular: GraphikRegular;
    --GraphikMedium: GraphikMedium;
    --GraphikLight: GraphikLight;
    --aptos: aptos;
    --aptosSemibold: aptos-semibold;
    --aptosExtrabold: aptos-extrabold;
    --aptosBold: aptos-bold;
    --aptos-black: aptos-black;
    --lightpurple: #f9f6fd;
    --btncolr: #6a2cd8;
    --yelcolr: #ffb652;
    --lightyel: #ffb652c7;
    --verylightyel: #fff3d12e;
    --blueclr: #2672c1;
    --lightblueclr: #2672c15e;
    --drkyel: #ffa934;
    --pinkprup: #891449;
    --lightprup: #8d1b4d14;
    --drkpurp: #680737;
    --pinkclr: #de1160;
    --drkpink: #cc0451;
    --bxshdow: rgb(200 206 213 / 20%) 0px 8px 24px;
    --offwhite: #f4f2f2;
    --linkcolor: #337ab7;
    --redbgcolor: #E21F26;
}
/*davinder code root end*/
/*davinder code aptos font-face add*/
@font-face {
    font-family: aptos;
    src: url(../fonts/Aptos/aptos.ttf) format('truetype');
}

@font-face {
    font-family: aptos-semibold;
    src: url(../fonts/Aptos/aptos-semibold.ttf) format('truetype');
}

@font-face {
    font-family: aptos-extrabold;
    src: url(../fonts/Aptos/aptos-extrabold.ttf) format('truetype');
}

@font-face {
    font-family: aptos-bold;
    src: url(../fonts/Aptos/aptos-bold.ttf) format('truetype');
}

@font-face {
    font-family: aptos-black;
    src: url(../fonts/Aptos/aptos-black.ttf) format('truetype');
}

@font-face {
    font-family: GraphikBlack;
    src: url(../fonts/Graphik-Font-Family/GraphikBlack.otf) format('OpenType');
}

@font-face {
    font-family: GraphikBold;
    src: url(../fonts/Graphik-Font-Family/GraphikBold.otf) format('OpenType');
}

@font-face {
    font-family: GraphikLight;
    src: url(../fonts/Graphik-Font-Family/GraphikLight.otf) format('OpenType');
}

@font-face {
    font-family: GraphikMedium;
    src: url(../fonts/Graphik-Font-Family/GraphikMedium.otf) format('OpenType');
}

@font-face {
    font-family: GraphikRegular;
    src: url(../fonts/Graphik-Font-Family/GraphikRegular.otf) format('OpenType');
}

@font-face {
    font-family: GraphikSemibold;
    src: url(../fonts/Graphik-Font-Family/GraphikSemibold.otf) format('OpenType');
}

@font-face {
    font-family: GraphikSuper;
    src: url(../fonts/Graphik-Font-Family/GraphikSuper.otf) format('OpenType');
}

@font-face {
    font-family: GraphikThin;
    src: url(../fonts/Graphik-Font-Family/GraphikThin.otf) format('OpenType');
}


/*#52a2fc,#480fcc*/
.header {
    width: 100%;
    background: var(--offwhite);
    position: fixed;
    z-index: 1000;
    top: 0;
}
body::-webkit-scrollbar{
    display:none;
}

/*===================== Login Part ====================*/
.loginContainer {
    width: 100%;
    background: linear-gradient(180deg,#2c89cf 0,#59a2d9 44%,#338cd0);
}
.LoginInner { padding: 25px 0 0;  min-height: 20rem;  background-image: url('../Images/Login-Bg.png')}


.LoginBox { margin: 1.4rem 0 0; background-color: #eee; border-radius: .2rem .2rem .2rem .2rem;min-height: 10rem; bottom: -.5rem;
            -ms-box-shadow: 0 -5px 1rem rgba(0,0,0,.5); box-shadow: 0 -5px 1rem rgba(0,0,0,.5); }

.LoginBox .innerContainer { width:100%; padding:30px }

.labeltext { background-color:#EDF7FE;height:49px; float:left ; 
             margin-top:0px; padding:15px 18px 15px 18px ;color:#2082cd;}

.LoginTextBox { height:49.6px ;background-color: #fff; border-radius: 4px; margin-top:0px; margin-left:-5px;
                border-left:none !important;width:64.9% !important; float: right !important;
}

.validity {
    font-family: aptos, sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #E21f26 !important;
    padding:0px 0px 0px 0px;
    margin-bottom: 10px
    /* background-color: var(--pinkprup);
    border: 1px solid var(--pinkprup);*/
    /*border-radius: 4px !important;*/
}
.verifyicon i {
    color: #fff !important;
    float: right;
    margin: -25px 10px 0px 0px;
    background-color: #4BB647;
    padding: 2px 3px 3px 3px;
    border-radius: 50%;
    font-size: 12px;
}

.unverifyicon i {
    color: #E21F26 !important;
    float: right;
    margin: -25px 10px 0px 0px
}
.verifyicon-new i {
    color: #008000 !important;
    float: right;
    margin: -25px 80px 0px 0px;
}

.unverifyicon-new i {
    color: #FFF !important;
    float: right;
    margin: -25px 15px 0px 0px;
    background-color: #E21F26;
    padding: 2px 3px 3px 3px;
    border-radius: 50%;
    font-size: 12px;
}

.required-sign { color:#E21F26; font-size:12px; font-weight:600 }

.alert-msg {
    font-family: aptos, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #E4101E !important;
    background-color: #FFEEDB;
    border: 1px solid #FABFA7;
    padding: 5px;
    border-radius: 4px !important;
}


/*============= support Desk Css ===========================*/
.supportbox {
    color: var(--black);
    font-size: 14.5px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: right;
    margin-top: 10px;
    line-height: 20px;
}

.supportBoxMaster { color:var(--black); font-size:13px; font-weight:400; font-family:'Lato', sans-serif; text-align:right;margin-top: 10px;
    line-height: 20px; }

.supportBoxMaster:hover { color:var(--black)}


.download-link {
    font-family: var(--aptos);
    font-weight: 700;
    font-size: 13px;
    color: var(--linkcolor);
    padding:15px 0px 0px 0px
}

.info-text {
    font-family: var(--aptos);
    font-weight: 700;
    font-size: 14px;
    color:#444;
    padding:5px 0px 5px 0px
}

.other-instructions {
    font-family: var(--aptos);
    font-size: 16px;
    color: #222;
    line-height: 26px;
    font-weight:500
}

/*==================== My Google Fonts CSS =============================*/

@font-face {
    font-family: GoogleSans-Regular;
    src: url(../Google-Sans-Font/GoogleSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: GoogleSans-Medium;
    src: url(../Google-Sans-Font/GoogleSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: GoogleSans-Bold;
    src: url(../Google-Sans-Font/GoogleSans-Bold.ttf) format('truetype');
}


/*===================== Login Part New ====================*/

.loginContainerNew 
{ margin-top:100px; }
.logintext { color:#FFF; text-align:center; font-family:GoogleSans-Medium, sans-serif; font-weight:500; 
             margin-bottom:20px; font-size:25px}

.LoginInnerNew 
{
  background-color: rgba(255,255,255, 0.7); 
  border-radius:5px !important; 
  border:5px solid #e1e1e1; 
  padding:20px;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); 
  -moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); 
  box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); 
  text-align:center;
}

.avatar { margin-top:20px;text-align:center }
.avatar img{ width:100px; height:100px; border-radius:50% !important;text-align:center; 
             background-color:#fff;padding:5px; margin-left:auto; margin-right:auto}

.loginColorRow { width:100%; }

.loginBoxnew {  background-color:#f5f5f5 }

.Logincolone { padding:53px 70px 0px  }

.sephead { background-color:#ccc; min-height:110px; width:1px; margin-left:19px }
.sepcircle { border:1px solid #ccc; border-radius:50%; color:#ccc; font-weight:400; background-color:#fff; 
             font-family:'Lato', sans-serif; text-align:center; padding:10px; height:40px; width:40px }

.logintextNew { color:#434343; font-family:Poppins, sans-serif; font-weight:400; text-align:left }

.LoginTextBoxNew { height:42px ;background-color: #fff; border-radius: 4px;}

.buttoncol { margin-top:0px; text-align:right; margin-right:0px }

.LoginBtn { border: none; font-family:'Lato', sans-serif ; background:#e21f26; color: #fff;	cursor: pointer;	
              padding:5px 22px;	display: inline-block;	margin:0px 0px 5px 0px; border-radius:3px; font-size:14px; 
              outline: none;-webkit-transition: all 0.9s; -o-transition: all 0.9s; -ms-transition: all 0.9s;
             -moz-transition: all 0.9s;	transition: all 0.9s;border-color: #e21f26;text-align:center; font-weight:700}

    .LoginBtn:hover {
        color: #fff; /*background: #AF1313;*/
        background: var(--drkpurp); -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
        transition: all 0.9s;
    }

.Notept {
    font-family: var(--aptos);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    /* color: #444; */
    color: var(--black);
    margin-top: -10px;
}

.passtext{ font-family:Poppins, sans-serif; font-size:11px;text-align:right; float:right; margin-top:5px }

.welcometext { font-family:'Poppins'; font-size:16px; color:#e40000; text-align:center ; font-weight:600; text-transform:capitalize}

.copyrighttext {
    font-family: var(--GraphikRegular);
    font-size: 11px;
    text-align: center;
    color: #FFF;
    padding: 10px 0px 0px 0px
}

/*========================= Ejoining Home Css ====================================*/

.headerbox { background-color:#029e9b; margin:30px auto 0; padding:10px 0px 4px 0px;border-radius: 4px; width:80%  }
.headerbox p { font-family:'Lato', sans-serif; font-size:20px; font-weight:700; text-align:center; color:#FFF }

.headtext h1 {
    text-align: center;
    font-family: var(--aptosBold);
    font-size: 22px;
    font-weight: 700;
    /*color: #494949;*/
    color:var(--pinkprup);
    /*    margin-top:130px*/
}

.headtext h1:nth-child(1) {
  width: 100%;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  white-space: nowrap;
  overflow: hidden;
  text-align:center;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

.JoiningManiContainer { 
    width:100% ;
    background-position:bottom; 
    background-repeat:no-repeat;
    min-height:100vh; }


.circleContainer {
    width: 100%;
    margin: 30px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0px 10px 0px;
}

    .circleContainer a {
        color: var(--pinkprup)
    }

.outercircle { width:155px; height:155px; padding:6px;border-radius:50%; margin-left:auto; margin-right:auto;
               transition:.5s;}
    .outercircle:hover {
        border: 1px solid var(--drkyel);
        border: 1px solid var(--pinkprup);
        width:155px;
        height:155px;
    }



.BlueCircle, .GreenCircle, .OrangeCircle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    /*background-image: linear-gradient(145deg, var(--drkpurp), var(--lightprup));
    box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    background-image: -webkit-linear-gradient(145deg, var(--drkpurp), var(--lightprup));*/
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: .5s;
}


    .OrangeCircle:hover, .BlueCircle:hover, .GreenCircle:hover{
        background: var(--pinkprup);
        color: var(--white);
    }


.RedCircle {width:140px; height:140px; border-radius:50%;background-color: #f4647a;
               background-image: linear-gradient(145deg, #8d2d3b, #f4647a);
               box-shadow: 1px 1px 3px rgba(0,0,0,.4); 
               background-image: -webkit-linear-gradient(145deg, #8d2d3b, #f4647a); }

.DarkBlueCircle { width:140px; height:140px; border-radius:50%;background-color: #1d4aa4;
               background-image: linear-gradient(145deg, #133781, #306be2);
               box-shadow: 1px 1px 3px rgba(0,0,0,.4); 
               background-image: -webkit-linear-gradient(145deg, #133781, #306be2); }


.PurpleCircle {width:140px; height:140px; border-radius:50%;background-color: #6a2698;
               background-image: linear-gradient(145deg, #290a59, #d453ff);
               box-shadow: 1px 1px 3px rgba(0,0,0,.4); 
               background-image: -webkit-linear-gradient(145deg, #290a59, #d453ff); }

.LightBlueCircle {width:140px; height:140px; border-radius:50%;background-color: #1fa8e2;
               background-image: linear-gradient(145deg, #038ed6, #5ce1fd);
               box-shadow: 1px 1px 3px rgba(0,0,0,.4); 
               background-image: -webkit-linear-gradient(145deg, #038ed6, #5ce1fd); }

.LightPurpleCircle {width:140px; height:140px; border-radius:50%;background-color: #5e7492;
               background-image: linear-gradient(145deg, #314064, #9ab9ce);
               box-shadow: 1px 1px 3px rgba(0,0,0,.4); 
               background-image: -webkit-linear-gradient(145deg, #314064, #9ab9ce); }

.icon-text { color: #fff;font-size: 49px;font-weight: 700;text-align: center;padding-top:8px; }
.boxname { font-family:'Lato', sans-serif; font-size:12px; font-weight:700;text-align:center}



/*======================= User Form Css ======================================*/

/*.UserTheme { background:var(--bg)}*/
.UserThemeInner {
/*    padding: 25px 0 0;*/
    background-image: url(../Images/parttern.svg);
    /* min-height: 580px; */
    min-height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrum { margin:-15px 0px 15px 0px ;/*background: rgba(27,97,157,.5);*/}
.breadcrum a{ font-family:Poppins, sans-serif; font-size:12px; text-align:left; text-decoration:none; color:#242424 !important }
.breadcrum a:hover { color:#FFF; text-decoration:underline }

.active { color:#FFF !important; text-decoration:underline !important ; font-family:Poppins !important;font-weight:500}

.PageHeading {
    font-size: 18px;
    color: var(--white);
    font-family: var(--GraphikMedium);
    font-weight: 500;
    padding: 8px 15px;
    background: var(--drkpurp);
    border-top-left-radius: var(--borderradius);
    border-top-right-radius: var(--borderradius);
}

.form-label {
    color: var(--black);
    font-family: var(--aptos);
    font-size: 14.5px;
    text-align: left;
    font-weight: 400;
}
.mt-checkbox-inline{
    display:flex;
    flex-wrap:wrap;
}
.form-labelBlack {
    color: #222;
    font-family: var(--aptos);
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    width: fit-content;
}

.form-head { background-color:#01495a; padding:5px;  }

.UserFormControl {
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
} 

.UserForm { background-color: rgba(255,255,255,.5); padding:10px 10px 10px 10px; border-radius:5px;
            webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,.2);
            box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); }

.DropDown 
{  
  -webkit-appearance: none; 
  -moz-appearance:none;
  background-image:url('../Images/arrowicon.png');
  background-position:right;
  background-repeat:no-repeat

}

.DropDown:focus {
  background-image:url('../Images/arrowiconup.png');
  background-position:right;
  background-repeat:no-repeat;
  -webkit-appearance: none;
  
}

.topspace { margin-top:20px }


.ProceedBtn {
    border: none;
    font-family: var(--aptos);
    background: var(--pinkprup);
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    border-color: #e21f26;
    text-align: center;
    font-weight: 400
}

    .ProceedBtn:hover {
        color: #fff;
        background: var(--drkpurp);
        -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
        transition: all 0.9s;
    }


.BackBtn {
    border: none;
    font-family: var(--aptos);
    background: var(--redbgcolor);
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    border-color: #1bbce2;
    text-align: center;
    font-weight: 400
}

    .BackBtn:hover {
        color: #fff;
        background: var(--drkpink);
        -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
        transition: all 0.9s;
    } 

.profile-img  { width:146px; height:184px; padding:5px 5px 5px 5px ; margin:0px 0px 5px 0px;border:1px solid #A4A4A4 }
.profile-img img { max-width:135px; max-height:170px !important; height:170px !important }

.signature-img  { width:320px; height:90px; padding:5px 5px 5px 5px ; margin:0px 0px 5px 0px;border:1px solid #A4A4A4 }
.signature-img img { max-width:315px !important; max-height:80px !important; }

/*======================= Footer Css ======================================*/

.footer {
    background-color: var(--pinkprup);
    color: var(--white);
    text-align: center;
    width: 100%;
    padding: 15px 0px 10px 0px;
    line-height: 0px;
    font-family: var(--aptos);
    font-size: 14px;
    font-weight: 400;
}

    .footer a {
        color: var(--white);
    }
.footer a:hover { color:var(--white); text-decoration:underline }




.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-checkbox-outline:hover > 
input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > 
input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span, 
.mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, 
.mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, 
.mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, 
.mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, 
.mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, 
.mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, 
.mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
border: 1px solid #d9d9d9;
background: 0 0;
}




/* The container */
.containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containercheck:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*-----------------  MY GRIDVIEW DESIGN ---------------------------*/
 .mGrid {   
        width: 100%;   
        background-color: #FFFFFF;   
        margin: 1px 0 1px 0;   
        border: solid 1px #C0C0C0;   
        border-collapse:collapse;   
        font-family:aptos, Verdana, Geneva, Tahoma, sans-serif;
        
    }  
    .mGrid td {  
        padding:4px 4px 0px 4px;   
        border: solid 1px #c1c1c1;   
        color: #000000;  
        font-size:11px;
        text-align:center;
    }  
    .mGrid th {   
        padding: 0px 0px;   
        /*color: #FFFFFF;*/   
        background: #DFECFC url(grd_head.png) repeat-x top;   
        border-left: solid 1px #C0C0C0;   
        color:#0b356c;  
        line-height: 25px;  
        padding:0px 3px 0px 3px;
        /*text-transform:uppercase;*/
        font-size:12px;
        text-align:center
    }  
    .mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }  
    .mGrid .pgr { background: #708090 url(grd_pgr.png) repeat-x top; }  
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #fff;
        line-height: 12px;
    }

    .mGrid td a { color:#306be2; font-weight:600 }
    .mGrid td a:hover { color:#306be2; text-decoration:underline }

    .mGrid .pgr a { color: #FFFFFF; text-decoration: none; }  
    .mGrid .pgr a:hover { color: #FFFFFF; text-decoration: none; }  


    .userinput {
        background-color:yellow;
        padding:2px
    }


    /*=============== multilayer information CSS ==============*/

.infobox {
    width: 100%;
    background-color: var(--drkpurp);
    color: #FFF;
    font-family: var(--aptos);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--drkpurp)!important;
    padding: 5px;
    text-align: left;
}
.infocontainer {
    width: 100%;
    padding: 10px 10px 0px 10px;
    border: 1px solid var(--drkpurp);
    border-top: none
}


.Enjoy_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}








.UserForm {
    margin-bottom: 10px;
}
.form-group .input-group {
    margin-bottom: 5px;
}
.userformtable {
    width: 100%;
    min-width: 100% !important;
}
.modal-footer{
    padding:10px;
}
.modal-footer button {
    font-weight: 500;
    padding: 8px 15px;
    font-size: 15px;
}


/*davinder code start here*/
.dev-container {
    height: 100vh;
    max-height:90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.aft-box {
    border: 1px solid var(--pinkprup);
    padding: 30px 70px 30px 70px;
    border-radius: var(--borderradius);
    box-shadow: var(--bxshdow);
    position: relative;
    backdrop-filter: blur(4px);
}
    .aft-box:after {
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        background: var(--white);
        z-index: -1;
        opacity: 0.6;
        border-radius: var(--borderradius);
    }


.inner-bx-container {
    min-height: 90vh;
    border-radius: var(--borderradius);
    display: flex;
    align-items: center;
   
}
.inner-bx-containerinner {
    background: var(--white);
    border-radius: var(--borderradius);
    box-shadow: var(--bxshdow);
    width: 100%;
    margin: 35px 0 25px 0;
    max-height:500px;
    overflow:hidden;
}
.p-15{
    max-height:450px;
    overflow-y:scroll;
}
.p-15::-webkit-scrollbar {
    width: 5px;
    max-height: 500px;
    overflow-y: scroll;
}
    .p-15::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
    .p-15::-webkit-scrollbar-thumb {
    background: #91094c;
    border-radius: 5px;
}
    /*davinder code end here*/
    /*Responsivecss start here*/
    @media screen and (max-width: 992px) {
        .topspace {
        margin-top: 0px;
    }
}


@media screen and (max-width:600px) {
    .topspace {
        margin-top: 10px;
    }

    .PageHeading {
        font-size: 24px;
    /*    margin: 124px 0px 20px 0px;*/
    }
    .doc_download{
        margin-bottom:15px;
    }
    .UserForm{
        overflow-x:scroll;
    }
    .userformtable {
        width: 100%;
        min-width: 1110px !important;
    }
    .EPF-Logo{
        margin:0 auto!important;
    }
    .d-flexcont-center{
        display:flex;
        justify-content:center;
    }
    .supportBoxMaster{
        text-align:center;
    }
    .supportbox {
        text-align: center;
    }
    #myModal .modal-header button{
        font-size:22px;
    }
    .d-flexcol {
        row-gap: 0px;
        min-height: auto !important;
    }
    .inner-bx-containerinner {
        margin-top: 100px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:360px) {
    .topspace {
        margin-top: 10px;
    }
    .PageHeading {
        font-size:21px;
    }
    .doc_download {
        margin-bottom: 15px;
    }
    .userformtable {
        width: 100%;
        min-width: 1110px!important;
    }
    .UserForm {
        overflow-x: scroll;
    }
    .EPF-Logo {
        margin: 0 auto !important;
    }
    .d-flexcont-center {
        display: flex;
        justify-content: center;
    }
    .footer p {
        font-size: 12.5px;
    }
    .supportBoxMaster {
        text-align: center;
    }
    .supportbox {
        text-align: center;
    }
    #myModal .modal-header button {
        font-size: 25px;
    }
    
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #F5F5F5;
    opacity: 1;
    border: 1px solid #d2d2d2;
}


.UserThemeInner .custom-container {
    
    height: inherit;
    margin-top: 44px;
}

.note-info {
    color: var(--redbgcolor);
    font-family: var(--aptosSemibold);
    font-size: 12px;
    margin: 10px 0px 5px 0px
}

.addBtn {
    border: none;
    font-family: var(--aptos);
    background: var(--redbgcolor);
    color: #fff;
    cursor: pointer;
    padding: 3px 12px;
    display: inline-block;
    margin: 0px 0px 5px 0px;
    border-radius: 3px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
    border-color: #1bbce2;
    text-align: center;
    font-weight: 500
}

    .addBtn:hover {
        color: #fff;
        background: var(--drkpink);
        -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
        transition: all 0.9s;
    } 

/*============= Employee Undertaking Print =======*/

.main-wrapper { 
    width:100%;
    background-color:#FFF;
}

.main-inner {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
}

.content-head {
    font-family: aptos,sans-serif;
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 26px;
    font-weight:700;
    text-decoration:underline;
    margin:20px 0px 20px 0px
}

.content-desc {
    width: 100%;
    font-family: aptos,sans-serif;
}

.content-desc p {
    font-family:aptos,sans-serif;
    font-size: 16px;
    color: #222;
    text-align: justify;
    line-height: 23px;
    font-weight: 500;
    margin: 20px 10px 20px 10px
}

.content-desc {font-size:15px; font-weight:500}

