html {
  font-size: 14px;
}
.ltext{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: max-content;
}

.ldivblock {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    max-width: 430px;
}

.lbuttondiv {
    max-width: 380px;
    align-items: center;
    padding-bottom:28px;
}
.dtlstitlelbl {
    color: var(--Set-Darker-Grey, #666);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dtlstitlevaluelbl {
    color: var(--blue_700, #012B49);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.lcolumn {
    float: left;
    width: 50%;
}
.rcolumn {
    float: right;
    width: 50%;
}
.wrapper {
    border: 2px solid #000;
    overflow: hidden;
}

.adminbold {
    position: absolute;
    // Welcome to Admin Dashboard color: #1B2559;
    font-size: 36px;
    font-family: Poppins;
    font-weight: 500;
    color: #3f3c4d;
    bottom: 108px;
    left: 16px;
    display: block;
    word-wrap: break-word;
    background-color: rgb(214 212 209 / 59%) !important;
}

.adminhomedesc {
    position: absolute;
    text-align: center;
    color: #1B2559;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
    display: block;
    bottom: 56px;
    background-color: rgb(214 212 209 / 59%) !important;
}
.signupbtn {
    display: flex;
    width: 382px;
    height: 50px;
    padding: 10px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: var(--promary_blue, #1B2559);
    color: var(--white, #FFF);
}
.loginbtn {

    width: 327px;
    height: 40px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--promary_blue, #1B2559);
    color: var(--white, #FFF);
    /* Button */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#lwrapper {
    background-color: gray;
    float: left;
    margin-right: 20px;
    width: 140px;
    border-right: 2px solid #000;
}

#rwrapper {
    background-color: white;
    overflow: hidden;
    margin: 10px;
    border: 2px dashed #ccc;
    min-height: 170px;
    max-width:340px;
}

@media screen and (max-width: 400px) {
    #one {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
    }
}
.logintitle {
    color: var(--promary_blue, #1B2559);
    text-align: center;
    /* Title_1 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.logintext {
    color: var(--Black, #252525);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Inputfield_text */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.16px; /* 176% */
}


.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    left: 0;
    background: #E7F3F9;
}

.right {
    right: 0;
    background-color: #FFF;
}

.centered {
    position: absolute;
    top: 50%;
   left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.center {
    margin: 0;
    position: absolute;
    text-align: center;
    /*    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
    .centered img {
        width: 150px;
        border-radius: 50%;
    }
/* desktop view*/
@media all and (min-width: 992px) {
    .loginimg-fluid {
        max-width: 30%;
        height: auto;
    }
    .hsplit {
        height: 100%;
        width: 50%;
        position: fixed;
    }
    input.holo[type='text'] {
        /* You can set width to whatever you like */
        width: 380px;
        font-family: "Roboto", "Droid Sans", sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 8px 8px 6px 8px;
        position: relative;
        display: block;
        outline: none;
        border: none;
        background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
        background-size: 1px 6px, 1px 1px, 1px 6px;
    }

        input.holo[type='text']:hover, input.holo[type='text']:focus {
            background: bottom left linear-gradient(#0099cc, #0099cc) no-repeat, bottom center linear-gradient(#0099cc, #0099cc) repeat-x, bottom right linear-gradient(#0099cc, #0099cc) no-repeat;
            background-size: 1px 6px, 1px 1px, 1px 6px;
        }

    input.holo[type='Password'] {
        /* You can set width to whatever you like */
        width: 380px;
        font-family: "Roboto", "Droid Sans", sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 8px 8px 6px 8px;
        position: relative;
        display: block;
        outline: none;
        border: none;
        background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
        background-size: 1px 6px, 1px 1px, 1px 6px;
    }

        input.holo[type='Password']:hover, input.holo[type='text']:focus {
            background: bottom left linear-gradient(#0099cc, #0099cc) no-repeat, bottom center linear-gradient(#0099cc, #0099cc) repeat-x, bottom right linear-gradient(#0099cc, #0099cc) no-repeat;
            background-size: 1px 6px, 1px 1px, 1px 6px;
        }
    .ScrollStyle {
        max-height: 470px;
        overflow-y: scroll;
    }

    .remberme {
        color: #8C96A2;
        /* Title_2 */
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .forgotpass {
        color: var(--promary_blue, #1B2559);
        /* Title_3 */
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.12px;
    }
    .adminhomeimg {
        visibility: block;
        text-align: center;
    }

    .adminhomelogo {
        text-align: right;
    }
}
/*Mobile View*/
@media (max-width: 991px) {
    .loginimg-fluid {
        max-width: 60%;
        height: auto;
    }
    .hsplit {
        height: 100%;
      //  width: 50%;
      
    }

    .adminbold {
   
        display: none;
       
    }

   
    input.holo[type='text'] {
        /* You can set width to whatever you like */
        width: 200px;
        font-family: "Roboto", "Droid Sans", sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 8px 8px 6px 8px;
        position: relative;
        display: block;
        outline: none;
        border: none;
        background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
        background-size: 1px 6px, 1px 1px, 1px 6px;
    }

        input.holo[type='text']:hover, input.holo[type='text']:focus {
            background: bottom left linear-gradient(#0099cc, #0099cc) no-repeat, bottom center linear-gradient(#0099cc, #0099cc) repeat-x, bottom right linear-gradient(#0099cc, #0099cc) no-repeat;
            background-size: 1px 6px, 1px 1px, 1px 6px;
        }

    input.holo[type='Password'] {
        /* You can set width to whatever you like */
        width: 200px;
        font-family: "Roboto", "Droid Sans", sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 8px 8px 6px 8px;
        position: relative;
        display: block;
        outline: none;
        border: none;
        background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
        background-size: 1px 6px, 1px 1px, 1px 6px;
    }
    .loginbtn {
        //display: flex;
        width: 200px;
        height: 40px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        background: var(--promary_blue, #1B2559);
        color: var(--white, #FFF);
        /* Button */
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .topleft {
        position: absolute;
        top: 8px;
        left: 16px;
        font-size: 18px;
    }

    .Registerbtn {
        //display: flex;
        width: 200px;
        height: 40px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        background: var(--promary_blue, #1B2559);
        color: var(--white, #FFF);
        /* Button */
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .signupbtn {
        display: flex;
        width: 382px;
        height: 50px;
        padding: 10px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        background: var(--blue_700, #012B49);
    }
    .adminhomedesc {
 
        display:none;
    }
    .adminhomelogo {
        text-align: center;
    }

    .adminhomeimg {
        display: none;
    }
    }


    input.holo[type='Password']:hover, input.holo[type='text']:focus {
        background: bottom left linear-gradient(#0099cc, #0099cc) no-repeat, bottom center linear-gradient(#0099cc, #0099cc) repeat-x, bottom right linear-gradient(#0099cc, #0099cc) no-repeat;
        background-size: 1px 6px, 1px 1px, 1px 6px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

    .divider:after,
    .divider:before {
        content: "";
        flex: 1;
        height: 1px;
        background: #eee;
    }

    .h-custom {
        height: calc(100% - 73px);
    }

    @media (max-width: 450px) {
        .h-custom {
            height: 100%;
        }
    }

    .gradient-custom-2 {
        /* fallback for old browsers */
        background: #fccb90;
        /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    }

    @media (min-width: 768px) {
        .gradient-form {
            height: 100vh !important;
        }
    }

    @media (min-width: 769px) {
        .gradient-custom-2 {
            border-top-right-radius: .3rem;
            border-bottom-right-radius: .3rem;
        }
    }

    [class*="col-"] {
        width: 100%;
    }

    @media only screen and (min-width: 600px) {
        /* For tablets: */
        .col-s-1 {
            width: 8.33%;
        }

        .col-s-2 {
            width: 16.66%;
        }

        .col-s-3 {
            width: 25%;
        }

        .col-s-4 {
            width: 33.33%;
        }

        .col-s-5 {
            width: 41.66%;
        }

        .col-s-6 {
            width: 50%;
        }

        .col-s-7 {
            width: 58.33%;
        }

        .col-s-8 {
            width: 66.66%;
        }

        .col-s-9 {
            width: 75%;
        }

        .col-s-10 {
            width: 83.33%;
        }

        .col-s-11 {
            width: 91.66%;
        }

        .col-s-12 {
            width: 100%;
        }
    }

    @media only screen and (min-width: 768px) {
        /* For desktop: */
        .col-1 {
            width: 8.33%;
        }

        .col-2 {
            width: 16.66%;
        }

        .col-3 {
            width: 25%;
        }

        .col-4 {
            width: 33.33%;
        }

        .col-5 {
            width: 41.66%;
        }

        .col-6 {
            width: 50%;
        }

        .col-7 {
            width: 58.33%;
        }

        .col-8 {
            width: 66.66%;
        }

        .col-9 {
            width: 75%;
        }

        .col-10 {
            width: 83.33%;
        }

        .col-11 {
            width: 91.66%;
        }

        .col-12 {
            width: 100%;
        }
    }

    /*More menu*/
.more-menu {
    width: 100px;
}

/* More Button / Dropdown Menu */

.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #489fe5;
}

    .more-menu-item:hover .more-menu-btn {
        color: #fff;
    }

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}
