.login {
    background-image: url('../event-tool/app-assets/images/gallery/flat-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow-x: auto;
}
.login .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 15px;
}
.login .auth-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}
.login .auth-card {
    margin: 0px auto;
    padding: 0px;
}
#main > .row {
    min-height: calc(100vh - 100px);
}
.forgot-password-wrap {
    display: none;
}
.btn-forgot-password {
    position: relative;
}
.btn-forgot-password i {
    display: none;
    position: absolute;
    right: 8px;
}
.loading .btn-forgot-password i {
    display: inline-block;
}
.btn-reset-password {
    position: relative;
}
.btn-reset-password i {
    display: none;
    position: absolute;
    right: 8px;
}
.loading .btn-reset-password i {
    display: inline-block;
}
.current-user-name {
    padding-right: 10px;
    text-shadow: 2px 2px 8px #363636c2;
}
.card .card-content .email-content p {
    margin-bottom: 10px;
}
.card .card-content .email-content strong {
    font-weight: bold;
}
.email-content {
    overflow-x: auto;
}
.email-content td, .email-content th {
    display: table-cell;
    padding: 0px;
    vertical-align: unset;
    border-radius: unset;
}
.email-content > table > tbody > tr > td {
    text-align: center;
}
.email-content > table > tbody > tr > td > table > tbody > tr > td {
    vertical-align: middle;
}
.email-content tr {
    border-bottom: none;
}
.email-content table[border="1"], .email-content table[border="1"] th, .email-content table[border="1"] td {
    border: 1px solid rgba(0, 0, 0, .12);
}
.email-content table[border="1"] th, .email-content table[border="1"] td {
    padding: 5px;
}
.email-content h1 {
    font-size: 36px;
    margin: 0;
}
.email-content h2 {
    font-size: 24px;
    margin: 0;
}
.email-content h3 {
    font-size: 20px;
    margin: 0;
}
.email-content h4 {
    font-size: 20px;
    margin: 0;
}
.download-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    display: inline-block;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 10px 15px;
    text-decoration: none;
}

.feedback-section {
    padding: 0px;
}
.feedback-section label {
    font-size: 1rem;
}
.frmFeedback ul {
    margin-bottom: 10px;
}
.frmFeedback label {
    margin: 0;
}
.frmFeedback .desc {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}
.frmFeedback .rad-box ul li {
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.btn-feedback {
    position: relative;
}
.btn-feedback i {
    display: none;
    position: absolute;
    right: 8px;
}
.frmFeedback.loading .btn-feedback i {
    display: inline-block;
}
.ul-items-list {
    margin: 5px 0px 0px 0px;
}
.nd-display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.nd-align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-flex-wrap {
    flex-wrap: wrap;
}
input.txt-lbl-inp {
    border: none !important;
    margin: 0 !important;
    height: 20px !important;
}
input.txt-lbl-inp:disabled {
    color: #000 !important;
}
.traai-current-mode {
    margin-left: 235px;
    font-weight: 600;
    /* border: 0.5px solid #FFF; */
    border-left: none;
    border-radius: 0px 15px 15px 0px;
    padding: 5px 15px;
    /* box-shadow: inset #fff 0px 0px 20px 0px; */
    box-shadow: inset rgba(60, 70, 85, 0.5) 0px 0px 40px 0px, rgba(0, 0, 0, .3) 0px 30px 100px -24px;
}
.switch-current-mode {
    bottom: -22px;
    right: 10px;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    border-radius: 0 0 10px 10px;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: inset rgb(252 108 66) 0 0 40px 0, rgb(169 54 145) 0 30px 100px -24px;
}
.frm-tip {
    font-size: 12px;
}
.frm-lbl {
    font-size: 1.05rem;
}
@media only screen and (max-width: 992px) {
    .traai-current-mode {
        margin-left: 255px;
    }
}
@media only screen and (max-width: 767px) {
    .login .container {
        display: block;
        height: auto;
    }
    .current-user-name {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .sidenav-main .brand-sidebar {
        left: 52px;
    }
    .traai-current-mode {
        margin-left: 205px;
    }
    .switch-current-mode {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 425px) {
    .traai-current-mode {
        display: none;
    }
}