/*Color*/
a,
.text-green {
    color: #21a49d;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #21a49d;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    border-color: transparent transparent #21a49d transparent;
}

.btn-primary {
    color: #fff;
    background-color: #21a49d;
    border-color: #21a49d;
}

.btn-primary,
.btn-outline-primary {
    border-color: #21a49d;
}

.btn-secondary,
.btn-outline-secondary {
    border-color: #21a49d;
}

.btn-secondary,
.btn-raised-secondary {
    color: #21a49d !important;
    background-color: #fff !important;
}

.btn-primary:hover,
.btn-outline-primary:hover {
    background: #21a49d;
    -webkit-box-shadow: 0 8px 25px -8px #21a49d;
    box-shadow: 0 8px 25px -8px #21a49d;
    border-color: #21a49d;
}

.btn-secondary:hover,
.btn-outline-secondary:hover {
    background: #21a49d;
    -webkit-box-shadow: 0 8px 25px -8px #21a49d;
    box-shadow: 0 8px 25px -8px #21a49d;
    border-color: #21a49d;
}

.form-control:focus {
    border-color: #21a49d;
}

.badge-primary {
    background-color: #21a49d;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #21a49d;
}

.view-form-table tr td:first-child {
    color: #21a49d;
}

.btn-outline-primary {
    color: #21a49d;
}

/*Logo*/
.layout-sidebar-large .main-header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

/*Menu Icon*/
.menu-icon-wrap {
    position: relative;
    height: 32px;
    width: 32px;
    display: block;
    margin: 0 auto 6px;
}

.menu-icon-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.menu-icon-wrap .img2 {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .menu-icon-wrap .img2 {
    opacity: 1;
}

/*View Form*/
.view-form-table img {
    width: 20px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 3px;
}

.view-form-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.view-form-flex .ul-widget4__img img {
    width: 5.5rem;
    border-radius: 0px;
    height: auto;
    margin-right: 15px;
}

/*Dashboard*/
.pos-relate {
    position: relative;
    width: 100%;
    height: 100%;
}

.pos-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.tutorial-card {
    padding-top: 100%;
}

.tutorial-card .play-vid {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    top: 50%;
    opacity: 0.6;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tutorial-card .play-vid:hover {
    opacity: 1;
}

.tutorial-card .play-vid img {
    width: 100%;
    height: auto;
}

.add-new-fix {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: white !important;
    border-radius: 100%;
    cursor: pointer;
}

.ajax-loader {
    position: fixed;
    left: 50%;
    top: 70%;
    z-index: 10000;
    width: 5%;
    height: 5%;
    overflow: visible;
    background: url('../images/ajax-loader.gif') no-repeat center center;
    background-size: contain;
}

form .error {
    color: #ff0000;
}

.highlight_search {
    border-color: #56ca00;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2356ca00' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

@media screen and (min-width: 600px) {
    .ticket-statistics {
        height: 45px !important;
        width: 45px !important;
        cursor: pointer;
    }

    .ticket-statistics p {
        padding-top: 12px !important;
        font-size: 15px !important;
    }

    .my-0 {
        font-size: 16px;
        margin-top: 6px !important;
    }
}

@media screen and (max-width: 600px) {
    .lead-counts .col-md-3 {
        margin-bottom: 10px;
    }

    .lead-counts .col-md-2 {
        margin-bottom: 10px;
    }

    .ticket-statistics {
        height: 50px !important;
        width: 50px !important
    }

    .ticket-statistics p {
        padding-top: 15px !important;
        font-size: 15px !important;
    }

    .my-0 {
        font-size: 16px;
        margin-top: 6px;
    }

    h5 {
        font-size: 12px;
        margin-right: 6px !important;
    }

    .sm-font h5 {
        font-size: 11px !important;
        margin-right: 6px !important;
    }

    .mn-100 {
        width: 100px;
        word-break: break-all;
        margin-right: 8px;
    }
}