.cookie-intro-box {

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#h1-cookie-intro-v1 {


    font-size: 30px;
    margin-bottom: -50px;
    font-weight: 400;
}

#h1-cookie-intro-v2 {


        font-size: 100px;
}

  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }


  .cookie-refer-logo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 3px;
    margin-top:-150px ;
  }
  

/* Styles for the consent banner */
.cookie-consent-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4601f5f8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: slide-in 0.5s ease-in-out forwards; /* Animation name, duration, timing, and playback mode */
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color:#3b84f2;
    padding: 20px;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    z-index: 10000; /* Adjust the z-index as needed */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;

}

#cookieOptions {
    display: flex;
    flex-direction: row;
}

#cookieOptions label {
    display: block;
    margin-bottom: 10px;
}

#saveButton {
    background-color: #0b2d5f;
    color: white;
    padding: 10px 15px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 20px;
}

#cookieIcon {
    cursor: pointer;
}

.h1-cookie {
    color: white;
    margin-right: 20px;
}

.cookie-p {
    color: rgba(255, 255, 255, 0.807);
    max-width: 500px;
    margin-right: 50px;
}


.check-p {
margin-top:30px;
}

/* Your existing styles go here */

/* Styles for the custom checkbox */
.custom-checkbox {
    display: flex;
    position: relative;
    cursor: pointer;
    margin-right: 50px;
  }
  
  .custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 15px;
  }
  
  .custom-checkbox .checkmark {
    position: absolute;
  
    height: 20px;
    width: 20px;
    line-height: 20px; /* Aligns the checkmark character vertically */
    text-align: center;
    justify-content: center;
    display: flex;
    background-color: #0b2d5f;
    border: 2px solid white;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #0b2d5f;
  }
  

  .custom-checkbox input[type="checkbox"]:disabled + .checkmark {
    background-color: black;
    border-color: white;
  }
  
  .custom-checkbox input[type="checkbox"]:disabled + .checkmark::after {
    font-size: 16px;
    color: white;
  }
  
  
  #essentialCheckbox:not(:checked) + .checkmark > svg {
    display: none;
  }
  
  #statisticalCheckbox:not(:checked) + .checkmark > svg {
    display: none;
  }
  
  #marketingCheckbox:not(:checked) + .checkmark > svg {
    display: none;
  }
  
  .cookie-tick {
    fill:white;
  }

  #essentialCheckbox-icon {
    background-color: white;
    fill: black !important;
    border: none;
  }


  /*accepted message*/

  .circle-icon {
    fill: white;
    height: 40px;
    width: 40px;
    position: fixed;
    background-color: #0b2d5f;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.cookie-icon {
    fill: white;
    height: 25px;
    width: 25px;
 
}


@media only screen and (max-width: 900px) {
  .circle-icon {



}

    .cookie-intro-box {

        top: 30%;
        left: 40%;
        transform: translate(-50%, -50%);
        margin-bottom: 130px;
    }

    #h1-cookie-intro-v1 {
        font-size: 24px;
        margin-bottom: -40px;
        font-weight: 400;
    }
    
    #h1-cookie-intro-v2 {
            font-size: 70px;
    }

  
    .cookie-consent {
        flex-direction: column;
        height: 35%;
        width:80%;
        align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    .cookie-consent h1 {
        font-size: 30px;
    }

    .cookie-p {
        font-size: 14px;
        width:100%;
        flex-direction: row;
        margin-left: 50px;
        margin-top: -10px;
    }
    #cookieOptions {
        flex-direction: row;
        margin-left: 60px;
        margin-top: -30px;
    }

    .check-p {
        font-size: 14px;
    }

    .custom-checkbox input[type="checkbox"]:disabled + .checkmark {
   height: 15px;
   width: 15px;
      }

      .custom-checkbox input[type="checkbox"]:checked + .checkmark {
        height: 15px;
   width: 15px;
      }

      .custom-checkbox .checkmark {
        height: 15px;
   width: 15px;
      }

}


@media only screen and (max-width: 280px) {

    #h1-cookie-intro-v1 {
        font-size: 15px;
        margin-bottom: -20px;
        font-weight: 400;
    }
    
    #h1-cookie-intro-v2 {
            font-size: 40px;
    }

    .custom-checkbox input[type="checkbox"]:disabled + .checkmark {
        height: 10px;
        width: 10px;
           }
     
           .custom-checkbox input[type="checkbox"]:checked + .checkmark {
            height: 10px;
            width: 10px;
           }
     
           .custom-checkbox .checkmark {
            height: 10px;
            width: 10px;
           }

           .custom-checkbox {
       
            margin-right: 20px;
          }
}

@media only screen and (max-height: 500px) {
  #h1-cookie-intro-v1 {
    font-size: 16px;
    margin-bottom: -20px;
}

#h1-cookie-intro-v2 {
  font-size: 50px;
  margin-bottom: 120px;

}

.cookie-consent {
  flex-direction: column;
  height: 40%;
  width:95%;
  align-items: center;
justify-content: center;
margin: 0 auto;
margin-bottom: 10px;
}

.cookie-consent h1 {
  font-size: 20px;
  margin-bottom: -30px;
}

.check-p {
  font-size: 11px;
  margin-bottom: -50px;
}

.cookie-p {
  font-size: 12px;
 margin-left:30px;
 margin-top: 35px;
}

  .custom-checkbox input[type="checkbox"]:disabled + .checkmark {
        height: 10px;
        width: 10px;
           }
     
           .custom-checkbox input[type="checkbox"]:checked + .checkmark {
            height: 10px;
            width: 10px;
           }
     
           .custom-checkbox .checkmark {
            height: 10px;
            width: 10px;
           }

           .custom-checkbox {
       
            margin-right: 20px;
          }

          #cookieOptions {
            flex-direction: row;
            margin-left: 50px;
            margin-top: -40px;
        }

        #saveButton {
     margin-top: 55px;
      }

}