#upload_logo,#upload_photo,#upload_vsd,#upload_banner,#first_banner,#second_banner,#third_banner {
  display: none;
}

.loader-img {
  width: 80px;
  height: 80px;
  margin: auto auto;
  background: url(../img/hourglass1.gif) no-repeat center;
  background-size: contain;
  background-image: url(../img/hourglass.svg), none;
}

.search-contents {
  text-align: center;
}

.success {
  color: #22AE72;
}

a#dropdownMenuButton {
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  z-index: 1;
  max-height:200px;
  overflow-y: auto;
}

.dropdown-content label {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  display: block;
}


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

.state-list ul li {
  color: #004d72;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #f2fbff;
  border: 1px solid #d8f2ff;
}

.ul-horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #eeeeee;
  display: flex; 
  overflow-x: auto; 
  white-space: nowrap; 
  width: 100%;
}

.li-horizontal {
  float: left;
  flex: none;
  padding: 10px;
}

.li-horizontal-span {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.li-horizontal-span:hover {
  color: #0044ab;
}

.btn-outline {
  border: 1px solid #495256 !important;
  background-color: transparent !important;
  padding: 9px 14px !important;
}
/* .btn-outline-brown {
  border: 1px solid #c38853 !important;
  background-color: transparent !important;
  padding: 9px 14px !important;
} */

.btn-border {
  border: 1px solid #fec231 !important;
}

.btn-active {
  background-color: #fec231 !important;
  border-color: #fec231 !important;
}

.btn-active-blue{
  background-color: #0044ab !important;
  border-color: #0044ab;
}

.btn-active-brown{
  background-color: #c38853 !important;
  border-color: #c38853;
  color: #c38853;
}

.btn-radius-sm{
  border-radius:4px
}

.btn-wide-padding {
  padding: 10px 30px 10px 30px !important;
}

.pad-0 {
  padding: 0px!important;
}

.export-btn .btn {
  float: right;
}

.d-cursor {
  cursor: pointer;
}

.college-list-popup {
  overflow: scroll;
  max-height: 400px;
}

.veteran-grandtotal {
  color: #1d4355;
  margin: 10px 5px;
  font-weight: bold;
}

@media (max-width:1080px) {
  .table-dashboard {
    height: 60vh;
    overflow-x: auto;
  }
}

@media (max-width:1920px) {
  .table-military {
    overflow-x: auto;
  }
}

.tbl-military-header{
  background-color:#004d72;
}


.table-fixed-small {
  width: 100%;
}

.table-fixed-small tbody {
  height: 270px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed-small tbody {
  display: block;
}

.table-fixed-small thead, .table-fixed-small tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed-small td:not(:first-child) {
  padding-left: 3rem;
}

.table-dashboard--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-dashboard--text {
  padding-right: 1rem;
}

.btn-excel {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

.dashboard-bg-color{
  background-color:#ffffff;
}

.name-pointer{
  cursor: pointer;
}

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

.metadata .form-control{
  margin-top: 0px !important;
  margin-bottom: 15px;
}
.total-row{
  display: flex;
  align-items: center;
  padding: .5rem;
}
.total-box{
  background-color: #fff;
  padding: .5rem;
  margin-right: 10px;
  border: 1px solid #004d72;
  height: 60px;
  text-align: center;
  min-width: 60px;
 
  border-radius: 2px;
}
.total-box strong{
  color: #004d72;
}

.college-state select + i {
  top: 37px !important;
}

.custom-multiselect {
  
  button{
    width: 100%;
    padding: 13px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  label{
    margin:0px !important;
  }

  div.dropdown-menu{
    background-color: #fff !important;
    color: #6c757d !important;
    width: 100%;

    .selected{
      background-color: #6c757d !important;
      .form-check-label{
        color: #fff !important;
      }
    }
}
}

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

.invalid-input{
  border: 1px solid #F73325 !important;
}

.source-box{
  border: 1px solid #ccc;
  padding: .5rem;
  margin: .5rem;
  /* box-shadow: 1px 3px 3px rgba(0, 0, 0, .16); */
}
.back-button a{
  color:#666;
}

@media  (max-width:991px){
  .total-box{
    width: 100%;
    margin-bottom: 5px;
  }
}

.activity-header{
  background-color: #004d72;
}
.activity-header tr th{
  color: #fff !important;
}

.profile-color{
  background-color: #ccc;
}
.partner-college-link{
  color: #666;
}
.no-degree{
  text-align: center;
  font-weight: 700;
  padding:10px;
}
.errorclass{
  text-align: center !important;
}
#addCollegeSpecific .form-control{
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
#addCollegeSpecific .label-name{
  font-weight: 700;
}

/*radio button************/
.radio-choice {
  font-size: 16px; 
  padding: 0;
}
.radio-choice li{
  list-style: none;
  display: inline-block;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container input {
    margin-right: 15px;
    cursor: pointer; 
  }
  .main-option{
    margin-left: 20px;
    font-size: 16px; 
    color: #7e8082;
  }

  .main-option input{
    margin-right: 15px;
    cursor: pointer; 
  }

  .main-option .ng-invalid{
    border-color: 1px solid #F73325 !important;
  }

  .scholarship-tag .tm-tag .tm-tag-remove{
    position: unset !important;
  }

  /* css for scholarship edit added by laxmi 09/02/2020 */


.sidebar .nav-item .nav-link .feather {
    margin-bottom: 3px;}
.super-admin-form .form-group label{
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.super-admin-form .form-group li>label{
  font-weight: 400;
  color: #333;
  font-size: 16px;
}
.req-form{
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.super-admin-form ul li{
  display: block;
}
.error-display li label{
  color:#F73325 !important;
}
.form-url .form-control{
  width: 95%;
  display: inline !important;  
}
.form-url label{
  display: block;
}
.web-url{
  margin-top: 10px;
  float: right;
}
.name-link,.name-link:hover{
  color: #666;
}
.degree-rule label{
  line-height: normal !important;
  color: #495057;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.specific-contact-state select + i {
  top: 37px !important;
  right: 22px;
}
.ng-checkinvalid{
  color: #F73325 !important;
}
.list input[type="checkbox"]
{
  list-style: none;
  vertical-align:middle;
}
.list label,input{
  margin-right: 10px !important;
  margin-bottom: 0px !important;
  display: inline-block;
  vertical-align: middle;
}
.gorup-cname {
  font-size: 16px; 
  font-weight: 800;
}
.radio-btn{
  border:none !important;
}
.radio-btn span{
  margin-right: 20px !important;
}

.error-display span{
  color:  #F73325 !important;
}

.state-checkbox{
  text-align: right;
}

.campaign-type select + i {
  right: 25px !important;
}

.college-reports-key p{
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "Source Sans Pro",sans-serif;
}

.web-college{
  margin-top: 30px;
  float: right;
}

.imageinfo{
  display: grid;
}

.email-template{
  padding-top: 20px;
  padding-bottom: 20px;
}

.email-template table{
  margin: 10px 0px;

}

/* .email-template .criteria-dlinks td{
  border: 2px solid #000000;
} */

.email-template table tr td{
  padding-bottom: 10px;
}

.email-template .college-detail-class{
  text-align: left;
  padding: 10px 0px 0px 0px;
  border-bottom: 5px solid #ffffff; 
  min-height: 40px;
  font-weight: bold;
}

.email-template h3{
  font-size: 1.25em !important;
}

.email-template .unsubscribe{
  text-align: center;
  padding: 10px 0px;
}

.email-template .footer-table{
  width: 100%;
  text-align: center;
}

.college-list a{
  color: #333;
}

.college-list td{
  text-align: center;
}

.text-justify{
  text-align: justify !important;
}

.monthly-email-template td,.monthly-email-template th{
  border: 1px solid #777;
  margin: 0 !important;
  padding: 10px 20px;
  text-align:center;
}

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

.monthly-email-template a,.email-template a{
  color:#15c !important;
}

.email-check{
  width:15px !important;
}

.company-heading{
  padding: 20px 0px;
}

.sort-college ul{
  padding-top: 10px;
  margin-bottom: 20px;
}

.sort-college ul li{
  color: #004d72;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f2fbff;
  border: 1px solid #d8f2ff;
}

.sort-college ul li:hover{
  cursor: all-scroll;
}

.back-txt{
  color:#333 !important; 
}

.program-select select + i {
  top: 65px !important;
}

.degree-link{
  color:#666 !important; 
}

.rotc-branch select + i {
  top: 36px !important;
  right: 22px !important;
}

.reportclick {
  color: #004d72 !important;
  text-decoration: underline !important;
}

.email-card{
  width:450px;
  margin:10px 20px !important;
  border-radius:10px;
  background-color:#fff;
  border:1px solid #e0e0e0;
  padding:20px;
  box-shadow:0 5px 10px rgba(0,0,0,.1);
  display:inline-block;
  min-height: 200px;
  text-align: left;
}

#chart{
  max-width: 650px;
  margin: 35px auto;
}

/* modal.component.scss */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; /* ensure it sits on top */
}

.modal-component {
  background-color: white;
  border: 2px solid #b8bcbf;
  border-radius: 6px;
  width: 90%;
  max-width: 500px;
  z-index: 1000;
}

/* Optional: Responsive tweaks */
@media (max-width: 991px) {
  .modal-component {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .modal-component {
    width: 400px;
  }
}


@media (max-width: 991px) {
  .bas-container{
    display: flex;
    flex-direction: column;
  }
  .bas-item {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .pay-rate-container {
    flex-direction: column-reverse !important;
    gap: 1rem;
  }

  .pay-rate-container-line1,
  .pay-rate-container-line2 {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    justify-content: center !important;
    flex-direction: column;
    max-width: 100% !important;
    align-items: flex-start;
  }

  .pay-rate-container-line2 {
    margin-top: 1rem;
  }

  .pay-year-select {
    width: 100% !important;
  }

  .military-pay-btn{
    justify-content: space-between; 
    width: 100% !important; 
  }
  
  @media (max-width: 600px) {
    .bas-submit {
      flex-direction: column;
      gap: 1rem;
    }
  }

    @media (min-width: 991px) {
    .bas-submit {
      flex-direction: column;
      gap: 1rem;
          align-items: center;

    }
  }


}
