/*
Theme Name: dsmart
Theme URI: http://dsmart.vn/
Author: Vietsmiler
Author URI: http://dsmart
Description: Description
Text Domain: dsmart.vn
--------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

@import url('css/scrollbar.css');
@import url('css/fontello.min.css');
/*@import url('css/mapbox-gl.css');*/
@import url('css/plus.css');
@import url('css/responsive.css');
@import url('css/main.css');

@import url("css/template-green.css");

@font-face {
    font-family: RobotoLight;
    src: url('fonts/Roboto-Light.woff');
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.woff');
}
@font-face {
    font-family: RobotoBold;
    src: url('fonts/Roboto-Bold.woff');
}
body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
}
a, a:hover{text-decoration: none;}
#wrapper{overflow: hidden;}
#overlay{
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
  display: none;
  z-index: 3000;
}
[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #9e9e9e;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type="checkbox"]:not(.filled-in)+label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#tab-login-register #tab-register .button input.active {
  background: #1ab188;
  color: #ffffff;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.vs-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  display: none;
}
[type="checkbox"]:checked+label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
img.aligncenter{display: block; margin: 0 auto}
#backtotop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
}
#backtotop i {
    font-size: 30px;
    color: #f99b28;
}