﻿/*body {*/
/*}
*/
#successMessage {
    position: absolute;
    top: -102px;
    right: 47px;
    /* z-index: 9999; */
    width: 500px;
    padding: 10px;
    background-color: #dff0d8;
    border: 1px solid #d0e9c6;
    border-radius: 4px;
    color: #3c763d;
    font-size: 14px;
    text-align: center;
}

#errorMessage {
    position: absolute;
    top: -102px;
    right: 47px;
    /* z-index: 9999; */
    width: 500px;
    padding: 10px;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
    color: #842029;
    font-size: 14px;
    text-align: center;
}


.customdropdown {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* appearance: none; */
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: none;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    font-size: 14px;
    border: 1px dashed #dddddd75;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
