@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'liberation';
    src: url('./fonts/liberationsans-bold-webfont.woff2') format('woff2'),
         url('./fonts/liberationsans-bold-webfont.woff') format('woff');
    font-weight:700;
    font-style: normal;

}

@font-face {
    font-family: 'liberation';
    src: url('./fonts/liberationsans-regular-webfont.woff2') format('woff2'),
         url('./fonts/liberationsans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    font-family: "Lato", sans-serif;
    line-height: 38.4px;
    margin: 0px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
h3 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #444444;
    margin: 25px 0px 15px 0px;
}

h4{
    font-size: 16px;
    font-weight: 900;
    color: #000;
    font-family: "Lato", sans-serif;
    margin: 0;
}
h6{
    font-size: 12px;
    font-weight: 900;
    color: #000;
    margin: 8px 0px;
}
body{
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin: 0px;
}
header {
    padding: 22px 20px;
}
.page-wrapper {
    display: flex;
    min-height: 100vh;
}
.left-wrapper {
    background: #004C7B;
    width: 200px;
}
.right-wrapper {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}
.right-wrapper .container {
    max-width: 1240px;
    padding: 0px 15px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.right-wrapper-top p {
    margin: 0px;
}
.right-wrapper-top {
    text-align: center;
    margin-bottom: auto;
    position: relative;
    padding: 0px 90px 12px 90px;
}
.right-wrapper-top:after {
    border-bottom: 4px solid #F26122;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    max-width: 366px;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
}
.Consultation-section .right-wrapper-top{
    padding: 0px 90px 25px 90px;
}
.btn a{
    color: #fff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 16.5px;
    font-weight: 800;
    line-height: 19.8px;
    background: #F26122;
    border-radius: 8px;
    padding: 12px;
    min-width: 176px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}
/*.btn {
    --bs-btn-border-width: 0 !important;
}*/
.Consultation-section p {
    max-width: 744px;
    font-family: 'liberation';
    line-height: 24px;
}
.btn {
    text-align: center;
    margin-top: auto;
}
.Consultation-pic {
    text-align: center;
    margin-bottom: 40px;
}
.Consultation-pic img{
    max-width: 100%;
}
a{
    text-decoration: none !important;
}
.Consultation-section {
    display: flex;
    flex-flow: column;
    padding-bottom: 45px;
    min-height: 100vh;
}
.btns {
    display: flex;
    gap: 20px;
}
.btns.btn{
    padding: 0px;
}
.btns.btn a {
    font-weight: 400;
}
.Consultation-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 40px 24px 24px 22px;
    max-width: 735px;
}
.employee-entry-right {
    width: calc(100% - 735px);
}
.employee-entry {
    display: flex;
}
.employee-entry-right {
    width: calc(100% - 735px);
    text-align: right;
}
.Consultation-card-right p {
    margin: 15px 0px 30px 0px;
}
.employee-entry-right .btn {
    display: block;
    text-align: right;
    padding: 0px;
    margin-bottom: 19px;
}
.employee-entry-right img {
    margin-bottom: 16px;
}
.employee-entry-right .btn a {
    min-width: 150px;
    font-weight: 700;
}
.employee-entry-right .btn.btn-dashboard a {
    font-size: 18px;
    padding: 0px;
    padding: 11px 0px;
}
.dashboard .btn {
    text-align: right;
    padding: 20px 0px;width: 100%;
}
.dashboard .card {
    background: #F4F4F4;
    border-radius: 20px;
    border: none;
}
.dashboard .card h3 {
    font-weight: 800;
    color: #343A40;
}
.dashboard .card li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.card.color-text.card-1 li {
    font-size: 16px;
    color: #444444;
    font-weight: 700;
}
.nav-pills .nav-link {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-align: left;
    background: 0 0;
    border: 0;
    width: 81px;
    padding: 0px 11px;
    padding-top: 20px;
}

.nav-pills .nav-link span {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #DCDCDC;
    border-radius: 6px;
    padding: 10px;
    min-width: 62px;
    min-height: 62px;
    text-align: center;
    display: block;
    width: 62px;
    margin-bottom: 11px;
}
.nav-pills .nav-link.active span{
    background: #F26122;
}
.nav-pills .nav-link.active img {
    filter: brightness(8);
}
.nav-pills .nav-link.blue-bg.active span {
    background: #407BFF;
}
.nav-pills .nav-link.orange-bg span{
    background: #F26122;
}
.nav-pills .nav-link.orange-bg span img {
    filter: brightness(8);
}
.Employee-Review .nav-pills .nav-link img {
    filter: brightness(0.6);
}
.Employee-Review .nav-pills .nav-link.active img {
    filter: brightness(8);
}
.table-section th a {
    border-radius: 12px;
    padding: 15px 0px;
    min-width: 188px;
    display: inline-block;
    text-align: center;
    width: 185px;
}
.table-section a {
    color: #F26122;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-decoration: none;
    text-align: center;
}
.table-section td a {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.table-section th a.active-a {
    color: #fff;
    background-color: #444444;
}
.table-section td {
    min-width: 185px;
    border-radius: 12px;
    background: #F4F4F4;
    padding: 6px;
    text-align: center;
}
.table-section table{
    border-collapse: separate;
}
.table-section tbody, .table-section td, .table-section tfoot, .table-section tr {
    border-width: 5px;
    border-color: #fff;
}
.table-section td:first-child, .table-section th:first-child a {
    background-color: transparent;
    min-width: 130px;
    width: 130px;
}
select, input {
    -webkit-appearance: none;
    background-color: #F4F4F4;
    border: none;
    border-radius: 12px;
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: normal;
    width: 100%;
}
select {
    background-image: url(image/arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
}
.add-more a {
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #444444;
    font-weight: 800;
}
.add-more img {
    max-width: 45px;
    margin: 0;
}
.table-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.rewiew-tabing .field-set.field {
    padding: 50px 0px;
}
.rewiew-tabing .field-set {
    align-items: center;
}
.rewiew-form .field-set {
    gap: 10px;
    width: calc(100% - 220px);
}
.field-set {
    display: flex;
    flex-wrap: wrap;
}
.rewiew-tabing .field input {
    max-width: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 10px;
}.rewiew-tabing h2 {
    font-weight: 900;
    color: #444444;
    text-shadow: none;
    font-size: 30px;
}
.Employee-Review .btns.btn {
    display: flex;
    justify-content: center;
    gap: 64px;
}
.Employee-Review h1 {
    text-align: center;
}
.rewiew-form {
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
}
.rewiew-form input::placeholder {
    color: #444444;
}
.rewiew-form input {
    padding: 11px 20px;
    color: #444444;
    font-weight: 700;
    height: 52px;
}
.field-set .field.width-cus {
    width: 320px;
}
.field-set .field {
    width: 250px;
}
.field.width-half {
    width: 132px;
}
.field.width-full {
    width: 344px;
    height: 100px;
}
.field.width-full textarea {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background-color: #F4F4F4;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    color: #444444;
    font-weight: 700;

}
.Employee-Review h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 30px;
}
.dashboard-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dashboard-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
.dashboard-logo img {
    max-width: 60px;
}

.card-bottom-main {
    display: flex;
    gap: 20px;
    padding-top: 28px;
    padding-bottom: 50px;
}
.card {
    box-shadow: 0px 4.27px 4.27px 0px #00000040;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 15px;
}
.card img {
    max-width: 100%;
}
.card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 24px;
}
.card-top img {
    max-width: 150px;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
ul li span {
    width: 15px;
    height: 8px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 15px;
}
.card-top .btn a {
    box-shadow: 2px 2px 8px 0px #00000040;
    font-size: 12px;
    font-weight: 900;
    min-width: 78px;
    border-radius: 10px;
    padding: 7px;
}
.card-top .btn {
    margin: 0px;
    text-align: right;
    padding: 0;
}
.card.color-text h3 {
    font-weight: 900;
    color: #FF783D;
    text-align: right;
}
.card.color-text h3 span {
    color: #62280E;
}
.card.color-text ul {
    display: inline-block;
}
.card.color-text li {
    float: left;
    width: 50%;
}
.card.color-text li a{
    text-decoration: none;
    color: #FF783D;
}
.card-top-main {
    display: flex;
    gap: 20px;
}
a.Transaction-Histroy span {
    background: #FFD9C9;
    border-radius: 12px 0px 0px 12px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
a.Transaction-Histroy {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 2px 2px 4px 0px #0000001F;
    gap: 16px;
    border-radius: 12px;
    height: 44px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.employee-count-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.employee-count {
    width: 50%;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 8px;
}
.employee-count-main:before {
    content: "";
    position: absolute;
    background: #F16122;
    height: 170px;
    width: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.employee-count-main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #F16122;
    width: 160px;
    height: 3px;
    text-align: center;
    margin: 0 auto;
}
.card.Transaction-card {
    background: #FFF2EC;
}
.Transaction-card h2, .Transaction-card span {
    color: #00309D;
    text-shadow: none;
}
.Transaction-card h2{
    font-weight: 700;
}
.card.Transaction-card h3 {
    text-align: left;
    color: #343A40;
    font-size: 21px;
    margin: 0px 0px 7px 0px;
}
.two-card .card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    flex-direction: row;
}
.card.color-text.card-1 {
    min-width: 384px;
}
.card.card-2 {
    min-width: 302px;
}
.two-card.card-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 230px;
}.Transaction-card span {
    color: #092562;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    display: inline-block;
}
.card h3 {
    margin-bottom: 12px;
    margin-top: 0px;
}
.two-card.card-3 .card h3{
    margin-top: auto;
}
.account-tabing .nav-pills .nav-link {
    background: #F8F8F8;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    padding: 23px;
    min-width: 195px;
    text-align: center;
    color: #F26122;
    font-size: 16px;
    font-weight: 900;
}
.account-tabing .nav-pills .nav-link.active {
    background: #F26122;
    color: #fff;
}
.account-tabing .nav-pills {
    gap: 60px;
}
.account-tabing  {
   margin-top: 75px;
}
.account-tabing .field {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 6px;
}
.account-tabing .field label {
    min-width: 130px;
    font-weight: 600;
    text-align: right;
}
.account-tabing .field input {
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
}
.field.field-check input {
    width: 22px;
    height: 22px;
    min-height: 22px;
    display: inline-block;
    padding: 0;
    background: transparent;
    border: 2px solid #F16122;
    border-radius: 5px;
}
.field.field-check {
    gap: 5px;
    justify-content: right;
}
.field.field-check input:checked {
    background: #f26122;
}
.account-tabing form {
    max-width: 765px;
    margin: 0 auto;
}
.account-tabing form h4 {
    font-size: 24px;
    font-weight: 600;
}
.Platinum-plan p span {
    font-size: 12px;
}
.Platinum-plan p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.Platinum-plan {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background: #F8F8F8;
    border-radius: 8px;
    padding: 9px 15px;
}
.Platinum-plan p a {
    color: #f26122;
    text-decoration: none;
}
.Platinum-plan span.price {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
}
.account-tabing form th, .account-tabing form td {
    font-size: 12px;
    background: #F8F8F8;
    border-radius: 8px;
    padding: 7px 8px;
    border: 10px solid #fff;
    text-align: center;
}
.account-tabing form table {
    width: 100%;
    border-collapse: inherit;
}
.account-tabing .field-set .field label {
    text-align: left;
    margin-bottom: 10px;
}
.account-tabing .field-set .field {
    display: inline-block;
    text-align: left;
    width: 50%;
}

.input-div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.datetime input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.datetime {
    display: flex;
    align-items: center;
    position: relative;
}
.field.payment-field {
    position: relative;
}
.field.payment-field img {
    position: absolute;
    right: 10px;
}
.account-tabing .btn {
    display: inline-block;
    text-align: center;
    width: 100%;
   margin-top: 75px;
    margin-bottom: 50px;
}
.transation-card .field {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    gap: 16px;
}
.transation-card span {
    background: #2087C9;
    min-width: 50px;
    height: 38px;
    display: inline-block;
}
.field.process-1 span {
    min-width: 300px;
}
.field.process-2 span {
    min-width: 200px;
}
.field.process-3 span {
    min-width: 100px;
}
.field.process-4 {
    padding: 0;
}
.transation-card label {
    font-size: 16px;
    font-weight: 600;
}
.transation-record span {
    background: #F16122;
    color: #fff;
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.transation-record .field {
    display: flex;
    align-items: center;
    gap: 16px;
  
}
.transation-record span.min-width {
    width: 300px;
    text-align: center;

}
.transation-record .field {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
}
.transation-card-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.Employee-Review {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 50px;
}
.Employee-Review .btns.btn {
    margin-top: auto;
}
.nsp-table th, .nsp-table td  {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #E0E0E0;
    border-radius: 8px;
    padding: 10px;
    min-width: 180px;
}
.nsp-table td {
    background: #F8F8F8;
    padding: 4px 10px;
}
.nsp-table table{
    border-spacing: 10px;
    border-collapse: separate;
}
.nsp-table {
    overflow-x: auto;
}
.Logs table th, .Logs table td {
    background: #F4F4F4;
    padding: 10px;
    border-radius: 28px;
    text-align: center;
    border: 10px solid #fff; 
}
.Logs table th:first-child {
    min-width: 80px;
}
.Logs h3 {
    font-size: 30px;
    font-weight: 900;
}

.Logs table th:last-child {
    min-width: 120px;
}
.Logs table th:nth-child(2), .Logs table td:nth-child(2){
    text-align: left;
}
.logs-section label {
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    min-width: 150px;
}
.logs-section .field-set {
    display: inline-block;
}
.logs-section {
    padding: 30px 0px;
}
.logs-section .field-set .field input {
    box-shadow: 0px 4px 4px 0px #0000001F;
    padding: 14px 20px;
    font-size: 20px;
}
.logs-section .field-set .field {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.datetime img {
    margin-right: 10px;
}
.Logs table {
    border-spacing: 10px;
}
.plans-half {
    box-shadow: 0px 1px 3px 0px #0000001A;
    border: 1px solid #E2E8F0;
    background: #FFFFFF01;
    border-radius: 6px;
    padding: 25px;
    height: 100%;
}
.plans-half li {
    color: #6B7280;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-image: url(./image/list.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 6px 0px;
    padding-left: 29px;
}
.plans-half.orange-bg-plan li{
    background-image: url(./image/list-wh.png);
    background-position: left;
}
.plans-half h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}
.support-plan h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1A202C;
}
.support-plan p {
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.support-plan p {
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    border-top: 1px solid #CBD5E0;
    padding-top: 17px;
    padding-bottom: 16px;
    text-transform: uppercase;
}
.plans-half span.alert {
    background: #ECF3FD;
    color: #407BFF;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    margin-bottom: 60px;
}
.plans-half span {
    font-size: 13px;
    font-weight: 400;
    color: #4A5568;
}
.plans-half p {
    color: #718096;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 26px;
}
span.price {
    color: #171923;
    font-size: 28px;
    font-weight: 700;
    display: block;
    padding: 19px 0px 0px 0px;
}
.plans-half .btn, .plans-half .btn a {
    width: 100%;
}
.plans-half ul {
    padding: 0;
}
.plans-half span.top-plan {
    line-height: normal;
    padding-top: 20px;
    display: inline-block;
}
.plans-half.sky-bg {
    background: #EBF8FF;
}
.plans-half.orange-bg-plan {
    background: #F16122;
    color: #fff;
    height: 100%;
}
.plans-half.orange-bg-plan .btn a{
    color: #F16122;
    background: #fff;
}
.plans-half.orange-bg-plan span, .plans-half.orange-bg-plan p, .plans-half.orange-bg-plan h3, .plans-half.orange-bg-plan li{
    color: #fff;
}
.plans-half.orange-bg-plan .btn {
    padding: 117px 0px 84px 0px;
}
.plan-section .btn.footer-btn {
    width: 100%;
    padding: 50px 0px;
}
.plan-section .right-wrapper-top {
    margin-bottom: 10px;
}
td.btn-td a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    border-radius: 8px;
    background: #21608D;
    color: #fff;
}
td.btn-td a.deactive-td {
    background: #D9D9D9;
    margin-top: 5px;
}

td.radio-td input {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 2px solid #000;
    color: #000000;
    margin-right: 10px;
}
.employee-review-section td {
    font-weight: 500;
    padding: 0px 10px;
    min-width: 198px;
    text-align: center;
    background: #F4F4F4;
}

.employee-review-section table {
    margin-bottom: 12px;
}
td.btn-td {
    background: #fff;
}
table.heading-table th {
    font-size: 16px;
    font-weight: 900;
    color: #444444;
    padding: 2px 15px;
    min-width: 190px;
    text-align: center;
    border-radius: 12px;
    background: #F4F4F4;
}
table.heading-table {
    background-color: transparent;
    border-collapse: separate;
    margin-bottom: 30px;
}
td.radius-12 {
    border-radius: 0px 12px 12px 0px;
}
td.radio-td {
    border-radius: 12px 0px 0px 12px;
}
.employee-review-section .btns.btn a {
    background: #D6D6D6;
    color: #444;
    font-weight: 900;
    font-size: 16px;
}
.employee-review-section .btns.btn a.active-a {
    background: #f26122;
    color:#fff;
}
.select-radio input {
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 4px;
}
.employee-review-top {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 35px;
    flex-wrap: wrap;
}
.select-radio label {
    font-weight: 500;
}
table a.deactive-td.active {
    background-color: #f26122;
}
.two-btn.btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.employee-review-table {
    overflow-x: auto;
}
