* {
    padding: 0;
    margin: 0;
}
body {
    background: #dcdcdc;
}

.cr_row {
    height: 100vh;
    margin: 25px;
    margin-top: 60px;
}
.cr_url_generator {
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 25px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 0px #c8c5c52e;
    font: 12px 'Open Sans', Arial, Arimo, Helvetica, sans-serif;
    margin: auto;
}

.cr_title {
    margin-bottom: 20px;
    padding: 0px 25px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}
.cr_title h1 {
    font-size: 24px;
}
.cr_body {
    padding: 0px 25px;
}
.cr_item {
    margin-bottom: 15px;
}

.cr_row  label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.cr_row  select {
    width: 100%;
    padding: 10px 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.cr_row  input[type="submit"] {
    background: #24a68a;
    color: #fff;
    border: 2px solid #24a68a;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.cr_row  input[type="submit"]:hover{
    background: #fc4a57;
    color: #fff;
    border: 2px solid #fc4a57;
}
.cr_row  option {
    font-size: 15px;
    cursor: pointer;
}
.cr_row  #cr_submitting_message {
    font-size: 17px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,0);
    background: #ffffff;
    padding: 20px 40px;
    box-shadow: 0px 0px 32px 7px #989696;
    border-radius: 5px;
}

input.select2-search__field {
    padding: 10px !important;
    font-size: 16px;
}
.select2-selection__rendered {
      font-size: 16px; /* Change the font size to your desired value */
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #24a68a !important;
    color: #fff !important;
    padding: 7px 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 12px !important;
}
li.select2-results__option[aria-disabled="true"] {
    display: none;
}
span.select2-container{
    font-family: 'Open Sans', Arial, Arimo, Helvetica, sans-serif;
    text-transform: uppercase !important;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}