input[type="date"] {
    width: 200px;
    padding: 5px;
}

input[type="date"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#checkbox-container,
.col-md-12,
.col-md-4 {
    padding: 15px 10px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

[type="file"] {
    color: #878787;
    border: 1px solid #878787;
    padding: 5px 10px;
    width: 100%;
    border-radius: 35px;
}

[type="file"]::-webkit-file-upload-button {
    background: #009dff !important;
    border: 2px solid #009dff !important;
    border-radius: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 12px !important;
    outline: none !important;
    padding: 10px 25px !important;
    text-transform: uppercase !important;
    transition: all 1s ease !important;
}

.case-area {
    display: block;
}

#Res-Img {
    display: none;
}

@media (max-width: 770px) {
    .case-area {
        display: none;
    }

    #Res-Img {
        display: block;
    }
}

.input-icon-container {
    position: relative;
}

.input-icon-container {
    position: relative;
}

.fa-question-circle {
    position: absolute;
    right: 26px;
    top: 12px;
    font-size: 25px !important;
    cursor: pointer;
}

.hover-image {
    display: none;
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 5;
    width: 250px;
}

.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.toggle-button {
    width: 45px;
    height: 25px;
    background-color: rgb(91, 91, 91);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    margin: 0px 0 0 150px;
}


.inner-circle {
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: left 0.3s ease-in-out;
}

.toggle-active {
    background-color: green;
}

.toggle-active .inner-circle {
    left: 22px;
}

.toggle-container {
    border: 1px solid #818181;
    padding: 15px;
    border-radius: 15px;
}

.imgBox img {
    border-radius: 15px;
}


#donateButton {
    min-width: 150px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    color: #fff;
    background: #065193;
    background: linear-gradient(90deg, #1d92f7 0%, #52afff 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 4px 6px 18px -1px #0651938f;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: fixed;
    padding: 10px;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

#donateButton::before {
    content: '';
    border-radius: 1000px;

    border: none;
    box-shadow: 0px 0px 24px -7px #065193a3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

#donateButton:hover,
#donateButton:focus {
    color: #ededed;
    transform: translateY(-6px);
}

#donateButton:hover::before,
#donateButton:focus::before {
    opacity: 1;
}

#donateButton::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid #2f9eff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.7s infinite;
}

#donateButton:hover::after,
#donateButton:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

.cus_list:before{
    
    width: 0 !important;
    height: 0 !important;
    

  }



  .card-container {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: black;
    font-size: 16px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    height:auto; 
    overflow: auto;
    flex-direction: column; 
    text-align: justify;
    justify-content: center;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
  }
    
  #show-overflow-button {
  margin: 0 auto; 
  text-align: center; 
  display: block; 
  }


  #heading-hidden {
   display: none;
   text-align: justify;
  }
  .content-wrapper {
    max-height: 100%; 
    overflow: auto; 
  }

  .card-container {
      display: none;
  }
  @media (max-width: 770px) {
    .card-container {
    display: block;
    padding: 10px;
    margin-top: 18px;
   
   
     }
    }


  .read-more-button {
  display: none;
  }


    @media (min-width: 771px) {
        .textJustify {
            display: block; 
        }
    }

    @media (max-width: 770px) {
        .textJustify {
            display: none; 
        }
    }
   

    @media (max-width: 770px) {
    #res_heading {
    display: block;
   
     }
    }

    @media (min-width: 771px) {
    #res_heading{
    display: none;
     }
    }
    .case-bb-text h1 {
    color: black;
   }



    .content-wrapper {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.3s ease-in-out;
     }




    @media (max-width: 770px) {
   .card-container,
    #heading-hidden {
    text-align: justify; 
    }
  }
    @media (max-width: 770px) {
    .card-container,
    #card-content {
    text-align: justify;
    }
  }


    @media (min-width: 771px){
    .card-container,
    #heading-hidden {
    text-align: left;
    }
  }

   @media (min-width: 771px){
  .card-container,
  #card-content {
    text-align: left;
   }
  }
  #res_heading {
  padding: 0;
  margin-top: 0;
  text-align: left;
  }

  @media (max-width: 770px) {
  #res_heading {
    padding: 0px;
    margin-top: 5px;
    text-align: center;
   }
  }

   
  .custom-para {
        display: none;
    }
    @media (max-width: 991px) {
        .custom-para {
            display: block;
            height: 180px;
            overflow: hidden;
            position: relative;
        }
        .icon {
            position: absolute;
            bottom:-7px;
            left: 8px;
            width: 100%;
            text-align: center;
            cursor: pointer;
        }
    }


    .res_container{
     padding-top: 5px;
     padding-bottom: 5px;
    }

    #container{
        display: flex;
        justify-content: center;
       }



/*loading animation */

/* Base button styles */
.theme-btn {
    color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 60px 12px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 40px;
  position: relative;
  background: #009dff;
  background-size: 200%, 1px;
  background-position: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.theme-btn:hover {
    background-color: #009dff;
      background-position: 100% !important;
  color: #fff;
}

  /* Loading state styles */
.theme-btn.loading {
    color: transparent; /* Hide text */
    pointer-events: none; /* Prevent further clicks */
}
.theme-btn.loading::after {
    content: '';
    animation: spin 1s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - (20px / 2));
    top: calc(50% - (20px / 2));
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* country_code */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 6px 0 6px;
  border-radius: 25px;
}
.custom-width {
  width: 115% !important;
}
.custom-width-01{
  width: 120% !important;
}
.custom-width-02{
  width: 100% !important;
}

.custom-width-03{
  width: 196% !important;
}

@media(max-width:360px){
  .country_code{
    width: 100% !important;
  }
}

@media (min-width: 412px) and (max-width: 415px) {
  .country_code {
    width: 130% !important;
  }
}
@media (min-width: 425px) and (max-width: 435px) {
  .country_code {
    width: 132% !important;
  }
}
@media (min-width: 430px) and (max-width: 435px) {
  .country_code {
    width: 134% !important;
  }
}
@media (min-width: 540px) and (max-width: 545px) {
  .country_code {
    width: 176% !important;
  }
}

@media(max-width:776px){
  .country_code{
    width: 220%;
  }
}
@media (min-width: 740px) and (max-width: 1000px) {
  .country_code {
    width: 120% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .country_code {
    width: 160% !important;
  }
}

/* country_code_end */