html {
  font-size: 14px;
}
::-webkit-scrollbar {
    width: 0px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Kanit', sans-serif;
    color: #000000;
    margin-bottom: 60px;
}
.navbar-myssm {
    background-color: #DCF5FF !important;
    padding: 10px 20px;
    height: 56px;
}
.navbar-myssm-sub {
    background-color: #FFFFFF !important;
    padding: 10px 20px;
    height:56px;
}
.login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ip-input-container {
    display: flex;
    gap: 5px;
}

.ip-input {

}
.flex-align-center {
    display: flex;
    align-items: center;
}
.flex-direction-column {
    display: flex;
    flex-direction: column;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.logo-seniorsoft {
    width:34px;
    height:34px;
}
.set-text-product {
    font-size: 16px;
    color: #000000;
}
.set-text-head {
    font-size:12px;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.set-nav-body {
    display: flex;
    grid-column-gap: 10px;
}
.header-menu {
    height:56px;
}
.header-menu-sub {
    height: 56px !important;
}
.btn-primary-login {
    background-color: #0095DA;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: none;
}
    .btn-primary-login:focus {
        box-shadow: none !important;
        border: 1px solid #C7C7C7 !important;
        outline: 0;
        color: #FFFFFF;
        box-shadow: none;
    }
    .btn-primary-login:hover {
        box-shadow: none;
        border: 1px solid #C7C7C7 !important;
        outline: 0;
        color: #FFFFFF;
        box-shadow: none;
    }

.set-input-d {
    border-radius: 8px;
    border: 1px solid #C7C7C7;
}
    .set-input-d:focus {
        box-shadow: none;
       /* border: 1px solid #C7C7C7;*/
    }
    .set-input-d::placeholder {
        color: #7FCAEC;
    }

input {
    height: 40px;
    color: #0095DA !important;
    border-radius: 8px !important;
}
    input:focus {
        box-shadow: none!important;
        outline:0!important;
    }
button {
    height: 40px;
}

    button.btn-disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
       /* background-color: #FFFFFF !important;
        color: #0095DA !important;*/
    }
.btn-primary-sub {
    background-color: #0095DA !important;
    color: #FFFFFF !important;
    border: 1px solid #0095DA;
}
    .btn-primary-sub:focus {
        box-shadow: none !important;
        outline:0 !important;
    }
.set-hr {
    background-color: #D9D9D9;
}
.loader-myssm {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-loading {
    display: flex;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #0000006b;
    overflow: hidden;
    align-items: center;
}

.loader-display {
    position: fixed;
    display: none;
    z-index: 9999;
}

.overflow-hidden {
    overflow: hidden;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-back-menu {
    color: #000000B5;
    font-weight: 700;
}

    .bg-back-menu:hover {
        color: #000000B5;
        font-weight: 700;
        text-decoration: none;
    }

@media only screen and (min-width: 0px) and (max-width:648px) {
    .text-head {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important; /* Number of lines displayed before it truncate */
        overflow: hidden !important;
    }
}

.description {
    font-size: 1rem;
    line-height: 1.4rem;
}

.loading .image,
.loading h4,
.loading .description {
    background-color: var(--loading-grey);
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.loading h4 {
    min-height: 1.6rem;
    border-radius: 4px;
    animation-delay: .05s;
}

.loading .description {
    min-height: 4rem;
    border-radius: 4px;
    animation-delay: .06s;
}

@keyframes fadeIn {
    from {
        opacity: 0; /* Start fully transparent */
    }

    to {
        opacity: 1; /* End fully opaque */
    }
}
.set-text-number-member {
    font-size: 16px;
    color: #0095DA;
    
}
.set-text-member {
    color: #000000;
    font-size: 16px;
}
@media (min-height: 0px) and (max-height: 576px) {
    .login {
        position: sticky;
        display: flex;
        margin-top: 30px;
        top: initial;
        left: initial;
        transform: none;
        justify-content: center;
    }
}

.set-box-arrow-right {
    font-size: 20px;
    color: #0095DA;
}
.set-card-menu-regis, .set-card-menu-unregis, .set-card-menu-check, .set-card-menu-changepass {
    color: #000000;
    text-decoration: none;
    min-height: 160px;
    min-width: 160px;
    max-height: 160px;
    max-width: 160px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .set-card-menu-regis:hover, .set-card-menu-unregis:hover, .set-card-menu-check:hover, .set-card-menu-changepass:hover,
    .set-card-menu-regis:focus, .set-card-menu-unregis:focus, .set-card-menu-check:focus, .set-card-menu-changepass:focus {
        color: #000000;
        text-decoration: none;
    }
.set-card-menu-regis {
    border: 1px solid #80CAEC;
}

.set-card-menu-unregis {
    border: 1px solid #F196A4;
}
.set-card-menu-check {
    border: 1px solid #9AD4A8;
}

.set-card-menu-changepass {
    border: 1px solid #FBCB8E;
}

.set-menu-item {
    width: 64px !important;
    height: 64px !important;
}

.parent-gap {
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 0px) and (max-width: 371px) {
    .parent-gap {
        display: flex;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .set-card-menu-regis {
        min-height: 115px;
        max-height: 115px;
        width: 100%;
        max-width: 100%;
    }

    .set-card-menu-unregis {
        min-height: 115px;
        max-height: 115px;
        width: 100%;
        max-width: 100%;
    }


    .set-card-menu-check {
        min-height: 115px;
        max-height: 115px;
        width: 100%;
        max-width: 100%;
    }

    .set-card-menu-changepass {
        min-height: 115px;
        max-height: 115px;
        width: 100%;
        max-width: 100%;
    }

}
.h-text-top {
   color: #000000;
   font-size:16px;
}
.container-menu-sub {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
.nav-text-sub {
    position: absolute;
    left: 20px;
}
input:disabled {
    color: #404040 !important;
    background-color: #F8F8F8!important;
}
.btn-arrow-right {
    background-color: initial;
    border: none;
}
.modal-flex-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.btn-modal-ok, .btn-modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.btn-modal-ok {
    min-width: 124px;
    height: 40px;
    background-color: #FFFFFF;
    color: #0095DA;
    border: 1px solid #0095DA;
    border-radius: 8px;
}
    .btn-modal-ok:hover {
        background-color: #FFFFFF;
        color: #0095DA;
    }
    .btn-modal-ok:focus, .btn-modal-close:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }

.btn-modal-close {
    background-color: #C7C7C7 !important;
    color: #000000 !important;
    min-width: 124px;
    height: 40px;
    border-radius: 8px;
}
    .btn-modal-close:hover {
        background-color: #C7C7C7 !important;
        color: #000000;
    }
.flex-modal-dialog {
    display: flex;
    justify-content: center;
}

.btn-punrimary-sub {
    background-color: #FFFFFF !important;
    color: #E32D49 !important;
    border: 1px solid #E32D49;
}
    .btn-punrimary-sub:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }
    .btn-punrimary-sub:hover {
        background-color: #FFFFFF !important;
        color: #E32D49 !important;
        border: 1px solid #E32D49;
    }
    .btn-punrimary-sub:disabled {
        color: #E32D49 !important;
    }
.img-regissuccess {
    width:80px;
    height:80px;
}
.flex-regissuccess {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-regissuccess {
    color: #68BF7D;
    font-size:16px;
}
.text-input-regissuccess {
    background-color: #F8F8F8;
    border-radius: 8px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.regno-split {
    display: flex;
    white-space: pre-wrap; /* To preserve whitespace and line breaks */
    word-break: break-all; /* To break long strings */
}
.samp-copy {
    position: initial;
    font-size: 16px;
    color: #0095DA;
    z-index: 999;
}
.form-control {
    border: 1px solid #C7C7C7!important;
}
    .form-control:focus {
        border: 1px solid #0095DA !important;
    }

.icon-password {
    position: absolute;
    right: 15px;
    top: 39px;
    cursor: pointer;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none !important;
}

.btn-modal-bule-ok {
    background-color: #0095DA;
    color: #FFFFFF;
    border: 1px solid #0095DA;
    min-width: 124px;
    height: 40px;
}
    .btn-modal-bule-ok:hover {
        background-color: #0095DA;
        color: #FFFFFF;
    }

    .btn-modal-bule-ok:focus{
        box-shadow: none !important;
        outline: 0 !important;
    }
.text-color-total {
    color: #0095DA;
}
.flex-head-lists-licence {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.body-flex-licence {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-licence-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.li-icon {
    background-color: #80CAEC;
    width: 7px;
    height: 7px;
    border-radius: 1px;
}
.set-hr-licence {
    background-color: #D9D9D9;
    margin:5px 0;
}
.btn-licence {
    padding: 0;
    width: 40px;
    text-align: end;
    color: #7B7B7B;
}
    /*.btn-licence:hover {
        background-color: #0095DA;
        color: #FFFFFF;
    }*/

    .btn-licence:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }
.grid-licence {
    grid-row-gap: 1rem;
}
.border-radius-8 {
    border-radius: 8px;
}

.loader-licence {
    width: 40px;
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0095DA;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
.color-loader {
    color: #6b6b6b;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.flex-column-center-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.text-position-menu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 1rem;
}
.img-position-menu {
    position: absolute;
    /* width: 100%; */
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}
.text-menu {
    height:42px;
}
.back-button {
    background-color: #FFFFFF;
    border: 0px;
}