/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    overflow-x: hidden;
    height: 100%;
    color: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main CSS */
body {
    background-color: #1A2035;
    line-height: 1;
    font-family: segoeRegular;
    height: 100%;
}
@font-face {
    font-family: segoeRegular;
    src: url(../fonts/segoe-ui/Segoe\ UI.ttf);
}
@font-face {
    font-family: segoeBold;
    src: url(../fonts/segoe-ui/Segoe\ UI\ Bold.ttf);
}

/* -------------
 Login Page
--------------- */
/* Background */
.login-page {
    position: relative;
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
/* .login-page .bg {
    position: absolute;
    top: 0;
    right: 0;
} */
/* Login Section */
.login-sec .left > div {
    padding-right: 30px;
}
.login-sec .welcome {
    font-size: 34px;
    font-family: segoeRegular;
    color: #fff;
}
.login-sec .app-name {
    font-size: 54px;
    font-family: segoeBold;
    color: #fff;
    margin-top: 10px;
}
.login-sec .desc {
    font-size: 20px;
    font-family: segoeRrgular;
    color: #fff;
    line-height: 26px;
    margin: 12px 0 70px 0;
}
.login-sec form input {
    background-color: transparent;
    border-radius: 15px !important;
    padding: 15px 15px 15px 50px;
    height: 44px;
}
.login-sec form input::placeholder {
    color: #fff;
}
.login-sec form input:hover, .login-sec form input:active, .login-sec form input:focus {
    background-color: transparent;
    border-radius: 15px;
    box-shadow: none !important;
}
.login-sec form .btn-login {
    background-color: #6779B9;
    color: #fff;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #6779B9;
    border-radius: 15px;
}
.login-sec form .btn-login:hover, .login-sec form .btn-login:active, .login-sec form .btn-login:focus {
    background-color: #6779B9 !important;
    color: #fff;
    border-color: #6779B9 !important;
    box-shadow: none !important;
}
.login-sec .contact-txt {
    color: #fff;
    font-size: 12px;
}
.login-sec .right {
    border-left: 1px solid #fff;
}
.login-sec .left #user-logo, .login-sec .left #password-logo {
    position: absolute;
    top: 11px;
    width: 16px;
    left: 16px;
}
.login-sec .left #eye-logo {
    position: absolute;
    top: 13px;
    width: 20px;
    right: 16px;
}
.login-sec .right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-sec .right .login-logo {
    width: 250px;
}

/* -------------
 Welcome Page
--------------- */
/* Background */
.welcome-page {
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
/* .welcome-page .bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    overflow-y: hidden;
} */
/* Sidenav */
.sidenav {
    height: 100%;
    width: 212px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #212542;
    overflow-x: hidden;
    border-right: 1px solid #6d6b6b;
}
.sidenav .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.sidenav .item svg {
    width: 28px;
}
.sidenav a {
    padding: 6px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    display: block;
    margin-top: 8px;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.side-bottom {
    border-top: 1px solid #fafafa;
    padding: 10px 5px;
}
.side-bottom img {
    width: 35px;
}
.sidenav .item-hover svg .a {
    fill: #00e358;
}
.sidenav .item-hover p {
    color: #00e358;
}
.sidenav .logo {
    width: 90px;
}
/* content */
.content {
    margin-left: 212px;
    font-size: 28px;
    padding: 0px 10px;
    position: relative;
}
.content .welcome {
    font-size: 30px;
    font-family: segoeBold;
    color: #fff;
}
.content .bell a svg {
    width: 24px;
}
.content .container {
    max-width: 1015px !important;
}
.content .category-card {
    background-color: #212842;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 15px;
}
.content .category-card .card-body {
    padding: 1rem;
}
.content .category-card .card-icon {
    display: flex;
    justify-content: center;
    height: 50px;
}
.content .category-card .card-title p {
    font-size: 17px;
    font-family: segoeBold;
}
.content .category-card .card-number p {
    color: #27EB5B;
    font-size: 16px;
    font-family: segoeBold;
}
.content .category-card .card-link {
    display: flex;
    justify-content: center;
}
.content .category-card .card-link a {
    color: #776e87;
    font-size: 15px;
    text-decoration: underline;
}
.instructions-page h3{
    color: #fff;
    font-size: 27px;
    margin-bottom: 32px;
    font-weight: 600;
}
.instructions-page p{
    color: #fff;
    font-size: 17px;
    margin-bottom: 8px;
}
/* -------------
 Table Page
--------------- */
/* Background */
.table-page {
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
/* Sidenav */
.sidenav .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    width: 100%;
}
.sidenav .item svg {
    width: 28px;
}
.sidenav a {
    padding: 6px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    display: block;
    margin-top: 8px;
}
.sidenav a:hover {
    color: #f1f1f1;
}
/* content */
.content {
    margin-left: 212px;
    font-size: 28px;
    padding: 0px 10px;
    position: relative;
}
.content .table th {
    color: #27EB5B;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    padding: 22px 10px;
    border-top: 0;
    border-bottom: 0;
}
.content .table td {
    color: #fff;
    font-size: 18px;
    padding: 25px 10px;
    border-top: 0;
}
.content .table .invoice {
    color: #fff;
}
.content .notification {
    position: absolute;
    top: 13px;
    right: 40px;
}
.content .notification svg {
    width: 24px;
}
.modal .modal-content {
    background-color: #1A2035;
    padding: 20px 8px;
    border-radius: 15px;
}
.modal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #27EB5B;
}
.modal .modal-header {
    display: flex;
    align-items: center;
    border-bottom: 0;
}
.modal-header .close:focus {
    outline: 0;
}
.close {
    color: #fff !important;
    opacity: 1 !important;
    width: 50px;
}
.modal .modal-content p {
    color: #fff;
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 600;
}
.modal .modal-dialog {
    width: 430px;
    margin: 7.5rem auto 1.75rem auto;
}

/* -------------
 Code Page
--------------- */
/* Background */
.code-page {
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
/* Sidenav */
.sidenav .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.sidenav .item svg {
    width: 28px;
}
.sidenav a {
    padding: 6px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    display: block;
    margin-top: 8px;
}
.sidenav a:hover {
    color: #f1f1f1;
}
/* content */
.content {
    margin-left: 212px;
    font-size: 28px;
    padding: 0px 10px;
    position: relative;
}
.content .bell a svg {
    width: 24px;
}
.content .code p {
    font-size: 19px;
    color: #fff;
    font-family: segoeRegular;
    text-align: center;
    margin-bottom: 6px;
}
.content form input {
    background-color: transparent;
    border-radius: 15px;
    padding: 15px;
    height: 44px;
}
.content form input::placeholder {
    color: #fff;
}
.content form input:hover, .content form input:active, .content form input:focus {
    background-color: transparent;
    border-radius: 15px;
    box-shadow: none !important;
}
.content form .btn-login {
    background-color: #6779B9;
    color: #fff;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #6779B9;
    border-radius: 15px;
}
.content form .btn-login:hover, .content form .btn-login:active, .content form .btn-login:focus {
    background-color: #6779B9 !important;
    color: #fff;
    border-color: #6779B9 !important;
    box-shadow: none !important;
}
.content .contact-txt {
    color: #fff;
    font-size: 15px;
}
.content .enter {
    margin-bottom: 180px;
}

/* -------------
 Instructions Page
--------------- */
/* Background */
.instructions-page {
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
/* Content */
.content .instruction {
    margin-bottom: 32px;
}
.content .instruction .instruction-title {
    color: #fff;
    font-size: 27px;
    margin-bottom: 32px;
    font-weight: 600;
}
.content .instruction p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 8px;
}

/* -------------
 Table Two Page
--------------- */
/* Background */
.table-two-page {
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.content .table td.not {
    color: #FF897B;
}

/* -------------
 Purchase Page
--------------- */
/* Background */
.purchase-page {
    position: relative;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
/* content */
.content .enter .item {
    margin-bottom: 45px;
}
.content .enter .item p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 13px;
}
.content .enter .item p:last-child {
    color: #27EB5B;
    margin-bottom: 0;
}
.purchase-page .content .enter .code h3 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    margin-bottom: 14px;
}
.purchase-page .content .enter .code p {
    text-align: left;
    font-size: 15px;
    padding-right: 100px;
    line-height: 24px;
}
.purchase-page .content .success {
    margin-top: 15px;
}
.purchase-page .content .success svg {
    width: 24px;
}
.purchase-page .content .success svg .a {
    fill: #27EB5B;
}
.purchase-page .content .success p {
    font-size: 24px !important;
    color: #27EB5B !important;
}
#verificationModal .modal-content {
    background-color: #1A2035;
    padding: 20px 8px;
    border-radius: 15px;
}
#verificationModal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #27EB5B;
    text-align: center;
    text-transform: uppercase;
}
#verificationModal .modal-header {
    display: flex;
    align-items: center;
    border-bottom: 0;
}
#verificationModal .modal-content p {
    color: #fff;
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 22px;
}
#verificationModal .modal-content p a {
    color: #6779B9;
}
#verificationModal .modal-content p a.here {
    text-decoration: underline;
}
#verificationModal .modal-dialog {
    width: 430px;
    margin: 3.5rem auto 1.75rem auto;
}
#verificationModal form input {
    background-color: transparent;
    border-radius: 15px !important;
    padding: 15px 15px 15px 15px;
    height: 44px;
}
#verificationModal form input::placeholder {
    color: #fff;
}
#verificationModal form input:hover, #verificationModal form input:active, #verificationModal form input:focus {
    background-color: transparent;
    border-radius: 15px;
    box-shadow: none !important;
}
#verificationModal form .btn-login {
    background-color: #6779B9;
    color: #fff;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #6779B9;
    border-radius: 15px;
}
#verificationModal form .btn-login:hover, #verificationModal form .btn-login:active, #verificationModal form .btn-login:focus {
    background-color: #6779B9 !important;
    color: #fff;
    border-color: #6779B9 !important;
    box-shadow: none !important;
}

@media (max-width: 1000px) {
    .sidenav {
        display: none !important;
    }
    .content {
        margin-left: 0px;
    }
    .content .welcome {
        font-size: 23px;
    }
    .login-sec .welcome {
        font-size: 30px;
        text-align: center;
    }
    .login-sec .app-name {
        font-size: 40px;
        text-align: center;
    }
    .login-sec .left > div {
        padding-right: 0px;
    }
    .login-sec .desc {
        margin: 15px 0 25px 0;
        text-align: center;
    }
    .login-sec .contact-txt {
        margin-bottom: 10px;
    }
    .login-sec form input {
        background-color: transparent;
        border-radius: 15px !important;
        padding: 12px 10px 14px 42px;
        height: 38px;
    }
    .login-sec .left #user-logo, .login-sec .left #password-logo {
        position: absolute;
        top: 11px;
        width: 13px;
        left: 16px;
    }
    .login-sec .left #eye-logo {
        position: absolute;
        top: 8px;
        width: 15px;
        right: 16px;
    }
    .login-sec .right .login-logo {
        width: 150px;
        margin: 20px 0;
    }
    .table {
        margin-top: 63px;
        overflow-x: scroll;
    }
    .content .table th {
        font-size: 20px;
        vertical-align: baseline;
        padding: 19px 7px;
    }
    .content .table td {
        color: #fff;
        font-size: 15px;
        padding: 17px 10px;
        border-top: 0;
    }
    .table-page .content {
        overflow-x: scroll;
    }
    .content .contact-txt {
        text-align: center;
    }
    .content .enter {
        margin-bottom: 50px;
    }
    .content .code .px-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .content form.px-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #verificationModal .modal-dialog {
        width: 400px;
        margin: 3.5rem auto 1.75rem auto;
    }
    #invoicesModal .modal-dialog {
        width: 400px;
        margin: 3.5rem auto 1.75rem auto;
    }
    .table-two-page .content {
        overflow-x: scroll;
    }
}

/* Notification */
.noti-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px #9c9c9c;
    overflow: visible;
    position: absolute;
    top: 50px;
    margin-left: -239px;
    width: 300px;
    color: #444;
    z-index: 2;
    display: none;
}
.noti-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #000;
    border-color: transparent transparent #fff;
    margin-top: -20px;
    margin-left: 240px;
}
.noti-container > .noti-title {
    display: none;
    width: 100%;
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #ddd;
    position: relative;
    z-index: 100;
}
.noti-container > .noti-title > .new-noti-title {
    font-size: 17px;
    text-align: center;
    line-height: 25px;
}
.noti-container > .noti-title > .noti-count {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 5px;
}
.noti-container > .noti-body {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: auto;
}
.noti-container > .noti-body > .noti-text {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 5%;
    line-height: 15px;
    background-color: #E9EFF2;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
.noti-container > .noti-body > .noti-text.has-read {
    background-color: #fff;
}
.noti-container > .noti-footer {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    padding: 12px;
    border-top: 2px solid #ddd;
}
