.btn-primary {
    background-color: #6b1e7e;
    border-color: #561367;
}

.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.overlay .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6b1e7e;
    background-color: #fff;
}

.overlay span {
    text-transform: uppercase;
    font-size: 20px;
}

.overlay p {
    margin: 0;
}

.content-wrapper {
    /* background-image: url('/img/mandala.png') !important;
    background-repeat: no-repeat, repeat; */
    background-color: #ddcee1 !important;
}

.otaro-system-warning {
    background-color: #f39c12 !important;
    color: #fff;
    margin-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.chat-countdown-running {
    -webkit-animation: blinker 1s linear infinite;
            animation: blinker 1s linear infinite;
}
    .chat-countdown-running-positive {
        color: #00f384 !important;
        font-weight: bold;
    }

    .chat-countdown-running-negative {
        color: red;
        font-weight: bold;
    }

.chat-countdown-stopped {
    -webkit-animation: none !important;
            animation: none !important;
    color: #fff !important;
    font-weight: bold!important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom: none;
    border-top: none;
}

.home-container {
    background-color: #fff;
    margin-top: 10px;
} 

.home-container h1 {
    text-align: center;
    font-weight: bold;
}

.home-container p {
    text-align: justify;
}
.card-tarologa {
    margin: 20px 0 24px 0;
    border-radius: 37px;
    padding: 20px;
    color: #fff;
}

.card-tarologa-online {
    border: 2px solid #792388;
    box-shadow: 5px 3px #888888;
    background-image: linear-gradient(#6b1e7e, #530a60);
}

.card-tarologa-offline {
    border: 2px solid #888888;
    box-shadow: 5px 3px #d6d2d2;
    background-image: linear-gradient(#888888, #888888);
}

.card-tarologa-busy {
    border:none;    
    box-shadow: 5px 3px #888888;
    background-image: linear-gradient(#e08e0b, #530a60);
}

.card-tarologa .card-img-top {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 180px;
    height: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;  

}

.card-tarologa:hover {
    /*transform: scale(1.2); */
    cursor: pointer;
    /* z-index: 10000;
    position: absolute; 
    border-left: 1px solid #888888;*/
  }

.card-tarologa .card-title {
    font-size: 24px;
    font-weight: bold;
}



.card-tarologa .card-body a {
    font-weight: bold;
}

.card-tarologa p.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    font-size: 12px;    
}

.card-tarologa:hover p.card-text:hover {
    /* overflow: unset;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset; */
}


.card-tarologa-offline .btn {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.card-tarologa-online .btn {
    color: #fff;    
    background-color: #00a65a;
    border-color: #008d4c;
    -webkit-animation: blinker 2s linear infinite;
            animation: blinker 2s linear infinite;
}

.card-tarologa-busy .btn {
    color: #fff;    
    background-color: #e08e0b;
    border-color: #e08e0b;
}

@media only screen and (max-device-width: 768px) {
    .card-tarologa {
        margin: 10px 0px 0px 0px;
    }

    .card-tarologa .card-img-top {
        border-radius: 50%;
        border: 2px solid #fff;
        display: block;
        margin-left: auto;
        margin-right: 10px;
        float: left;
        width: 100px;
        height: 100px;
    }    
}

.toast-container {
    z-index: 10000 !important;
}
.whatsapp-button {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-button i{
	margin-top:16px;
}
