/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background: #f2f2f2;
height: 100%;
}
#public-main{
    margin: 0;
}
.container-page-login{
    padding: 50px 0;
    font-size: 14px;
    background-image: url(../images/login-bg.webp);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

.container{
height: 100%;
align-content: center;
}

.container-page-login a{
    color: #38699f;
}

.social-btn a{
    cursor: pointer;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    display: inline-block;
    background: var(--social-bg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.container-page-login .card{
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
.fs14{
    font-size: 14px;
}
.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.form-control{
    font-size: 14px;
}

.container-page-login .form-group-phone button{
    position: absolute;
    background: transparent;
    outline: none;
    border: none;
    height: 32px;
    min-width: 15px;
    top: 2px;
    right: 8px;
    color: #38699f;
    padding: 0;
    cursor: pointer;
    display: none;
}
.container-page-login .form-group-phone button>span {
    height: 100%;
    width: 100%;
    top: 0;
    right: 4px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.container-page-login .form-group-phone button>span.clear {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxOSAtMTc3KSB0cmFuc2xhdGUoMjkgMTY1KSB0cmFuc2xhdGUoMjkwIDEyKSI+CiAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiNDQUNBQ0EiLz4KICAgICAgICAgICAgICAgICAgICA8ZyBzdHJva2U9IiNGRkYiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ij4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjE1IDAuMTVMNS44NSA1Ljg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0IDQpIHRyYW5zbGF0ZSgxIDEpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4xNSAwLjE1TDUuODUgNS44NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCA0KSB0cmFuc2xhdGUoMSAxKSBtYXRyaXgoLTEgMCAwIDEgNiAwKSIvPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIHN0cm9rZS13aWR0aD0iLjEiIGQ9Ik0wIDBIOFY4SDB6IiBvcGFjaXR5PSIuMDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQgNCkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
}

.form-group-pass{
    position: relative;
}
.form-group-pass >button {
    background: transparent;
    outline: none;
    border: none;
    height: 32px;
    min-width: 15px;
    top: 2px;
    right: 8px;
    color: #38699f;
    position: absolute;
    background-color: #fff;
    padding: 0;
    cursor: pointer;
    display: none;
}

.card-header h3{
    color: #000;
}

.login-header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.login-header .title{flex: 1; letter-spacing: 1px;}
.login-header .title h3{
    font-size: 20px; letter-spacing: 1.2px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fe9900;
}
.login-header .img img{
    width: 100px;
    border-radius: 50%;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}
.social_icon a.lg-fb{
    color: #507cc0;
}
.social_icon a.lg-gg{
    color: #df4930;
}
.social_icon a:hover{
    color: #FFF;
}
.input-group-prepend span{
width: 50px;
background-color: #57b952;
color: #FFF;
border:0 !important;
}
.form-control:focus{
    border-color: #57b952;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}
.clearfix,.clear{
    zoom: 1;
}
.clearfix:after,.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #FFF;
    position: relative;
    top: -11px;
    z-index: 1;
}
.remember{
    color: white;
}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    color: black;
    background-color: #FFC312;
    width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}
/*input  */
.input div.error{
    position: absolute;
    bottom: 3px;
    font-size: 12px;
}
.check-text{
    font-size: 13px;
}
.form-group div.error{
    font-size: 12px;
    padding: 0 8px;
}

.input-boder{
    width: 100%;
    height: 48px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #CACACA;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.input-boder .dvt{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.input-boder input,
.input-boder select{
    margin-top: 13px;
    border: 0;
    background: unset;
    line-height: 1.3;
    height: 33px !important;
}
.input-boder select{
    margin-top: 13px;
    padding: 0 8px;
}

.input-textarea label,
.input-boder label{
    font-size: 14px !important;
    font-weight: 500 !important;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    padding: 0 12px;
    cursor: text;
    pointer-events: none;
    transition: all 0.3s;
    color: #9B9B9B !important;
}
.input-textarea.active label,
.input-boder.active label{
    top: 2px !important;
    font-size: 12px !important;
}

.input-textarea{
    height: auto;
    position: relative;
    border-radius: 4px;
    border: 1px solid #CACACA;
    padding-top: 20px;
}
.input-textarea textarea{
    /*padding-top: 15px;*/
    border: 0;
}
/*input  */

/*post detail*/
.detail-option-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.detail-option-item img {
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
}
/*post detail*/

/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

.viewmore-wrapper{
    width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0px auto;
    background: rgb(244, 244, 244);
}

.btn-viewmore{
    background: 0 0;
    border: none;
    color: #38699f;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
    outline: 0;
    width: 100%;
}

.btn-normal{
    font-size: 1rem;
    line-height: 1.25;
    padding: 9px 19px;
}

.btn-post-pending ,
a.btn-post-pending {
    color: #fe9900;

}

a.btn-outline-warning:hover,
.btn-outline-warning:hover{
    background: #ffefd6;
    color: #ffb647;
}

a.btn-warning,
.btn-warning{
    color: #fff;
    background-color: #fe9900;
    border-color: #fe9900;
}
a.btn-warning:hover,
.btn-warning:hover{
    color: #fff;
    background-color: #ffb647;
    border-color: #ffb647;
}

/*customer-dashboard*/
#customer-dashboard{
    background-color: #f4f4f4;
}
.customer-dashboard-edit .profile-detail select,
.customer-dashboard-edit .profile-detail input{
    border: 0;
    border-bottom: 1px solid #000;
    background: unset;
    border-radius: 0;
}
/*customer-dashboard*/


/*wallet box*/
.wallet-box{
    padding: 10px;
}
.wallet-icon {
    width: 55px;
    height: 55px;
    float: left;
}
.wallet-money {
    font-size: 12px;
    font-weight: 600;
    width: calc(100% - 60px);
    text-align: left;
    float: right;
}
.wallet-money p {
    margin: 8px 0 0;
}
.wallet-money span {
    font-size: 18px;
}
.profile-sidebar-title{
    background: #dfdfdf;
}
.profile-sidebar-title span {
    display: block;
    background-size: 13px 30px!important;
    text-align: center;
    padding: 5px 20px 5px 0;
    font-size: 14px;
    font-weight:  700;
    color: #000;
}

ul.sidebar-balances{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sidebar-balances li {
    padding: 5px 10px;
    display: block;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    cursor: pointer;
    color: #666;
    overflow: hidden;
    min-height: 30px;
    font-size: 15px;
}
ul.sidebar-balances li:last-child {
    border: none;
}

ul.sidebar-balances li span.dt {
    background: url('../images/dongtot-gray.png') no-repeat 50% transparent;
    background-position: 0;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
}
ul.sidebar-balances li input:checked + span.dt{
    background: url('../images/dongtot.png') no-repeat 50% transparent;
    background-position: 0;
    background-size: cover;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}
ul.sidebar-balances li .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ffba00;
}

.sidebar-button:hover,
.sidebar-button {
    display: block;
    margin: auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #5a9e3f;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 700;
}
/*wallet box*/