html {
    font-size: 14px;
}
* {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
   /* margin-bottom: 60px;*/
}

.option-btn {
    color: #919191;
    background: #cfcece;
    padding: 3px 10px;
    border-radius: 3px;
    opacity: 0.5;
    transition: opacity 0.3s ease-in;
}

    .option-btn:hover {
        opacity: 0.6;
    }

/*SELECT 2*/
.select2-container .select2-selection--single {
    height: 2.3em !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}

.custom-select-sm {
    width: 55px !important;
    display: inline-block
}

/*dropdown-item*/
.dropdown-item {
    padding: 5px 15px !important;
}
