﻿.iti {
    width: 100%;
}

.e-title {
    text-align: center;
    color: var(--main-color-one);
}

.single-user-list .thumb img {
    border-radius: 50%;
}


::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fda94f;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FDA94F;
    }


.circle-avatar {
    border-radius: 50%;
}

.single-user-list {
    /* ReSharper disable once HexColorValueWithAlpha */
    box-shadow: -5px 3px 12px 5px #97a1b21a;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    border: 1px solid #D4D4D4;
    padding: 10px;
}

    .select2-container .select2-selection--single:hover, .select2-container .select2-selection--single:active, .select2-container .select2-selection--single:focus {
        border: 1px solid var(--main-color-one);
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    top: 1px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 48px !important;
    border: 1px solid #D4D4D4;
    padding: 10px;
}

    .select2-container--default .select2-selection--multiple:hover, .select2-container--default .select2-selection--multiple:active, .select2-container--default .select2-selection--multiple:focus {
        border: 1px solid var(--main-color-one);
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        line-height: 27px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        top: 70% !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow {
        height: 40px !important;
        top: 1px;
    }

.mt-15 {
    margin-top: 15px;
}

.p-20 {
    padding: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.social-icons {
    list-style: none;
}


.single-news {
    min-height: 554px;
}

    .single-news .author {
        position: absolute;
        bottom: 8%;
    }


.home-news .col-lg-3:not(:last-child){
    border-right: 5px dotted var(--main-color-one);
}

.alert {
    z-index: 9998;
    top: 27rem;
}