.img-thumb-upload {
    width:300px;
    height:200px;
}
.app-logo {
    height: 150px;
    width: 200px;
}

.loader {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 2222;
}
.backDrop {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.15s linear 0s;
    z-index: 1111;
}
.loader-modal-content {
    background: none;
    border: 0px;
    box-shadow: none;
    color: #fff;
}
.loader-img {
    width: 80px;
   position: fixed;
   top: 50%;
   left: 50%;
   border-radius: 10px;
   transform: translate(-50%, -50%);
}

.advertisement-img {
    width: 160px;
    height: 245px;
}

.datepicker-months span.month {
    padding: 0 5px;
}
