﻿.kt-select2, .select2 {
    width: 100% !important;
}

.pointer {
    cursor: pointer !important;
}

.kt-form{
    width: 90% !important;
}
.pager-link {
    color: #93a2dd;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: 0.5rem;
    border-radius: 3px;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
}

    .pager-link:hover {
        color: white !important;
        background: #5d78ff;
    }

    .pager-link i {
        font-size: 0.6rem;
        text-align: center;
        display: inline-block;
    }

.previous-link {
    background: #f0f3ff;
}

.link-next {
    background: #f0f3ff;
}

.active-link {
    background: #5d78ff;
    color: #ffffff;
}

.pager {
    margin: 0;
    padding: 0;
    display: flex;
}

    .pager li {
        padding: 0;
        margin-right: 5px;
        display: inline-block;
    }

.pagination-div {
    margin: 0px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pager-info {
    display: flex;
    align-items: center;
}

.pager-size {
    margin-right: 10px;
}
    .pager-size .btn.dropdown-toggle {
        height: 2.25rem;
        padding: 0.45rem 1rem;
        font-size: 1rem;
        font-weight: 500;
        border: 0 !important;
        color: #93a2dd !important;
        background: #f0f3ff !important;
    }

        .pager-size .btn.dropdown-toggle:hover {
            transition: all 0.3s;
            background: #5d78ff;
            color: #ffffff;
            border-radius: 3px;
        }
.required-err-msg {
    color: red !important;
}

.dz-image img {
    width: 100% !important;
    height: auto;
}

.floating {
    border: 0.1px solid rgba(0,0,0, 0.1);
    box-shadow: 0px 10px 14px -1px rgba(0,0,0,0.05);
}

.hidden {
    display: none !important;
}

.form-control:disabled {
    cursor: not-allowed !important;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
       #kt_header_mobile_toggler {
        display: none !important;
    }
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .sm-border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .sm-border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
}
/* typical tablet screen resolution */
@media only screen and (max-width : 1024px) {
    #kt_header_mobile_toggler {
        display: none !important;
    }
}
/* landscape orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : landscape) {
    .lg-border-right {
        border-right: 1px solid #dee2e6 !important;
    }
}
/* portrait orientation */
@media only screen and (min-width : 768px) and (max-width : 834px) and (orientation : portrait) {
    .lg-border-right {
        border-right: 1px solid #dee2e6 !important;
    }

}
@media only screen and (min-width : 1224px) {
    .lg-border-right {
        border-right: 1px solid #dee2e6 !important;
    }
}

 
