  :root {
 --dcp-grey1: #374355;
 --dcp-grey2:#3D4D65;
 --dcp-grey3:#53657D;
 --dcp-white1:#ffffff;
 --dcp-white2: #EBEFF3;
 --dcp-white3:#C9D3DF;
 --dcp-red:#D1335B;
 --dcp-orange:#FF9947;
 --dcp-blue:#0081D5;
 --dcp-green:#03BD5B;
 --dcp-purple:#A939B9;
 --dcp-teal:#0FA3A3;
 --dcp-dark-red:#AB294A;
 --dcp-dark-orange:#CC5B01;
 --dcp-dark-blue:#0061A1;
 --dcp-dark-green:#007C3B;
 --dcp-dark-purple:#7B2887;
 --dcp-dark-teal:#0A7676;
 --dcp-darker-red:#5D1326;
 --dcp-darker-orange:#5A2800;
 --dcp-darker-blue:#003252;
 --dcp-darker-green:#003B1C;
 --dcp-darker-purple:#4A1652;
 --dcp-darker-teal:#053C3C; 
}

element {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

element::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

body{
  background-color: #FFFAF1;
}

h1, h2, h3, h4, h5, h6{
    color: #414141;
    /* font-family: "Brandon Grotesque Black", sans-serif; */
    font-weight: normal;
    margin-bottom: 1rem;
}


#page-wrapper{
  max-width:98%;
}

.btn-grey{
  background-color:#6A6F75;
  color:white;
}

thead, tfoot{
    /* text-align:center; */
    font-size:17px;
  }
  
  th{
    padding:10px !important;
  }
  
  
  
  .top-nav-bar{
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .top-menu-logo{ 
    display: flex;
    justify-content: center;
  }
   
  
  .top-menu-logo img{
    /* height:86px;
    width:134px; */
    height: 60px;
    width: auto;
  }

  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
  
  .topmenu-logintext {
    color: #3E3E3E;
  }
  
  .navbar{
    font-size:24px;
    color:var(--dcp-grey1);
  }
  
  .navbar a{
    color:var(--dcp-grey1);
    text-decoration: none;
  }
  
  .carousel-caption {
      top: 0;
      bottom: auto;
  }
  
  .carousle-image-holder{
    height:156px;
    width:174px;
    margin: 0 auto;
    display:table;
  }
  
  .carousle-image-holder img{
    width: 104px;
    height: 104px;
    margin: 26px 31px;
  }
  
  .carousel-caption h1, .carousel-caption p{
    color: var( --dcp-white1);
  }
  
  .carousel-caption .btn-volunteers{
    background-color: var(--dcp-red);
    border-color: var(--dcp-red);
  }
  
  .carousel-caption .btn-recruiters{
    background-color: var(--dcp-blue);
    border-color: var(--dcp-blue);
  }
  
  .carousel-caption .btn-trainers{
    background-color: var(--dcp-dark-purple);
    border-color: var(--dcp-dark-purple);
  }
  
  .carousel-caption .btn-verification{
    background-color: var(--dcp-blue);
    border-color: var(--dcp-blue);
  }
  
  .carousel-indicators [data-bs-target]{
    height: 20px;
    width: 20px;
    border-radius: 100%;
  }
  
  .carousel-item img:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
  }
  
  .recruiter-small-icon{
    background: linear-gradient(315deg, rgba(24,71,159,0.65) 0%, rgba(3,189,91,0.65) 100%);
    padding: 0px 7px;
    float: left;
    border-radius: 5px;
    margin-right: 6px;
    color: white;
  }
  
  .trainer-small-icon{
    background: linear-gradient(315deg, rgba(209,51,91,0.65) 0%, rgba(151,71,255,0.65) 100%);
    padding: 0px 7px;
    float: left;
    border-radius: 5px;
    margin-right: 6px;
    color: white;
  }
  
  .verification-small-icon{
    background: linear-gradient(315deg, rgba(24,71,159,0.65) 0%, rgba(151,71,255,0.65) 100%);
    padding: 0px 7px;
    float: left;
    border-radius: 5px;
    margin-right: 6px;
    color: white;
  }

  .carousel-inner>.volunteer-bg:before {
      content:'';
      position: absolute;
      width:100%; 
      height:100%;
      top:0; 
      left:0;
      background: linear-gradient(90deg, rgba(209,51,100,0.65) 0%, rgba(255,153,71,0.65) 100%);
  }
  
  .carousel-inner>.recruiter-bg:before {
      content:'';
      position: absolute;
      width:100%; 
      height:100%;
      top:0; 
      left:0;
      background: linear-gradient(90deg, rgba(24,71,159,0.65) 0%, rgba(3,189,91,0.65) 100%);
  }
  
  .carousel-inner>.trainer-bg:before {
      content:'';
      position: absolute;
      width:100%; 
      height:100%;
      top:0; 
      left:0;
      background: linear-gradient(90deg, rgba(209,51,91,0.65) 0%, rgba(151,71,255,0.65) 100%);
  }
  
  .carousel-inner>.verification-bg:before {
      content:'';
      position: absolute;
      width:100%; 
      height:100%;
      top:0; 
      left:0;
      background: linear-gradient(90deg, rgba(24,71,159,0.65) 0%, rgba(151,71,255,0.65) 100%);
  }
  
  .carousel .carousel-item {
    height: 631px;
  }
  
  .carousel-item .carousel-main-image {
      min-height: 631px;
  }
  
  .main-footer{
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .footer-main {
    display: flex;
    justify-content: center;
   
  }

  .footer-p {
    font-weight: 600;
    color: #3E3E3E;
    margin: 10px;
}
  
  .main-footer span{
    color: var(--dcp-grey1);
  }
  
  .login-modal-content{
    background-color: var(--dcp-white2);
  }
 
  .login-modal-content-right{
    background-color:white;
  }
  
  .easy-login-signin{
    background-color:var(--dcp-white1);
  }
 

  .modal-backdrop {
      opacity: 0.9!important;
      background-color: white;
  }
  
  .login-modal-scan{
    background-color: var(--dcp-white2);
  }
  
  .qr_scan_holder{
    background-color: white;
    border-radius: 5%;
    padding: 10px;
    right: 50px;
    position: relative;
  }
  
  .nav-pills .nav-link.active{
    background-color: var(--dcp-white1);
  }
  
  
  .right-side-menu {
    transition: 0.6s;
      width: 50%;
      right: -50%;
  }
  
  .right-side-menu-open{
    right: 0px;
  }
  @media(max-width:600px) {
    .side-menu-open {
        width: 100vw!important;
    }
  }
  
  @media(max-width:768px) {
    .carousel .carousel-item {
        height: 420px;
    }
    
    .carousel-caption h1{
      font-size: 3rem!important;
      text-align: center;
    }
  }
  
  
.chosen-container{
  width:100%;
}

.chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices li.search-field input[type="text"]  {
  font-family: 'Source Sans Pro'!important
} 

 html{
   height: 100%;
 }
  
 .nav-tabs .nav-link.active,
 .nav-tabs .nav-item.show .nav-link {
   color: #495057;
   background-color: #03B5A7;
   border-color: #03B5A7;
 }


  * Dropdown Button */
  .dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #03B5A7;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    margin-left: 10px;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    padding: 10px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    inset: 100% 0px auto auto;
  }
  .dropdown-item{
    text-align: center;
    padding: 0px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }

  .action-choose {
      padding: 5px;
      background: #f1f1f1;
      border-radius: 4px;
  }

  .action-choose label {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 5px;
      cursor: pointer;
  }

  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  #multiDeleteFormIDs{
    max-height: 30vh;
    overflow: scroll;
  }

/* sidemenu-admin.php styles */
.menu-open {
  margin-left: 300px;
  transition: 0.6s;
}

nav.menu-open {
  margin-left: 110px;
  transition: 0.6s;
}

.menu-close { 
  margin-left: 0px;
  transition: 0.6s;
}

.page-spacer { 
  height: 63px; 
}

.side-menu {
  transition: 0.6s;
}

.side-menu-open { 
  width: 300px;
}

.side-menu-close { 
  width: 0px;
}

.side-menu a {
  color: #3E3E3E;
}

.side-menu a:hover {
  color: #D76FBA;
}

.side-menu a:focus {
  color: #3E3E3E;
}
	
.menu-open #menu_open {
  display: none;
}

/* published - index.php styles */

.exportLoader {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  text-align: center;
  background-color: #6c757d4f;
}

.exportLoaderSpinner {
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  right: 50%;
  transform: translate(50%, 50%);
}

.login-formfield {
  border: solid 2px #03B5A7;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.login-formfield::placeholder {
  color: #686868;
}

.login-formfield:focus {
  border: solid 2px #03B5A7;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.login-formfield:focus::placeholder {
  color: #686868;
}

.login-button {
  background-color: #03B5A7;
  color: #FFFAF1;
  font-size: 1.1em;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 7px 30px;
  margin: 10px 0 5px 0;
}

.login-button:hover {
  background-color: #D76FBA;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 7px 30px;
}

.search-body {
  background-color: #FFFFFF; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
  border-radius: 10px;
  margin: 3% 0;
}

.published-h3 {
  color: #3E3E3E;
  font-size: 1.3em;
}

/* .published-buttons-group {
  display: flex;
  justify-content: space-between;
} */

.published-right-buttons {
  display: flex;
  flex-direction: row;
}

.published-button {
  margin: 0 10px 0 10px;
}

.published-searchfield {
  margin: 10px 0;
}

.showentries-label {
  color: #3E3E3E;
}

.showentries-box {
  margin: 0 5px 0 5px;
}

.table-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table-fixed {
  border-radius: 10px;
}

.published-table-body {
  background-color: #FFFFFF;
}

td {
  word-wrap: break-word;
  max-width: 200px;
  color: #3E3E3E;
}

tr {
  border-bottom: 2px solid #03B5A7;
}

thead {
  position: sticky;
  top: 0px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.testtabelclass {
  max-width: 100%;
  overflow-y: auto;
}


.published-table-text {
  color: #3E3E3E;
}

.published-check-icon {
  margin: 0 0 0 5px;
}

.published-table-checkbox {
  text-align: center;
}

a.published-table-link:link {
  color: #D76FBA;
}

a.published-table-link:visited {
  color: #D76FBA;
}

a.published-table-link:hover {
  color: #03B5A7;
}


.table-resize {
  resize: horizontal;
  overflow: auto;
}

.published-searchbtn {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.published-searchicon {
  padding: 0 0 0 5px;
}

.published-pagination-container {
  margin: 40px 0 20px 0;
}

.published-pagination-col {
  display: flex;
  justify-content: center;
} 

ul.pagination > li > a {
  border: solid 2px #03B5A7;
  border-radius: 10px;
  color: #03B5A7;
}

ul.pagination > li > a:hover {
  background-color: #03B5A7;
  border: solid 2px #03B5A7;
  border-radius: 10px;
  color: #FFFAF1;
}

ul.pagination > li > span.active {
  background-color: #03B5A7;
  border: solid 2px #03B5A7;
  border-radius: 10px;
  color: #FFFAF1;
}

.float-left{
  float: left;
}
.justify-content-end{
  display: flex;
  justify-content: end;
}

.more-btn {
  background: none;
  border: none;
  color: #959292;
  cursor: pointer;
  font-weight: bold;
  display: inline;
  padding: 0;
  float: right;
  font-size: small;
  margin-right: 10px;
}
.text-preview{
  margin-bottom: 0px;
}

.more-btn:hover {
  text-decoration: underline;
}
.action-choose{
  margin-left:15px;
}
.btn-toastr{
  background-color: #D76FBA;
  color: #fff;
  font-weight: 500;
}
.btn-toastr:hover{
  background-color: #c258a4;
  color: #fff;
}
.toast{
  font-size: 16px;
  font-weight: bold;
}
.bg-white{
  background: rgb(229 229 229) !important;
}

.totalRecordCount{
  color: #3E3E3E;
  /* font-size: 14px; */
  padding-bottom: 10px;
}

.showPageCount{
  float: left;
  padding-right: 20px;
}
.showTotalPageCount{
  float: left;
  padding-left: 20px;
  border-left: 1px solid #c5c5c5 ;
  padding-right: 20px;
}

.selectedRowCount{
  float: left;
  padding-left: 20px;
  border-left: 1px solid #c5c5c5 ;
  padding-right: 20px;
}

/* assured - edit */
.show_input{
	font-size:15px;
}

.row_key{
	max-height:500px;
	overflow:scroll;
}

.card-header{
	background-color:#092142;
}

.excluded_button:disabled{
	background-color:grey;
}

.assurededit-tabs {
  background-color: blue;
}
.no-underline{
  text-decoration: none;
  margin: 0px;
}

.tabs-titles-container > ul > li {
  border: 2px solid #03B5A7;
  border-radius: 10px 10px 0px 0px;
}

.tabs-titles-container > ul > li > .nav-link.active {
  color: #ffffff;
}

.tabs-titles-container > ul > li.nav-item.active {
  background-color: red;
}


.tabs-titles {
  color: #231F20;
  font-weight: 700;
}

.tabs-titles.active {
  color: #ffffff;
  font-weight: 700;
}

.tabs-titles:hover {
  color: #231F20;
}

.tab-content {
  border: 2px solid #03B5A7;
  border-radius: 0px 10px 10px 10px;
}
.select-checkbox{
  cursor:pointer;
}
#BaseModalMContent p{
  overflow-wrap: break-word;
}