﻿.btn-primary {
    background-color: #3a509b !important;
    border: 1px solid #2d4185 !important;
}

.bg-primary {
    background-color: #3a509b !important;
}

.sidebar-link active {
    background-color: #3a509b !important;
}

.badge text-bg-primary {
    background-color: #3a509b !important;
}
.btn btn-outline-primary {
    background-color: #3a509b !important;
    border: 1px solid #2d4185 !important;
}

.labelopt label {
    font-weight: normal;
    margin-left: 4px;
}


@media (max-width: 767px) {
 
    .divweb{
        display:none;
    }
    .divmobile {
        display: block;
    }
    .chatwindow {
        height: 430px;
    }
}

@media (min-width: 767px) {
    .divweb {
        display:block;
    }
    .divmobile {
        display: none;
    }
    .chatwindow {
        height: 550px;
    }
}
