


.text-new-primary {
color: #0025ad;
}

.w-logo{
    width: 30px;
    height: 30px;
}

.ml-5{
    margin-right: 5px;
}

.w-folder-move{
    width: 21px;
}

.w-upload-icons{
    margin-top: -5px;
    width: 20px;
}

.fit-image {
    width: 100%;
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
}

.mr-10{
    margin-right: 10px  ;
}

.btn-sm-2, .btn-group-sm > .btn {
    padding: 0.386rem 0.8rem;
    font-size: 0.8rem;
    border-radius: 0.358rem; }

.widthSwiper{
    max-width: 100%;
}

.mt08{
    margin-top: 8px
}

a { color: inherit; }

a:hover { color: inherit; }

@media only screen and (max-width: 1920px) {
    .widthSwiper{
        max-width: 150%;
    }
}

@media only screen and (max-width: 1440px) {
    .widthSwiper{
        max-width: 75%;
    }
}

@media only screen and (max-width: 1380px) {
    .widthSwiper{
        max-width: 70%;
    }
}

@media only screen and (max-width: 900px) {
    .widthSwiper{
        max-width: 70%;
    }
}

@media only screen and (max-width: 740px) {
    .widthSwiper{
        max-width: 65%;
    }
}

