.new-request{ }
.shadow1 {
    box-shadow: 0 0rem 0.3rem rgb(0 0 0 / 15%) !important;
}
.shadow1 img{width: 22px !important;}
.main-page button{cursor: inherit !important;}
.new-request button {margin: 10% 0% 0% 5% !important;}
.main-page h6{color: #9e9e9e; font-weight: 400; font-size: 16px; }
.main-page .box{margin-bottom: 7px !important;}
.main-page .box-body{    border-radius: 15px;}
.main-page .box-body:hover {
    transform: scale(1.07);
    
}
.theme-success .btn-primary:hover, .theme-success .btn-primary:active, .theme-success .btn-primary:focus, .theme-success .btn-primary.active {
  background-color: #6161ff !important;
  border-color: #6161ff !important;
  color: #ffffff !important;
}
.height {
    min-height: 200px !important;
}
.apply-leave{background: #fff url(../icon/backfround-img.png) ; border-radius: 5px; background-repeat: no-repeat;min-height:300px; background-position: right; background-size: contain; }
.height-2 {
    height: 200px !important;
}
.left-1{width: 20%; text-align: center; float: left;}
.left-1 label{padding: 5px 0px; font-weight: 500;}
.left-2{width: 75%; float: left; margin-left: 1%; }
.btn-circle.btn-lg{width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;}
.w1{ width: 21%; float: left; margin-left: 5px; }
.w2{ width: 75%; float: left;}
.pl-10{padding: 10px 17px !important;}
.form-control{   height: 36px !important;}
.footer{background: #d8e1ea;position: fixed;z-index: 9999; bottom: 0;  width: 100%; color: #000;}
.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    margin-top: 20px;
    border: 1px dashed #6161ff;
    position: relative;
    background: #f0f0f8; width: 75%;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #d8e1ea;
    border: 4px dashed #ffffff;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  .drag-text span{margin-top: -1px !important;}
  .drag-text span i{font-size: 21px !important;}
  .drag-text h3 {
    font-weight: 300;
    text-transform: capitalize;
    color: #000; font-size: 12px;
    padding: 5px 10px 5px 10px;
  }
  
  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }
  
  .remove-image {
    width: 170px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 5px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 11px;
  }
  
  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }

@media(max-width:1280px)
{
    .height-2 {
        height: 175px !important;
    }
    .main-page .box{margin-bottom: 8px !important;}
    .index-h{height: 60px !important; }
    .main-page .box-body{padding: 5px 10px !important;}
    .index-h2 {
        height: 131px !important;
    }

.main-page h6 {
    color: #9e9e9e;
    font-weight: 400;
    font-size: 14px;
}

    .height {
        min-height: 195px !important;
    }
    .main-page .btn-circle.btn-lg{width:45px !important;
        height: 45px !important;
        line-height: 45px !important;}
}
@media(max-width:991px)
{
    .w1 {
        width: 20%;
        float: left;
    }
    html,body{overflow-y: auto;}
    .left-2{margin-bottom: 10px;}
}
.mob-i{display: none !important;}
.desk-i{display: block !important;}
@media(max-width:669px)
{
  .mob-i{display: block !important;}
  .desk-i{display: none !important;}
  .index-h {
    height: 80px !important;
}
.main-page .box {
  margin-bottom: 15px !important;
}
.fixed .content-wrapper {
  margin-top: 82px !important;
  padding-left: 3%;
  position: relative;
  padding-right: 3%;
}
.main-page .box-body {
  padding: 14px 10px !important;
}
}