/* #field{margin-left:.5em;float:left}
#field,label{float:left;font-size:small}
 */
/* br{clear:both} */
input,select{border:1px solid #000;}
input.error,select.error{border:1px solid red}
label.error{color:red;display: contents;}
.cursor-pointer{cursor: pointer !important;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    margin: 3px;
}
/* label.valid{background:url(images/checked.gif) no-repeat;display:block;width:16px;height:16px} */


.navbar{
        position: relative;
        height: 58px;
      }
      .nav{
        position: absolute;
        right:0;
      }
      .container{
        padding-left: 40px;
        padding-right: 40px;
      }
      .sidebar_heading{
        color: white;
        padding: 10px;
        font-size: 25px;
      }
      a {
        color: #e5e7eb;
        text-decoration: none;
        background-color: transparent;
      }
      .setpopup{
        display: flex;
        justify-content: center;
        align-items: center;
      }
      /*a:hover{*/
      /*    color: white;*/
      /*}*/
      /*#mySidebar{*/
      /*    height:auto;*/
      /*}*/
      /*#mySidebar li{*/
      /*    padding:10px;*/
      /*    cursor:pointer;*/
      /*}*/
      /*#mySidebar a{*/
      /*    text-decoration:underline;*/
      /*}*/
      a {
        color: #e5e7eb;
        text-decoration: none;
        background-color: transparent;
      }
      a:hover {
        color: white;
      }
      #mySidebar{
        width:30%;
        background:#1b2028;
        height:auto;
      }
      #mySidebar ul li a
      {
        padding: .8rem 1.5rem;
        font-size: 1rem;
        display: block;
        text-decoration: none;
      }
      #mySidebar ul li a:hover{
        background: #ffffff94;
        cursor:pointer;
      }
      #mySidebar ul li i
      {
        margin-right: 4px;
      }
      .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
        overflow-x: hidden
      }
      #body {
        width: 100%;
        padding: 0;
        min-height: 100vh;
        /*transition: all 0.3s;*/
      }
      #send_btn{
        float:right;
        margin-top:20px;
      }
      .modal-dialog{
        max-width: 850px;
      }
      .back {
        background-image: url("./images/darzi-images-01.svg");
        background-size: cover;
      }
      .menu:hover{
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        width: 2rem;
        height: 2rem;
        border-radius: 5px;
      }
      .glass{
        backdrop-filter: blur(5px);
      }
      div#ui-datepicker-div {
        z-index: 9 !important;
      }