﻿/*custom classes*/
.margin-top-1 {
    margin-top: 4px;
}
.margin-top-2 {
    margin-top: 8px;
}
.margin-top-3 {
    margin-top: 16px;
}
.margin-top-4 {
    margin-top: 24px;
}
.margin-top-5 {
    margin-top: 48px;
}
.margin-bottom-1 {
    margin-bottom: 4px;
}
.margin-bottom-2 {
    margin-bottom: 8px;
}
.margin-bottom-3 {
    margin-bottom: 16px;
}
.margin-bottom-4 {
    margin-bottom: 24px;
}
.margin-bottom-5 {
    margin-bottom: 48px;
}
.margin-left-1 {
    margin-left: 4px;
}
.margin-left-2 {
    margin-left: 8px;
}
.margin-left-3 {
    margin-left: 16px;
}
.margin-left-4 {
    margin-left: 24px;
}
.margin-left-5 {
    margin-left: 48px;
}
.margin-right-1 {
    margin-right: 4px;
}
.margin-right-2 {
    margin-right: 8px;
}
.margin-right-3 {
    margin-right: 16px;
}
.margin-right-4 {
    margin-right: 24px;
}
.margin-right-5 {
    margin-right: 48px;
}
.padding-top-1 {
    padding-top: 4px;
}
.padding-top-2 {
    padding-top: 8px;
}
.padding-top-3 {
    padding-top: 16px;
}
.padding-top-4 {
    padding-top: 24px;
}
.padding-top-5 {
    padding-top: 48px;
}
.padding-bottom-1 {
    padding-bottom: 4px;
}
.padding-bottom-2 {
    padding-bottom: 8px;
}
.padding-bottom-3 {
    padding-bottom: 16px;
}
.padding-bottom-4 {
    padding-bottom: 24px;
}
.padding-bottom-5 {
    padding-bottom: 48px;
}
.padding-left-1 {
    padding-left: 4px;
}
.padding-left-2 {
    padding-left: 8px;
}
.padding-left-3 {
    padding-left: 16px;
}
.padding-left-4 {
    padding-left: 24px;
}
.padding-left-5 {
    padding-left: 48px;
}
.padding-right-1 {
    padding-right: 4px;
}
.padding-right-2 {
    padding-right: 8px;
}
.padding-right-3 {
    padding-right: 16px;
}
.padding-right-4 {
    padding-right: 24px;
}
.padding-right-5 {
    padding-right: 48px;
}
.text-start {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-end {
    text-align: right !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.navbar {
    padding: 0px 0px 0px 1rem;
}

/*Index_Kan_Eng*/
.hide {
    display: none;
}
.whiteblack {
    border-right: 1px solid #676767;
    color: white;
    padding: 3px 10px;
    text-decoration: none;
    background-color: #000;
    margin-right: 5px;
}

.standards {
    border-right: 1px solid #fff;
    color: #000;
    padding: 3px 10px;
    text-decoration: none;
    background-color: #fff;
    margin-right: 5px;
}
.officer_img img {
    width: 122px;
    height: 121px;
}
.me-18 {
    margin-right: 18px
}
.font-size-btn {
    padding: 0 5px 0 5px;
}

i.bx.bx-chevron-right {
    color: #fff;
}

.contact-details ul li a {
    color: #fff;
}

#topbar {
    background: #07294d;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#topbar .contact-info a:hover {
    color: #fff;
}
#topbar .contact-info i {
    color: #428bca;
}
.clearfix {
    padding: 0px 12px;
}
#topbar .contact-info .icofont-phone {
    padding-left: 20px;
    margin-left: 10px;
}
.disclaimer.text-white {
    text-align: center;
}

.contactus text-white {
    text-align: center;
}

section.banner {
    padding: 6px 0px;
}
.cm-logo img {
    float: right;
}

.gok-logo img {
    float: right;
    position: relative;
    left: 70px;
}
.mb-3, .my-3 {
    margin-bottom: 1px !important;
}

#slider-section .carousel-caption {
    position: absolute;
    right: 4%;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 34%;
    left: 56%;
}

.carousel-caption h4 {
    color: #fff;
    font-size: 30px;
}

a.learn-btn {
    background: #ef731b;
    padding: 8px 10px;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.footer-line-height p {
    line-height: 20px;
}

.features-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: #07294d;
    margin-top: 16px;
}

.orange-color {
    color: #ff6b00;
}

p.card-text {
    text-align: center;
}

h6.card-title {
    text-align: center;
    font-size: 14px;
}
h4.card-title {
    color: #07294d;
}

.minister-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #151515;
    margin: 0;
}

.minister-border {
    border-radius: 10px;
}

.card {
    border-radius: 10px;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 16%);
}

.card-body {
    padding: 13px;
}

.counter-wrapper-2::before {
    border-radius: 10px !important;
}

.card {
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

.counter-wrapper-2::before {
    border-radius: 10px !important;
}

.teachers-page {
    padding-top: 5rem;
}

p.about-uucms {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin: 53px 33px;
    text-align: justify;
}

.header-search {
    padding: 7px 30px;
    background: rgba(239, 115, 27, 1);
    border-radius: 5px;
    width: 110px;
}

    .header-search a {
        color: #fff;
        font-weight: 700;
    }

.about-image {
    position: relative;
    max-width: 661px;
    height: 585px;
    margin-left: auto;
}

.event-image img {
    width: 100%;
    border-radius: 30px !important;
}

.disclaimer {
    color: #ef731b;
    font-size: 16px;
    font-weight: 600;
}

.about-image .single-image.image-1 {
    top: 72px;
    right: 63px;
}

.about-image {
    position: relative;
    max-width: 661px;
    height: 585px;
    margin-left: auto;
}
.about-image .single-image img {
    border-radius: 30px;
    height: 163px;
}
.about-image .single-image.image-1 {
    top: 155px;
    right: 179px;
}
.position-static {
    position: static !important;
    margin: 0px -9px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.5rem;
}
.bg-dark {
    background-color: #07294d !important;
}
.navbar_color {
    background-color: #07294d;
}
/*login*/
.main-head {
}

.text-orange {
    color: #EF731B;
}

.login-box {
    background-color: #07294D;
    border-radius: 10px;
    color: #fff
}

.refresh-section {
    background-color: #0A429B;
    padding: 10px;
    cursor: pointer;
}

#captcha-form-control {
    background-color: #fff;
    color: #000;
}

.login-btn, .login-btn:hover {
    background-color: #0A429B;
    border-color: #0A429B;
}

.register-link, .register-link:hover, .click-here-link, .click-here-link:hover {
    color: #EF731B;
}

.login-box .form-control, .login-box .form-control:focus {
    background-color: #07294D;
    color: #fff;
}

.login-inner-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #EF731B;
}

.login-inner-section .nav-link {
    padding: 0.5rem 0.2rem;
    font-size: 14px
}

.login-inner-section .nav-fill .nav-item {
    background-color: lightgrey;
}

.login-subsection {
    border-radius: 20px;
    background: rgb(82 79 79 / 66%);
    padding: 15px;
}
.nav-item:first-child {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}

.nav-item:last-child {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.backtohome {
    font-weight: 700;
    font-size: 14px;
    color: #EF731B;
}

.captcha_background {
    background-image: url('../../Content/images/captchaimage.png');
    padding: 0px 0px;
    width: 200px !important;
    color: #000000 !important;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}

#Generatedcaptcha {
    color: #000000 !important;
}
.login-inner-section ul li a {
    color: #000000;
    font-weight: 600;
}
.login-inner-section ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 31px;
    background: #000000;
    margin-top: 3px;
}




/* Style for bootstrap5.3 dropdown */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -0.5rem;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.nav-menu.bg-align {
    background-color: #07294d;
}


.nav-menu a {
    color: #ffffff;
    font-size: 14px;
  
}
    .nav-menu a:hover {
        color: #ccc; 
    }

ul.dropdown-menu {
    background-color: #ffffff;
}

ul.dropdown-menu:hover {
    background-color: #ffffff;
}
ul.dropbtn{
    background-color: #04AA6D !important;
}
ul.dropbtn.dropdown-menu li a:hover {
    color: #ffffff !important;
}

.nav-menu .dropdown-menu a:hover {
    color: #0094c6;
    background-color: transparent;
}

ul.dropdown-menu.user-dropdown.dropdown-menu-start li a.dropdown-item:hover {
    background-color: #0094c661;
    color: #000000;
}

.nav-menu .nav-link.dropdown-toggle {
    color: #ffffff;
    border-right: 1px solid #ffffffad;
    content: none;
}

    .nav-menu .nav-link.dropdown-toggle:hover {
        color: #ffffff;
        background-color: transparent; 
    }
button.btn.btn-secondary.dropdown-toggle {
    background-color: #12b34b;
    border: transparent;
    margin-top: 0px;
    border-radius: 0px;
}
.navbar .dropdown-toggle::after {
    display: none; /* Hides the default arrow */
}
.nav-menu a {
    text-decoration: none; /* Removes underline */
}

    .nav-menu a:hover {
        text-decoration: none; /* Ensures no underline on hover */
    }
.navbar-nav li:first-child a {
    border-right: 1px solid #ddd; /* Specific rule for Home */
}
.nav-menu .nav-item:last-child .nav-link.dropdown-toggle {
    border-right: none; /* Remove the border for the last menu item */
}

ul.dropdown-menu.user-dropdown.dropdown-menu-start {
    left: auto;
    right: 0;
    max-width: 300px;
    overflow: hidden;
    z-index: 1050;
    background-color: #ffffff;
}

ul.dropdown-menu.user-dropdown.dropdown-menu-start li a .dropdown-item {
    color:#000000;
}
button.navbar-toggler {
    background-color: #ffffff;
}
a.dropdown-item.font-color {
    color: #000000;
}
.table thead tr th {
    background-color: #07294d;
    color: #ffffff;
    /* font-weight: 400; */
}
a.dropdown-item {
    color: #07294d;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #07294d;
    border-color: #07294d;
}
.page-link {
 
    color: #000000;
  
}
label.label-font {
    font-size:15px;
    font-weight:500;
}
.card-header {
    background: rgb(193 212 232 / 25%);
    padding: 10px;
}
.back-to-top {
    font-size: 23px;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #07294d;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.back-to-top:hover {
    color: #ffffff;
    background-color: #629fd3; 
    transform: scale(1.1);
}
  
.back-to-top i {
    font-size: 20px; 
}
/*datatable*/
.dataTables_length select {
    padding: 4px 6px !important;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4KICA8cGF0aCBkPSJNNSA3bC00LTQgMS0xIDMgMyAzLTMgMSAxLTQgNHoiLz4KPC9zdmc+Cg==') no-repeat right center;
}