.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    width: 60px;
    padding: 2px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}


.input-group > .input-group-prepend > .input-group-text {
    border-color: #67D2D2;
}

.form-control {
    border-color: #67D2D2;
}

.table thead th:hover {
    background: #20c997;
}

.table thead th {
   /* border-bottom-width: 3px !important;*/
    border-bottom:3px solid #007082;
}

.table tbody td:hover {
    background: rgba(23, 162, 184, 0.21);
    /*color: #fff;*/
}

.input-group > .input-group-prepend > .input-group-text {
    border-color: #67D2D2;
}

.modal-header {
    border-bottom: 3px solid #00767d;
}

.modal-body {
    border-bottom: 3px solid #00767d;
    padding: 2rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Cairo', sans-serif;
}

.table td, .table th {
    border-color: #71D7D7;
}

.table.table-striped tbody tr:last-child {
    /*background: #00b5ad;
    color: #fff;
    font-weight: 600;*/
}


.fixed-header, .fixed-footer {
    width: 100%;
    position: fixed;
    background: transparent;
    /* padding: 10px 0; */
    color: #fff;
}

.fixed-header {
    top: 0;
    z-index: 99;
}

.fixed-footer {
    bottom: 0;
}

.header-top {
    width: 100%;
    background: #00b5ad;
    background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
    background: -o-linear-gradient(right, #00b5ad, #17a2b8);
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
    height: 60px;
}

.header-bottom {
    background-color: #007082;
    width: 100%;
    height: 2px;
    margin-top: 2px;
}


.fotter-bottom {
    width: 100%;
    background: #00b5ad;
    background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
    background: -o-linear-gradient(right, #00b5ad, #17a2b8);
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
    padding: 5px 0px;
}

.footer-top {
    background-color: #007082;
    width: 100%;
    height: 2px;
    margin-bottom: 2px;
}

.user {
    color: #fff;
    font-size: 14px;
}

.copyright-foot {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.version {
    color: #fff;
    font-size: 14px;
    float: right;
}

.company-name {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    font-family: 'Cairo', sans-serif;
    margin-left: 60px;
    margin-left: 20px;
}

.logout {
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.logout:hover {
    /*transform: rotateY(180deg);*/
}


.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a > .logout{
    line-height: unset;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:hover .logout{
    color: #00b5ad;
    transform: unset;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
    background: -ms-linear-gradient(right, #00b5ad, #17a2b8);
    background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    margin-bottom: 0px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'Cairo', sans-serif;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    /* color: #007082 !important; */
    border-bottom: 1px dotted #8bfffa;
    width: 100%;
    /* background-color: #8bfffa;
border-radius: 0px 15px 0px 15px; */
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    margin-left: 50px;
    z-index: 9999;
    color: #fff;
    font-size: 18px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
        font-size: 15px;
    }
}

.center-logo {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -130px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    position: relative;
}

.center-logo-img {
    top: 132px;
    left: 37%;
    width: 50px;
    position: absolute;
}

/* .nav-icon{
      position: absolute; color:#fff; line-height: 60px; margin-left: 50px; font-size: 18px;
  } */

.contents {
    margin: 120px 50px 80px 50px;
    color: #000;
}

.nav-icon {
    position: absolute;
    color: #fff;
    line-height: 60px;
    margin-left: 50px;
    font-size: 18px;
    z-index: 0;
    cursor: pointer;
}

.logout-icon-desktop{
    font-size: 20px;
    transition: transform 1s;
}

.profile-box {
    position: relative;
    display: inline-block;
    /* background-color: #fff; */
    /* border-radius: 5px; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
    /* border-radius: 5px; */
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.profile-box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.profile-box:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: none;
}

.profile-box:hover::after {
    opacity: 1;
}



.photo-upload-box {
    position: relative;
    border-radius: 5px;
    border: 1px solid #a7e8f1;
    padding: 20px;
    margin: 20px 0px;
}

.photo-upload-heading {
    padding: 5px 10px;
    background-color: #007082;
    top: -23px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
}

.photo-upload-heading h5 {
    font-size: 12px;
    text-align: right;
}

.photo-upload-heading h6 {
    font-size: 10px;
    text-align: right;
}


.fee-upload-box {
    position: relative;
    border-radius: 5px;
    border: 1px solid #a7e8f1;
    padding: 20px;
    /* margin: 20px 0px; */
}

.fee-upload-heading {
    padding: 5px 20px;
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
    background: -ms-linear-gradient(right, #00b5ad, #17a2b8);
    background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
    top: -17px;
    left: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    border-radius: 4px;
    font-family: 'Cairo', sans-serif;
}


.fee-upload-heading h5 {
    font-size: 14px;
    text-align: left;
    font-family: 'Cairo', sans-serif;
}


.b-color {
    border-color: #67D2D2;
}

.card-body label {
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
}

.btn-primary {
    background: linear-gradient(145deg, #00767d, #17a2b8);
    border-radius: 5px 0px 5px 0px;
}

.btn-primary:hover {
    background: linear-gradient(145deg, #17a2b8, #00767d);
    border-radius: 5px 0px 5px 0px;
}


.univerty-logo {
    padding: 30px 30px 0px 30px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.success-box {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #edfff4 40%, #f5feea 100%);
    background: -moz-linear-gradient(to bottom right, #edfff4 40%, #f5feea 100%);
    background: -ms-linear-gradient(to bottom right, #edfff4 40%, #f5feea 100%);
    background: -webkit-linear-gradient(to bottom right, #edfff4 40%, #f5feea 100%);
    box-shadow: 0px 5px 0px rgb(15, 168, 180);
    padding: 10px 10px;
    border: 1px solid #10a8b4;
}

.success-box:hover {
    background: linear-gradient(to bottom right, #f5feea 40%, #edfff4 100%);
    background: -moz-linear-gradient(to bottom right, #f5feea 40%, #edfff4 100%);
    background: -ms-linear-gradient(to bottom right, #f5feea 40%, #edfff4 100%);
    background: -webkit-linear-gradient(to bottom right, #f5feea 40%, #edfff4 100%);
}


.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #005bea;
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);
    opacity: 0.7;
}


.login-form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 370px;
    border-radius: 10px;
    background-color: rgba(3, 149, 172, 0.7);
    overflow: hidden;
}

.denied .login-form-container {
    -webkit-animation: shake 0.35s normal forwards ease-in-out;
    animation: shake 0.35s normal forwards ease-in-out;
}

.login-form-container fieldset {
    border: none;
}

.login-form-container .header {
    background-color: #005360;
    color: #C5C6C8;
    display: block;
    padding: 1em;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.login-form-container .input-wrapper {
    position: relative;
    display: block;
    margin: 2em auto;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    width: 320px;
    padding-left: 20px;
}

.login-form-container .input-wrapper input {
    width: 100%;
    line-height: 2;
    background-color: transparent;
    border: none;
    padding: .6em .5em;
    outline: 0;
}

.login-form-container .input-wrapper input::-webkit-input-placeholder, .login-form-container .input-wrapper input::-moz-placeholder, .login-form-container .input-wrapper input:-ms-input-placeholder {
    color: #9EA2AB;
}

.login-form-container .input-wrapper:before {
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    top: 9px;
    left: 8px;
    font-size: 20px;
    color: #fff;
}

.login-form-container .input-wrapper:nth-child(1):before {
    content: "\f007";
}

.login-form-container .input-wrapper:nth-child(2):before {
    content: "\f023";
}

.login-form-container button {
    outline: 0;
    font-size: 16px;
    background-color: #fff;
    color: #005360;
    border: none;
    border-radius: 3px;
    width: 250px;
    padding: 0.6em 0;
    margin: 1em auto;
    display: block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}

    .login-form-container button:hover {
        border-bottom-color: #005360;
    }

@-webkit-keyframes shake {
    0% {
        margin-left: 0;
    }

    12% {
        margin-left: 0;
    }

    25% {
        margin-left: -10px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: -10px;
    }

    87% {
        margin-left: 0;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes shake {
    0% {
        margin-left: 0;
    }

    12% {
        margin-left: 0;
    }

    25% {
        margin-left: -10px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: -10px;
    }

    87% {
        margin-left: 0;
    }

    100% {
        margin-left: 0;
    }
}

.logo-section {
    position: absolute;
    top: -100px;
    left: 42%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.logo-main {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.fee-section {
    padding: 30px;
}

.fee-section h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    padding-top: 20px;
}

.spacebar {
    width: 50%;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(to left, #00b5ad 50%, #0395ac 50%);
}

.fee-box {
    padding-top: 30px;
    width: 100%;
}

.fee-link-section {
    border: 1px solid #8bfffa;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    position: relative;
    margin: 30px 0px;
}

.fee-heading {
    position: absolute;
    top: -20px;
    left: 30px;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: #007082;
}

.fee-link {
    position: absolute;
    bottom: -15px;
    right: 30px;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(145deg, #00b5ad, #17a2b8);
    cursor: pointer;
}

.fee-link:hover {
    background: linear-gradient(145deg, #17a2b8, #00767d);
    border-radius: 5px 0px 5px 0px;
}

.student-detail-box {
    padding: 20px 10px;
}

.student-detail-box-row {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}

.fee-seach-appid {
    border: 1px solid #8bfffa;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    position: relative;
    margin: 30px 0px;
}

.fee-seach-appid-heading {
    /* position: absolute;
  top:-20px;
  left:30px; */
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
    background: -ms-linear-gradient(right, #00b5ad, #17a2b8);
    background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
    font-family: 'Cairo', sans-serif;
    margin: 0 auto;
}

.fee-seach-appid-link {
    position: absolute;
    bottom: -15px;
    right: 30px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: linear-gradient(145deg, #00b5ad, #17a2b8);
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
}

.fee-seach-appid-link:hover {
    background: linear-gradient(145deg, #17a2b8, #00767d);
    border-radius: 5px 0px 5px 0px;
}

.fee-student-detail {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Cairo', sans-serif;
}

.fee-student-detail-info {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    word-wrap: break-word;
    color: #00767d;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.table-design {
    margin: 30px 10px;
}

.table-design thead th {
    color: #fff !important;
}

.table-design thead {
    background: linear-gradient(145deg, #00b5ad, #17a2b8);
    background: -webkit-linear-gradient(145deg, #00b5ad, #17a2b8);
    color: #fff !important;
}

.section-title {
    font-size: 32px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.forms {
    display: flex;
    align-items: flex-start;
}

.form-wrapper {
    animation: hideLayer .3s ease-out forwards;
}

    .form-wrapper.is-active {
        animation: showLayer .3s ease-in forwards;
    }

@keyframes showLayer {
    50% {
        z-index: 1;
    }

    100% {
        z-index: 1;
    }
}

@keyframes hideLayer {
    0% {
        z-index: 1;
    }

    49.999% {
        z-index: 1;
    }
}

.switcher {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 22px;
    letter-spacing: .5px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateX(0);
    transition: all .3s ease-out;
    opacity: 0.5;
}

.form-wrapper.is-active .switcher-login {
    color: #fff;
    transform: translateX(90px);
    opacity: 1;
}

.form-wrapper.is-active .switcher-signup {
    color: #fff;
    transform: translateX(-90px);
    opacity: 1;
}

.underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 2px;
}

.underline::before {
    content: '';
    position: absolute;
    top: 0;
    left: inherit;
    display: block;
    width: inherit;
    height: inherit;
    background-color: currentColor;
    transition: transform .2s ease-out;
}

.switcher-login .underline::before {
    transform: translateX(101%);
}

.switcher-signup .underline::before {
    transform: translateX(-101%);
}

.form-wrapper.is-active .underline::before {
    transform: translateX(0);
}

.forms .form-box {
    overflow: hidden;
    min-width: 260px;
    margin-top: 50px;
    padding: 30px 25px;
    border-radius: 5px;
    transform-origin: top;
}


.form-box h3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #00b5ad;
    font-weight: 700;
}

.form-login {
    animation: hideLogin .3s ease-out forwards;
}

.form-wrapper.is-active .form-login {
    animation: showLogin .3s ease-in forwards;
}

@keyframes showLogin {
    0% {
        background: #d7e7f1;
        transform: translate(40%, 10px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
}

@keyframes hideLogin {
    0% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }

    50% {
        transform: translate(0, 0);
    }

    100% {
        background: #d7e7f1;
        transform: translate(40%, 10px);
    }
}

.form-signup {
    animation: hideSignup .3s ease-out forwards;
}

.form-wrapper.is-active .form-signup {
    animation: showSignup .3s ease-in forwards;
}

@keyframes showSignup {
    0% {
        background: #d7e7f1;
        transform: translate(-40%, 10px) scaleY(.8);
    }

    50% {
        transform: translate(0, 0) scaleY(.8);
    }

    100% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }
}

@keyframes hideSignup {
    0% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }

    50% {
        transform: translate(0, 0) scaleY(.8);
    }

    100% {
        background: #d7e7f1;
        transform: translate(-40%, 10px) scaleY(.8);
    }
}

.form-box fieldset {
    position: relative;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease-out;
}

.form-login fieldset {
    transform: translateX(-50%);
}

.form-signup fieldset {
    transform: translateX(50%);
}

.form-wrapper.is-active fieldset {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .4s ease-in, transform .35s ease-in;
}

.form-box legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.input-block {
    margin-bottom: 20px;
}

.input-block label {
    font-size: 14px;
    color: #00b5ad;
}

.input-block input {
    display: block;
    width: 100%;
    /* margin-top: 8px; */
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #3b4465;
    background: #eef9fe;
    border: 1px solid #00b5ad;
    border-radius: 10px;
}

.form-box [type='submit'] {
    opacity: 0;
    display: block;
    min-width: 120px;
    margin: 10px auto 10px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 25px;
    border: none;
    transition: all .3s ease-out;
}

.form-wrapper.is-active .form-box [type='submit'] {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s ease-in;
}

.btn-login {
    color: #fbfdff;
    background: linear-gradient(145deg, #17a2b8, #00767d);
    transform: translateX(-30%);
}

.btn-login:hover {
    color: #fbfdff;
    background: linear-gradient(145deg, #00767d, #17a2b8);
    transform: translateX(-30%);
}

.btn-signup {
    color: #00767d;
    background: #fbfdff;
    box-shadow: inset 0 0 0 2px #00767d;
    transform: translateX(30%);
}

.copyright {
    font-size: 11px;
    text-align: center;
    color: #00b5ad;
    margin-top: 20px;
}

.login-20 {
    background: rgba(0, 0, 0, 0.04) url(../../Theme/Common/images/student-login.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-20::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(10, 167, 174, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-20 .login-inner-form {
    max-width: 380px;
    margin: 0 auto;
    color: #717171;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.login-20 .login-inner-form:hover {
    background: #dc141d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.login-20 .login-inner-form .details {
    padding: 30px 30px 30px;
    background: #17a2b8;
    border-radius: 5px 5px 0 0;
}

.login-20 .login-inner-form img {
    margin-bottom: 15px;
    height: 60px;
}

.login-20 .login-inner-form h3 {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    color: #fff;
}

.login-20 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-20 .login-inner-form .input-text {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
    border-radius: 3px;
    height: 50px;
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
}

.login-20 .login-inner-form .input-text::placeholder {
    color: #fff;
}

.login-20 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 13px 30px 12px 30px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
    font-family: 'Jost', sans-serif;
}

.login-20 .login-inner-form .social-list {
    margin-bottom: 0;
    padding: 0;
}

.login-20 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #fff;
    float: right;
}

.login-20 .login-inner-form .terms {
    margin-left: 3px;
}

.login-20 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-20 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-20 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.login-20 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-20 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
}

.login-20 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.login-20 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #f0151f;
    border-color: #f0151f;
}

.login-20 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-20 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-20 .login-inner-form .social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.login-20 .login-inner-form .social-list li a {
    margin: 0 2px 2px;
    font-size: 18px;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}

.login-20 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-20 .login-inner-form .footer {
    font-size: 12px;
    padding: 5px 20px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
}

.login-20 .login-inner-form .footer span a {
    color: #717171;
}

.login-20 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-20 .login-inner-form .btn-theme:not([disabled]):not(.disabled).active, .btn-theme:not([disabled]):not(.disabled):active, .show > .btn-theme.dropdown-toggle {
    box-shadow: none;
}

.login-20 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-20 .login-inner-form .btn-theme {
    background: #f0151f;
    border: none;
    color: #fff;
    border-radius: 10px;
}

.login-20 .login-inner-form .btn-theme:hover {
    background: #b30008;
}

/** Social media **/
.login-20 .facebook-bg {
    background: #4867aa;
    color: #fff;
}

.login-20 .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.login-20 .twitter-bg {
    background: #33CCFF;
    color: #fff;
}

.login-20 .twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.login-20 .google-bg {
    background: #db4437;
    color: #fff;
}

.login-20 .google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.login-20 .linkedin-bg {
    background: #0177b5;
    color: #fff;
}

.login-20 .linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-20 {
        padding: 30px 0;
    }
}

.area {
    /* background: #4e54c8;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);   */
    width: 100%;
    height: 100vh;
    position: relative;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@-webkit-keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.sidebar-wrapper {
    width: 280px;
    height: 100%;
    max-height: 100%;
    /* position: fixed; */
    top: 0;
    /* left: -280px; */
    z-index: 999;
    -webkit-transition: left .3s ease, width .3s ease;
    transition: left .3s ease, width .3s ease;
    background: #005360;
    /*margin-top: 30px;*/
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.sidebar-wrapper .sidebar-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.sidebar-wrapper .sidebar-content {
    max-height: calc(100% -35px);
    height: calc(100% - 35px);
    /* overflow-y: scroll; */
    position: relative;
}

.sidebar-wrapper .sidebar-content.desktop {
    overflow-y: hidden;
}

.sidebar-wrapper .badge {
    border-radius: 0;
}

.sidebar-bg .sidebar-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sidebar-bg .sidebar-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
    width: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    -webkit-animation: swing ease-in-out .5s 1 alternate;
    animation: swing ease-in-out .5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar-wrapper .sidebar-menu ul li a:hover,
.sidenav .sidebar-wrapper .sidebar-menu ul li.active > a {
    color: #00b5ad;
    box-shadow: 0px 3px 0px rgb(0, 109, 117);
}

.sidebar-wrapper .sidebar-menu ul li:hover {
    color: #00b5ad;
}

.sidebar-wrapper .sidebar-menu ul li a .menu-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    color: #fff;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.sidebar-wrapper .sidebar-menu ul li a .menu-text:hover {
    color: #00b5ad;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f1db";
    font-family: "FontAwesome";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    margin-left: auto;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
}

/*----------------page-wrapper----------------*/
.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 2px;
    background-size: cover;
}

.page-wrapper .theme.selected {
    border: 2px solid #00c7ff;
}

.page-wrapper .theme.default-theme {
    background: linear-gradient(145deg, #00b5ad, #17a2b8);
}

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    -webkit-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
    overflow-x: hidden;
}

.page-wrapper .page-content .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: #000;
    opacity: .5;
    display: none;
}

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 280px;
    }
}

@media screen and (max-width: 768px) {
    .page-wrapper.toggled .page-content .overlay {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled.pinned .page-content {
        padding-left: 80px;
    }
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper {
    width: 80px;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    padding: 10px;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic {
    margin: 0 auto;
    width: 50px;
    float: none;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic img {
    margin: auto;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search input,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-info,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .header-menu,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .sidebar-submenu,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a > span,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a::after,
.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div:not(.pinned-footer) {
    display: none !important;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search .input-group-text {
    height: 35px;
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div.pinned-footer {
    display: block;
}

.page-wrapper .mCSB_scrollTools {
    width: 6px;
}

.page-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

/*----------sidebar background images --------------*/
.sidebar-bg.bg1 .sidebar-wrapper {
    background-image: url(../Common/images/bg1.jpg);
}

[data-bg="bg1"] {
    background-image: url(../Common/images/bg1.jpg);
}


/*---- border-radius ------*/
.border-radius-on .sidebar-header .user-pic {
    border-radius: 12px;
}

.border-radius-on .badge {
    border-radius: 8px;
}

.border-radius-on .sidebar-menu ul li i {
    border-radius: 4px;
}

.border-radius-on .sidebar-footer .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.border-radius-on .sidebar-footer .dropdown-menu .notification-content i,
.border-radius-on .sidebar-footer .dropdown-menu .message-content .pic {
    border-radius: 4px;
}

.border-radius-on .sidebar-search input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.border-radius-on .sidebar-search .input-group-append .input-group-text {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.default-theme .sidebar-wrapper {
    background-color: transparent;
}

.default-theme .sidebar-wrapper .sidebar-item {
    border-top: 1px solid #2b2b2b;
}

.default-theme .sidebar-wrapper .sidebar-item:first-child {
    border-top: none;
}

.default-theme .sidebar-wrapper a:not(.dropdown-item),
.default-theme .sidebar-wrapper .sidebar-header,
.default-theme .sidebar-wrapper .sidebar-search input,
.default-theme .sidebar-wrapper .sidebar-search i {
    color: #adadad;
}

.default-theme .sidebar-wrapper a:not(.dropdown-item):hover,
.default-theme .sidebar-wrapper .sidebar-menu li.active > a {
    color: #d8d8d8;
}

.default-theme .sidebar-wrapper .sidebar-search input.search-menu,
.default-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background-color: #005360;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 1px;
}

.default-theme .sidebar-wrapper .sidebar-menu a:hover i,
.default-theme .sidebar-wrapper .sidebar-menu a:hover:before,
.default-theme .sidebar-wrapper .sidebar-menu li.active a i {
    color: #22ff16;
}

.default-theme .sidebar-wrapper .sidebar-menu ul li a i {
    background-color: #2b2b2b;
}

.default-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    background-color: #2b2b2b;
}

.default-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #868686;
}

.default-theme .sidebar-wrapper .sidebar-footer {
    background-color: #005360;
    -webkit-box-shadow: 0px -1px 5px #1d1d1d;
    box-shadow: 0px -1px 5px #1d1d1d;
    border-top: 1px solid #2b2b2b;
}

.default-theme .sidebar-wrapper .sidebar-footer > div:first-child {
    border-left: none;
}

.default-theme .sidebar-wrapper .sidebar-footer > div:last-child {
    border-right: none;
}

.default-theme.toggled #close-sidebar {
    color: #adadad;
}

.default-theme.toggled #close-sidebar:hover {
    color: #d8d8d8;
}

.default-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.default-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.default-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #525965;
    border-radius: 0;
}

.default-theme .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.default-theme.sidebar-bg .sidebar-wrapper:before {
    background-color: transparent;
}

.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item),
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-header,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search input,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search i {
    color: #fff;
}

.default-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a,
.sidenav .sidebar-wrapper .sidebar-menu ul li.active > a {
    /* color: #f2f2f2; */
    color: #00b5ad;
    background: #fff;
    border-radius: 0px 15px 15px 0px;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
    border-color: #454545;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search input.search-menu,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-search .input-group-text {
    background-color: rgba(81, 81, 81, 0.5);
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    background-color: rgba(81, 81, 81, 0.5);
    border-radius: 0px 5px 5px 0px;
    border-left: 5px solid #fff;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a i {
    background-color: rgba(81, 81, 81, 0.5);
    border-radius: 0px 5px 5px 0px;
    border-left: 2px solid #fff;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li a:hover i,
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-menu ul li.active a i{
    border-left: 2px solid #00b5ad;
}

.default-theme.sidebar-bg .sidebar-wrapper .sidebar-footer {
    background-color: rgba(56, 56, 56, 0.5);
    -webkit-box-shadow: 0px -1px 5px rgba(29, 29, 29, 0.8);
    box-shadow: 0px -1px 5px rgba(29, 29, 29, 0.8);
    border-top: 1px solid #383838;
}

.modal-header {
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
    background: -ms-linear-gradient(right, #00b5ad, #17a2b8);
    background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
    color: #fff;
    padding: 0.6rem 0.6rem !important;
    font-size: 16px !important;
    font-family: 'Cairo', sans-serif;
}

/*  wrapper */
.form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

/*  /wrapper */

.d-grid {
    display: grid;
}

button,
.btn,
select {
    cursor: pointer;
}

.w3l-login-form #form-section {
    background: url(../images/bgimage.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    z-index: 0;
    padding: 15px 0;
}

.form-fields {
    grid-template-columns: 1fr 1fr;
}

.w3l-login-form #form-section:before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-login-form .logo {
    text-align: center;
    margin-bottom: 40px;
}

.w3l-login-form .logo a {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.w3l-login-form .login-form {
    background: #fff;
    max-width: 600px;
    margin: 0px auto;
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.w3l-login-form .login-form form input[type="text"],
.w3l-login-form .login-form form input[type="email"],
.w3l-login-form .login-form form input[type="password"] {
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #777777;
    border: none;
    width: 100%;
    background-color: rgba(88, 83, 152, 0.03);
    padding: 24px;
}

.w3l-login-form .login-form form input[type="text"] {
    border-right: 1px solid #c6c3c3;
}

.w3l-login-form .login-form form input[type="text"]:focus,
.w3l-login-form .login-form form input[type="email"]:focus,
.w3l-login-form .login-form form input[type="password"]:focus {
    outline: none;
    background-color: #fff;
    box-shadow: none;
}

.w3l-login-form .login-form form button {
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient( 45deg, #21ba45, #2185d0) !important;
    height: 55px;
    border: none;
    display: block;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
    background: linear-gradient( 45deg, #2185d0, #21ba45) !important;
}

.w3l-login-form .login-form form button:hover {
    background: #2abda4;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.w3l-login-form .login-form form button:focus {
    outline: none;
}

.signuplink {
    color: #fff;
}

.new-signup {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .copy-right {
        bottom: 5px;
    }
}

@media (max-width: 500px) {
    .form-fields {
        grid-template-columns: 1fr;
    }

    .w3l-login-form .login-form form input[type="text"] {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
}

.nav-destop {
    display: block;
}

.nav-mobile {
    display: none;
}

.forgot-password {
    font-size: 12px;
    text-align: left;
    color: #005360;
}



@media (max-width: 768px) {
    .company-name {
        margin-left: 60px;
        color: #fff;
        font-size: 18px;
        line-height: 60px;
        font-family: 'Cairo', sans-serif;
    }

    .nav-icon {
        position: absolute;
        color: #fff;
        line-height: 60px;
        margin-left: 30px;
        font-size: 18px;
    }

    .login-form-container {
        width: 330px;
    }

    .input-wrapper {
        width: 300px;
    }

    .contents {
        margin: 120px 20px 120px 20px;
        color: #000;
    }

    .row-margin-top {
        margin-top: 50px;
    }
}



@media screen and (max-width: 414px) {
    .contents {
        margin: 120px 20px 120px 20px;
        color: #000;
    }

    .row-margin-top {
        margin-top: 50px;
    }

    .version {
        text-align: center;
        float: none;
    }

    .mobile-none {
        display: none;
    }

    .nav-destop {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    /* .center-logo{
  width: 50%; margin: 0 auto; background-color: #fff; margin-top: -105px; border-radius: 50%; width: 150px; height: 180px; -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
                  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.39);
                  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75); position: relative;
} */


    .nav-icon {
        position: absolute;
        color: #fff;
        line-height: 60px;
        margin-left: 10px;
        font-size: 18px;
    }
    /* 
.center-logo-img{
  top: 115px; left:35%; width: 40px; position: absolute; 
} */

    .company-name {
        margin-left: 40px;
    }

    .copyright-foot,
    .version,
    .user {
        font-size: 12px;
        text-align: center;
    }
}


/* ----------------------- Floating Options ----------------------- */
.wrapper-floating-option-outer {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    right: 2.5rem;
    bottom: 4rem;
    background: #10a7b4;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 12px -2px #000, 0 0 11px -4px #000 inset;
    z-index: 1;
}

    /*.wrapper-floating-option-outer .wrapper-floating-option-inner:before{
    content: "+";
    color: #fff;
    font-size: 30px;
    line-height: 26px;
}*/

.wrapper-floating-option-outer .wrapper-floating-option-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    height: 100%;
    width: 50px;
    height: 50px;
    z-index: 18;
    background: #0fa8b4;
    box-shadow: 0 0 12px -2px #000, 0 0 11px -4px #000 inset;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.wrapper-floating-option-outer:hover .floating-tooltip {
    /*left: -148px;*/
    visibility: visible;
    opacity: 1;
    /*transition: all 0.2s ease-in-out;*/
    transform: translateX(-.5em);
}

.wrapper-floating-option-outer .floating-tooltip {
    visibility: hidden;
    transition: .2s linear;
    position: absolute;
    min-width: 146px;
    left: -170px;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    width: auto;
    border-radius: 4px;
    font-size: 14px;
    top: -11px;
    opacity: 0.7;
}


/* ----------------- Side bar panel ------------------- */
.wrapper-student-payable-history-sidebar {
    transform: translateX(800px);
    transition: all .3s ease-in-out;
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    width: 50%;
    background: #fff;
    height: 100%;
    z-index: 99;
    border-left: 1px solid #ddd;
    overflow: auto;
}

.wrapper-student-payable-history-sidebar.in {
    transform: translateX(0);
}

.wrapper-student-payable-history-sidebar .sidebar-header {
    text-align: right;
    padding: 0 17px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.wrapper-student-payable-history-sidebar .close-sidebar {
    font-size: 34px;
    font-weight: 100;
    line-height: 30px;
    cursor: pointer;
}

body.active-overlay {
    overflow: hidden;
}

body.active-overlay .sidebar-overlay {
    background: #000;
    opacity: .8;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

/* ---------------- Custom Buttons Style -------------- */
.button1 {
  display: block;
  margin: 0 auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.button1 button {
  display: block;
  cursor: pointer;
  outline: none;
  border: none;
  background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
  background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
  background: -o-linear-gradient(right, #00b5ad, #17a2b8);
  background: linear-gradient(right, #00b5ad, #17a2b8);
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-size: 100% 100%;
  box-shadow: 0 0 0 2px #17a2b8 inset;
  margin-bottom: 15px;
  font-family: 'Cairo', sans-serif;
}

.button1 button:hover {
  background-image: linear-gradient(
    145deg,
    #92d0cf 10%,
    #11a7b5 10% 20%,
    #92d0cf 20% 30%,
    #11a7b5 30% 40%,
    #92d0cf 40% 50%,
    #11a7b5 50% 60%,
    #92d0cf 60% 70%,
    #11a7b5 70% 80%,
    #92d0cf 80% 90%,
    #11a7b5 90% 100%
  );
  animation: background 3s linear infinite;
}

@keyframes background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 0;
  }
}

.login-btn {
    font-family: 'Cairo', sans-serif;
    background: -moz-linear-gradient(right, #17a2b8, #00b5ad);	
	background: -webkit-linear-gradient(right, #17a2b8, #00b5ad);	
	background: -ms-linear-gradient(right, #17a2b8, #00b5ad);	
	background: -o-linear-gradient(right, #17a2b8, #00b5ad);	
    background: linear-gradient(right, #17a2b8, #00b5ad);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  border: 0;
  transition: all 0.5s;
  border-radius: 5px;
  width: auto;
  position: relative;
  
}
.login-btn::after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: 400;
  position: absolute;
  left: 80%;
  top: 54%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  
}
.login-btn:hover {
    background: -moz-linear-gradient(right, #00b5ad, #17a2b8);
	background: -webkit-linear-gradient(right, #00b5ad, #17a2b8);
	background: -ms-linear-gradient(right, #00b5ad, #17a2b8);
	background: -o-linear-gradient(right, #00b5ad, #17a2b8);
    background: linear-gradient(right, #00b5ad, #17a2b8);
  transition: all 0.5s;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #004147;
  padding: 10px 40px 10px 20px;
  color: #ffffff;
  
}
.login-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
  margin-right: 40px;
display: block;

}

.login-btnn {
    font-family: 'Cairo', sans-serif;
    background: linear-gradient( 45deg, #21ba45, #2185d0);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    border: 0;
    transition: all 0.5s;
    border-radius: 5px;
    width: auto;
    position: relative;  
}
.login-btnn::after {
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    left: 80%;
    top: 54%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, -50%);  
}
.login-btnn:hover {
    background: linear-gradient( 45deg, #21ba45, #2185d0);
    transition: all 0.5s;
    border-radius: 5px;
    box-shadow: 0px 2px 0px #004147;
    padding: 10px 40px 10px 20px;
    color: #ffffff;
  
}
.login-btnn:hover::after {
    opacity: 1;
    transition: all 0.5s;
    color: #ffffff;
    margin-right: 40px;
    display: block;

} /* -------- Ends -------- */


.wrapper-user-image img{
    width: 43px;
    border-radius: 50%;
    margin-right: 5px;
}

#txtEmail-error {
    display: block;
    color: red;
    font-size: 11px;
    position: absolute;
}