@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

::selection {
    color: #fff;
    background: #010066;
}
body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
    background: #f5f5f5;
}
a {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
.container {
    max-width: 1430px;
}
.header {
    position: fixed;
    left: 0;
    top: 15px;
    width: 100%;
    z-index: 999;
}
.logo {
    float: left;
    position: relative;
    z-index: 9;
}
.logo img {
    max-width: 100%;
}
@keyframes animName {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.login-bg {
    background: #010066 url(../images/icon-bg.jpg) repeat-y;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.login-page {
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    top: 50%;
    transform: translateY(-50%);
}
.login-page-left img {
    margin: 55px 0 15px;
    max-width: 100%;
}
.login-page-left .text-right br {
  display: none;
}
.login-page-left .text-right a {
  font-size: 12px;
  display: inline-block;
  color: #000;
}
.login-page-left input {
    background: #f9f9f9;
    border: solid #f1f1f1 2px;
    width: 100%;
    color: #000;
    outline: 0;
    border-radius: 8px;
}
.login-page-left input[type="checkbox"] {
    width: auto;
}
.login-page-right img {
    border-radius: 15px;
    max-width: 100%;
}
.login-page-left p a {
    color: #a2a2a2;
    text-decoration: underline;
    font-weight: 500;
}
.login-page-left button {
    background: #010066;
    color: #fff;
    padding: 14px 60px 14px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border: solid #010066 2px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
} 
.login-page-left button:hover{background:none;color: #010066;}
.login-page-left button:hover i{background: #010066;color: #fff;}
.login-page-left button i {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #010066;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 20px;
  padding-top: 10px;
}
.log-header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.log-user-list {
    display: none;
    background-color: #fff;
    color: #000;
    list-style: none;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.log-user-list li {
    padding: 10px 15px;
    border-bottom: solid #e9e9e9 1px;
}
.log-header img {
    max-width: 100%;
    height: 60px;
}
.log-user {
    position: relative;
    float: right;
}
.log-user button {
    background: 0 0;
    border: none;
    box-shadow: none;
    outline: 0;
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.log-user button img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}
.log-user button p {
    margin-bottom: 0;
    text-align: left;
    line-height: 14px;
    margin-left: 10px;
}
.log-user button p strong {
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}
.customer-page {
    width: 1200px;
    margin: 55px auto 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.customer-page-left {
    border-right: solid #e9e9e9 1px;
    text-align: center;
    padding: 15px;
    display: flex;
    width: 100%;
    height: 100%;
}
.customer-page-left img {
    max-width: 100%;
    margin: 0 0 15px;
    border-radius: 15px;
}
.customer-page-left p {
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}
.customer-page-right {
    padding: 30px 30px;
}
.customer-page-right td {
    color: #919191;
}
.profile-button {
    display: inline-block;
    border: solid #010066 2px;
    padding: 10px 20px;
    background: #010066;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}
.profile-button:hover {
    background: 0 0;
    color: #010066;
}
.profile-container {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #333;
    width: 100%;
}
.profile-header {
    text-align: center;
    padding: 20px;
    background-color: #010066;
    color: #fff;
}
.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 4px solid #fff;
    object-fit: cover;
}
.profile-name {
    margin: 10px 0 5px;
    font-size: 24px;
    font-weight: 700;
}
.profile-role {
    font-size: 14px;
    color: #e0f7e8;
}
.profile-table {
    width: 100%;
    border-collapse: collapse;
}
.profile-table td,
.profile-table th {
    padding: 15px 20px;
    text-align: left;
}
.profile-table th {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #555;
    width: 40%;
}
.profile-table td {
    background-color: #fff;
    color: #333;
}
.profile-table tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 1399px) {
    .login-page {
        width: 96%;
        top: 0;
        transform: translateY(0);
        position: relative;
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 1350px) {
    .customer-page {
        width: 95%;
    }
}
@media screen and (max-width: 1199px) {
    .logo img {
        max-width: 200px;
    }
    .login-page-left img {
        margin-top: 0;
    }
    .customer-page-left img {
        max-width: 115px;
    }
    .customer-page {
        margin-top: 25px;
        overflow-x: hidden;
    }
}
@media screen and (max-width: 767px) {
    .header {
        background: #fff;
        top: 0;
        padding: 8px 0;
    }
    .logo img {
        max-width: 190px;
    }
    .login-page-right img {
        width: 100%;
        margin-top: 15px;
    }
    .login-page {
        margin: 15px auto;
    }
    .login-bg {
        height: auto;
    }
    html {
        height: 100vh;
    }
    .log-user button strong {
        display: none;
    }
    .log-user button img {
        width: 40px;
        height: 40px;
    }
    .log-header img {
        max-width: 150px;
    }
    .log-user button {
        padding: 0;
    }
    .customer-page-left {
        padding: 20px 15px 0;
    }
    .customer-page-right {
        padding: 0 30px 15px;
    }
    .customer-page-right table {
        width: 640px;
        max-width: 640px;
    }
    .customer-page {
        margin-bottom: 20px;
    }
    .profile-container {
        padding: 10px;
    }
    .profile-table td,
    .profile-table th {
        padding: 10px 15px;
    }
    .profile-avatar {
        width: 80px;
        height: 80px;
    }
    .profile-name {
        font-size: 20px;
    }
    .login-page-left .text-right {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: left !important;
}
.login-page-left .card-body.p-4 {
  padding: 10px 0px !important;
}
}
