.login-area {
    position: relative;
}

.login-inner {
    padding: 200px 0;
    min-height: 100vh;
    display: flex;
    position: relative;
}

.login-box {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.login-head {
    text-align: center;
    margin-bottom: 45px;
}

.login-head h4 {
    font-family: 'brandon_grotesquemedium';
    color: #75b6d0;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 41px;
}

.form-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.form-box:last-child {
    margin-bottom: 0;
}

.form-box label {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    color: #31302E;
}

.form-box input, .form-box textarea, .form-box select {
    width: 100%;
    height: 40px;
    border: 2px solid #CFCFCF;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    background: transparent;
}

.form-box input::-webkit-input-placeholder, .form-box textarea::-webkit-input-placeholder, .form-box select::-webkit-input-placeholder {
    color: #666!important;
}

.form-box input::-moz-placeholder, .form-box textarea::-moz-placeholder, .form-box select::-moz-placeholder {
    color: #666!important;
}

.form-box input:-ms-input-placeholder, .form-box textarea:-ms-input-placeholder, .form-box select:-ms-input-placeholder {
    color: #666!important;
}

.form-box input:-moz-placeholder, .form-box textarea:-moz-placeholder, .form-box select:-moz-placeholder {
    color: #666!important;
}

.form-box input:focus, .form-box textarea:focus, .form-box select:focus {
    box-shadow: 0 0 10px rgba(121, 206, 232, 0.5);
}

.form-submit {
    margin-top: 30px;
    text-align: center;
}

.form-submit button {
    color: #fff;
    height: 40px;
    background: #79CEE8;
    border: none;
    outline: none;
    box-shadow: none;
    letter-spacing: 0;
    padding: 0 21px;
    min-width: 120px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.form-submit button:hover {
    background: #75b6d0;
}

.login-btm-logo {
    position: absolute;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    max-width: 135px;
}

.lgn-shape {
    position: absolute;
    z-index: -1;
    max-width: 400px;
}

.left_plam {
    left: 0;
    bottom: 0;
}

.right_palm {
    right: 0;
    bottom: 0;
}

.bar_chart >div:nth-child(2) svg defs clipPath {
    display: none!important;
}


/* choose_hotel_form */

.choose_hotel_form {}

.form-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.form-box select option:checked {
    color: #888;
}

.form-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: -1;
    color: #ccc;
    font-size: 13px;
    transform: translateY(-50%);
}

.choose_hotel_form .form-submit {
    margin-top: 70px;
}

/* dashboard */

.main-wrapper {}

.left-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
    width: 70px;
    border-right: 1px solid #ddd;
    text-align: center;
    background: #fff;
}

.home-btn a{
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    color: #555;
    font-size: 24px;
    transition: all 0.3s ease 0s;
}

.home-btn a:hover {
    background: #f5f5f5;
}

.main-menu {
    padding-top: 60px;
    display: flex;
    height: 100%;
}

.main-menu nav {
    margin: auto;
}

.main-menu nav ul li {
    display: block;
    margin: 4px 0;
}

.main-menu nav ul li a {
    font-size: 21px;
    display: block;
    color: #555;
    padding: 9px;
    position: relative;
}

.main-menu nav ul li a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: #29CFEA;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.main-menu nav ul li a:hover::before, .main-menu nav ul li.active a::before {
    opacity: 1;
}

/* header-top */

.header-top {
    text-align: right;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding-left: 90px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}

.profile-menu {
    margin-right: 10px;
    /*max-width: 25px;*/
    display: inline-block;
}
.logout {
    font-size: 22px;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 57px;
    text-align: center;
    border-left: 1px solid #ddd;
    cursor: pointer;
    color: #888;
    transition: all 0.3s ease 0s;
}

.logout img {
    max-width: 27px;
}

.logout:hover {
    color: #444;
}

.main-content {
    padding: 126px 50px 0 120px;
}

/* choose-period */

.choose-period {
    margin-top: 50px;
    text-align: center;
}

.choose-period p {
    font-size: 18px;
}

.ch-period {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.s-period {
    flex-basis: calc(100% * (1/2) - 20px);
}

.s-period p {
    color: #555;
    font-size: 15px;
    letter-spacing: 0;
}

.s-period .form-box {
    margin-top: 10px;
}

.form-download {
    text-align: center;
    border-bottom: 1px solid #efeeee;
    padding-bottom: 12px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    margin: 0 10px;
    margin-top: 40px;
}

.form-download button {
    text-align: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-transform: capitalize;
    margin: 0 5px;
}

.form-download button i {
    font-size: 24px;
    color: #666;
}

.form-download button span {
    display: block;
    color: #75b6d0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
}

/* dashboard chart section */

.section {
    padding-bottom: 30px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h5 {
    font-family: 'brandon_grotesqueregular';
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0;
}

.card {
    border-radius: 0;
    margin-bottom: 15px;
}

.card-body {}

h3.xl {
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

p.md {
    font-size: 20px;
    letter-spacing: 0;
}

.mnth-mh-half {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mnth-mh-full {
    min-height: 280px;
}
.mnth-mh-full p{
    width: 100%;
    min-height: 45px;
}

#common-lang-pie, #country-pie, #recommend-pie, #about-us-pie, .pie_chart, .pie-chart {
    width: 100%;
    height: 134px;
    font-size: 9px;
    letter-spacing: 0;
    margin: auto;
}

.hotel_name{
    float: left;
    margin-top:  18px;
    font-weight: 800;
}

.bar_chart {
    margin: auto;
}

#age-bar-chart, #about-us-bar {
    margin: auto;
    width: 160px;
    height: 220px;
}

.bar_chart{
    margin-top: auto;
    width: 100%;
    height: 350px;
}

.small_width_bar {
    width: 85%;
}

.sem-bold {
    font-family: 'brandon_grotesquemedium';
}

.category-icon {
    text-align: center;
    margin: 20px 0 40px;
}

.category-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.sm{
    font-size: 17px;
    font-family: 'brandon_grotesqueregular';
}
.commtent-item{
    margin-bottom: 40px;
}
.comment-meta{
    margin-top: 20px;
}
.comment-meta .cmt-name{
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'brandon_grotesquebold';
}
.comment-meta .date{
    letter-spacing: 0;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquelight';
}

.vh-full{
    height: 100%;
}
.bar_chart text {
    font-size: 12px;
    letter-spacing: 0;
}

/*file_uploader*/
.file_uploader{
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.file_uploader input{
    width: calc(100% - 137px);
}
.file_uploader button.upload_btn{
    height: 45px;
    line-height: 45px;
    width: 120px;
    background: #6f79ec;
    border: 1px solid #ddd;
    color: #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.admin_name{

    font-size: 20px;

}
.profile-menu img{
    width: 46px;
}
.row{
    /*flex-basis: 100%;*/
}