.img-45 {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 85px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 75px 15px 15px 15px;
    }
}

.logo-center .top-navbar .navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.mini-sidebar .top-navbar .navbar-header {
    width: inherit;
}

.contact-box .add-ct-btn {
    right: 14px;
    top: -26px;
}

.select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}

.nowrap {
    white-space: nowrap;
}

.jq-toast-single,
.jq-toast-heading {
    font-family: "Poppins", sans-serif !important;
}