html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Poppins,Helvetica,"sans-serif";
    background-color: #fef5e7;  /*#F8F7F3; */
    font-size: 15px;
}


/* Custom CSS */

.colmd1 {
    flex: 0 0 auto;
    width: 20%;
    min-width: 270px;
}

.colmd2 {
    flex: 0 0 auto;
    width: 22%;
    min-width: 257px;
}

/* Kendo Buttons */

.k-button {
    font-family: Poppins,Helvetica,"sans-serif";
    color: #5e6278;
    font-weight: 600;
}

/* Checkbox group */


.k-checkbox-label {
    width: 50px;
    font-family: Poppins,Helvetica,"sans-serif";
    color: #5e6278;
    font-weight: 600;
    font-size: 15px;
}

/* Custom Buttons */
/*  Button */

.button {
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #0099ff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #127984;
    width: 90px;
    height: 40px;
}

    .button:hover {
        background-color: #1a8cff;
    }

    .button:active {
        background-color: #3385ff;
        box-shadow: 0 5px #127984;
        transform: translateY(4px);
    }

/* Narrow Height */

.buttonNH {
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #0099ff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #127984;
    width: 90px;
    height: 36px;
}

    .buttonNH:hover {
        background-color: #1a8cff;
    }

    .buttonNH:active {
        background-color: #3385ff;
        box-shadow: 0 5px #127984;
        transform: translateY(4px);
    }


/* Grid  */

.k-grid .k-command-cell > .k-button {
    font-size: 13px;
    line-height: 1.4285714286;
    font-family: Poppins,Helvetica,"sans-serif";
    background-color: #badef0;
    border-color: #badef0;
    box-shadow: 0 0px 0px 0px;
}




/* height large screen */

.h-lg-47px {
    height: 47px !important;
}


.h-lg-48px {
    height: 48px !important;
}

/* width large screen */
.w-lg-210px {
    width: 210px !important
}

/* large screen */
.w-sm-210px {
    width: 210px !important;
}

/* max width */

.mw-278px {
    max-width: 278px !important;
}


/* shift to the left*/
.ms-xl-n29 {
    margin-left: -9rem !important;
}


/* Photo Gallery CSS */
.photo-gallery {
    color: #313437;
    background-color: #fff;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 20px;
        padding-top: 10px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 30px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

/* End of Photo Gallery */

/* Scroll bar*/

.k-grid-content::-webkit-scrollbar {
    height: 14px; /* Adjust this value to your desired scrollbar height */
    width:  14px; /* Adjust this value to your desired scrollbar width */
}

.k-grid-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

    .k-grid-content::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }