/* Public Css */
body{
	font-family: 'Montserrat', sans-serif;
}

.mm{ font-family: Unicode; }

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.top-section{ background: linear-gradient(#fff, #f86992); }
.bg-theme{ background-color: #f86992; }
.point{ color: #fff; }
.point h1{ color: #f86992;  }

.index-page .card-info{ font-size: 14px;border-top: 1px solid #fff;  }
.index-page .card-info span{ font-size: 12px;  }
.index-page .card-info .col:nth-child(1){ border-left: none; }
.index-page .card-info .col{ border-left: 1px solid #fff; }
.userlogo{
    width: 150px;
    height: 150px;
	border-radius: 50%;
	border: 4px solid #ddd;
	box-shadow: 0 1px 1px 2px #ddd;
}
.info-section{ background-color: #fff;border: 1px solid #ddd; }
.info-section form label{ font-size: 14px; }
.info-section form button{ font-size: 16px; }
.info-section form input:focus,.info-section form select:focus,.info-section form textarea:focus{ box-shadow:  0 0 3px 1px #f86992;border-color: #f86992;  }
.theme-btn{ background-color: #f86992;border: 1px solid #fff;color: #fff; }
.discount-success-page{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*background-color: #E94DA3;*/
    /*color: #fff;*/
}

.success-page{
    background-color: #e94da3;
    color: #fff;
}

.main-logo{
    width: 50%;
}

.navbar .navbar-nav a { color: #fff !important;}
.navbar .navbar-nav a:hover { color: #ddd !important}
.navbar .navbar-nav .nav-item { margin: 0 14px;cursor: pointer;  }
.navbar .dropdown-menu{ background-color: #333333; }
.navbar .dropdown-menu .dropdown-item{ margin-bottom: 8px;margin-top: 8px; }
.navbar .dropdown-menu .dropdown-item:hover{ background-color: #333333; }
.navbar .navbar-nav .nav-item.active{ background-color: rgba(0,0,0,0.4); }


/*.mm-menu {*/
/*    --mm-color-background: #343A40;*/
/*}*/


.dashboard{ height: 150px; display: flex;align-items: center;justify-content: space-around;color: #fff;}
.dashboard.box-1{ background-color: #f86992; }
.dashboard.box-2{ background-color: #f86969; }
.dashboard.box-3{ background-color: #698ff8; }

.userprofile img {width: 100px;height: 100px;}

.bottom-nav{ background: #25282b;color: #ccc;font-size: 14px; }
.bottom-nav a{ color: #ccc; }
.bottom-nav a:hover{ color: #fff; }
.bottom-nav-content{ display: flex;align-items: center;justify-content: space-between; }

.login-page{ background-color: #343A40; }
.login-page small,.login-page small a{ color: #fff; }

.fs-default{ width: 100% !important;}

.fs-label-wrap{ padding: 8px 0; }
.fs-dropdown{ width: 80% !important; }

#msg{
    display: block;
    margin-top: 150px;
}
.offlinepage{ width: 100%;height: 100vh; }
@media screen and (max-width: 768px) {
    .dashboard .fa{ font-size: 36px; }
    .main-logo{
        width: 100% !important;}
}

@media screen and (max-width: 375px) {
   .index-page .card-info{ font-size: 12px;  }
   .index-page .card-info span{ font-size: 10px;  }
}
