body.lk-page {
    padding-top: 150px;
    background: #F6F6FA;
}
body.login-page {
    background: #F6F6FA;
	padding-top: 50px;
}
.loginbox form {
    max-width: 270px;
    margin: auto;
}
.loginbox {
    background: #FFFFFF;
    max-width: 450px;
    margin: 50px auto;
    text-align: center;
    padding: 70px 0;
}

.login-img {
    margin-bottom: 20px;
}

.login-head {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 6px;
}

.login-text {
    color: #888888;
    margin-bottom: 25px;
}

input.login-input {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    width: 100%;
    color: #888888;
    padding: 13px;
}

.login-link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.login-link {
    font-weight: 700;
    text-decoration-line: underline;
    color: #003264;
}
.login-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.btn-blue.login-btn {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
}
.pass-close, .pass-open {
    position: absolute;
    top: 14px;
    right: 10px;
}

.pass-wrap input {
    padding-right: 50px;
}
.topmenu {
    background: #EBF4FD;
    padding: 10px 0;
    margin-bottom: 60px;
    position: relative;
}

ul.topmenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.topmenu-list a {
    font-weight: 500;
    color: #151515;
    padding: 8px 15px;
    display: block;
}

ul.topmenu-list li {
    margin-right: 15px;
}

ul.topmenu-list li.topmenu-logout {
    margin-right: 0;
    margin-left: auto;
}
ul.topmenu-list li.active a, ul.topmenu-list li:hover a {
    background: #003264;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: 700;
}
.whitebox {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px;
}
.profile-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-rows: repeat(2, 1fr); */
    /* grid-column-gap: 30px; */
    /* grid-row-gap: 30px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .profile-item:nth-child(1) {grid-area: 1 / 1 / 3 / 2;padding: 45px 15px;} */
.profile-item:nth-child(1) { padding-top: 45px;}
.profile-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.profile-item:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.profile-item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.profile-item:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }

.profile-item {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    padding: 15px;
    width: 32%;
    margin-bottom: 20px;
}

.ava {
    margin-bottom: 20px;
}

.ava img {
    border-radius: 50%;
}

.profil-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    margin-bottom: 5px;
}

.profile-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #003264;
    margin-bottom: 10px;
}

.profile-svg {
    margin-bottom: 15px;
}

.whitebox.profile-item {
    padding-bottom: 25px;
}

.btn-blue.profile-btn {
    min-width: 210px;
    margin-top: 10px;
}
.lktitle {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 22px;
}



.whitebox-item .whitebox {margin-bottom: 30px;}

.whitebox-item1 {
    width: 45%;
    margin-right: 4%;
}

.whitebox-item2 {
    width: 45%;
}

.input-wrap label {
    color: #898989;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
}

.input {
    border: none;
    padding: 0;
    border-bottom: 1px solid #C9C9C9;
    width: 100%;
    font-weight: 450;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.input-wrap {
    width: 100%;
    margin-bottom: 30px;
}

.input-wrap.input-wrap_half {
    width: 48%;
}

.btn-blue.save-btn {
    margin-top: 10px;
}

.add-btn {
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    color: #003264;
    border-bottom: 2px solid #003264;
}

.visa-img {
    margin-bottom: 30px;
}

.visa-number {
    font-weight: 450;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 40px;
}

.btn-blue.visa-save-btn {
    margin-left: auto;
    margin-right: 0;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 14px;
    display: table;
}



.order-name img {
    border-radius: 5px;
    width: 40px;
    margin-right: 10px;
}

.order-item {
    background: #FFFFFF;
    border: 1px solid #003264;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px 50px;
}

.order-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid #003264;
}

.order-top > div {
    margin-bottom: 10px;
}

.order-info2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #003264;
}

.order-info1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.order-info2 > div:first-child {
    margin-right: 25px;
}

.order-date {
    font-size: 14px;
    color: #333333;
	background: #003264;
    color: #fff;
    border-radius: 5px;
    padding: 3px 15px;
}

.order-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 21%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 0px !important;
}

.order-table > div {
    padding: 0 10px;
    border-right: 1px solid #E6E6E6;
    height: inherit;
}

.order-table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.order-quantity {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    width: 90px;
    text-align: center;
    padding: 5px 13px;
}
.order-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width: 70px;
}

.order-desc {
    flex-grow: 1;
    padding-right: 0px !important;
    border-right: none !important;
    width: calc(79% - 181px);
    display: flex;
    flex-wrap: wrap;
}

.order-desc > div {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 8px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 122.01%;
    color: #151515;
}

input.order-comment {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 8px 10px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 122.01%;
}
.btn-bluereverse.order-cancel {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 30px;
    width: 205px;
    margin-left: auto;
    display: table;
}

.whitebox.notif1 {
    width: 65%;
    margin-right: 3%;
}

.whitebox.notif2 {
    width: 32%;
}

.notif-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgb(148 148 148 / 30%);
    margin-bottom: 45px;
}

a.notif-link {
    font-weight: 700;
    color: #151515;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-right: 45px;
}

a.notif-link span {
    position: absolute;
    right: -13px;
    top: -6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
}
a.notif-link.active, a.notif-link.active span {
    color: #003264;
}
.notif-links {
    display: flex;
    flex-wrap: wrap;
}
a.notif-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #003264;
    transition: 0.5s;
    opacity: 0;
}

a.notif-link.active::before {
    opacity: 1;
}

a.mark-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #003264;
}

a.mark-button svg {
    margin-right: 7px;
}

a.notif-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(148 148 148 / 34%);
}

.notif-type {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
}

.notif-date {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
}

.notif-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.notif-item {
    margin-bottom: 35px;
}

.notif-item:last-child {
    margin-bottom: 0;
}

.nsettings-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #003264;
    margin-bottom: 15px;
}

.not-group {
    position: relative;
    padding: 15px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    border-bottom: 1px solid rgb(148 148 148 / 38%);
}

.not-group:last-child {
    border: none;
    padding-bottom: 0;
}

.whitebox-flex {
    align-items: flex-start;
}

.not-group input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

label.not-label {
    position: relative;
    padding-left: 25px;
}

label.not-label span {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    left: 0;
    border: 2px solid #003264;
}

label.not-label span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/check.svg) no-repeat center center;
    opacity: 0;
}

.not-group input:checked ~ label.not-label span {
    background: #003264;
}

.not-group input:checked ~ label.not-label span::before {
    opacity: 1;
}

.simply-toast.alert.alert-info {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    background: #09a309;
    color: #fff;
}
  







