@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

:root {
    --white: #FFFFFF;
    --lightGrey: rgba(217, 217, 217, 0.5);
    --grey: #F3F5F9;
    --darkGrey: rgba(0, 0, 0, 0.4);
    --lighterGreen: rgba(12, 188, 139, 0.1);
    --lightGreen:  rgba(12,188,139,0.2);
    --strongLimeGreen: #0CBC5F;
    --darkLimeGreen: #09A77B;
    --green:  #007756;
    --opa5Blue: rgba(54,124,255, 0.2);
    --paleBlue: #E5F1FF;
    --lightBlue: #367CFF;
    --primary: var(--lightBlue);
    --lightGrayBlue: rgba(193, 216, 237, 0.47);
    --blue: #002F86;
    --darkBlue: #113271;
    --lightOrange: rgba(255,216,84,0.2);
    --orange: #EE5C4B;
    --lightRed: rgba(239,93,119,0.2);
    --softRed: #EF5D77;
    --red: #EF5D77;
}

html, body{
    font-family: "Century Gothic", sans-serif;
    background-color: var(--white); /*grey*/
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: var(--blue);
}
.h1, h1 {
    font-size: 1.8rem;
}

::placeholder {
    color: darkgrey !important;
  }


/* Header top */
.header-top span {
    text-align: center;
}

.header-top {
    background: #4682b4;
    font-size: 12px;
    color: #fff;
    height: auto;
    padding: 5px 0;
}

.header-top a {
    color: #fff;
}

.header-top a:hover {
    color: dodgerblue;
    text-decoration: none;
}

.header-top .col-md-6 {
    text-align: center;
}

/*-------------------navbar--------------------------*/
/* .navbar {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  } */
  .navbar .navbar-nav .nav-link {
    padding: 10px 10px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: dodgerblue;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        /* transform: rotateX(-75deg);
        transform-origin: 0% 0%; */
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #f0f0f0e0;
    color: #4682b4;
    border-radius: 5px;
}

.navbar .nav-item:hover .dropdown-menu {
    visibility: visible;
    background: #fff;
    border-radius: 10px !important;
    opacity: 1;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
}

li .dropdown:hover {
    color: #fff;
    background: #4682b4 !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
    color: #4682b4;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: dodgerblue;
	/* background-color: #999; */
}
 
nav h2 {
  margin:0;
  padding:0 15px;
  font-size:1.1em;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.dropdown-item:hover {
    color: #4682b4;
}

.dropdown-item {
    white-space: normal;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.menu-active {
    font-weight: bold;
    color: white;
    background-color: #4682b4;
    padding: .9rem;
    border-radius: 12px;
}

.navbar-light .navbar-toggler {
    border: none;
}

/* -------------------- notifications ------------------------- */
.notification {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.75rem;
	border-radius: 50%;
	background-color: red;
    color: #fff;
}

/* ---------------------- Searchbar ----------------------- */

.form-control:focus {
    box-shadow: none;
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}

.form-control::placeholder {
    font-size: 0.95rem;
    color: #383737;
    font-style: italic;
}
/* ---------------------- Add to cart --------------------------- */

/* -----------------Order Status----------------- */


/*------------------Banner--------------------*/
.container-banner{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.container-fluid{
    padding: 0;
    margin: 0;
}

.carousel-indicators li {
    background-color: #4682b4;
}


/*------------------Item carousel--------------------*/
  /* .cards-wrapper {
    display: flex;
    justify-content: center;
  }
  .card img {
    max-width: 100%;
    max-height: 100%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #ffed4a94;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) {
    .card img {
      height: 11em;
    }
  } */

  /* .nav {
    margin-bottom: 1.5rem;
    padding-left: 7rem;
  } */

  .card {
    border: none;
    border-radius: 50%;
    background-color: #ffab4d;
  }

  .card-body-chat {
    background-color: #fff;
  }

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .navbar-brand {
        width: 100%;
        justify-content: center;
    }
    .navbar-toggler {
        display: block;
    }
    #navbarcollapse {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .search-bar {
        flex-grow: 1;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #navbar-list-4 {
        flex: 0 1 auto;
        display: flex;
        justify-content: flex-end;
    }
    #navbar-list-4 .navbar-nav {
        flex-direction: row;
        gap: 10px;
    }
    .nav-link span {
        display: none;
    }
    .nav-link img {
        margin-left: 8px;
    }
    .dropdown-menu {
        display: none;
    }
    .nav-item.dropdown .nav-link {
        cursor: pointer;
    }
    .modal .dropdown-menu {
        z-index: 1051;
    }
    .sm-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .sm-footer a {
        margin: 0;
    }
    .job-tab {
        margin: 0 auto;
    }
    .job-tab .nav-tabs {
        padding: 0 4rem;
    }
}

@media (min-width: 769px) {
    .navbar-toggler {
        display: none;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}
    
.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

/* ------------------------ product item ------------------------- */
.fruit .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruit .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruit .fruit-category .fruit-name {
    line-height: 40px;
}

.fruit .fruit-category .fruit-name a {
    transition: 0.5s;
}

.fruit .fruit-category .fruit-name a:hover {
    color: var(--bs-secondary);
}

.fruit .fruit-item {
    height: 100%;
    transition: 0.5s;
}
.fruit .fruit-item:hover {
    /* box-shadow: 0 0 20px rgba(185, 185, 185, 0.4); */
    transform: scale(1.10, 1.10);
}

.fruit .fruit-item .fruit-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruit .fruit-item .fruit-img img {
    transition: 0.5s;
}

/* .fruit .fruit-item .fruit-img img:hover {
    transform: scale(1.3);
} */

.btn.border-secondary {
    transition: 0.5s;
}

.bg-secondary {
    background-color: #ffb524 !important;
}

.btn.bg-secondary:hover  {
    background-color: #ffb82b !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.border-secondary {
    border-color: rgb(156, 210, 231) !important;
}

/*** --------- pagination for product page ----------------- ***/
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

/*** ----------------- box shadow for product item---------------- ***/
/* .fruit-item:hover {
    box-shadow: 0 0 20px rgba(185, 185, 185, 0.4);
} */

.rounded {
    border-radius: 1rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.border-top {
    border-top: 6px solid #4682b4 !important;
}

.border-bottom {
    border-bottom: 4px solid #4682b4 !important;
    margin-left: 4rem;
    margin-right: 4rem;
}

/*Common class*/
.font-size-small{
    font-size: 0.7rem;
}
.font-size-normal{
    font-size: 0.8rem;
}
.no-border .list-group-item{
    border: transparent;
}
.less-spacing .list-group-item{
    padding: .3rem 0;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-move{
    cursor: move;
}

/* .btn{
    font-weight: bold;
    padding: .4rem 1.5rem;
    border-radius:  .6rem;
    font-size: 0.8rem;
} */
.btn-square{
    padding: .4rem .7rem;
    border-radius: .5rem;
}
.btn-orange{
    background-color: var(--orange);
    color:var(--white);
}
.btn-light-blue, .btn-white:hover, .btn-white:focus{
    background-color: var(--lightBlue);
    color:var(--white);
}
.btn-white{
    background-color:var(--white);
    color: var(--lightBlue);
}
.btn-light-blue:hover, .btn-light-blue:focus{
    background-color: var(--lightBlue);
    opacity: 0.75;
}
.btn-soft-red{
    background-color: var(--softRed);
    border: 1px solid var(--softRed);
    color:var(--white);
}
.font-white{
    color: var(--white);
}
.font-blue{
    color: var(--blue) !important;
}
.font-light-blue{
    color: var(--lightBlue);
}
.font-dark-blue{
    color: var(--darkBlue)!important;
}
.font-red{
    color: var(--red);
}
.font-orange{
    color: var(--orange);
}
.font-green{
    color: var(--green);
}
.font-lime-green{
    color: var(--darkLimeGreen);
}
.font-dark-grey{
    color: var(--darkGrey);
}
.truncate-text{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.badge{
    font-weight: 500;
    padding: 0.3rem 0.75rem;
    font-size: xx-small;
}
.badge-success {
    color: var(--green);
    background-color: var(--lightGreen);
}
.badge-danger{
    color: var(--red);
    background-color: var(--lightRed);
}
.badge-warning{
    color: var(--orange);
    background-color: var(--lightOrange);
}
.badge-primary{
    color: var(--blue);
    background-color: var(--opa5Blue);
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    background-color: var(--white);
}
.bg-light-green{
    background-color: var(--lightGreen);
}
.bg-lighter-green{
    background-color: var(--lighterGreen);
}
.bg-strong-lime-green{
    background-color: var(--strongLimeGreen);
}
.bg-light-blue{
    background-color: var(--lightBlue);
}
.bg-pale-blue{
    background-color: var(--paleBlue);
}
.bg-soft-red{
    background-color: var(--softRed);
}
.bg-light-red{
    background-color: var(--lightRed);
}
.bg-light-gray-blue{
    background-color: var(--lightGrayBlue);
}
.bg-light-grey{
    background-color: var(--lightGrey);
}

/*nav-link*/
.nav-link{
    opacity: 0.75;
}
.nav-link:hover, .show .nav-link{
    opacity: 1;
}

/*Dropdown*/
.dropdown-menu {
    border: 0px;
    /*border-radius: 15px;
    box-shadow: 0px 9px 20px -1px rgba(0, 0, 0, 0.25);*/
    /* min-width: 16rem; */
    max-width: 100%;
    width: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .dropdown-menu {
        max-width: 90vw;
        width: auto;
    }
}

.icon-dropdown {
    border: 0px;
    /*border-radius: 15px;
    box-shadow: 0px 9px 20px -1px rgba(0, 0, 0, 0.25);*/
    min-width: 16rem;
    width: max-content;
}
.dropdown-menu a:hover{
    color: dodgerblue;
    font-weight: bold;
    background: transparent;
}
.dropdown-divider {
    margin: 0.5rem 1rem;
    border-bottom: 1px solid rgba(17, 50, 113, 0.3);
}
.dropdown-menu .active{
    background: none;
    color: var(--darkBlue);
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.active{
    font-weight: bold;
}

/* User Dropdown */
.user-dropdown-item {
    background-color: #c6e5ff;
}


/*Collapse*/
.collapse-card, .collapse-header{
    border: none!important;
}
.collapse-body{
    border-radius: 0px;
}
.collapse-header:hover{
    background-color: var(--lightBlue) !important;
}
.collapse-header:hover .btn-collapse, .collapse-header:hover .btn-collapse a,
.collapse-header:hover .btn-collapse span{
    color: var(--white) !important;
    text-decoration: none !important;
}
.collapse-body li{
    border-radius: 0px !important;
}
.collapse-body li:hover{
    background-color: var(--lightBlue);
    color: var(--white) !important;
    text-decoration: none !important;
    cursor: pointer;
}
.collapse-body li:hover .collapse-detail{
    color: var(--white) !important;
}
.collapse-body a:hover, .collapse-body li:hover a{
    color: var(--white) !important;
    text-decoration: none;
}

/*Checkbox*/
.checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    margin-left: 40px;
}
.checkbox-group label {
    position: relative;
    cursor: pointer;
}
.checkbox-group label:before {
    content:'';
    background-color: transparent;
    border: 1.5px solid var(--darkBlue);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}
.checkbox-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 5px;
    height: 8px;
    border: 1px solid var(--darkBlue);
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}


/*Form*/
.form-card, .form-card-body{
    border: none;
}
.form-card-body input[placeholder]{
    font-style: italic;
    font-size: 0.8rem;
}
.form-footer{
    background: inherit;
}
.form-card-body select{
    border-radius: 5px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.5);
}
.form-card-body input[type=text], .form-card-body select{
    width: 40%;
}
.form-card-body input[type=radio]{
    accent-color:var(--darkBlue);
}
.form-card-body select{
    margin-left: 40px;
}


/*Toggle*/
.toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 15px;
}
.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--lightGrey);
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle input:checked + .slider {
    background-color: #0CBC8B;
    ;
}
.toggle input:focus + .slider {
    box-shadow: 0 0 1px #0CBC8B;
}
.toggle input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(13px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* ------------ student album modal ---------------- */

.popup-open {
overflow: hidden;
}

a {
text-decoration: none;
-ms-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
outline: medium none;
text-decoration: none;
}

*:focus {
outline: none;
}

.clear {
border: 0;
clear: both;
height: 0;
}

.btn.btn-success {
position: absolute;
height: 50px;
width: 200px;
line-height: 2.2;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
font-size: 18px;
text-transform: uppercase;
}

.popup {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.75);
text-align: center;
z-index: 999;
overflow: hidden;
overflow-y: auto;
}

.popup:before {
content: "";
display: inline-block;
height: 100%;
margin-right: -4px;
vertical-align: middle;
}

.popup-inner {
display: inline-block;
text-align: left;
vertical-align: middle;
position: relative;
max-width: 700px;
width: 90%;
box-shadow: 0px 2px 6px #888;
border-radius: 2rem;
background: #fff;
}

.popup-inner h1 {
font-weight: 700;
padding: 20px;
background-color:  #4682b4;
color: #fff;
text-align: center;
}

.modal-border {
border-top-left-radius: 2rem;
border-top-right-radius: 2rem;
}

.popup-inner p {
font-size: 24px;
font-weight: 400;
padding: 20px 20px 0;
}

.popup-close {
width: 34px;
height: 34px;
padding-top: 4px;
display: inline-block;
position: absolute;
top: 25px;
right: 25px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
border-radius: 100%;
background: transparent;
border: solid 4px #fff;
}

.popup-close:after,
.popup-close:before {
content: "";
position: absolute;
top: 11px;
left: 5px;
height: 4px;
width: 16px;
border-radius: 30px;
background: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.popup-close:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.popup-close:hover {
-webkit-transform: translate(50%, -50%) rotate(180deg);
transform: translate(50%, -50%) rotate(180deg);
background: #f00;
text-decoration: none;
border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
background: #fff;
}


/* ---------------- student album PDF --------------------------- */
@media print {
    @page {
        size: A4 landscape; /* Use landscape orientation to fit two pages side-by-side */
        margin: 0; /* Remove default margins */
    }

    .book {
        display: flex; /* Align pages side-by-side */
        flex-direction: row;
        flex-wrap: wrap; /* Allow pages to wrap on smaller print sizes */
        page-break-inside: avoid; /* Avoid breaking pages in between */
    }

    .page {
        width: 50%; /* Ensure each page takes up half of the sheet */
        height: 100%;
        box-sizing: border-box;
        display: flex; /* Align pages side-by-side */
        flex-direction: row;
        flex-wrap: wrap; /* Allow pages to wrap on smaller print sizes */
        page-break-inside: avoid; /* Avoid breaking pages in between */
    }

    .drag-area {
        width: 100%; /* Full width inside each page */
        height: 100%; /* Full height inside each page */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .drag-area img {
        max-height: 30%; /* Adjust height */
        max-width: 30%; /* Make sure the image fits within the page */
        object-fit: cover;
    }
}

.ui-menu {
    z-index: 3500 !important;
}

/*----- Footer -----*/
.footer-top {
    padding: 30px 0;
}

#footer {
    background: #4682b4;
}

.footer_logo {
    margin-top: 6rem; /*60px*/
    margin-right: 4%;
}

.footer-top h4 h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 15px;
}

.footer-top ul li {
    padding: 4px 10px;
    float: left;
    text-align: center;
    height: 80px;
    position: relative;
}

.footer-top ul li a {
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    background: none;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.foot_icon {
    display: inline-block;
    vertical-align: top;
    width: 25px;
}

.foot_icon img {
    max-width: 18px;
}

.foot_icon i {
    font-size: 18px;
    color:#1c2573
}

#footer .foot_icon i {
    font-size: 14px;
    color:#335aa8
}

.foot_info {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.foot_info a {
    color: #fff;
}

.foot_info a:hover {
    color: #335aa8;
}
.footer-bottom-right {
    text-align: right;
}
.footer-bottom-right a {
    color: #fff;
}

.footer-bottom-right a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-left, .footer-bottom-right {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

/*Media views*/
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left:  1rem;
        padding-right: 1rem;
    }
}