.logout{
  background-color: #000000;
  margin-left: 20px;
  border-radius: 50px;
}

.logout a{
    color: white;
    margin-left: 15px;
    margin-right: 15px;
}
.form-content p {
    word-break: break-all;
}
.t-head {
    background: #e9eaeb;
    display: flex;
    align-items: center;
}
.logout:hover {
  background: #2d2d2d;
}
p.text-left.response_txt.login-notices.login-dt {
    color: #0c9f0c;
    padding-top: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.input-password-show-btn
{
    position: absolute;
    right: 0;
    color: #000;
    padding: 8px;
    cursor:pointer
}
input-password{
    padding-right: 45px;
}

.input-password-wrap-div.gray-bg.d-flex.align-items-center {
    position: relative;
}
input#download_button {
    padding: 10px 15px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
}
.cls_label{
    font-weight: 500;
}
i.ico-tel-01.form-icon {
    color: #019bd7;
    font-size: 12px;
    font-style: inherit;
    line-height: 18px;
}
/* The message box is shown when the user clicks on the password field */
#message {
    display:none;
    /* background: #f1f1f1; */
    color: #fff;
    position: relative;
    padding: 2px;
    margin-top: 2px;
  }
  
  #message p {
    padding: 0px 0px;
    left:20px;
    font-size: 18px;
    line-height:2.2em; 
    margin:0;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green !important;
  }
  
  .valid:before {
    position: relative;
    left: 0px;
    content: '✔';
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red !important;
  }
  
  .invalid:before {
    position: relative;
    left: 0px;
    margin-right: 5px;
    content: "x";
  }
header{
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgb(57 63 72 / 13%);
}
.topnav {
    overflow: hidden;
    background-color: #333;
  }
  
  .topnav li {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 11px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav li a  {
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
  }
 
  
  .current_page_item{
    color: rgb(194, 43, 43)!important;
  }
  
  .form-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 100px!important;
}
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}

.cls_hidden {
    display: none;
}


.page-template-search-project-access {
    color: #000;
    height: 100vh;
    overflow-x: hidden;
}

/* span {
    color: #fff;
} */
.select2-dropdown span {
    color: #000;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
*,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /* margin: 50px; */
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #082c50;
    color: white;
}

.cls_add_projects .form-body {
    overflow-x: hidden;
    padding: 50px 0;
}

.cls_add_projects option {
    background: white;
}
.form-items .submit-wrap.flx-both.mt-5 {
    margin-top: 0 !important;
}

.ftp-sftp-section {
    margin: 20px 0;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: none !important;
}
.ftp-sftp-section span {
    color: #000;
    margin-bottom: 10px;
    display: block;
}
#registerfrm_submit {
    width: 153px;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border: none;
}
.disabled {
    cursor: not-allowed;
}
/* html,
body {
    height: 100%;
    background-color: #152733;
    overflow: hidden;
} */

.form-holder {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    border-left: 6px solid #000;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    text-align: left;

}

.form-content label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #0a2129;
}

.form-content input[type=text],
.form-content input[type=password],
.form-content input[type=email],
option,
.form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 2px;
}

.btn-primary {
    background-color: #6C757D;
    outline: none;
    border: 0px;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #495056;
    outline: none !important;
    border: none !important;
    box-shadow: none;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    /* border: 0; */
    border: 1;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

/* .form-content textarea:hover,
.form-content textarea:focus {
    border: 1;
    background-color: #ebeff8;
    /* color: #8D8D8D; */
    color: #ebeff8;
} */

.mv-up {
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback {
    color: #ff606e;
}

.valid-feedback {
    color: #2acc80;
}
.error {
    color: red;
    font-size: 13px;
    font-weight: 300;
}
/* .current-menu-item a {
    color: red;
    } */
.common-nav a{
    color: #868686;
}
.topnav{
    background-color: #fff;
}
.add_project_type{
    padding-right: 30px;
}
select{
    -webkit-appearance: listbox !important
}
span.input-password-show-btn {
        font-size: 13px;
        opacity: 0.5;
}
/* #menu-menu-1 li {
    width :250px;
} */
.headersec {
    height: 80px;
}
.menuheadersec {
    padding-top: 0px;
}
/* .menu > ul > li > a::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 4px;
    height: 1px;
    background: rgb(194, 23, 23);
    transition: all ease 0.2s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    visibility: hidden;
}
.menu > ul > li.current-menu-item > a::before {
    visibility: visible;
} */
.select2-container {
    width: 100%!important;
}

.form-content {
    /* padding-left: 70px; */
}
.select2-container--default .select2-selection--single {
    height: 50px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px!important;
}
/* .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color:#ddd!important;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    /* padding-left: 230px!important; */
    font-weight: 600!important;
}
table tbody td, .table tbody th {
    background-color: white!important;
}
.table-label {
    font-weight: 700;
    padding-left: 26px !important;
}
.clipboard {
    font-size: 13px;
    color: rgb(105, 104, 104);
    width: 116px;
    text-align: center; 
}
table td {
    /* text-align: center; */
}
.Copied {
    color: #2ecf2e;
}
.value {
    padding-left: 26px !important;
}
body.page-template-search-project-access.swal2-height-auto {
    height: 100% !important;
}
.table td{
    width: 32%;
}
input[type="submit"][disabled] {
    background-color: #ccc !important;
 }
 .main-head{
    color: #000;
    padding: 20px 0;
}
.form-items h3 {
    color: #0a2129;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 50px;
}

.form-items p {
    color: #000000;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 1rem;
}

.form-content label.add_project_type {
    color: #0a2129;
}
.radioframe span {
    color: #0a2129 !important;
    font-size: 12px;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], option, .form-content select {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    border: 1px solid #d9d9d9;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 2px;
}

.form-group.rollback-hide.radioframe span.text-white {
    color: #000 !important;
}
#adminmenu a[href="admin.php?page=user_project_list"] { 
    display: none !important;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn{
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
}

.xoo-el-inmodal{
max-width: 800px;
max-height: 600px;
}
.xoo-el-sidebar{
/* background-image: url(https://wac-wp-access.webc.in/wp-content/plugins/easy-login-woocommerce/assets/images/popup-sidebar.jpg); */
min-width: 40%;
}
.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
color: #000000;
}
.xoo-el-srcont{
background-color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
background-color: #000000;
color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li{
background-color: #eeeeee;
color: #000000;
}
.xoo-el-main{
padding: 40px 30px;
}

.xoo-el-form-container button.xoo-el-action-btn:not(.button){
font-weight: 600;
font-size: 15px;
}



.xoo-el-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}



.xoo-aff-input-group .xoo-aff-input-icon{
	background-color:  #eee;
	color:  #555;
	max-width: 40px;
	min-width: 40px;
	border: 1px solid  #ccc;
	border-right: 0;
	font-size: 14px;
}
.xoo-aff-group{
	margin-bottom: 30px;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2{
	background-color: #fff;
	color: #777;
}

.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder{
	color: #777;
	opacity: 0.7;
}

.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus{
	background-color: #ededed;
	color: #000;
}



	.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select{
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
    
    .error {
        color: red !important;
        font-size: 13px;
        font-weight: 300;
    }
    .grey {
        color: #777 !important;
    }
    .success {
        color: green !important;
    }