﻿@import "/Plugin/lib/common/loading.css";
@import "/Plugin/lib/common/style_table.css";
.img-menu-size{
    width:26px;
    margin-right:8px !important;
    margin-bottom:0px !important;
}
input:focus-visible{
    outline:none;
}
.bg_green{
    background-color:#65bd43;
}
body{
    margin: 0;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;   
}
.packet-wraper:hover {
    box-shadow: 0 0 20px 0 #00000033;
    cursor:pointer;
}
.bg_box {
    background-color: #f7f9fb;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.form-control:focus {
    box-shadow: none;
    border: 1.5px solid #D33C29;
}
a, a:hover {
    text-decoration: none;
}
.cl-both{
    clear:both;
}
/*h1,h2,h3,h4,h5,h6{    
    margin: 20px 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 12px;
}*/
.logo-all {
    width: 60%;
}
h1{
    font-size: 18px;
}
.text-green {
    color: #65bd43;
}
.text-gray {
    color: #626262;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #2b2b2b;
}
.text-red {
    color: #d22200;
}
.bg-green{
    background-color:#65bd43;
}
.font-base {
    font-size: 14px;
}
.font-extra-bold {
    font-weight: 700;
}
.font-lg {
    font-size: 16px;
}
.font-bold {
    font-weight: 600;
}
.font-13{
    font-size:13px;
}
.font-14{
    font-size:14px;
}
.mb-12, .my-12 {
    margin-bottom: 12px!important;
}
.mb-20, .my-20 {
    margin-bottom: 20px!important;
}
.mb-24, .my-24 {
    margin-bottom: 24px!important;
}
.cusor-pointer {
    cursor: pointer;
}
label {
    color: #333;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
    font-size: 14px;
}
.has-error {
    margin: 11px 0 0 0;
    font-size: 15px;
    text-align: left;
    color: #D33C29;
}
.control-label label {
    color:#333;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 13px;
}
.button {
    background-color: #65bd43;
    color: #fff;
    font-size: 14px;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btn-gaap {
    color: #fff;
    background: #65bd43;
    height: 48px;
    font-size:18px;
}
.btn-gaap:hover {
    color: #fff;
    background-color: #65bd43;
    border-color: #65bd43;
}

/* css box login register forget*/
.main {
    width: 100%;
}
.box {
    padding: 35px 0;
    text-align: center;
    width: 450px;
    margin: auto;
}
.box a ,.box a:hover{
    color: #65bd43!important;
    text-decoration:none;
}
.box .box-logo {
    height: 65px;
    margin-bottom: 40px;
}
.box .box-logo img {
    margin: auto;
    width: auto;
    height: 100%;
}
.box .box-container {
    padding: 30px 30px 30px 30px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
}
.box .box-container .container {
    display: flex;
    flex-direction: column;
}
.box .box-container .container .title {
    font-size: 24px;        
    margin-bottom: 10px;
    display:flex;
}
.box .box-container .container .title span {
    width: 100%;
    flex: 1;
}
.box .box-container .container .sub-title {
    line-height: 20px;
    margin-bottom: 32px;
}
.box .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}
.box .form-group .form-group-control {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    height: 56px;
    min-height: 56px;
}
.box .form-group .form-group-control .action {
    width: 56px;
    background: transparent;
    display: flex;
}
.box .form-group .form-group-control .action img {
    margin: auto;
    width: 25px;
    height: 25px;
}
.box .form-group .form-group-control input {
    border: 0;
    background: transparent;
    width: 100%;
    flex: 1;
    font-size: 19px;
    padding: 10px;
    outline: none;
}
.box .box-container .container .box-link {
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.box .box-container .container .block-term{
    margin-bottom:30px;
}
.box .box-container .container .block-term p {
    color: #626262;
    line-height: 1.64;
    text-decoration: none;
    margin: 0 0 10px;
    font-size: 14px;
}
.box .box-container .container .block-term .link-term {
    font-size: 14px;
    color: #65bd43!important;
    background: transparent;
    display: inline-flex;
    width: auto;
    cursor: pointer;
    padding-right: 5px;    
}

/*Css responsive box*/
@media screen and (max-width:500px) {
    .main {
        max-height: 100%;
    }
    .box {
        width: 100%;
    }
    .box .box-logo {
        width: 100%;
        height: 65px;
        margin-bottom: 0;
        margin-top: 35px;
    }
    .box .box-logo img {
        margin: auto;
        width: auto;
    }
    .box .box-container {
        border: 0;
        border-radius: 0;
        display: -webkit-box;
    }    
    .container .sub-title {
        margin-bottom: 10px;
    }
}


/*css style navbar option userbackend */
#mbn-navbar {
    position: fixed;
    top: 0;
    /*overflow: hidden;*/
    z-index: 1030;
    min-width: 320px;
    width: 100%;
    border: none;
    background-color: #f0f0f0;
}
.navbar-content {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.navbar__logo {
    flex-grow: 1;
}
.navbar__right-link-desktop-login {
    position: relative;
    padding-right: 8px;
    padding-left: 10px;
}
.navbar__right-link-text-login--success {
    color: #222;
}
.main-container {
    margin-top: 46px;
}

/*menu sidebar*/
.user-profile-menu {
    color: #000;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}
.user-profile-menu .list-unstyled {
    border-radius: 4px;
    border: none;
    margin: 0px;
    padding: 0px;
}
.user-profile-menu .list-unstyled > li {
    padding-bottom: 11px;
    padding-top: 11px;
    font-size: 14px;
    padding-left: 0px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
.user-profile-menu .list-unstyled > li a {
    padding-left: 10px;
}
.user-profile-menu .list-unstyled > li a i{
    margin-right: 6px;
}
.user-profile-menu a {
    color: #333;
}
.user-profile-menu .list-unstyled.lastchild > li:last-child {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom:15px;
}

@media (min-width: 992px){
    .navbar-content {
        width: 100%;
    }
    .navbar__right-link-mobile-login {
        display: none;
    }
}

@media (max-width:991px) {
    .navbar__right-link-desktop-login {
        display: none;
    }

    .navbar__right-link-text-posting {
        display: none;
    }    
    .icon-desktop-posting{
        display:none;
    }

    .icon-mobile-posting{
        padding-right:10px;
    }

	.change-password-box .btn {
		width: 100%
	}
	.change-password-box {
		padding-left: 25px;
		padding-right: 25px;
	}
	.header {
		font-size: 15px;
		padding-left: 10px !important;
		margin-top: -10px !important;
	}
    .btn_box_change_email,.btn_box_save_change_email {
		position: initial;
		padding-top: 10px;
	}
}
#icon_Bar {
    display: none;
}
@media (max-width:768px) {
    .main-container {
        overflow: hidden;
    }
    #icon_Bar{
        display:block;
    }
    .navbar-content {
        width: 100%;
    }
	 .navbar__right-link-text-login--success{
        display:none;
    }
    .user-profile-menu {
        display: none;
        width: 60%;
        position: fixed;
        left: 0px;
        height: calc(100% - 46px);
        overflow-y: scroll;
        z-index: 10000;
        animation: showsiderbar linear 0.3s;
    }
    .mb-mt-container {
        margin-top: 46px;
    }
}
@keyframes showsiderbar {
    from {
        width: 0px;
        opacity: 0;
    }

    to {
        width: 60%;
        opacity: 1;
    }
}
@media (min-width: 768px){
    #mbn-navbar {
        width: 100%;
        margin: 0;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #f0f0f0;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
    } 
}
/*css style user logo change*/
.icon-logo{
    display:flex;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.icon-bar{
    margin: 0 4px;
    padding: 12px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}
.icon-bar a,.icon-bar a:hover{
    color:#333;
    font-size:20px;
}
ul.navbar-right{
    margin:0;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}
ul.navbar-right li {
    list-style:none;              
}
    ul.navbar-right .dropdown-menu a i {
        margin-right: 5px;
    }
.avatar-option{
    color:#333;
    font-size:14px;
}
.avatar-option img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    border-style: none;
    display:inline;
}
.dropdown-menu {   
    top: 128%;
    left: -9px;
    border-radius:0;
}
.dropdown-item {
    padding: 0.25rem 1rem;
    font-size: 15px;
}

.area-post{
    padding: 15px 15px;
    background-color: #f0f0f0;
}
.button-post {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 24px;
    color: #333;
    height: 42px;
    min-width: 56px;
    padding: 0 20px 0 15px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    font-weight: 500;                     
}

.listNotify-mb {
    display: none;
}

.listNotify {
    display: block;
}

@media only screen and (max-width: 992px) {
    .listNotify-mb {
        display: block;
    }
    .listNotify {
        display: none;
    }
}