body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #EDEFF4;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

.text-primary, a {
    color: #0b8cc7 !important;
}
.navbar-brand img {
    height: 30px;
}

/* Halaman Login */
.hal-login {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../gambar/bg-login.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kolom-login {
    width: 50%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 35px 35px 0 rgba(39, 51, 76, 0.7);
    border-radius: 4px;
    overflow: hidden;
}

.row-login {
    height: auto;
    display: flex;
    height: 450px;
    min-height: 450px;
    position: relative;
}


.row-login .kolom-25 {
    height: 100%;
    width: 60%;
    min-width: 60%;
    padding: 10px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    background: linear-gradient(147deg, rgba(230, 150, 30, 0.7), hsla(219, 75%, 54%, 0.71), hsla(0, 83%, 50%, 0.7));
    background-size: 500% 500%;
    -webkit-animation: animasiGradien 20s ease infinite;
    -moz-animation: animasiGradien 20s ease infinite;
    animation: animasiGradien 20s ease infinite;
}

@-webkit-keyframes animasiGradien {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@-moz-keyframes animasiGradien {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@keyframes animasiGradien {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}

.kolom-25 .logo {
    width: 150px;
    text-align: center;
    filter: grayscale(1) brightness(10);
    margin-bottom: 20px;
}

.kolom-25 h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1.5;
}

.row-login .kolom-75 {
    height: 100%;
    background: #fff;
    padding: 25px 15px;
    width: 40%;
    min-width: 40%;
    display: inline-flex;
    position: relative;
    text-align: center;
    align-items: center;
}
.judul-form {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.form-reset {
    background-color: #fff;
    padding: 20px !important;
    border-radius: 4px;
    text-align: center;
}

.form-reset p {
    font-size: 14px;
    color: #555;
}

.form-login {
    width: 100%;
    padding: 0;
}

.judul-reset {
    text-align: center;
}
.judul-reset p {
    font-size: 14px;
    color: #888;
}

.form-kostum {
    display: block;
    width: 100%;
    height: calc(2em + .75rem + 2px);
    padding: 10px 0px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eee;
    font-size: 14px !Important;
}
.form-kostum:focus {
    outline: none;
    box-shadow: none !important;
}

.btn-login {
    padding: 10px 25px;
    border-radius: 2px;
    min-width: 200px;
    background-color: #3584C7;
    font-size: 15px;
    font-weight: 400;
}

.link-lupa {
    font-size: 14px;
    color: #888;
    font-weight: 300;
    text-decoration: none;
}
.link-lupa:hover {
    text-decoration: none;
    color: #3584C7;
}

.alert {
    font-size: 13px;
    font-weight: 300;
    padding: 5px;
}

.custom-control-label {
    font-size: 13px;
}

.custom-control-label::before, .custom-control-label::after {
    top: 2px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3584c7;
    background-color: #3584c7;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.modal-content {
    border-radius: 2px;
    border: none;
}

@media (max-width: 991px) {
    .kolom-login {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .hal-login {
        padding: 15px;
    }
    .kolom-login {
        width: 100%;
    }
    .row-login {
        display: block;
        height: auto;
        min-height: auto;
    }
    .row-login .kolom-25 {
        width: 100%;
        display: block;
        padding: 25px 15px;
    }
    .row-login .kolom-75 {
        width: 100%;
        display: block;
        padding: 15px;
    }
    .form-login {
        padding: 0 15px;
    }
}

/* End Halaman Sign In */

/* Halaman Register */
.section-register {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  align-items: center;
}

.section-register:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 67%;
  height: 100%;
  background: linear-gradient( 170deg, rgba(255, 255, 255, 0), rgba(19, 82, 198, 0.858) ), url(https://res.cloudinary.com/wilopo-cargo/image/upload/v1618457289/Wilopo%20Cargo/wilopocargo-family3_caezoj.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.wrap-form {
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	display: block;
	/*overflow-y: scroll;*/
	padding: 15px;
	margin: 15px auto;
	max-height: 1000px;
	box-shadow: 0 5px 5px 0 rgba(98, 121, 168, 0.15);
}
.wrap-form::-webkit-scrollbar {
  display: none;
}

/* Banner Register */
.banner-register {
    position: relative;
    padding: 2.5em 15px  5.5em 15px;
    background: linear-gradient(147deg, #1e82e6, #306fe2, #e91717);
    background-size: 500% 500%;
    -webkit-animation: animasiGradien 20s ease infinite;
    -moz-animation: animasiGradien 20s ease infinite;
    animation: animasiGradien 20s ease infinite;
    min-height: 250px;
}

.carousel-item {
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
}

.carousel-inner {
    position: relative;
    align-items: center;
    height: 250px;
    overflow: hidden;
}

.slider-50 {
    height: 250px;
    width: 75%;
    margin: 10px auto;
    position: relative;
}

.item-banner {
    width: 250px;
    max-width: 250px;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

/* End Banner Register */

.label-form {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}
.form-control {
    height: calc(2em + .75rem + 2px);
    border-radius: 1px;
    border: 1px solid #eee;
    outline: none;
    position: relative;
}
.custom-select {
    height: calc(2em + .75rem + 2px) !important;
    border-radius: 1px !important;
    font-size: 14px !important;
    font-weight: 300;
    border: 1px solid #eee;
}

.form-control:focus {
    box-shadow: none;
}
.form-control::placeholder {
    font-size: 14px;
    font-weight: 300;
    opacity: .5;
}

.input-group-text {
    border-radius: 1px;
    border: 1px solid #eee;
    border-right: 0px;
    background-color: #f7f7f7;
    color: #8c969e;
    font-size: 14px;
    font-weight: 300;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.validasi {
    position: relative;
}

.validasi small {
    width: 100%;
    font-size: 70%;
    margin:5px 0px;
    font-weight: 300;
}
[data-valid="invalid"] {
    display: block;
    color: #e91717;
}
[data-valid="valid"] {
    display: none;
    color: #22c775;
}

input[type="email"] {
    position: relative;
    z-index: 1;
}
input {
    position: relative;
    z-index: 5;
}
input[type="email"] {
    content: '';
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background: url(../gambar/icon-email.png);
    background-position: center right 10px;
    padding-right: 45px;
    z-index: 50;
}
input[jenis-data="marking"] {
    content: '';
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background: url(../gambar/icon-marking.png);
    background-position: center right 10px;
    padding-right: 45px;
    z-index: 50;
}

input[jenis-data="nama-lengkap"] {
    content: '';
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background: url(../gambar/icon-user.png);
    background-position: center right 10px;
    padding-right: 45px;
    z-index: 50;
}

input[type="password"] {
    content: '';
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background: url(../gambar/icon-password.png);
    background-position: center right 10px;
    padding-right: 45px;
    z-index: 50;
}

input[jenis-tipe="whatsapp"] {
    content: '';
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background: url(../gambar/icon-wa.png);
    background-position: center right 10px;
    padding-right: 45px;
    z-index: 50;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}

.reg-logo {
    display: block;
    height: 50px;
    margin: auto;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5em;
}

.pembatas {
    height: 5px;
    background-color: #fff;
    margin: 35px auto;
    border-top: 1px dotted #b9bdc1;
    width: 45%;
    opacity: .8;
    position: relative;
}
.pembatas:after {
    content: '';
    background-image: url(../gambar/icon-pembatas.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -6px;
    bottom: 0px;
    z-index: 25;
    background-position: center center;
}
.progress-password {
    margin: 5px 0;
    display: block;
}
.progress-password .progress {
    height: 5px;
}
#pesan, #kecocokanPassword {
    font-size: 12px;
    font-weight: 300;
    color: #888;
}
#passwordCocok {
    color: #2cda74;
}

.popover-body {
    padding: 10px 15px;
    font-size: 13px;
}

.popover-body h5 {
    font-size: 15px;
    margin: 0;
}
.error-list {
    margin-bottom: 0;
    color: #e44e4e;
}
.popover {
    border: none;
    box-shadow: 0 15px 25px 0 rgba(98,121,168,0.15);
}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0);
}

.align-tengah .form-row {
    align-items: center;
    margin-bottom: 1rem;
}

.align-tengah div .col-label {
    text-align: right;
}

@media(max-width: 576px) {
    
    .align-tengah div .label-form {
        margin-left: 0;
    }
    .d-sm-none {
        display: none;
    }
}
.d-sm-none {
    display: flex;
}

.select2-container {
    width: 100% !important;
    display: block;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 2px !important;
    height: calc(2em + 1rem + 1px) !important;
    padding: 8px 5px;
    font-size: 14px;
    color: #888;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    width: 20px;
    height: 100% !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 10px 15px rgba(64, 114, 222, 0.15);
    overflow: hidden;
    border-radius: 2px !important;
}
:focus {
    outline: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee !important;
    height: 40px;
    font-size: 14px;
    padding: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
    color: white;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(208, 231, 255, 0.25) !important;
    color: #5897fb !important;
}

.ezdz-dropzone {
    position: relative;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    height: 150px;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
    line-height: 150px;
    align-items: center;
    border: 2px dotted #cbdaec;
    color: #cbdaec;
    background-color: #fbfbfb;
    overflow: hidden;
}

.ezdz-dropzone img {
    /* border-radius: 5px; */
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: -10px;
    /* vertical-align: middle; */
    object-fit: cover;
    object-position: center;
}
.ezdz-dropzone div {
    height: 100%;
}

/* Footer */
.reg-footer {
    text-align: center;
    position: relative;
    padding: 15px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../gambar/anim-bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center;
    overflow: hidden;
}


.reg-footer #mobilTruk {
    height: 50px;
    position: absolute;
    right: 0;
    left: -150px;
    bottom: 0;
    /* animation: truk-jalan reverse infinite linear 20s 5s; */
    animation: truk-jalan 20s linear infinite reverse;
    animation-delay: 3s;
}

.reg-footer #mobilBox {
    height: 35px;
    position: absolute;
    right: 0;
    left: -150px;
    bottom: 0;
    /* animation: truk-jalan reverse infinite linear 20s 5s; */
    animation: mobil-box 10s linear infinite reverse;
}

@keyframes truk-jalan {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
        transform: translateX(0%);
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(1250%);
    }
}

@keyframes mobil-box {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
        transform: translateX(0%);
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(1250%);
    }
}

/* end Footer */

/* Tweak tombol */
.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn {
    min-width: 200px;
    padding: 10px 25px;
}
.btn-primary {
    background-color: #0a86c2;
    border-color: #0a86c2;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {

}

/* end Tweak Tombol */

/* Tombol Float Whatsapp */
.call-wa {
    width: 300px;
    height: 80px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: block;
    z-index: 999;
    transition: .4s;
}
.call-wa.aktif .wa-btn{
    background-color: #0c7735;
}

.box-wa {
    position: absolute;
    background-color: #fff;
    bottom: 40px;
    width: 360px;
    right: 0px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15);
    box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15);
}

.head-boxwa {
    padding: 15px 15px;
    background-color: #0a86c2;
    color: #fff;
}
.head-boxwa h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.head-boxwa p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.boxwa-konten {
    color: #333;
}
.boxwa-konten ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.boxwa-konten ul li {
    margin: 0;
}
.boxwa-konten ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    transition: .3s;
}
.boxwa-konten ul li a:hover {
    background-color: #e6f4fb;
}
.li-wa {
    display: flex;
    align-items: center;
}
.profil-wa {
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}

.profil-wa img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tx-wa {
    width: 100%;
    padding: 5px 10px;
}
.tx-wa p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: .7;
    color: #333;
}
.tx-wa small {
    font-weight: 300;
    font-size: 70%;
}

.call-wa.aktif .box-wa {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -moz-transform: translate(0, -40px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}

.wa-label {
    display: inline-block;
    padding: 5px 10px;
    text-align: right;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    bottom: 15px;
    right: 70px;
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15);
    box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15);
}

.call-wa.aktif .wa-label {
    visibility: hidden;
    opacity: 0;
}

.wa-label p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
}

.wa-btn {
    right: 0;
    height: 60px;
    width: 60px;
    float: right;
    display: inline-block;
    background-color: #07bc4c;
    border-radius: 60px;
    transition: .3s;
    bottom: 0px;
    cursor: pointer;
    position: absolute;
    -webkit-box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15);
    box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15);
}

.wa-btn:before {
    position: absolute;
    content: '';
    background: url(../gambar/call-wa.png);
    background-position: center center;
    background-size: 35px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.call-wa.aktif
.wa-btn:before {
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa-btn:after {
    position: absolute;
    content: '';
    background: url(../gambar/call-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px;
    transform: scale(0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.call-wa.aktif .wa-btn:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
}

.wa-btn:hover {
    -webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.14);
    box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.14);
}

@media (max-width: 576px) {
    .box-wa {
        width: 100%;
    }
    .call-wa {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: 95%;
        margin: auto;
        height: 50px;
    }
    .wa-btn {
        height: 50px;
        width: 50px;
    }
    .wa-btn:before, .wa-btn:after {
        background-size: 30px;
    }
    .wa-label {
        bottom: 10px;
        right: 60px;
    }
    .call-wa.aktif .box-wa {
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
        -webkit-transform: translate(0, -30px);
        -moz-transform: translate(0, -20px);
    }
    .box-wa {
        bottom: 30px;
    }
}
/* end Float Whatsapp */


@media (max-width: 768px) {
    .wrap-form {
        width: 100%;
        padding: 15px;
        margin-top: 3em;
    }
    .slider-50 {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .align-tengah div .col-label {
        text-align: left;
        margin-bottom: 0px;
    }
    .align-tengah div .col-label label {
        margin-bottom: 5px;
    }
    .align-tengah .form-row {
        margin-bottom: .5rem;
    }
    .m-none {
        display: none;
    }
    .reg-footer #mobilBox {
        height: 20px;
    }
    .reg-footer #mobilTruk {
        height: 30px;
    }
    .reg-footer {
        height: 60px;
        padding: 10px;
    }
    .banner-register {
        padding: 1em 0px  1.5em 0px;
    }
    .carousel-item {
        height: 180px;
        overflow: hidden;
    }
    .carousel-inner {
        height: 200px;
    }
    .pembatas {
        margin: 20px auto;
    }
    
}

.blank-page {
    padding: 2.5em 0;
    position: relative;
}

@media (max-width: 576px) {
    .blank-page {
        padding: 1em 0;
    }
}

.blank-konten {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    /* overflow: hidden; */
    padding: 25px;
    margin: 15px auto;
    box-shadow: 0 5px 25px 0 rgba(98,121,168,0.15);
    text-align: justify;
    color: #333;
}

 @media (max-width: 576px) {
     .blank-konten {
         padding: 15px;
     }
     .blank-konten h1 {
         font-size: 22px !important;
     }
 }

.blank-halaman {
    text-align: center;
}
.blank-halaman h1 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #111;
}
.blank-halaman p {
    margin-bottom: 15px;
}

.blank-konten h1 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.blank-konten p {
    color: #666;
    line-height: 1.5;
}
.blank-konten h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}
/*Whatsapp*/

.float-whatsapp i {
  overflow: hidden;
  display: flex;
  width: 50px;
  height: 40px;
  min-width: 50px;
  text-align: center;
  font-size: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 70px;
  transition: .3s;
  z-index: 999;
  position: absolute;
  left: 10px;
}

.float-whatsapp:hover {
  width: 330px;
  -webkit-box-shadow: 0px 25px 32px -1px rgba(6,118,51,0.25);
  -moz-box-shadow: 0px 25px 32px -1px rgba(6,118,51,0.25);
  box-shadow: 0px 25px 32px -1px rgba(6,118,51,0.25);
}

@media (max-width: 576px) {
  .float-whatsapp:hover {
    width: 330px;
    -webkit-box-shadow: 0px 25px 32px -1px rgba(6,118,51,0.25);
    -moz-box-shadow: 0px 25px 32px -1px rgba(6,118,51,0.25);
    box-shadow: 0px 25px 32px -1px rgba(6,118,51,0.25);
  }
	.float-whatsapp {
    right: 10px;
    bottom: 10px;
    left: auto;
  }
}

.float-whatsapp {
  background-color: #15be59;
  padding: 5px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  overflow: hidden;
  display: flex;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 28px;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 100px;
  transition: width .3s;
  z-index: 999;
  -webkit-box-shadow: 0px 25px 32px -1px rgba(6,6,6,0.42);
  -moz-box-shadow: 0px 25px 32px -1px rgba(6,6,6,0.42);
  box-shadow: 0px 25px 32px -1px rgba(6,6,6,0.42);
}

.float-whatsapp .tcl {
  font-size: 15px;
  width: 100%;
  margin: 0;
  left: 70px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: left;
  opacity: 0;
}

.float-whatsapp .tcl p {
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.float-whatsapp:hover .tcl {
  opacity: 1;
}
