
body{margin-top:20px;
    background-color: #88888821 !important;}
    .container {
        width: 100%;
        /* padding-right: 15px; */
        /* padding-left: 15px; */
        margin-right: auto;
        margin-left: auto;
    }
    select.form-control:not([size]):not([multiple]) {
        height: 44px;
    }
    select.form-control {
        padding-right: 38px;
        background-position: center right 17px;
        /* background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNv…9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); */
        background-repeat: no-repeat;
        background-size: 9px 9px;
    }
    .form-control:not(textarea) {
        height: 44px;
    }
    .form-control {
        padding: 0 18px 3px;
        border: 1px solid #dbe2e8;
        border-radius: 22px;
        background-color: #fff;
        color: #606975;
        font-family: "Maven Pro",Helvetica,Arial,sans-serif;
        font-size: 11px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .card{
        margin-top:20px;  
        background-color: #fff;
        border-radius: 15px !important;
    }
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 44px !important;
        user-select: none;
        -webkit-user-select: none;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 44px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 44px !important;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }
    .checkbox {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .checkbox label{
        display: inline-block;
        width: auto;
    }
    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }
    input[type=radio] {
        display: none;
    }
    .checkbox span {
        display: block;
        padding: 10px;
        width: 100%;
    }
    .checkbox input[type=radio]:checked+span {
        color: #fff;
        border-radius: 12px !important;
        background-color: #1e7e28c7 !important;
        font-weight: 600;
    }
    .error{
        color: #a94442;
        font-style: italic;
    }
 
    
    .form-control-sm:not(textarea) {
        height: 36px;
    }
    #sm_button{
        font-size: 21px;
        border-radius: 5%;
        border-radius: 15px;
        font-weight: 600;
    }
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    
    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
    
    @media screen and (min-width: 600px){
    .container, .container-md {
        max-width: 90% !important;
    }
    }
