@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Regular'), url('Poppins-Regular.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Italic'), url('Poppins-Italic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin'), url('Poppins-Thin.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Thin Italic'), url('Poppins-ThinItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight'), url('Poppins-ExtraLight.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraLight Italic'), url('Poppins-ExtraLightItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light'), url('Poppins-Light.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Light Italic'), url('Poppins-LightItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium'), url('Poppins-Medium.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Medium Italic'), url('Poppins-MediumItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold'), url('Poppins-SemiBold.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins SemiBold Italic'), url('Poppins-SemiBoldItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('Poppins-Bold.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold Italic'), url('Poppins-BoldItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold'), url('Poppins-ExtraBold.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins ExtraBold Italic'), url('Poppins-ExtraBoldItalic.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black'), url('Poppins-Black.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Poppins Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Black Italic'), url('Poppins-BlackItalic.woff') format('woff');
}
body {
    font-family: "Poppins",sans-serif;    
    font-size: 12px;
}
p {
    font-size: 12px;
}
p:hover {
    cursor: default;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, span, li, strong {
    font-family: "Poppins",sans-serif;
}

.border-flat {
    border-radius: 20px;
}

#kamuna-logo-black {
    font-weight: 900;
    color: #33CABB; 
    text-shadow: 0px 0px 3px #f5f6fa;
}

#kamuna-logo-white {
    color: white;
    font-weight: 900;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #868686;
}
#kamuna-logo-white-header {
    color: white;
    font-weight: 900;
    -webkit-text-fill-color: black; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #868686;
}

.breadcrumb {
    padding: 0 30px;
    margin-bottom: 0!important;
}

.villa_card {
    transition: 0.3s all ease-in-out;
}

.villa_card:hover {
    transform: scale(1.02);
    cursor: pointer;
    box-shadow: 0px 0px 10px #989898;
}

.btn-danger:disabled {
    background-color: #b50000;
    color: #ffffff;
}

button.active.focus,
button.active:focus,
button.focus,
button.focus:active,
button:active:focus,
button:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}
.bg-info {
    background-color: #eaeaea!important;
    color: #fff;
}

.sidebar-header img {
    margin: 0 auto;
    width: 100px;
}

.min-h-fullscreen.bg-img {
    background-color: #f5f6fa !important;
}

.card-body {
    padding-top: 2rem;
}

.form-wrapper {
    margin: 20px auto;
    z-index: 2;
}

.logo-login {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 5px;
}
.text-main-red {
    color: #d60200
}
.form-type-material.form-control, .form-type-material .form-control {
    background-position: center bottom,center calc(100% - 1px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb264), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background-image: -webkit-linear-gradient(#fbb264, #fbb264),-webkit-linear-gradient(#ebebeb, #ebebeb);
    background-image: linear-gradient(#fbb264, #fbb264),linear-gradient(#ebebeb, #ebebeb);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

img.image-render {
    width: 200px;
    display: inline-block;
    margin: 5px;
}

li.amenity-render {
  list-style: none;
}

.loader-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

span.dropdown-item {
    cursor: pointer;
}

span.dropdown-item:hover {
    background-color: white;
}

.modal .modal-dialog .modal-content .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.separated-line-dots {
    border-top: 1px dotted #9e9e9e;
    margin: 10px 0;
}
.text-grey {
    color: #939393
}
/* Flight Details */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    border: none
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #f83f3f;
    font-weight: 800;
    letter-spacing: 0.5px;
    background-color: transparent;
    border-bottom: 1px solid #888888 ;
}

.react-datepicker__month {
    min-width: 350px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0!important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: white;
    font-weight: 800;
    letter-spacing: 0.5px;
    background-color: #33cabb;
    border-radius: 5px;
    border-bottom: transparent;
}

.nav-tabs .nav-link {
    position: relative;
    border: none;
    font-size: 13px;
    text-align: center;
    color: #8b95a5;
    border-bottom: 0;
    padding: 10px 16px;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f0f0f0;
    border-radius: 5px;
}
.button-edit-booking {
    background-color: transparent;
    border: 1px solid #48b0f7;
    border-radius: 4px;
    color: #48b0f7;
    transition: 0.3s all ease-in-out;
}
.button-edit-booking:hover {
    background-color: #48b0f7;
    border: 1px solid transparent;
    color: #eaeaea;
}

#booking-detail.modal-backdrop.fade.show {
    opacity: 0.7 !important;
}

.half-width-xl {
    width: 50%;
}

#muted-text-group {
    color: #8d8d8d;
    transition: all ease-in-out 0.3s;
}
#muted-text-group:hover {
    color: #000000;
    cursor: pointer;
}

#muted-text-group-right {
    color: #8d8d8d;
    transition: all ease-in-out 0.3s;
}
#muted-text-group-right:hover {
    color: #000000;
    cursor: pointer;
}

.long-stay-decre {
    background-color: #f96868;
    border-radius: 50%;
    border: 0;
    padding: 0px 8px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out0.3s;
}
.long-stay-decre:hover,
.long-stay-decre:focus {
    background-color: #e64c4c!important;
    cursor: pointer;
}
.long-stay-incre:hover,
.long-stay-incre:focus {
    background-color: #3fe0d0!important;
    cursor: pointer;
}
.long-stay-incre {
    background-color: #33cabb;
    border-radius: 50%;
    border: 0;
    padding: 0px 8px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out0.3s;
}

@media only screen and (max-width: 768px) {
    .react-datepicker {
        left: -35px;
        width: 300px!important;
    }
    .react-datepicker__month {
        /* width: 300px!important; */
        margin: 0!important;
    }
    .react-datepicker__week {
        position: relative;
        left: -30px!important;
    }
    .react-datepicker__header {
        width: 299px!important;
    }
    #code-booking-wrapper {
        flex-direction: column;
        height: 80px;
    }
    #booking-detail-payment-wrapper .col-md-4 {
        padding: 0!important;
        margin-bottom: 20px!important
    }
    #booking-detail-payment-wrapper .col-md-8 {
        padding: 0!important;
    }
    #booking-detail-payment-wrapper .card-footer {
        padding: 10px 15px!important;
    }
    .column-small-screen {
        flex-direction: column;
        padding: 10px!important;
    }
    .column-small-screen .price-value {
        font-weight: 600;
    }
    .column-small-screen .flex-grow-2 {
        display: none;
    }
    .direction-column-small {
        flex-direction: column;
    }
    .booking-detail-input {
        padding: 0px 10px!important;
    }
    .booking-detail-page-wrapper .card-footer {
        display: flex;
        flex-direction: column;
    }
    .booking-detail-page-wrapper .card-footer a {
        display: none;
    }
    .booking-detail-page-wrapper .card-footer button {
        width: 100%;
    }
    #single-order-wrapper .nav-justified {
        height: 200px;
    }
    #single-order-history-header {
        flex-direction: column-reverse;
        height: 150px;
    }
    .half-width-xl {
        width: 100%;
    }
}