.error-text
{
    color: red;
    font-size: 13px;
}
.red-error{
    border: 2px solid #f30000 !important;
} 

.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox-container {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
 color: #ff541f;
 font-weight: 700;
  user-select: none;
}
.checkbox-checkmark {
  height: 17px;
  width: 17px;
  background-color: var(--bg-color);
  border: 1px solid #ff541f;
  border-radius: 6px;
  margin-right: 5px;
  position: relative;
  transition: all 0.2s ease;
}
.custom-checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: var(--bg-color);
}
.custom-checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #FF541F;
  border-color: #FF541F;
}
.checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox-container input:checked ~ .checkbox-checkmark::after {
  display: block;
}

.cpatch_para
{
    display: flex;
    margin-top: 2rem;
}
.cpatch_para button
{
    margin-left: 5px;
    border: 1px solid #d5d5d8;
    padding-left: 10px;
    padding-right: 10px;
}

.plchldr-captcha{
    color: #000 !important;
}

.form-group1 {
  display: block;
  margin-bottom: 15px;
}

.form-group1 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group1 label {
  position: relative;
  cursor: pointer;
}

.form-group1 label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ce4a4a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group1 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #ce4a4a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cpatch_para button .fa-refresh
{
    font-size: 30px;
}

 .select2-container{

    font-size: 12px !important;
 }

 .icon-container #copy-btn
{
   position: absolute;
    top: 0;
    left: unset !important;
    padding: 5px;
    padding-top: 12px;
    /* padding-left: 11px; */
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
    right: 0;
    padding-right: 17px;
}
.sidenav1
{
 z-index: 9999 !important;   
}

.brdrBx
{
 height: calc(470px - 15vw) !important;    
}
    
#animation-div{
    background-image: url('../loader/loader.gif');
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000042;
    display: none;
    z-index: 1000;
}
.modal {
    display: none;
    position: fixed; 
    z-index: 1000 !important; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    
}
.modal-content-dash{
    z-index: 1000 !important; 
    background-color: #fff;
    margin: 10% auto; 
    /* width: 60%;  */
    width: max-content;
    border-radius: 5px;
}

.modal .close {
    cursor: pointer;
    font-size: 33px;
}

.logout:hover{
    background-color: #000;
    color: #fff;
}
 #logout-popup p
 {
 color: #000;
 }
.log-btn
{
    /* background-color: rgba(0, 73, 39, 0.616); */
    border: 1px solid #fff;
}

.logbtn
{
   background-color: #ce4a4a;
   color: #fff !important;
}

 #logout-popup .modal-content-dash
{
  max-width: 450px;
}

#logout-popup .shade-modal
{
    border: 1px solid #fff;
}


.mobile-description {
    display: none;
}

#waveform .cursor
{
 width: 3px !important;    
}

@media (max-width: 915px) {
    .mobile-description {
        display: block !important; /* Override d-none and always show on mobile */
    }
}

 @media (max-width: 600px) {

        .modal-content-dash {
            z-index: 1000 !important;
            background-color: #fff;
            margin: 10% auto;
            width: 80% !important;
            border-radius: 5px;
        }

        .modal-content {
            z-index: 1000 !important;
            background-color: #fff;
            margin: 10% auto;
            width: 80% !important;
            border-radius: 5px;
        }
    }