/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 25, 2020, 1:22:42 AM
    Author     : eisrael
*/
.login-form-effects{
    border-radius: 20px !important;
    box-shadow: 5px 5px 5px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2) !important;
}

.radius-effects{
    border-radius: 20px !important;
}

.side-curtain{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    box-shadow: 0px -1px 6px 0px rgb(81,81,77);
}

.fixed-div-position{
    position: relative;
}

.inner-div-scroll{
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    text-align: justify;
    width: 20rem;
}
/*::-webkit-scrollbar{
    width: 25px;
    display: flex;
}*/

.side-curtain-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-right: 10px;
    bottom: 10%;
    padding: 20px;
}

.side-curtain a {
    padding-top: 20px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.side-curtain a:hover, .side-curtain a:focus {
    color: #f1f1f1;
}

.side-curtain .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
    .side-curtain a {font-size: 20px}
    .side-curtain .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.hide-input{
    /*    visibility: hidden;
        display: none;*/
    width: 50%;
}
.scrollable-no{
    overflow: hidden;
}

.scrollable-yes{
    overflow-y: auto;
}

.height-max{
    height: inherit;
}

.b-bottom{
    color: whitesmoke;
}

.b-radius-bottom-left{
    border-bottom-left-radius: 0.5rem;
}

.b-radius-bottom-right{
    border-bottom-right-radius: 0.5rem;
}