/**************************************/
/************* Variables **************/
/******************************************/
/************* media queries **************/
/***********************************/
/************* mixins **************/
/*****************************************/
/************* quick-styles **************/
.hidden-element{
  display: none;
}
.section {
  min-height: 100vh; }

.show-sm {
  display: none; }
  @media only screen and (max-width: 600px) {
    .show-sm {
      display: block; } }

.hide-sm {
  display: block; }
  @media only screen and (max-width: 600px) {
    .hide-sm {
      display: none; } }

.cursor-pointer {
  cursor: pointer; }

.perfect-center-left-up {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.perfect-center-left-down {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.perfect-center-right-up {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.perfect-center-right-down {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .flex-center-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-center-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center; }
  .flex-center-perfect {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-item-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .flex-item-no-grow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.container-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .container-center-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.display-inline {
  display: inline-block; }

.z-left {
  left: 0; }

.z-right {
  right: 0; }

.z-top {
  top: 0; }

.z-bottom {
  bottom: 0; }

.z-index-0 {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

.z-index-10 {
  z-index: 10; }

.m-left {
  left: 50%; }

.m-right {
  right: 50%; }

.m-top {
  top: 50%; }

.m-bottom {
  bottom: 50%; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-y-scroll {
  overflow-y: scroll; }

.opacity-0 {
  z-index: 0; }

.opacity-1 {
  z-index: 0.1; }

.opacity-2 {
  z-index: 0.2; }

.opacity-3 {
  z-index: 0.3; }

.opacity-4 {
  z-index: 0.4; }

.opacity-5 {
  z-index: 0.5; }

.opacity-6 {
  z-index: 0.6; }

.opacity-7 {
  z-index: 0.7; }

.opacity-8 {
  z-index: 0.8; }

.opacity-9 {
  z-index: 0.9; }

.opacity-10 {
  z-index: 1; }

.b-transparent {
  background: transparent; }
  .b-transparent:hover {
    background: transparent; }

.b-white {
  background: white; }
  .b-white:hover {
    background: white; }

.b-black {
  background: black; }
  .b-black:hover {
    background: black; }

.b-gray-1 {
  background: #A7A7A7 !important; }

.b-gray-2 {
  background: rgba(0, 0, 0, 0.48) !important; }

.b-gray-3 {
  background: #E5E9ED !important; }

.b-gray-4 {
  background: #787E8C !important; }

.b-gray-5 {
  background: #444444 !important; }

.b-gray-6 {
  background: #8B8FA1 !important; }

.b-blue-1 {
  background: #025FAC !important; }

.b-blue-2 {
  background: #1362B1 !important; }

.b-green-1 {
  background: #52A978 !important; }

.b-yellow-1 {
  background: #F0CC18 !important; }

.b-yellow-2 {
  background: #F2BB6C !important; }

.b-red-1 {
  background: #F02E18 !important; }

.t-transparent {
  color: transparent; }

.t-white {
  color: white; }

.t-black {
  color: black; }

.t-gray-1 {
  color: #A7A7A7 !important; }

.t-gray-2 {
  color: rgba(0, 0, 0, 0.48) !important; }

.t-gray-3 {
  color: #E5E9ED !important; }

.t-gray-4 {
  color: #787E8C !important; }

.t-gray-5 {
  color: #444444 !important; }

.t-gray-6 {
  color: #8B8FA1 !important; }

.t-blue-1 {
  color: #025FAC !important; }

.t-blue-2 {
  color: #1362B1 !important; }

.t-green-1 {
  color: #52A978 !important; }

.t-yellow-1 {
  color: #F0CC18 !important; }

.t-yellow-2 {
  color: #F2BB6C !important; }

.t-red-1 {
  color: #F02E18 !important; }

.t-lightest {
  font-weight: 200 !important; }

.t-lighter {
  font-weight: 300 !important; }

.t-light {
  font-weight: 400 !important; }

.t-regular {
  font-weight: 500 !important; }

.t-bold {
  font-weight: 600 !important; }

.t-bolder {
  font-weight: 700 !important; }

.t-boldest {
  font-weight: 800 !important; }

.t-smallest {
  font-size: 0.7rem; }

.t-smaller {
  font-size: 0.85rem; }

.t-small {
  font-size: 1rem; }

.t-regular {
  font-size: 1.15rem; }

.t-big {
  font-size: 1.3rem; }

.t-bigger {
  font-size: 1.45rem; }

.t-biggest {
  font-size: 1.6rem; }

.t-justify {
  text-align: justify; }

.t-capitalize {
  text-transform: capitalize; }

.t-uppercase {
  text-transform: uppercase; }

.t-underlined {
  text-decoration: underline; }

.t-none {
  text-transform: none; }

.no-margin {
  margin: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-border {
  border: none !important; }

.no-shadow {
  shadow: none !important; }

.height-0 {
  height: 0px !important; }

.height-10 {
  height: 10px !important; }

.height-20 {
  height: 20px !important; }

.height-30 {
  height: 30px !important; }

.height-40 {
  height: 40px !important; }

.height-50 {
  height: 50px !important; }

.height-60 {
  height: 60px !important; }

.height-70 {
  height: 70px !important; }

.height-80 {
  height: 80px !important; }

.height-90 {
  height: 90px !important; }

.height-100 {
  height: 100px !important; }

.height-vh-0 {
  height: 0vh !important; }

.height-vh-10 {
  height: 10vh !important; }

.height-vh-20 {
  height: 20vh !important; }

.height-vh-30 {
  height: 30vh !important; }

.height-vh-40 {
  height: 40vh !important; }

.height-vh-50 {
  height: 50vh !important; }

.height-vh-60 {
  height: 60vh !important; }

.height-vh-70 {
  height: 70vh !important; }

.height-vh-80 {
  height: 80vh !important; }

.height-vh-90 {
  height: 90vh !important; }

.height-vh-100 {
  height: 100vh !important; }

.height-vw-0 {
  height: 0vw !important; }

.height-vw-10 {
  height: 10vw !important; }

.height-vw-20 {
  height: 20vw !important; }

.height-vw-30 {
  height: 30vw !important; }

.height-vw-40 {
  height: 40vw !important; }

.height-vw-50 {
  height: 50vw !important; }

.height-vw-60 {
  height: 60vw !important; }

.height-vw-70 {
  height: 70vw !important; }

.height-vw-80 {
  height: 80vw !important; }

.height-vw-90 {
  height: 90vw !important; }

.height-vw-100 {
  height: 100vw !important; }

.height-max-0 {
  max-height: 0px !important; }

.height-max-50 {
  max-height: 50px !important; }

.height-max-100 {
  max-height: 100px !important; }

.height-max-150 {
  max-height: 150px !important; }

.height-max-200 {
  max-height: 200px !important; }

.height-max-250 {
  max-height: 250px !important; }

.height-max-300 {
  max-height: 300px !important; }

.height-max-350 {
  max-height: 350px !important; }

.height-max-400 {
  max-height: 400px !important; }

.height-max-450 {
  max-height: 450px !important; }

.height-max-500 {
  max-height: 500px !important; }

.height-max-550 {
  max-height: 550px !important; }

.height-max-600 {
  max-height: 600px !important; }

.height-max-650 {
  max-height: 650px !important; }

.height-max-700 {
  max-height: 700px !important; }

.height-max-750 {
  max-height: 750px !important; }

.height-max-800 {
  max-height: 800px !important; }

.height-max-850 {
  max-height: 850px !important; }

.height-max-900 {
  max-height: 900px !important; }

.height-max-950 {
  max-height: 950px !important; }

.height-max-1000 {
  max-height: 1000px !important; }

.height-min-0 {
  min-height: 0px !important; }

.height-min-50 {
  min-height: 50px !important; }

.height-min-100 {
  min-height: 100px !important; }

.height-min-150 {
  min-height: 150px !important; }

.height-min-200 {
  min-height: 200px !important; }

.height-min-250 {
  min-height: 250px !important; }

.height-min-300 {
  min-height: 300px !important; }

.height-min-350 {
  min-height: 350px !important; }

.height-min-400 {
  min-height: 400px !important; }

.height-min-450 {
  min-height: 450px !important; }

.height-min-500 {
  min-height: 500px !important; }

.height-min-550 {
  min-height: 550px !important; }

.height-min-600 {
  min-height: 600px !important; }

.height-min-650 {
  min-height: 650px !important; }

.height-min-700 {
  min-height: 700px !important; }

.height-min-750 {
  min-height: 750px !important; }

.height-min-800 {
  min-height: 800px !important; }

.height-min-850 {
  min-height: 850px !important; }

.height-min-900 {
  min-height: 900px !important; }

.height-min-950 {
  min-height: 950px !important; }

.height-min-1000 {
  min-height: 1000px !important; }

.height-p-0 {
  height: 0%; }

.height-p-5 {
  height: 5%; }

.height-p-10 {
  height: 10%; }

.height-p-15 {
  height: 15%; }

.height-p-20 {
  height: 20%; }

.height-p-25 {
  height: 25%; }

.height-p-30 {
  height: 30%; }

.height-p-35 {
  height: 35%; }

.height-p-40 {
  height: 40%; }

.height-p-45 {
  height: 45%; }

.height-p-50 {
  height: 50%; }

.height-p-55 {
  height: 55%; }

.height-p-60 {
  height: 60%; }

.height-p-65 {
  height: 65%; }

.height-p-70 {
  height: 70%; }

.height-p-75 {
  height: 75%; }

.height-p-80 {
  height: 80%; }

.height-p-85 {
  height: 85%; }

.height-p-90 {
  height: 90%; }

.height-p-95 {
  height: 95%; }

.height-p-100 {
  height: 100%; }

.height-auto {
  height: auto !important; }

.width-0 {
  width: 0px !important; }

.width-10 {
  width: 10px !important; }

.width-20 {
  width: 20px !important; }

.width-30 {
  width: 30px !important; }

.width-40 {
  width: 40px !important; }

.width-50 {
  width: 50px !important; }

.width-60 {
  width: 60px !important; }

.width-70 {
  width: 70px !important; }

.width-80 {
  width: 80px !important; }

.width-90 {
  width: 90px !important; }

.width-100 {
  width: 100px !important; }

.width-vh-0 {
  width: 0vh !important; }

.width-vh-10 {
  width: 10vh !important; }

.width-vh-20 {
  width: 20vh !important; }

.width-vh-30 {
  width: 30vh !important; }

.width-vh-40 {
  width: 40vh !important; }

.width-vh-50 {
  width: 50vh !important; }

.width-vh-60 {
  width: 60vh !important; }

.width-vh-70 {
  width: 70vh !important; }

.width-vh-80 {
  width: 80vh !important; }

.width-vh-90 {
  width: 90vh !important; }

.width-vh-100 {
  width: 100vh !important; }

.width-vw-0 {
  width: 0vw !important; }

.width-vw-10 {
  width: 10vw !important; }

.width-vw-20 {
  width: 20vw !important; }

.width-vw-30 {
  width: 30vw !important; }

.width-vw-40 {
  width: 40vw !important; }

.width-vw-50 {
  width: 50vw !important; }

.width-vw-60 {
  width: 60vw !important; }

.width-vw-70 {
  width: 70vw !important; }

.width-vw-80 {
  width: 80vw !important; }

.width-vw-90 {
  width: 90vw !important; }

.width-vw-100 {
  width: 100vw !important; }

.width-max-0 {
  max-width: 0px !important; }

.width-max-50 {
  max-width: 50px !important; }

.width-max-100 {
  max-width: 100px !important; }

.width-max-150 {
  max-width: 150px !important; }

.width-max-200 {
  max-width: 200px !important; }

.width-max-250 {
  max-width: 250px !important; }

.width-max-300 {
  max-width: 300px !important; }

.width-max-350 {
  max-width: 350px !important; }

.width-max-400 {
  max-width: 400px !important; }

.width-max-450 {
  max-width: 450px !important; }

.width-max-500 {
  max-width: 500px !important; }

.width-max-550 {
  max-width: 550px !important; }

.width-max-600 {
  max-width: 600px !important; }

.width-max-650 {
  max-width: 650px !important; }

.width-max-700 {
  max-width: 700px !important; }

.width-max-750 {
  max-width: 750px !important; }

.width-max-800 {
  max-width: 800px !important; }

.width-max-850 {
  max-width: 850px !important; }

.width-max-900 {
  max-width: 900px !important; }

.width-max-950 {
  max-width: 950px !important; }

.width-max-1000 {
  max-width: 1000px !important; }

.width-min-0 {
  min-width: 0px !important; }

.width-min-50 {
  min-width: 50px !important; }

.width-min-100 {
  min-width: 100px !important; }

.width-min-150 {
  min-width: 150px !important; }

.width-min-200 {
  min-width: 200px !important; }

.width-min-250 {
  min-width: 250px !important; }

.width-min-300 {
  min-width: 300px !important; }

.width-min-350 {
  min-width: 350px !important; }

.width-min-400 {
  min-width: 400px !important; }

.width-min-450 {
  min-width: 450px !important; }

.width-min-500 {
  min-width: 500px !important; }

.width-min-550 {
  min-width: 550px !important; }

.width-min-600 {
  min-width: 600px !important; }

.width-min-650 {
  min-width: 650px !important; }

.width-min-700 {
  min-width: 700px !important; }

.width-min-750 {
  min-width: 750px !important; }

.width-min-800 {
  min-width: 800px !important; }

.width-min-850 {
  min-width: 850px !important; }

.width-min-900 {
  min-width: 900px !important; }

.width-min-950 {
  min-width: 950px !important; }

.width-min-1000 {
  min-width: 1000px !important; }

.width-p-0 {
  width: 0%; }

.width-p-5 {
  width: 5%; }

.width-p-10 {
  width: 10%; }

.width-p-15 {
  width: 15%; }

.width-p-20 {
  width: 20%; }

.width-p-25 {
  width: 25%; }

.width-p-30 {
  width: 30%; }

.width-p-35 {
  width: 35%; }

.width-p-40 {
  width: 40%; }

.width-p-45 {
  width: 45%; }

.width-p-50 {
  width: 50%; }

.width-p-55 {
  width: 55%; }

.width-p-60 {
  width: 60%; }

.width-p-65 {
  width: 65%; }

.width-p-70 {
  width: 70%; }

.width-p-75 {
  width: 75%; }

.width-p-80 {
  width: 80%; }

.width-p-85 {
  width: 85%; }

.width-p-90 {
  width: 90%; }

.width-p-95 {
  width: 95%; }

.width-p-100 {
  width: 100%; }

.width-auto {
  width: auto !important; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.padding-all-0 {
  padding: 0px; }

.padding-all-5 {
  padding: 5px; }

.padding-all-10 {
  padding: 10px; }

.padding-all-15 {
  padding: 15px; }

.padding-all-20 {
  padding: 20px; }

.padding-all-25 {
  padding: 25px; }

.padding-all-30 {
  padding: 30px; }

.padding-all-35 {
  padding: 35px; }

.padding-all-40 {
  padding: 40px; }

.padding-all-45 {
  padding: 45px; }

.padding-all-50 {
  padding: 50px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-65 {
  padding-top: 65px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-75 {
  padding-top: 75px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-85 {
  padding-top: 85px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-95 {
  padding-top: 95px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-top-105 {
  padding-top: 105px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-top-115 {
  padding-top: 115px; }

.padding-top-120 {
  padding-top: 120px; }

.padding-top-125 {
  padding-top: 125px; }

.padding-top-130 {
  padding-top: 130px; }

.padding-top-135 {
  padding-top: 135px; }

.padding-top-140 {
  padding-top: 140px; }

.padding-top-145 {
  padding-top: 145px; }

.padding-top-150 {
  padding-top: 150px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-75 {
  padding-bottom: 75px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-85 {
  padding-bottom: 85px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.padding-bottom-125 {
  padding-bottom: 125px; }

.padding-bottom-130 {
  padding-bottom: 130px; }

.padding-bottom-135 {
  padding-bottom: 135px; }

.padding-bottom-140 {
  padding-bottom: 140px; }

.padding-bottom-145 {
  padding-bottom: 145px; }

.padding-bottom-150 {
  padding-bottom: 150px; }

.padding-left-0 {
  padding-left: 0px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-left-55 {
  padding-left: 55px; }

.padding-left-60 {
  padding-left: 60px; }

.padding-left-65 {
  padding-left: 65px; }

.padding-left-70 {
  padding-left: 70px; }

.padding-left-75 {
  padding-left: 75px; }

.padding-left-80 {
  padding-left: 80px; }

.padding-left-85 {
  padding-left: 85px; }

.padding-left-90 {
  padding-left: 90px; }

.padding-left-95 {
  padding-left: 95px; }

.padding-left-100 {
  padding-left: 100px; }

.padding-left-105 {
  padding-left: 105px; }

.padding-left-110 {
  padding-left: 110px; }

.padding-left-115 {
  padding-left: 115px; }

.padding-left-120 {
  padding-left: 120px; }

.padding-left-125 {
  padding-left: 125px; }

.padding-left-130 {
  padding-left: 130px; }

.padding-left-135 {
  padding-left: 135px; }

.padding-left-140 {
  padding-left: 140px; }

.padding-left-145 {
  padding-left: 145px; }

.padding-left-150 {
  padding-left: 150px; }

.padding-right-0 {
  padding-right: 0px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-right-55 {
  padding-right: 55px; }

.padding-right-60 {
  padding-right: 60px; }

.padding-right-65 {
  padding-right: 65px; }

.padding-right-70 {
  padding-right: 70px; }

.padding-right-75 {
  padding-right: 75px; }

.padding-right-80 {
  padding-right: 80px; }

.padding-right-85 {
  padding-right: 85px; }

.padding-right-90 {
  padding-right: 90px; }

.padding-right-95 {
  padding-right: 95px; }

.padding-right-100 {
  padding-right: 100px; }

.padding-right-105 {
  padding-right: 105px; }

.padding-right-110 {
  padding-right: 110px; }

.padding-right-115 {
  padding-right: 115px; }

.padding-right-120 {
  padding-right: 120px; }

.padding-right-125 {
  padding-right: 125px; }

.padding-right-130 {
  padding-right: 130px; }

.padding-right-135 {
  padding-right: 135px; }

.padding-right-140 {
  padding-right: 140px; }

.padding-right-145 {
  padding-right: 145px; }

.padding-right-150 {
  padding-right: 150px; }

.padding-sides-0 {
  padding: 0 0px; }

.padding-sides-5 {
  padding: 0 5px; }

.padding-sides-10 {
  padding: 0 10px; }

.padding-sides-15 {
  padding: 0 15px; }

.padding-sides-20 {
  padding: 0 20px; }

.padding-sides-25 {
  padding: 0 25px; }

.padding-sides-30 {
  padding: 0 30px; }

.padding-sides-35 {
  padding: 0 35px; }

.padding-sides-40 {
  padding: 0 40px; }

.padding-sides-45 {
  padding: 0 45px; }

.padding-sides-50 {
  padding: 0 50px; }

.padding-sides-55 {
  padding: 0 55px; }

.padding-sides-60 {
  padding: 0 60px; }

.padding-sides-65 {
  padding: 0 65px; }

.padding-sides-70 {
  padding: 0 70px; }

.padding-sides-75 {
  padding: 0 75px; }

.padding-sides-80 {
  padding: 0 80px; }

.padding-sides-85 {
  padding: 0 85px; }

.padding-sides-90 {
  padding: 0 90px; }

.padding-sides-95 {
  padding: 0 95px; }

.padding-sides-100 {
  padding: 0 100px; }

.padding-z-auto {
  padding: 0 auto !important; }

.margin-all-0 {
  margin: 0px; }

.margin-all-5 {
  margin: 5px; }

.margin-all-10 {
  margin: 10px; }

.margin-all-15 {
  margin: 15px; }

.margin-all-20 {
  margin: 20px; }

.margin-all-25 {
  margin: 25px; }

.margin-all-30 {
  margin: 30px; }

.margin-all-35 {
  margin: 35px; }

.margin-all-40 {
  margin: 40px; }

.margin-all-45 {
  margin: 45px; }

.margin-all-50 {
  margin: 50px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-95 {
  margin-top: 95px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-top-105 {
  margin-top: 105px; }

.margin-top-110 {
  margin-top: 110px; }

.margin-top-115 {
  margin-top: 115px; }

.margin-top-120 {
  margin-top: 120px; }

.margin-top-125 {
  margin-top: 125px; }

.margin-top-130 {
  margin-top: 130px; }

.margin-top-135 {
  margin-top: 135px; }

.margin-top-140 {
  margin-top: 140px; }

.margin-top-145 {
  margin-top: 145px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-85 {
  margin-bottom: 85px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-95 {
  margin-bottom: 95px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-105 {
  margin-bottom: 105px; }

.margin-bottom-110 {
  margin-bottom: 110px; }

.margin-bottom-115 {
  margin-bottom: 115px; }

.margin-bottom-120 {
  margin-bottom: 120px; }

.margin-bottom-125 {
  margin-bottom: 125px; }

.margin-bottom-130 {
  margin-bottom: 130px; }

.margin-bottom-135 {
  margin-bottom: 135px; }

.margin-bottom-140 {
  margin-bottom: 140px; }

.margin-bottom-145 {
  margin-bottom: 145px; }

.margin-bottom-150 {
  margin-bottom: 150px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-left-35 {
  margin-left: 35px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-left-45 {
  margin-left: 45px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-left-55 {
  margin-left: 55px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-left-65 {
  margin-left: 65px; }

.margin-left-70 {
  margin-left: 70px; }

.margin-left-75 {
  margin-left: 75px; }

.margin-left-80 {
  margin-left: 80px; }

.margin-left-85 {
  margin-left: 85px; }

.margin-left-90 {
  margin-left: 90px; }

.margin-left-95 {
  margin-left: 95px; }

.margin-left-100 {
  margin-left: 100px; }

.margin-left-105 {
  margin-left: 105px; }

.margin-left-110 {
  margin-left: 110px; }

.margin-left-115 {
  margin-left: 115px; }

.margin-left-120 {
  margin-left: 120px; }

.margin-left-125 {
  margin-left: 125px; }

.margin-left-130 {
  margin-left: 130px; }

.margin-left-135 {
  margin-left: 135px; }

.margin-left-140 {
  margin-left: 140px; }

.margin-left-145 {
  margin-left: 145px; }

.margin-left-150 {
  margin-left: 150px; }

.margin-right-0 {
  margin-right: 0px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-right-55 {
  margin-right: 55px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-right-65 {
  margin-right: 65px; }

.margin-right-70 {
  margin-right: 70px; }

.margin-right-75 {
  margin-right: 75px; }

.margin-right-80 {
  margin-right: 80px; }

.margin-right-85 {
  margin-right: 85px; }

.margin-right-90 {
  margin-right: 90px; }

.margin-right-95 {
  margin-right: 95px; }

.margin-right-100 {
  margin-right: 100px; }

.margin-right-105 {
  margin-right: 105px; }

.margin-right-110 {
  margin-right: 110px; }

.margin-right-115 {
  margin-right: 115px; }

.margin-right-120 {
  margin-right: 120px; }

.margin-right-125 {
  margin-right: 125px; }

.margin-right-130 {
  margin-right: 130px; }

.margin-right-135 {
  margin-right: 135px; }

.margin-right-140 {
  margin-right: 140px; }

.margin-right-145 {
  margin-right: 145px; }

.margin-right-150 {
  margin-right: 150px; }

.margin-sides-0 {
  margin: 0 0px; }

.margin-sides-5 {
  margin: 0 5px; }

.margin-sides-10 {
  margin: 0 10px; }

.margin-sides-15 {
  margin: 0 15px; }

.margin-sides-20 {
  margin: 0 20px; }

.margin-sides-25 {
  margin: 0 25px; }

.margin-sides-30 {
  margin: 0 30px; }

.margin-sides-35 {
  margin: 0 35px; }

.margin-sides-40 {
  margin: 0 40px; }

.margin-sides-45 {
  margin: 0 45px; }

.margin-sides-50 {
  margin: 0 50px; }

.margin-sides-55 {
  margin: 0 55px; }

.margin-sides-60 {
  margin: 0 60px; }

.margin-sides-65 {
  margin: 0 65px; }

.margin-sides-70 {
  margin: 0 70px; }

.margin-sides-75 {
  margin: 0 75px; }

.margin-sides-80 {
  margin: 0 80px; }

.margin-sides-85 {
  margin: 0 85px; }

.margin-sides-90 {
  margin: 0 90px; }

.margin-sides-95 {
  margin: 0 95px; }

.margin-sides-100 {
  margin: 0 100px; }

.margin-z-auto {
  margin: 0 auto !important; }

.rounded-0 {
  border-radius: 0px; }

.rounded-3 {
  border-radius: 3px; }

.rounded-6 {
  border-radius: 6px; }

.rounded-9 {
  border-radius: 9px; }

.rounded-12 {
  border-radius: 12px; }

.rounded-15 {
  border-radius: 15px; }

.rounded-18 {
  border-radius: 18px; }

.rounded-21 {
  border-radius: 21px; }

.rounded-24 {
  border-radius: 24px; }

.rounded-27 {
  border-radius: 27px; }

.rounded-30 {
  border-radius: 30px; }

.rounded-33 {
  border-radius: 33px; }

.rounded-36 {
  border-radius: 36px; }

.rounded-39 {
  border-radius: 39px; }

.rounded-42 {
  border-radius: 42px; }

.rounded-45 {
  border-radius: 45px; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.toast-alert {
  background: #BD1521;
  border-radius: 20px;
  font-size: 0.825rem;
  font-weight: 400 !important; }

.toast-success {
  background: #88CE18;
  border-radius: 20px;
  font-size: 0.825rem;
  font-weight: 400 !important; }

*:not(.material-icons) {
  font-family: "Avenir", Helvetica, sans-serif !important;
  font-weight: 500; }

body {
  background: #F5F6FA;
  min-height: 100vh; }

.preloader-wrapper {
  display: none; }

#wrapper {
  padding: 70px 50px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 992px) {
    #wrapper {
      padding: 20px; } }

input {
  border-radius: 9px !important;
  border: 1px solid rgba(0, 36, 100, 0.08) !important;
  text-indent: 15px; }
  input.blue-bordered {
    border: 1px solid #1362B1 !important;
    color: #1362B1 !important; }
  input.yellow-bordered {
    border: 1px solid #EAB568 !important;
    color: #EAB568 !important; }

textarea {
  border-radius: 9px !important;
  border: 1px solid rgba(0, 36, 100, 0.08) !important;
  padding: 15px !important; }

label {
  font-weight: 600 !important;
  top: -5px !important; }
  @media only screen and (max-width: 992px) {
    label {
      font-size: .825rem !important;
      top: 0px !important; } }

.label {
  font-weight: 600;
  position: relative;
  top: -5px !important;
  color: #9e9e9e;
  font-size: 12px; }
  @media only screen and (max-width: 992px) {
    .label {
      font-size: .7rem !important; } }

.disabled {
  background: #E5E5E5 !important; }

.read-only {
  background: white !important; }

.btn-submit {
  cursor: pointer;
  border-radius: 8px;
  color: white;
  background: #025FAC;
  padding: 15px 25px;
  font-size: .8rem; }
  .btn-submit:hover {
    background: #1448AB; }
  .btn-submit.back-btn {
    background: #00AEEF; }
    .btn-submit.back-btn:hover {
      background: #007AA8; }
  .btn-submit.btn-transparent {
    background: transparent;
    color: rgba(0, 0, 0, 0.48);
    border: none;
    font-weight: 700;
    font-size: 0.85rem; }
    .btn-submit.btn-transparent:hover {
      background: transparent; }

.detail {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.37);
  margin-bottom: 10px; }

.selects-container input {
  border: none !important;
  text-indent: 0 !important; }

nav {
  -webkit-box-shadow: none;
  box-shadow: none; }

.nav-dropdown {
  margin-right: 20px; }
  @media only screen and (max-width: 992px) {
    .nav-dropdown {
      margin: 0; } }

#navDropdown a {
  font-size: 0.85rem;
  color: #8B8FA1; }

#navDropdown .page.active {
  border-left: 4px solid #025FAC; }
  #navDropdown .page.active:not(.active) {
    border-left: 4px solid transparent; }

#navDropdown .page a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  line-height: initial; }

#navDropdown span {
  color: #8B8FA1;
  line-height: initial;
  margin-left: 10px;
  font-size: 1rem;
  text-transform: capitalize; }

.nav-wrapper {
  background: white; }

.brand-logo-nav {
  border-right: 1px solid #E0E6EF;
  left: 0% !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.nav-content {
  background: white;
  color: black;
  border: 1px solid #EAEBEA; }
  .nav-content li {
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .nav-content li.active {
      border-bottom: 4px solid #025FAC;
      background: white;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .nav-content a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding: 7px;
    line-height: initial; }
  .nav-content span {
    color: #8B8FA1;
    line-height: initial;
    margin-left: 10px;
    font-size: 1rem;
    text-transform: capitalize; }

.nav-user-info .name {
  line-height: initial !important; }

.nav-user-info .position {
  line-height: initial !important; }

.nav-user-picture {
  margin-left: 10px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  height: 38px;
  width: 38px; }

.login-input {
  text-align: center;
  font-weight: 400;
  background: #E5E9ED !important;
  height: 60px !important;
  width: 100% !important;
  color: #787E8C !important;
  border: 1px solid rgba(208, 208, 208, 0.5) !important;
  border-radius: 3px !important; }
  .login-input::-webkit-input-placeholder {
    text-align: center !important;
    font-weight: 400; }
  .login-input:-moz-placeholder {
    /* Firefox 18- */
    text-align: center !important;
    font-weight: 400; }
  .login-input::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center !important;
    font-weight: 400; }
  .login-input:-ms-input-placeholder {
    text-align: center !important;
    font-weight: 400; }
  .login-input::-ms-input-placeholder {
    text-align: center !important;
    font-weight: 400; }
  .login-input::placeholder {
    text-align: center !important;
    font-weight: 400; }

.login-txt {
  color: #787E8C;
  font-size: 0.825rem !important; }

.modal-info p {
  line-height: 1.5; }

.password-info {
  cursor: pointer;
  color: #025FAC; }

.user-create-wrapper {
  background-image: url("/img/side-computer.png");
  background-position: 105% 50%;
  background-size: 50%;
  background-attachment: fixed; }
  @media only screen and (max-width: 992px) {
    .user-create-wrapper {
      background-position: 100% 10px;
      background-size: 200px;
      background-attachment: scroll; } }

.term-create-wrapper {
  background-image: url("/img/side-computer-2.png");
  background-position: 95% 50%;
  background-size: 30%;
  background-attachment: fixed; }
  @media only screen and (max-width: 992px) {
    .term-create-wrapper {
      background-position: 100% 10px;
      background-size: 150px;
      background-attachment: scroll; } }

.form-container {
  background: white;
  border-radius: 20px;
  padding: 30px;
  min-height: 520px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.formspy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .formspy svg {
    margin: 0 5px; }

.brand-form-info {
  padding: 5% !important; }
  .brand-form-info .title {
    font-size: 1.25rem !important;
    font-weight: 600;
    margin-bottom: 10px; }
  .brand-form-info .details {
    font-size: .9rem !important;
    font-weight: 400;
    line-height: 1.3;
    color: #7F7F7F; }
  .brand-form-info img {
    height: 150px;
    margin: 10px 0; }

.btn-file {
  border-radius: 10px 0 0 10px;
  background: #025FAC;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3.15rem !important; }
  .btn-file span {
    font-size: 0.75rem; }

.file-path {
  margin-left: -10px !important;
  border-radius: 0 10px 10px 0 !important;
  padding-right: 8px !important;
  background: #E5E5E5 !important; }

.dataTables_wrapper {
  width: 100%; }

.dataTables_filter {
  margin-right: 10px; }
  .dataTables_filter [type="search"] {
    background: white !important; }

.dataTables_info {
  color: #B7B8B9 !important;
  font-size: .8rem;
  float: right !important; }

.dataTable {
  border-bottom: none !important;
  border-collapse: separate;
  border-spacing: 0 10px !important;
  *border-collapse: expression('separate', cellSpacing = '10px'); }
  .dataTable th {
    text-align: left;
    font-size: .825rem;
    color: #90A4AE;
    font-weight: 600 !important;
    border-bottom: none !important;
    background-position: center left !important; }
  .dataTable tbody tr td {
    text-align: left;
    color: #31393C;
    font-size: 0.825rem !important;
    padding: 10px 0 10px 10px !important; }
  .dataTable tbody tr td:first-child {
    padding-left: 20px !important; }
    .dataTable tbody tr td:first-child span::after {
      border: 2px solid #90A4AE !important; }
    .dataTable tbody tr td:first-child [type="checkbox"].filled-in:checked + span:not(.lever):after {
      background-color: #90A4AE !important; }
  .dataTable tbody tr td:last-child {
    padding-right: 20px !important; }

.table-btn {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 27px;
  top: 18px; }
  .table-btn#addNewItem {
    left: 0; }
  .table-btn#nextPage {
    right: 0; }
  .table-btn#previousPage {
    right: 35px; }

.table-icon {
  width: 25px; }

.dataTables_filter {
  position: relative; }
  .dataTables_filter input[type="search"] {
    text-indent: 35px; }
    .dataTables_filter input[type="search"]::-webkit-input-placeholder {
      color: #B7B8B9; }
    .dataTables_filter input[type="search"]:-ms-input-placeholder {
      color: #B7B8B9; }
    .dataTables_filter input[type="search"]::-ms-input-placeholder {
      color: #B7B8B9; }
    .dataTables_filter input[type="search"]::placeholder {
      color: #B7B8B9; }
  .dataTables_filter .filter-icon {
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 1.25rem;
    color: #B7B8B9; }

.dropdown-options a {
  color: rgba(0, 0, 0, 0.65) !important; }

.dropdown-options li:last-child a {
  color: #a23530 !important; }

.jconfirm-box {
  max-width: 300px; }

.class-title {
  color: rgba(51, 51, 51, 0.62);
  font-size: 1.25rem;
  font-weight: 600; }

.class-urgent-list {
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.62); }

.block {
  margin: 10px 0;
  border: 1px solid #E0E6EF;
  border-radius: 5px;
  background: white;
  padding: 15px; }
  .block.dashboard-block {
    min-height: 300px; }
  .block .title {
    line-height: 21px;
    font-size: 1rem;
    font-weight: 600;
    float: left; }
  .block .expiration-tag {
    background: #C6C6C6;
    color: white;
    padding: 5px 8px;
    border-radius: 20px;
    float: left;
    font-size: .75rem; }
  .block .btn-index {
    padding: 9px 15px;
    border-radius: 20px;
    float: right;
    font-size: .825rem;
    font-weight: 500;
    cursor: pointer; }
    .block .btn-index-action {
      background: #025FAC;
      color: white;
      padding: 9px 18px; }
    .block .btn-index-delete {
      background: #E5E9ED;
      color: #8B8FA1; }
  .block .date-field {
    font-weight: 600;
    float: left;
    font-size: .825rem; }
  .block .date {
    color: rgba(51, 51, 51, 0.62);
    float: right;
    font-size: .825rem; }
    @media only screen and (max-width: 992px) {
      .block .date {
        float: left; } }

.percentage-tag {
  color: white;
  border-radius: 5px;
  padding: 6px 8px;
  min-width: 40px;
  font-size: .825rem;
  text-align: center; }

.percentage-label {
  color: #A7A7A7;
  font-size: .825rem; }
  .percentage-label span {
    color: black;
    font-weight: 600; }

.labels-container {
  min-height: 250px !important; }
  @media only screen and (max-width: 992px) {
    .labels-container {
      margin-top: 30px;
      min-height: 0px !important; } }

.chart-detail {
  font-size: .825rem;
  color: rgba(0, 0, 0, 0.32);
  position: absolute;
  bottom: 0;
  left: 50%; }

.chart-count {
  color: rgba(51, 51, 51, 0.62);
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.125rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%; }
  .chart-count.brand-count {
    top: 50%; }
    .chart-count.brand-count span {
      color: #333;
      font-size: 1.25rem;
      font-weight: 600; }
  .chart-count.term-count {
    top: 60%; }
    .chart-count.term-count span {
      color: #333;
      font-size: 2.5rem;
      font-weight: 600; }

.brand-logo-index {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  margin: 0 auto; }

.brand-logo-view {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  margin: 0 auto; }


.container-emails-send{
  height: 350px;
  border: 1px solid #DDD;
  padding: 12px;
}

#content_email {
  height: 375px;
  margin-bottom: 15px;
}

/* .ql-toolbar > .ql-formats > .ql-header > .select-wrapper > .select-dropdown { */
/* .ql-header > .select-wrapper > .select-dropdown {
  display: none !important;
  background-color: #88CE18 !important;
} */

.ql-formats > div{
  background-color: #88CE18 !important;
  display: none !important;
}

strong{
  font-weight: bolder !important;
}

.not-border {
  border-top: none;
  border-right: none;
  border-left: none;
  margin: unset;
  /* border: none; */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-col{
  height: 24px !important;
  padding: 7px !important;
  /* border: none !important; */
}

.subheader-col{
  height: 21px !important;
  padding: 7px !important;
  /* border: none !important; */
}

.txt-blue {
  color: deepskyblue;
}

.span-reduce{
  display: block;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px;
}

.btn-in-table{
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  margin-top: 2px;
}