/* Universal */
/* body {
    font-family: 'Poppins', sans-serif;
} */
.text-danger {
    color: #e12236;
}
.style-bg-gradient-1 {
    background-image: linear-gradient(to bottom right, #151c48, #3d4e60);
}
.style-bg-gradient-2 {
    background-image: linear-gradient(to top right, #b1c8f2, #ededed, #ededed, #f1b9c4);
}
.style-border-top-1 {
    border-top: 20px solid #0159fb;
}

.style-bg-gray-light {
    background: #f8f9fa;
}
.style-bg-primary {
    background: #151c48;
}
.style-bg-secondary {
    background: #9d9d9d;
}
.style-text-primary {
    background: #151c48;
}
.style-text-secondary {
    background: #9d9d9d;
}
.style-text-header {
    width: fit-content;
    color: #FFFFFF;
    background: linear-gradient(to right, #ee264a, #ee264a, #ee264a01);
    padding: 8px 32px;
    margin: auto;
    border-radius: 8px;
}

.style-text-title {
    font-weight: 600;
    font-size: 30px;
    color: #212529;
}
.style-text-desc {
    font-weight: 400;
    font-size: 16px;
    color: #495057;
}
.style-section-border-top {
    border-top: .25rem solid #f1f3f5;
}
.style-section-border-bottom {
    border-bottom: .25rem solid #f1f3f5;
}

.style-divider {
    height: 6px;
    width: 100px;
    border-radius: 4px;
    background-color: #9d9d9d;
}

/* Style Input */
.style-input {
    box-shadow: none!important;
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #eef3f7;
    appearance: none;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.style-input:focus {
    color: #181c32;
    background-color: #fff;
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%), 0 0 0 0.25rem rgb(0 158 247 / 25%);
}
.style-input.style-input-solid {
    background-color: #f5f8fa;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}
.style-input.style-input-solid:active,
.style-input.style-input-solid:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}
input.style-input.style-input-solid:read-only {
    background-color: #eee;
    border-color: #eee;
}

.style-input-label {
    font-size: 16px;
    font-weight: 600;
    color: #181c32;
}

.style-input-group {
    display: flex;
    flex-direction: column;
}
.style-input-group .style-input-group-form {
    width: 100%;
    border-radius: .475rem !important;
    padding-right: 50px !important;
}
.style-input-group .style-input-group-btn {
    position: absolute !important;
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7;
    right: 0px;
    top: 0px;
    border-radius: .475rem;
    z-index: 999 !important;
    font-size: 18px;
    padding: 0;
    margin: 4px;
    height: 44px;
    width: 45px;
}
.style-input-group .style-input-group-btn:hover {
    color: #fff;
}

.style-btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.style-btn.style-btn-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7;
}

.style-form-login .style-title {
    font-weight: 600;
    font-size: 28px;
    color: #181c32;
}
.style-form-login .style-desc {
    font-weight: 500;
    font-size: 20px;
    color: #5e6278;
}


/* Style swal2 */
.swal2-styled.swal2-confirm {
    background-color: #009ef7 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(0 158 247 / 50%) !important;
}


/* Style Select2 */
.select2-container .select2-selection--single {
    height: 38px;
    padding: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 2px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border: 1px solid transparent;
}
.select2-results__option {
    padding: 8px;
}

/* Card label */
.style-card-label {
    width: 100%;
    height: 100%;
    padding: 32px;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
    border-radius: .25rem;
    border: 1px solid #F4F4F4;
    transition: .5s all;
    -webkit-box-shadow: 0px 20px 25px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 20px 25px 0px rgb(0 0 0 / 8%);
}
.style-card-label .style-card-title {
    font-size: 20px;
    font-weight: 500;
    color: #151c48;
}
.style-card-label .style-card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
}
.style-card-label .style-span-label {
    position: absolute;
    left: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #151c48;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
}
.style-card-label .style-span-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 60px;
    height: 60px;
    background: transparent;
    color: #151c48;
    display: block;
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    padding: 0px;
}

/*Css BlockUI*/
.blockUI.blockOverlay {
    opacity: 0.4 !important;
}
.blockUI.blockMsg {
    padding: 8px 16px !important;
    border: 0 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.1);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.1);
}
.blockUI.blockMsg h1 {
    margin: 0;
    color: #212121;
    font-size: 16px !important;
}
@media only screen and (min-width: 992px) {
    .blockUI.blockMsg {
        left: 44% !important;
        width: 12% !important;
    }
}

/* Navbar */
.style-navbar {
    padding: 0;
    /*border-bottom: 1px solid #F4F4F4;*/
}
.style-nabvar .navbar-nav {
    float: right;
}
.style-navbar .navbar-nav .nav-link {
    color: #FFFFFF !important;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: .25s all;
}
.style-navbar .navbar-nav .nav-link:hover {
    opacity: 1;
}
.style-navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
    border-bottom: 2px solid red;
}

.navbar-logo {
    width: 180px !important;
    height: auto !important;
}

.navbar-btn-login {
    height: 100%;
    padding: 7px 26px;
    color: #000000;
    font-size: 14px;
    opacity: 1;
    border: 2px solid black;
    border-radius: 0.25rem;
}

.navbar-btn-login:hover {
    color: #E53A3E;
    background-color: #FFFFFF;
    border: 2px solid #d7d4d4;
}

.custom-btn-webinar {
    border-radius: 40px;
    width: 150px;
    padding: 12px;
    background-color: #23B2BB;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.navbar-btn-reg {
    background-color: #E53A3E;
    padding: 8px 26px;
    color: white;
    font-size: 14px;
    height: 100%;
}

.navbar-btn-reg:hover {
    color: #E53A3E;
    background-color: #FFFFFF;
    border: 1px solid #E53A3E;
}

/* Footer */
.style-footer {
    color: black;
    background: white;
    border-top: 1px solid rgba(255,255,255,.1);
    position: relative;
    z-index: 0;
}

/* Nav Tab 1 */
.style-nav-tab-1 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #d0ebff;
}
.style-nav-tab-1 .nav-link {
    height: 100%;
    padding: 24px 16px;
    color: #151c48;
    opacity: .6;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    border-bottom: 8px solid #d0ebff;
    transition: .5s all;
}
.style-nav-tab-1 .nav-link:hover {
    border-bottom: 8px solid #228be6;
}
.style-nav-tab-1 .nav-link.active {
    background: #d0ebff;
    color: #151c48;
    opacity: 1;
    border-bottom: 8px solid #228be6;
}

/* Nav Tab 2 */
.style-tab-content-2 {
    border: 1px solid #dee2e6;
    border-top: 0;
}

/* Nav Tab Vertical 1 */
.style-nav-tab-v-1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background: #d0ebff;
}
.style-nav-tab-v-1 .nav-link {
    padding: 16px 8px;
    color: #151c48;
    opacity: .6;
    font-size: 18px;
    font-weight: 500;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-right: 8px solid #d0ebff;
    transition: .5s all;
}
.style-nav-tab-v-1 .nav-link:hover {
    border-right: 8px solid #228be6;
}
.style-nav-tab-v-1 .nav-link.active {
    background: #d0ebff;
    color: #151c48;
    opacity: 1;
    border-right: 8px solid #228be6;
}
@media only screen and (max-width: 992px) {
    .style-nav-tab-v-1 .nav-link {
        padding: 8px 4px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* Form Program */
.style-form-program {
    padding: 0;
    background: #ffffff;
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 3%);
}

/* Tab Program */
.style-nav-tab .nav-link {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
}

/* Table Program */
.style-table-program {
    margin: 0;
    background: #FFFFFF;
}
.style-table-program tr th {
    vertical-align: middle;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    background: #ef264a;
    color: #ffffff;
    border: 2px solid #454545 !important;
}
.style-table-program tr td {
    vertical-align: middle;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #454545 !important;
}
.style-table-program tr:nth-child(odd) {
    background-color: #ededed;
}
.style-table-program tr:nth-child(even) {
    background-color: #c4d4f5;
}

.style-table-program-dark tr th {
    vertical-align: middle;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #454545 !important;
}
.style-table-program-dark tr td {
    vertical-align: middle;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #454545 !important;
}
.style-table-program-dark tr.style-red th,
.style-table-program-dark tr.style-red td {
    background: #ef264a;
    color: #ffffff;
}
.style-table-program-dark tr.style-blue th,
.style-table-program-dark tr.style-blue td {
    background: #0059fb;
    color: #ffffff;
}
.style-table-program-dark tr.style-grey th,
.style-table-program-dark tr.style-grey td {
    background: #ededed;
}
.style-table-program-dark tr.style-light-blue th,
.style-table-program-dark tr.style-light-blue td {
    background: #c4d4f5;
}
.style-table-program-dark tr.style-light-red th,
.style-table-program-dark tr.style-light-red td {
    background: #e8d3d8;
}
.style-table-program-dark tr.style-light-green th,
.style-table-program-dark tr.style-light-green td {
    background: #cae7e3;
}
.style-nav-custom {
    position: absolute;
    z-index: 100; 
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .style-table-program tr th {
        padding: 8px 4px;
        font-size: 14px;
        font-weight: 600;
    }
    .style-table-program tr td {
        padding: 8px 4px;
        font-size: 14px;
        font-weight: 500;
    }
    .style-nav-custom {
        position: relative;
        z-index: 100; 
        width: 100%;
        background-color: #fafafa;
    }
}

/*.style-section-home-program .style-text-header {
    color: #131c45;
    font-weight: 600;
    font-size: 40px;
}
.style-section-home-program .style-divider {
    height: 6px;
    width: 100px;
    border-radius: 2px;
    background-color: #131c45;
}
.style-section-home-program .style-form-program {
    padding: 0;
    background: transparent;
    border-radius: .25rem;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 3%);
}
.style-section-home-program .style-nav-tab-1 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 2px solid #454545;
    background: #0159fb;
}
.style-section-home-program .style-nav-tab-1 .nav-link {
    height: 100%;
    padding: 24px 16px;
    color: #ffffff;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
    border: 0;
    transition: .5s all;
}
.style-section-home-program .style-nav-tab-1 .nav-link:hover {
    background: #ee264a;
}
.style-section-home-program .style-nav-tab-1 .nav-link.active {
    background: #ee264a;
    color: #ffffff;
    opacity: 1;
}*/

.style-section-home-event .style-title {
    font-size: 48px;
    font-weight: 500;
    color: #151c48;
}
.style-section-home-event .style-desc {
    font-size: 24px;
    font-weight: 400;
    color: #495057;
}

.style-section-home-welcome .style-title {
    font-size: 32px;
    font-weight: 500;
    color: #151c48;
}
.style-section-home-welcome .style-desc {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
}

.style-section-home-contact .style-title {
    font-size: 32px;
    font-weight: 500;
    color: #151c48;
}
.style-section-home-contact .style-sub-title {
    font-size: 15px;
    font-weight: 500;
    color: #151c48;
}
.style-section-home-contact .style-desc {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
}

.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7440%) hue-rotate(356deg) brightness(0) contrast(104%);
}

@media only screen and (max-width: 992px) {
    .welcome::before {
        width: 100% !important;
    }

    .menu-container .ct {
        bottom: 10px !important;
        left: 20px !important;
    }

    .menu-container {
        padding: 20px !important;
        height: 800px !important;
    }

    .package-card {
        padding-top: 20px;
    }

    .btn-regisration {
        margin-top: 20px;
    }
}

/* .welcome-message p {
    text-align: justify;
} */

.toast-message {
    color: black !important;
}

.faculty-detail-doc {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: 15px 30px 15px 30px;
}

.card-regis .register-label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}