body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Poppins';
    padding-left: 15px;
}

#custom_sidebar input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
}

#custom_sidebar input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
}

#custom_sidebar input, #custom_sidebar textarea {

    padding: 0;
    display: block;
    width: 98%;
    margin-bottom: 15px;
    padding: 1%;
    border: 0px;
    border-bottom: 1px solid #eee;
    color: #fff;
    background-color: rgb(255,255,255,0.1);
    resize: none;

}

#custom_sidebar {
    position: relative;
    opacity: 0.9;
    width: 350px;
    max-width: 100%;
    height: auto;
    min-height: 60vh;
    position: fixed;
    right: -500px;
    top: 10vh;
    padding: 15px;
    background-color: #0e2e50;
    z-index: 999999;
}

.custom_sbar_title h2 {
    color: #fff;
    text-align: center;
}

.custom_sbar_title p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.hh5 {
    color: white;
    margin: 15px;
    writing-mode: tb-rl;
    /*padding-top: 24px;*/

}
.option-form-label{
    padding: 10px;
    color: white;
}

.custom_sbar_form input {
    display: block;
    height: auto;
    min-height: 30px;
    background-color: transparent;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    outline: none;
    padding-left: 10px;
}

.custom_sbar_form input[type=submit] {
    background-color: #1176bc !important;
    border: 0px;
    color: #fff;
    margin-top: 30px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    cursor: pointer;
    padding: 0;
    width: 100% !important;
    border-bottom: 0px !important;
}

.custom_sbar_form textarea {
    border-radius: 0;
    margin: 0;
    outline: none;
}

/** close button style **/
#custom_sidebar .close_button_form {
    display: block;
    width: 35px;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 1.4em;
    position: absolute;
    top: 14px;
    left: 14px;
    font-weight: 100 !important;
    cursor: pointer;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

/** opendiv style **/
#form_open_button {
    display: inline;
    z-index: 99;
    position: fixed;
    /*width: 60px;*/
    /*height: 185px;*/
    background-color: #1167bc;
    top: 40%;
    cursor: pointer;
    right: 0px;
    width: 50px;
    border-radius: 12px 0px 0px 12px;
}

#append_div_form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 400px) {
    #custom_sidebar {
        width: 270px !important;
        max-width: 100%;
    }
}
