.logo{
    width: 172px;
}
.top-btn{
    border: 3px solid #FFC107;
    background: transparent;
    /* -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59); */
    /* box-shadow: 0px 7px 13px 0px rgb(156 39 176 / 44%); */
    height: 64px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 10px;
}
.banner-content{
    background: #00000080;
    padding: 50px 5px;
}
.status-success-full{
    background: green;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 25px;
    width: 100%;
}
.status-warning-full{
    background: orange;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 25px;
    width: 100%;
}
.status-dark-full{
    background: #000;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 25px;
    width: 100%;
}
.status-error-full{
    background: red;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 25px;
    width: 100%;
}
.status-success{
    background: green;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 30px;
    width: 100%;
}
.status-warning{
    background: orange;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 30px;
    width: 100%;
}
.status-error{
    background: red;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 30px;
    width: 100%;
}
.status-dark{
    background: #000;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
    line-height: 30px;
    width: 100%;
}
.cropper-container .cropper-bg {
    width: 100%;
}
.badge-dark {
    color: #fff;
    background-color: #000000 !important;
}
table tr td, ul li{
    word-break: break-word;
}
.img-network{
    width: 100%;
}
.full{
    width: 100%;
}
.half{
    width: 48%;
    float: left;
    margin: 3px;
}
#payment-bank{
    margin-top: 5px;
}
#payment-mm{
    margin-top: 5px;
}
.imagePreview{
    width: 100%;
}
#image-cropper {
    width: 490px;
}
.img-company, .img-card{
    width: 100%;
    margin-bottom: 2px;
}
.cropit-preview {
  /* You can specify preview size in CSS */
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
#picture-image-cropper {
    width: 100%;
}
#picture-image-cropper .cropit-preview {
  /* You can specify preview size in CSS */
  width: 280px;
  height: 280px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
#banner-image-cropper {
    width: 100%;
}
#banner-image-cropper .cropit-preview {
  /* You can specify preview size in CSS */
  width: 980px;
  height: 280px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 177px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #098839;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #4f4d4d;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

.whatsapp_float i {
    font-size: 25px;
    line-height: 40px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        position: fixed;
        width: 177px;
        height: 40px;
        bottom: 10px;
        right: 10px;
        background-color: #098839;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 22px;
        box-shadow: 2px 2px 3px #4f4d4d;
        z-index: 100;
    }

    .footer {
        padding: 0px 0px 0px !important;
    }
}