.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    opacity: 0.5;
    background: url('../image/loading.gif') 50% 50% no-repeat #000;
}

.export_button {
    background-color: #0A0094;
}

.checbox-main {
    position: relative;
}

.selectBox {
    position: relative;
}

.checkboxes {
    display: none;
    z-index: 999;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    max-height: 150px;
    border: 1px #dadada solid;
    width: 100%;
}


.checkboxes label {
    display: block;
}


.card-body label {
    color: #383838;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Figtree';
    letter-spacing: 0.01em;
}


input {
    outline: none;
}




#missingInfoMainDiv .nav-pills>li>a.anchorEngineFilter {
    color: white;
    font-size: 13px;
    border: none;
    background-color: black;
    letter-spacing: 0.06em;
}


#missingInfoMainDiv .nav>li>a {
    padding: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

#missingInfoMainDiv .enginefilterullist>li>a.active,
#missingInfoMainDiv .enginefilterullist>li>a.active:focus,
#missingInfoMainDiv .enginefilterullist>li>a.active:hover,
#missingInfoMainDiv .enginefilterullist>li>a:hover {
    color: #0A0094 !important;
    background: #FFC836 !important;
    border: none;
    cursor: pointer;
}


.anchorEngineFilter {
    color: white;
    cursor: pointer;
    background: #0A0094 !important;
    border-radius: 2px !important;
    border: 0px !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize !important;
    padding: 10px;
    text-decoration: none;
    letter-spacing: 0.06em;
}




.container label {
    color: #383838;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Figtree';
    letter-spacing: 0.01em;
}




.multiselect {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.selectBox select {
    width: 100%;
    font-weight: normal;
}


.dropdownStat {
    font-size: 14px;
    letter-spacing: 0.01em;
}


.selectBox option {
    display: none;
    min-height: 0 !important;
    padding: 0 !important;
}


.select__arrow {
    position: absolute;
    top: 47%;
    right: 5%;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #4e4e4e transparent transparent transparent;
}


.checkboxes {
    display: none;
    z-index: 999;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    max-height: 150px;
    border: 1px #dadada solid;
    width: 100%;
    position: absolute;
}


.checkboxes label {
    display: block;
}









#techbulletinsmain p {
    letter-spacing: 0.01em;
}

.main-title {
    color: #0A0094;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 35px;
    letter-spacing: 0.06em;
}



#custom-search-input .search-query {
    border-radius: 4px;
    border: none;
    background-color: #f6f6fa;
    color: #959595;
    /* opacity: 0.8; */
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 15px;
}


.clearButton {
    position: absolute;
    padding: 0px !important;
    bottom: 14px;
    right: 20px;
    color: #fff;
    background-color: initial;
    border-radius: 12px;
    border: 0;
    color: #c5c5c5;
    display: none;
}



.search-icon {
    position: absolute;
    top: unset;
    bottom: 6px;
    left: unset;
    font-size: 20px;
    right: 10px;
    cursor: pointer;
    width: 33px;
    cursor: pointer;
}

.resources-table td {
    border-bottom-width: 0;
}

.resources-table a {
    padding: 10px 0 10px 0px;
    text-decoration: none;
    color: #0A0094;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-size: 16px;

}

.resources-table  a:hover {
    opacity: 0.6;
}


.resources-table td i {
    color: #0A0094;
    font-size: 15px;
}





.not-found-class {
    letter-spacing: 0.01em;
}



.select2-container .select2-search--inline .select2-search__field {
    padding: unset;
    font-size: 14px !important;
}


.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color:#FFC836 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
    color: #0A0094;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #0A0094 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,.select2-selection__choice__remove span {
    color: white;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    padding: 4px;
    font-size: 14px;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #FFC836;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    font-size: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #FFC836;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.uploadsizenote {
    font-size: 12.5px;
    color: red;
    margin-bottom:0px;
}

.videos_div video{
    width: 100%;
}

.videos_title {
    color: #0A0094;
    letter-spacing: 0.02em;
}



@media (min-width: 992px) {
    .anchorEngineFilter {
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .main-title {
        font-size: 32px !important;
        line-height: 71px;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {

    .late-model-text {
        font-size: 10px;
    }

    .videos_title {
        font-size: 18px;
    }

}


@media (min-width: 1200px) and (max-width: 1400px) {

    .videos_title {
        font-size: 21px;
    }

}




