.col-span-2 {
    grid-column: span 9 / span 9;

}
.col-span-1 {
    grid-column: span 3 / span 3;

}
.text-base {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
@media (min-width: 640px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
.ot-form-wrapper iframe {
    width: 100% !important;
     height: 100% !important; 
    border: none;
    
    
}

.ot-form-wrapper {
   
    min-width:1000px;
}

.dsr-outer {
   margin: 0px 45px 0px 45px !important;
   min-width:700px;
   height: 1600px !important;
   max-width: 1850px !important;
}

.notice-language-dropdown-container {
        float: right;
    margin-right: 6.2em;
    margin-bottom: 1.2em;
}

 #language-dropdown {
      border: 2px solid #989a98; /* Green border */
      padding: 4px;
      font-size: 16px;
      border-radius: 4px; /* Rounded corners */
      background-color: #f8f8f8; /* Light background */
    }

    #language-dropdown:focus {
      border-color: #FF5733; /* Change border color on focus */
      outline: none; /* Remove default focus outline */
    }
.privacy-notice {
    height: calc(100vh - 120px);
}

.you-can-edit {
    height: 30px;
}