﻿.no-bg {
    background: none !important;
}

.pull-right {
    float: right;
}

@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
    .edit-title {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 1199px) {
    .ibs-large-container {
        max-width: 1024px;
    }
}

@media screen and (max-width: 1199px) {
    .ibs-wide-container {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1200px) {
    .ibs-wide-container {
        max-width: 100%;
    }
}

@media screen and (min-width: 1920px) {
    .ibs-wide-container {
        max-width: 1500px;
    }
}

#main-support-section {
    width: 50%;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
select, 
.v-select:hover,
.vs__dropdown-toggle,
.vs__search,
.vs__search:hover,
.vs__selected,
.vs__selected-options,
.vs__selected-options:hover,
.vs__dropdown-toggle,
.vs--searchable,
.vs__dropdown-toggle
{
    cursor: pointer !important;
}