/* styles.css */
body,html{height: 100%;}
html { font-size: 50%; }  /* =8px (~80% of default 10px scale) */
/*
 * Base structure
 */

a{
    text-decoration: none;
    color: #fff;
}
a:hover{
    color: #CA8728;
}
.linktext{
  color: #000;
}
.linktext:hover{
  color: #CA8728;
}
.text-yellow{
  color: #CA8728;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
    font-size: 1.8rem;
  line-height: 1.6;
  
 padding-top: 72px;
  color: #09111c;
    transition: all 1s ease-in;

}
h1{
font-size: 6rem;
color: #09111c;
font-weight: 900;

}
h2, .section-title{
font-size: 3.2rem;

font-weight: 700;

}
h3{
font-size: 3.2rem;

font-weight: 700;
 

}
.login-section, .bg-blue{
  background: #063654 !important;
}
.btn{
  font-size: 1.8rem;
  padding: 7px 25px;
  font-weight: 500;
}
.btn-dark{
  background: #063654;
border: 1px solid #063654;
color: #fff;
}
.btn-dark:hover{
  background: #fff;
border: 1px solid #063654;
color: #063654;
}
.btn-primary {
  background-color: #CA8728;
  border-color: #CA8728;
  color: #fff;
}
.btn-primary-light{
  background-color: #E3C497;
  border-color: #CA8728;
  color: #000;
}
.btn-primary:hover, .btn-primary-light:hover {
   background-color: #fff;
  border-color: #CA8728;
  color: #CA8728;
}

.linkyellow{
   color: #CA8728;
}
.notebox{
  border-left: 5px solid #33E3FF;
  padding-left: 10px;
}
.btn-primary:hover svg path{
  fill: #33E3FF;
}
.form-check-input:checked {
  background-color: #CB882A;
  border-color: #CB882A;
}
.bg-trans{
  background: rgba(255,255,255,0.12);
}
.navbar-nav .dropdown-menu{
  position: absolute;
    background: #063654;
    font-size: 1.8rem;
    min-width: 100%;
}
.dropdown-item{
  color: #fff;
}
.profile{
  border-radius: 50%;
  border:1px solid #2083B6;
}
.dropdown-toggle::after{
  display: none;
}
.navbar-nav .nav-item{
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
}
.notice-count{
  display: inline-flex;
  width: 15px;
  height: 15px;
  background: #D10404;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 19px;
  top:0;
  font-size: 12px;
}
.form-control, .form-select{
  font-size: 1.8rem;
  padding: 5px 10px;

 
 color: #000;
}
.form-select{
  padding-right: 30px;
}
.navbar-search{
  flex: 1 1 0%;
  min-width: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.search-input{
  background: rgba(255,255,255,1) url('images/search.svg') no-repeat left 10px center;
  border-color:transparent;
  padding-left: 45px;
  color: #fff;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
}
.form-control::placeholder{
color: rgba(0,0,0,0.5);
}
.sidebar {
 background: #063654}
.side-menu li a{
  color: #fff;
  font-weight: 500;
  padding:15px;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}
.side-menu li a:hover{
  color: #CB882A;
}
.side-menu li a.active{
background: #CB882A;
color: #fff;
}
.left-icon{
  width: 20px;
}
.bg-grd{
  background:
  radial-gradient(
    closest-side at 50% 50%,
    rgba(9, 34, 97, 0.7),
    rgba(44, 114, 161, 0.7)
  );
}
.bucks-bg{
  background: linear-gradient(
  180deg,
  rgba(108, 165, 241, 0.48) 0%,
  rgba(44, 114, 161, 0.48) 100%
);
}
.dash-icon{
  width: 122px;
  height: 122px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.36);
}
.icon70{
  width: 70px;
  height: 70px;
}
.icon50{
  width: 50px;
  height: 50px;
}
.text-blue{
  color: #063654;
}
.text40{
  font-size: 4rem;
  line-height: 1;
}
.text28{
  font-size: 2.8rem;

}
.fw-medium{
  font-weight: 500;
}
.morelink{
  color: #fff;
}
.morelink:hover{
  color: #33E3FF;
}
.bg-grd a{
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.grd2{
  background: transparent radial-gradient(
  closest-side at 50% 50%,
  rgba(225, 234, 246, 0.48) 0%,
  rgba(44, 114, 161, 0.48) 100%
) ;
  border-radius:10px;
}
.heading-box{
  background: transparent linear-gradient(
  180deg,
  rgba(13, 87, 161, 0.59) 0%,
  rgba(7, 15, 81, 0.59) 100%
) 0% 0% no-repeat padding-box;

border-radius: 10px 10px 0px 0px;
}
.bg-white-trans{
  background: rgba(255,255,255,0.05) !important;
}
.ui-slider-horizontal .ui-slider-range, .ui-slider .ui-slider-handle{
  background:  #33E3FF;
  border-color: #33E3FF;
}
.icon-b{
  display: inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
.bg-light-yellow{
  background: #F5F5BD;
}


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

.login-box{
background: #fff;
border-radius: 10px;
padding: 20px;
}
.btn-white{
  background: #fff;
  border-color: #fff;
}
.btn-white:hover{
  background: #33E3FF;
  border-color: #33E3FF;
}
.password-wrapper{
  position: relative;
}
.toggle-password {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #ccc;
        }

        .list-nav a{
background: rgba(255,255,255,0.44);
border-radius: 5px;
color: #fff;
display: inline-flex;
padding: 7px 15px;
margin-right: 5px;
        }
        .list-nav a:hover, .list-nav a.active{
          background: rgba(51,227,255,0.44);
        }

        .table-icon{
          display: inline-flex;
          padding: 8px 15px;
          border-radius: 5px;
          align-items: center;
          justify-content: center;
        }
        .table-icon svg, .table-icon img{
          width: 15px;
        }
        .btn-sm{
          font-size: 1.4rem;
          padding: 5px 10px;
          font-weight: 400;
        }
        .table tr th{
       
          padding: 10px 5px;
          border-color: transparent;
        }
         .table tr td{
       vertical-align: middle;
          padding: 10px 5px;
         
          font-size: 1.6rem;
        }
        .text-success{
          color: #13F60B !important;
        }
      
        .text-warning{
          color: #FB9613 !important;
        }
        .page-link{
          font-size: 1.6rem;
        }
        .cicle-number{
             width: 60px;
          height: 60px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255,255,255,0.6);
        }
        .cicle-icons{
            width: 50px;
          height: 50px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255,255,255,0.6);
          position: relative;
          z-index: 1;
        }
        .cicle-icon{
          width: 30px;
          height: 30px;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255,255,255,0.2);
        }
        .cicle-icon svg{
          width: 20px;
        }
.upload-box {
    border: 2px dashed #33e3ff;
    
    color: #F4F1EA;
    padding: 40px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.upload-box.dragover {
    background: #1F1F1F;
    border-color: #E6D3A3;
}
.file-list li {
    background: #1F1F1F;
    color: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 6px;
}
.text24{
  font-size: 2.4rem;
}

.progress{
  height: 30px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 20px;
}
.progress-bar{
  background-color: #39D0FF;
}
.pro-icon{
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  background-color: #8FAAB2;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #000;
}
.processing-list.active .pro-icon{
  background-color: #3FCCFA;
}
.btn-white-trans{
  background:rgba(255,255,255,0.6);
  border-color:rgba(255,255,255,0.6);
  padding: 7px 25px;
  color: #fff;
}
.btn-white-trans:hover{
  background:#39D0FF;
  border-color:#39D0FF;
 
  color: #fff;
}


.text20 {
  font-size: 2rem;
}

.dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.nav-pills li{
  margin-right: 1px;
}
.nav-pills .nav-link{
background-color: #2B5DAB;
color: #fff;
border-radius: 0;
padding: 7px 15px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #174797;
}
.tab-content{
   background-color: #174797;
}
.border-blue{
  border-color: #204B92 !important;
}
.bg-blue-light{
  background-color: #33E3FF !important;
}
.bg-success{
  background-color: #33FF5C !important;
}
.linebox:after{
  content: "";
  width: 12px;
  height: 100%;
  display: inline-block;
  background-color: rgba(255,255,255,0.4);
  position: absolute;
  top: 2px;
  left: 50px;
  margin-left: -12px;
}
.bg-mahroom{
  background-color: #7C32DE !important;
}
.last-line{
  height: 45px;
}
.datepick{
  background-image: url('images/calender.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
}

 /* Calendar */
    .calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      border: 0px solid #e5e7eb;
    }

    .calendar-header,
    .calendar-cell {
      border: 1px solid rgba(255,255,255,0.4);
      min-height: 140px;
      padding: 8px;
      background: transparent;
      color: #fff
    }

    .calendar-header {
      background: transparent;
      font-weight: 600;
      text-align: center;
    }
.isshedul{
  background-color: rgba(255,255,255,0.4);
}
    .date-number {
      font-weight: 600;
      color: #fff;
      margin-bottom: 6px;
    }

    .event {
      background: transparent;
      border-left: 4px solid #4f46e5;
      padding: 6px;
      border-radius: 0;
      margin-bottom: 6px;
      font-size: 12px;
    }

    .event strong {
      display: block;
      font-size: 13px;
    }

    /* Right panel */
    .conflict-card {
      border-left: 4px solid #dc2626;
      background: transparent;
    }
    .cell-height{
      min-height: 500px;
    }
    .opecity-50{
      opacity: 50%;
    }
    .h-min-auto{
      min-height: inherit;
    }
    .teb-cell{

    }
    .table-responsive{
      margin-bottom: 20px;
    }
    .photo-circle{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 10px;
      top: 10px;
      background-color: rgba(240,255,180,07);
    }
    .text32{
      font-size: 3.2rem;
    }
    .text50{font-size: 5rem;}
.bg-grd-blue{
  background: linear-gradient(
  180deg,
  rgba(9, 34, 97, 0.92) 0%,
  rgba(44, 114, 161, 0.92) 100%
);
  box-shadow: 0px 3px 6px #537DBB29;
border: 1px solid #518E9E;
}
.mih{
  min-height:700px;
}
.mih-400{
  min-height:400px;
}
.max-w500{
  max-width: 500px;
}
.icon-box{
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
}
.text-grey{
  color: #9C9C9C;
}
.bg-info-light{
  background: #D7F8E0;
  border:1px solid #A8EBA8;
}
.bg-b2{
  background: #AAE9BF;
}
.bg-y2{
  background: #E9E9AA;
}
.bg-r2{
  background: #F5CECE;
}
.bg-warning-light{
  background: #F6F8D7;
  border:1px solid #EBDBA8;
}
.bg-danger-light{
  background: #F6E7E7;
  border:1px solid #EEA7A7;
}
.icon50{
  width: 50px;
  height: 50px;
}
.bg-grey{
  background: #EEEEEE;
}
.linkyellow:hover{
  color:  #A8EBA8;
}
.list-menu a{
  display: inline-block;
  background: #fff;
  border:1px solid #979797;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  color: #2B3C5E;
  margin-right: 5px;
  margin-bottom: 5px;
}
.list-menu a:hover, .list-menu a.active{
  color: #fff;
  background: #2B3C5E;
  border-color: #2B3C5E;

}
.text-green{
  color: #289f1c;
}
.btn-outline-blue{
  border-color: #063654;
  color: #063654;
}
.btn-outline-blue:hover{
  background: #063654;
  color: #fff;
}
.table th{
background:#063654;
color: #fff;
}
.table td{
  background: #EEEFF2;
}
.page-link{
  color: #063654;
  border-color: #063654;
  font-size: 1.6rem;
}
.active > .page-link, .page-link.active{
  background: #063654;
  border-color: #063654;
  color: #fff;
}
.breadcrumb-item a{
  color:  #676767;
}
.btn-outline-primary{
  color: #CB882A;
  border-color: #CB882A;
}
.btn-outline-primary:hover{
  background: #CB882A;
  border-color: #CB882A;
  color: #fff;
}
.select-box{
  border:1px solid #2B3C5E;
}
.select-box.active{
  border:1px solid #EF7522 !important;
}
.bg-success{
  background: #D7FFD2 !important;
}
.text-primary{
color: #1047B7!important;
}
.bg-warning{
  background: #FFEDC4 !important;
}
.border-yellow{
  border-color: #D88417 !important
}
.text-alert{
  color: #8F0909;
}
.bg-red-light{
  background: #FFE8F1;
}
.bg-yellow-light{
  background: #FFF1B9;
}
.progress{
  height: 10px;
  background: #DCDADA;
}
.bg-yellow{
  background: #D88417;
}
.bg-green{
  background: #289F1C;
}
.link-blue{
  color: #2B3C5E;
}
.link-blue:hover{
  color: #D88417;
}
.bg-blue-light2{
  background: #ECFCF5;
}
.text-purple{
  color: #A325CF;
}
.profile-links{
  color: #615656;
  padding: 10px !important;
}
.profile-links.active{
  background: #2B3C5E;
  color: #fff;
  border-radius: 5px;
}
.profile-links.active svg path{
  fill: #fff;
}
.btn-outline-blue:hover svg path, .btn-outline-danger:hover svg path{
  fill: #fff;
}
.accordion-button{
  font-size: 1.8rem;
  padding: 15px;
}
.dot{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  
}
.btn-dark:hover svg path{
  fill: #063654;
}
.btn-primary:hover svg path{
  fill: #CB882A;
}
canvas {
    width: 100% !important;
    height: 350px !important;
}
/* Colorful dashboard accents */
.bg-stat-blue{ background:#EAF3FB; }
.bg-stat-gold{ background:#FFF6E5; }
.bg-stat-red{ background:#FDEDEE; }
.bg-stat-green{ background:#EAF7E8; }
.bg-purple-light{ background:#F3E8FB; }
.bg-red{ background:#D10404; }
.bg-purple{ background:#A325CF; }
.text-red{ color:#D10404; }
.accent-top-blue{ border-top:4px solid #063654 !important; }
.accent-top-gold{ border-top:4px solid #CA8728 !important; }
.accent-top-red{ border-top:4px solid #D10404 !important; }
.accent-top-green{ border-top:4px solid #289F1C !important; }
.accent-top-purple{ border-top:4px solid #A325CF !important; }
.badge-soft{
  display:inline-flex;
  align-items:center;
  padding:4px 14px;
  border-radius:20px;
  font-size:1.4rem;
  font-weight:500;
  white-space:nowrap;
}
.btn-outline-green{ border-color:#289f1c; color:#289f1c; }
.btn-outline-green:hover{ background:#289f1c; border-color:#289f1c; color:#fff; }
.btn-outline-purple{ border-color:#A325CF; color:#A325CF; }
.btn-outline-purple:hover{ background:#A325CF; border-color:#A325CF; color:#fff; }

/* Light top header, matching approved mockup */
.bg-header-light{
  background: linear-gradient(90deg, #EAF3FB 0%, #FDF6EC 100%);
}
.header-brand{
  background: #063654;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.header-icon-link svg path{
  fill: #063654;
}
.header-icon-link:hover svg path{
  fill: #CA8728;
}
.search-input-light{
  background: #fff !important;
  color: #063654 !important;
  border: 1px solid #D9E3EC !important;
}
.search-input-light::placeholder{
  color: rgba(6,54,84,0.5);
}

@media (min-width: 768px) {


}
@media (max-width: 1600px) {
 .text28{
  font-size: 2rem;

}
}
@media (max-width: 1365px) {


}
@media (max-width: 1225px) {

}
@media (max-width: 1125px) {
 .login-logo{
  height: 100px;
 }
}
@media (max-width: 767px) {
   .login-logo{
  height: 70px;
 }
  .navbar-nav .nav-item{
    padding-right: 0px;
  }
  .profile{
    width: 40px;
    height: 40px;
  }
  .navbar-brand img{
    height: 36px;
  }
  .navbar-nav .nav-item{
    font-size: 1.4rem;
  }
  .navbar-toggler{
    padding: 0;
  }
  .linebox:after{
    display: none;
  }
  .d-none-m{
    display:none !important;
  }
}