/*
Custom css
*/

body {
    font-size: 1rem;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Nexa';
    src: url('../font/NexaBold.eot');
    src: url('../font/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('../font/NexaBold.woff2') format('woff2'),
        url('../font/NexaBold.woff') format('woff'),
        url('../font/NexaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/NexaLight.eot');
    src: url('../font/NexaLight.eot?#iefix') format('embedded-opentype'),
        url('../font/NexaLight.woff2') format('woff2'),
        url('../font/NexaLight.woff') format('woff'),
        url('../font/NexaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/nexa-regular.eot');
    src: url('../font/nexa-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/nexa-regular.woff') format('woff'),
         url('../font/nexa-regular.ttf') format('truetype'),
         url('../font/nexa-regular.svg#ywftsvg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../font/TrajanPro-Bold.eot');
    src: url('../font/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/TrajanPro-Bold.woff2') format('woff2'),
        url('../font/TrajanPro-Bold.woff') format('woff'),
        url('../font/TrajanPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../font/TrajanPro-Regular.eot');
    src: url('../font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/TrajanPro-Regular.woff2') format('woff2'),
        url('../font/TrajanPro-Regular.woff') format('woff'),
        url('../font/TrajanPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Trajan Pro";
}

body, p{
    font-family: "Nexa";
}

body, html{
    background-color:#f5f4f2;
}

.fr-rounded {
    border-radius: 20px 0 20px 10px;
}

.dropdown-item, .dropdown-item.active, .sidenav ul a, .sidenav ul a:active {
    color: #192536;
}

.navbar-brand img, .navbar-brand svg {
    max-width: 175px;
    height: auto !important;
    max-height: inherit;
}

span.nav-text {
    font-weight: 400;
}

.form-control {
   /* border-color: #d4d4d4; */
    border-width: 1px;
}

.page-header {
    width: calc(100% - 15rem) !important;
    margin-left: auto !important;
}

.page-header.sticky ~ * .page-sidenav.sticky {
    height: 100vh !important;
    top: 0rem;
    position: absolute;
    top: 0px;
}

.navbar {
    min-height: 70px;
    padding: 0.60rem 1rem;
    }


/* login card */

.w-full{
    width:100%;
}

.bg-lime{
    background-color:#f3a823;
}
.bg-auth{
    background-color:#f5f4f2;
}
.bg-auth .card{
    color:#54595f;
    background-color:#fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.07);
}

.bg-auth h1 {
  font-size:1.6rem;
}

.btn-landowner {
  background-color: #f3a823;
  color: #091e1f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 5px 0 5px 5px;
  padding: 12px 25px;
  font-family: "goldplay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  letter-spacing: .2px;
}
.btn-landowner-1{
  background-color: transparent !important;
  border-color: #f3a823;
  color: #000;
  font-family: "goldplay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius:5px 0 5px 5px;
  padding: 12px 25px;
}
.btn-landowner-1:hover{
  /* color: #ffffff; */
  background-color: #f3a823 !important;
}
.btn-landowner-2{
  color:rgb(9, 30, 31)!important;
  background-color: #ffffff !important;
  border-color: #f3a823 !important;
  font-family: "goldplay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius:5px 0 5px 5px;
}

.error{
    color:red;
}
.fs-auth-logo img{
    width:200px;
}
input.form-control, select.form-control{
    height:42px !important;
}
.form-control{
    outline: none!important;
}
.entry-panel p.text-normal {
    position: relative;
    top: -6px;
    width: 100%;
    text-align: left;
    padding-right: 60px;
    line-height: 1.3;
    font-size: 16px !important;
    /* color: #000; */
    color:#E6E7E9;
    font-weight: 500;
}

.user-name {
  text-transform: capitalize;
}

a{
    color:#182636;
}

a:hover, a:active {
    color:  #f3a823;
}


.btn-large {
    min-width: 220px;
    width: calc(40% - 15px);
    font-size: 14px;
    padding: 1rem;
}

.toggle-switch {
  position: absolute;
  bottom: 250px;
  right: 65px;
  opacity: 0.9;
  cursor: pointer;
}

.note-toolbar.card-header {
    border-bottom: 1px solid #8796a526;
    background: #f5f5f5;
    display: flex;
    color: #091e1f;
    overflow: scroll;
}

.card__g {
    background-color: #182636;
    min-height: 188px;
}
.card__g .panel-heading {
    color: #fff;
}

.select2-container--default .select2-selection {
    min-height: 40px;

}
span.select2.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.selection{
    text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 10px;

}

.sidenav .nav li.active > a {
    background-color: #f3a823;
    color: #000 !important;
}

@media only screen and (min-width: 768px){
  .w-35 {
      width: 35% !important;
  }
}
@media only screen and (min-width: 768px){
  .w-65 {
      width: 65% !important;
  }
}


/** Profile */

.profile-card a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -1px;
  bottom: 0px;
  left: 0;
  height: calc(100% + 2px);
  background:#f3a823;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index:-1;
}

.card-list {
  border-bottom: 1px solid #eaebf5;
}
.profile-card a {
  padding: 12px 40px;
  color: rgb(9, 30, 31);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  z-index:1;
}
.profile-card a {
  position: relative;
}
.text__sm {
  font-size:12px;
}
.profile-nav {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #eaebf5;
  /* margin-top: 15px; */
}
.profile-tab .card-body {
  padding-top: 22px !important;
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 768px){
.profile-tab {
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    max-width: 28.5%;
}}
.card{
  width:100%;
}

.user_profile .card-header {
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 20px !Important;
  padding-bottom: 20px !important;
  align-items: center;
}


.btn-table {
    width: 100%;
    background-color: #f3a823;
    display: grid;
    place-content: center;
    color: #000;
}

.btn:not(.btn-large) {
    min-height: 40px;

}

.bg-secondary-lt.active {
    background-color: #f3a823 !important;
}

.bg-secondary-lt:hover, .bg-secondary-lt:focus, .bg-secondary-lt.active {
    background-color: #f3a823 !important;
}

.filter .btn{
    place-content: center;
    display: grid;
}

.w-500{
    width: 500px;
}

.page-title a.i-con-h-a {
    color: inherit;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
.h-s {
    min-height: 15vh;
}
.invalid-feedback{
    display: unset;
}

.rating-wrapper {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}
.rating-card {
    width: 525px;
    height: 190px;
    background: #192536;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.call-quality-label {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.star-container {
    display: flex;
    justify-content: space-evenly;
}
.star-container i {
    font-size: 35px;
    color: #f3d779;
    cursor: pointer;
}

.scale {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    font-size: 18px;
    color: #807cae;
}

.i-con-star.active i:before,
.i-con-star.active:before,
.i-con-star.active i:after{
    background-color: #f3d779;
}


@media only screen and (min-width: 768px) {
    div#content {
        width: calc(100% - 15rem);
        flex: none;
        margin-left: auto;
    }

}

@media only screen and (max-width: 768px) {
    .training_video iframe{
        width: auto !important;
        height: 100% !important;
    }

}

.tag.label-info {
    background-color: #5bc0de;
}

.bootstrap-tagsinput {
    width: 100%;
}
.breadcrumb {
    background-color: unset;
}

ul.quiz__questions {
    list-style:auto;
}
