@font-face {
  font-family: 'NunitoSans';
  src: url('fonts/NunitoSans.css');
  font-weight: normal;
  font-style: normal;
}
.project-tab {
    padding: 5%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #CE7A58;
    background-color: transparent;
    border-color: transparent transparent #080808;
    border-bottom: 3px solid #CE7A58 !important;
    font-size: 18px;
    font-weight: 600;
    /* font-weight: bold; */
}

.project-tab #tabs .nav-tabs-green .nav-item.show .nav-link-green, .nav-tabs-green .nav-link.active {
    color: #048CF6;
    background-color: transparent;
    border-color: transparent transparent #080808;
    border-bottom: 3px solid #048CF6 !important;
    font-size: 12px;
    font-weight: 400;
    /* font-weight: bold; */
}
.project-tab .nav-link {
    border: 1px solid transparent;
    /* border-top-left-radius: .20rem;
    border-top-right-radius: .20rem; */
    color: #424242;
    font-size: 12px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
    color: #CE7A58;
}
a:hover {
    color: #CE7A58;
  }
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.tab-select{
    color: #CE7A58;
    font-weight: 600;
}

.text-cam{
    color: #CE7A58;
}

.tab-unselect{
    color: #000000;
    font-weight: 600;
}

.text-header {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #1E2F41;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -.25rem;
}

.text-header-2 {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #1E2F41;
    font-size: 14px;
    font-weight: 500;
}

.text-inline {
    width: 100%;
    text-align: center; 
    border-bottom: 1px solid #CE7A58; 
    line-height: 0.1em;
    margin: 10px 0 20px;
 }
 
 .text-inline span { 
     background:#fff; 
     padding:0 10px; 
 }

 .text-footer {
    margin: 5px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 200;
}

.colorGreen{
    color: #1261A0;
    width: 100%;
}

hr {
    border: 0;
    border-top: 1px solid  rgba(19, 65, 218, 0.78);
  }

.btn-Login{
    color: #fff;
    border-radius: 10px;
    height: 40px;
    border: 0;
    background: linear-gradient(to right, #FF6400 , #FFC2A8);
    font-size: 24px;
    line-height: 27px;
}  

.btn-Login:focus{
    background: #FF6400!important;
    /* box-shadow: 0 1px  #666; */
    transform: translateY(2px);
    border-radius: 10px;
    outline:0;
}

.btn-Login-2{
    color: #fff;
    border-radius: 10px;
    height: 40px;
    border: 0;
    background: #FF6400;
    font-size: 24px;
    line-height: 27px;
} 

.btn-change{
    border-radius: 5px;
    height: 50px;
    font-size: 24px;
    line-height: 24px;
}

.btn-Select{
    background-color:rgb(211, 207, 207);
    color: rgb(24, 25, 26);
    border-radius: 5px;
    border-width: 1px;
    border-color: darkgray;
    height: 35px;
    border: 1px;
    
}  

/* .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    justify-content: center;
  }
  .grid-item {
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    padding: 2px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    width: 150px;
  } */

  .decorated{
    overflow: hidden;
    text-align: center;
}
.decorated > span{
   position: relative;
   display: inline-block;
}
.decorated > span:before, .decorated > span:after{
   content: '';
   position: absolute;
   top: 50%;
   border-bottom: 1px solid;
   width: 591px; /* half of limiter*/
   margin: 0 20px;
}
.decorated > span:before{
   right: 100%;
}
.decorated > span:after{
   left: 100%;
}

.no-border{
    border:none;
  }

.no-border-bottom{
    border-bottom: 0 none;
  }
  
  .btn-default-size{
    font-size: 22px;
    height: 48px;
    border-radius: 10px;
  }

  .input-size{
    height: 40px;
  }
  @media screen and (max-device-width: 360px) {
    .btn-default-size {
        font-size: 20px;
        height: 44px;
    }
  }
  @media screen and (max-device-width: 320px) {
    .btn-default-size {
        font-size: 15px;
        height: 44px;
    }
  }
  
   .footer-20 {
    /* position: fixed; */
    bottom: 10;
    width: 100%;
}




.border-padding-size {
    margin-bottom: 40px;
    cursor:pointer; 
    text-align: center;
}

@media screen and (min-device-height: 667px) {
    .border-padding-size {
        margin-bottom: 40px;
        cursor:pointer; 
        text-align: center;
    }
  }

  @media screen and (min-device-height: 736px) {
    .border-padding-size {
        margin-bottom: 94px;
        cursor:pointer; 
        text-align: center;
    }
  }

  @media screen and (min-device-height: 823px) {
    .border-padding-size {
        margin-bottom: 180px;
        cursor:pointer; 
        text-align: center;
    }
  }

  @media screen and (min-device-height: 850px) {
    .border-padding-size {
        margin-bottom: 210px;
        cursor:pointer; 
        text-align: center;
    }
  }

  @media screen and (min-device-height: 890px) {
    .border-padding-size {
        margin-bottom: 250px;
        cursor:pointer; 
        text-align: center;
    }
  }

  input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 10px;
  bottom: 20px;
  left: 16px;
  font-size: 14px;
  opacity: 1;
}

.inputText {
  font-size: 14px;
  outline: 0;
  height: 50px;
  padding-top: 30px;
  padding-left: 4px;
  border-width: 0 0 2px;
  border-color: #7e7a7a;
}

.inputText_2 {
    font-size: 18px;
    outline: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    border-width: 0 0 1px;
    border-color: #7e7a7a;
    font-weight: 600;
  }

  .inputText_otp {
    font-size: 50px;
    outline: 0;
    /* height: 60px; */
    padding-bottom: 0px;
    padding-left: 2px;
    border-width: 0 0 2px;
    border-color: #c2bcbc;
    color:#1c62e4;
  }

  .inputText_otp_select {
    font-size: 50px;
    outline: 0;
    /* height: 60px; */
    padding-bottom: 0px;
    padding-left: 2px;
    border-width: 0 0 2px;
    border-color: #707070;
    color:#393939;
  }
 

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  bottom: 4px;
  transition: 0.2s ease all;
}

.text-label {
    color: #393939;
    font-family: 'Helvetica Neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, 'Lucida Grande', sans-serif; 
    font-size: 15px;
}

.text-green-highlight {
    color:#5380E8; 
    font-weight: 600;
}

.btn-78 {
    width: 78%;
  }

  .btn-83 {
    width: 83%;
  }

  .btn-90 {
    width: 90%;
  }

  input:focus{
    outline: none;
}
.input-otp{
    width: 12%;
    flex: 0 0 14%;
    max-width: 14%;   
    line-height: 75px; 
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Absolute Center Spinner */
.loading-2 {
  position: fixed;
  z-index: 999;
  height: 0.1em;
  width: 0.1em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
  
  /* Transparent Overlay */
  .loading-2:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }

  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


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

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

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

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

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

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

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

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


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

.mb-8{
  margin-bottom: 8px;
}

.custom-mx-10{
  margin-left: 10px;
  margin-right: 10px;
}

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

.custom-p-10{
  padding: 10px;
}

.close-button{
    font-size: 42px;
    font-weight: bold;
}

.border-style{
  border: 1px solid #dad5d3;
}

.grid-container {
  display: grid;
  grid-template-columns: 190px 190px;
  grid-template-rows: auto auto;
  grid-gap: 40px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.grid-container > div {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.grid-container-2 {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: auto auto;
  grid-gap: 10px;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.grid-container-2 > div {

  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  background: none;
  border-width: thin;
  box-shadow: none;
}

.row {
  width: 100%;
  margin-right: auto; margin-left: auto;
  display: flex;
  justify-content: center;
}
.footer-block {
  width: 350px;
  /* float: right; */
}

.text-normal-2 {
  font-size: 18px;
}

.qrcode-canvas .hover-show {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: center;
  top: 80px;
  z-index: 11;
  transform: translateY(-30%);
  display: none;
}

.qrcode-canvas .hover-show .text-m {
  margin-bottom: 5px;
  color: #333;
}
.qrcode-canvas .hover-show .btn {
  background: #1A73E8;
  box-shadow: 0px 4px 16px rgba(26, 115, 232, 0.2);
  border-radius: 5px;
  width: 50%;
  color: #fff;
}
.qrcode-canvas .hover-show .btn:hover {
  background: #135cbc;
}
.qrcode-canvas:hover:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background: #FFFFFF;
  opacity: 0.85;
}
.qrcode-canvas:hover .hover-show {
  display: block;
}

/* .line {
  width: 30px;
  height: 0;
  border: 1px solid #C4C4C4;
  margin: 5px;
  display:inline-block;
} */

.line {
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #000; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
} 

.line span { 
   background:#fff; 
   padding:0 10px; 
}


.alert * {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.alert *:focus {
	outline: 0
}

.alert-ios {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -135px;
	margin-top: -50px;
	width: 270px;
	text-align: center;
	font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 13px;
	overflow: hidden;
	z-index: 9999999999999999999999998;
	background-color: rgba(255, 255, 255, 0.8);
}

.alert-ios .inner {
	padding: 15px;
}

.alert-ios .title {
	font-weight: 500;
	font-size: 18px;
  font-weight: 700;
}

.alert-ios .text {
	margin-top: 5px;
}

.alert-ios .button {
	position: relative;
	height: 34px;
	line-height: 44px;
	font-size: 17px;
	color: #007aff;
	border-radius: 0 0 13px 13px;
	overflow: hidden;
	cursor: pointer;
}

.alert-ios .button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	display: block;
	background-color: #c4c4c4;
	z-index: 9999999999999999999999999;
}

/* relevant styles */
.img__wrap {
  position: relative;
  height: 100px;
  width: 100px;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}/* relevant styles */
.img__wrap {
  position: relative;
  height: 150px;
  width: 100px;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  color: #000000;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}



.tooltip {
  display: inline;
  position: relative;
}
.tooltip:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgb(251, 250, 250);
  border-radius: 8px;
  border-color: rgb(240, 116, 116);
  border-style: solid;
  border-width: 1px;
  color: rgb(24, 23, 23);
  content: attr(title);
  margin: -240px 0 0;
  font-size: 14px;
  padding: 10px;
  width: 180px;
}
.tooltip:hover:before{
  border: solid;
  border-color: rgb(240, 12, 12) transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  top: 0px;
  /* bottom: 100px; */
  position: absolute;
}

.popover{
  border-color: #CE7A58;
}