
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;

}

div {
    font-family: 'Inter', sans-serif;
}

.main-content {
    margin-left: 207px;
    margin-top: 82px;
    background-color: #F3F9FD;
    min-width: calc(100vw - 207px);
    min-height: calc(100vh - 82px);
}

.sidebar_view {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 207px;
    min-height: 100vh;
}

.sidebar-logo {
    width: 100%;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1260D3;

}

.sidebar-logo img {
    width: 160px;
    height: 23px;
}

.header-view {
    width: calc(100vw - 207px);
    height: 82px;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
    background-color: white;
    z-index: 999;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.header-view .search-content .search-input {
    min-width: 300px;
}

:root {
    scroll-behavior: auto;
}

::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #DCEEFF;
    border-radius: 10px;
    width: 8px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #DEE9FB;
}

.profile_account {
    display: flex;
    align-items: center;
    margin-right: 0px !important;
    /*cursor: pointer;*/
}

.profile_account span {
    font-size: 16px;
    color: #293744;
    font-weight: 600;
    margin-left: 10px;
}

.notification-menu {
    min-width: 300px;
    border-radius: 15px;
}

.profile_account .el-avatar {
    min-width: 40px;
}

.login-view {
    width: 100vw;
    height: 100vh;
    display: flex;
}

.login-left {
    width: 45%;
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right {
    width: 55%;
    height: 100%;
    background-color: #1260D3;
    padding: 40px;
}

.login-left .logo {
    position: fixed;
    top: 40px;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    align-items: center;
    z-index: 9;
}

.login-left .logo img {
    width: 150px;
}

.login-left .logo span {
    color: white;
    background-color: #1260D3;
    font-size: 14px;
    line-height: 17px;
    padding: 3px 5px;
    border-radius: 6px;
    font-weight: 500;
}

.login-left .login-form {
    width: 410px;
    margin: 0 auto;
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right .img_center {
    width: 70%;
    position: relative;

}

.login-right .img_center .centered-img {
    width: 100%;
    z-index: 3;
    position: relative;
}

.login-right .img_center .left_img {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 50%;
}

.login-right .img_center .right_img {
    position: absolute;
    right: -100px;
    top: -100px;
    width: 30%;
}

.login-right .img_center .right_img__bottom {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 30%;
}

.login-right .img_center .left_img img,
.login-right .img_center .right_img img,
.login-right .img_center .right_img__bottom img {
    width: 100%;
}

.login-left .login-form h3 {
    color: #293744;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.otp_info {
    color: #7C91B1;
    font-size: 14px;
    font-weight: 400;
}

.btn_success {
    background-color: #1FD0A3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: white !important;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_success:hover {
    background-color: #78e3c3 !important;
}

.send_btn_success {
    width: 100%;
    background-color: #1FD0A3 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: white !important;
    border-radius: 10px !important;

}

.login-left .login-form {
    max-height: 70%;
    overflow-y: auto;
}

.page-view {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
}

.page-view .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.page-view .page-title {
    font-size: 24px;
    font-weight: 700;
    color: #293744;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table-responsive table th {
    text-align: left;
    color: #7C91B1;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
}

.table-responsive table td {
    padding: 10px 20px;
}

.table-responsive table tbody tr {
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    color: #293744;
    font-size: 14px;
    min-height: 60px;
    height: 60px;
}

.table-responsive table tbody tr td:nth-child(2) {
    font-weight: 600;
}

.table-responsive table tbody tr td:first-child {
    width: 50px;
    padding: 10px;
}

.table-responsive table tbody tr:hover {
    box-shadow: 0px 10px 10px rgba(115, 134, 153, 0.3);
    outline: none;
    border-radius: 20px;
}

.table-responsive table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-responsive table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

th.action,
td.action {
    width: 100px !important;
    text-align: right;
}

.my-table-action-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: right;
}

.pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: max-content;
    overflow-x: auto;
}


.my-modal .el-dialog {
    border-radius: 15px;
    min-width: 400px;
}

.my-modal .el-dialog__title {
    font-size: 24px;
    font-weight: 700;
    color: #293744;
}

.my-modal .dialog-footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
}

.my-modal .cancel_btn {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.my-form .el-form-item {
    margin-bottom: 0px;
}

.my-form .el-form-item .el-form-item__label {
    padding: 0px;
    color: #293744;
    font-size: 14px;
    font-weight: 600;
}

.my-form .form-item {
    display: flex;
    justify-content: space-between;
}

.my-form .form-item .el-form-item {
    width: 49%;
}

.my-form .el-form-item .el-input__inner,
.el-form-item textarea {
    border-radius: 10px;
    background-color: #F6F8FB;
}

.my-form .el-form-item .el-input__inner:focus,
.el-form-item .el-textarea__inner:focus {
    background-color: white;
}

.el-form-item .el-textarea__inner {
    height: 100px;
}

td.action .el-button--primary.is-plain i:before, .el-button--primary.is-plain i:before {
    color: #1260D3;
}

td.action .el-button--primary.is-plain:focus i:before, .el-button--primary.is-plain:hover i:before {
    color: white;
}

.d-flex {
    display: flex;
}

.el-switch__core:after {

    -webkit-box-shadow: -1px 1px 10px -1px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: -1px 1px 10px -1px rgba(34, 60, 80, 0.5);
    box-shadow: -1px 1px 10px -1px rgba(34, 60, 80, 0.5);
}

.mt-20 {
    margin-top: 20px;
}

.checkbox_content__title {
    color: #7C91B1;
    font-size: 12px;
    font-weight: 600;
}

.checkbox-content .el-checkbox__label {
    font-weight: 500;
    color: #293744;
}

.checkbox-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));

}

.el-select {
    width: 100%;
}

.color-blue {
    color: #1260D3 !important;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.color-blue:hover {
    border-bottom: 1px solid #1260D3;
}

.ml-10 {
    margin-left: 10px;
}

.h-100 {
    height: 100%;
}

.flex-column {
    flex-direction: column;
}

.w-100 {
    width: 100%;
}

.page_header__btn___group {
    display: flex;
    align-items: center;
}

.page_header__btn___group .icon-excel,
.page_header__btn___group .icon-filter-circle {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;

}

.page_header__btn___group .icon-excel img {
    width: 24px;
    height: 24px;
}

.color-success {
    color: #1FD0A3;
}

.color-red {
    color: #FA6F6F;
}

.align-items-end {
    align-items: flex-end;
}

.font-weight-600 {
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}

.align-items-center {
    align-items: center;
}

.search-content .el-input__inner {
    border-radius: 10px;
}

.installments-table {
    border: 1px solid #EAEFF4;
    border-radius: 10px;
}

.installments-table th {
    background-color: #F6F8FB;
}

.installments-table span {
    padding: 20px;
    max-height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;

}

.installments-table {
    width: 100%;
}

.installments-table tr:not(:last-child) td {
    border-bottom: 1px solid #EAEFF4;

}

.cancel_btn {
    border-radius: 10px !important;
}

.delete_btn {
    border-radius: 10px !important;
}

.justify-space-between {
    justify-content: space-between;
}

.w-50 {
    width: 50%;
}

ul {
    list-style-type: none;
}

.w-25 {
    width: 25%;
}

.w-75 {
    width: 75%;
}

.primary_link {
    color: #1260D3 !important;
    font-size: 14px;
    border-bottom: 1px solid #1260D3;
    font-weight: 500;
    cursor: pointer;
    max-width: max-content;
    padding: 0 !important;
}

.success_link {
    color: #1fd0a3 !important;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #1FD0A3;
    cursor: pointer;
    max-width: max-content;
    padding: 0 !important;
}

.adminka_logo {
    font-size: 24px;
    color: white;
    background: #1260D3;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.edit_form__information {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.edit_form__information div:first-child {
    font-size: 16px;
    font-weight: bold;
    width: 200px;

}

.display-none {
    display: none !important;
}
.icon-excel img, .icon-pdf img {
    width: 24px;
    height: 24px;
}
.table-responsive,
.default-table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.default-table-responsive table{
    width: 100%;
    border-collapse: collapse;
}
.default-table-responsive table th{
    text-align: left;
    color: #7C91B1;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #706666;
    padding: 3px 5px;
}
.default-table-responsive table td{
    text-align: left;
    color: #2e3133;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #706666;
    padding: 3px 5px;
}
.primary_link,
.primary_status{
    color: #1260D3!important;
    font-size: 14px;
    border-bottom: 1px solid #1260D3;
    font-weight: 500;
    cursor: pointer;
    max-width: max-content;
    padding: 0!important;
}
.primary_status{
    border-bottom: none;
}
.success_link,
.success_status{
    color: #1fd0a3!important;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #1FD0A3;
    cursor: pointer;
    max-width: max-content;
    padding: 0!important;
}
.success_status{
    border-bottom: none;
}