/*============================================
 | Table                                     |
 ============================================*/

.table th {
    padding: 1.5rem 0.75rem;
    font-size: 1.1rem;
}

/*============================================
 | Sorting                                   |
 ============================================*/

.sortable {
    padding-right: 2rem !important;
    position: relative;
    cursor: pointer;
}

.sortable:before,
.sortable:after {
    position: absolute;
    bottom: 1.3rem;
    display: block;
    opacity: 0.3;
}

.sortable:before {
    right: 1em;
    content: "\2191";
}

.sortable.sort_asc:before {
    opacity: 1;
}

.sortable:after {
    right: 0.5em;
    content: "\2193";
}

.sortable.sort_desc:after {
    opacity: 1;
}

.rtl .sortable {
    padding-right: 0.75rem;
    padding-left: 2rem;
}

.rtl .sortable:before {
    left: 1em;
    right: auto;
}

.rtl .sortable:after {
    left: 0.5em;
    right: auto;
}

/*============================================
 | Pagination                                |
 ============================================*/

.sharek-pagination .page-item {
    margin: 0 5px;
}

.sharek-pagination .page-item .page-link {
    color: #716aca;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.2rem;
    text-align: center;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: none;
    cursor: pointer;
    display: inline-block;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: 0.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}

.sharek-pagination .page-item:first-child .page-link,
.sharek-pagination .page-item:last-child .page-link {
    background-color: #ebe9f2;
    color: #000;
}

.sharek-pagination .page-item.active .page-link,
.sharek-pagination .page-item .page-link:hover,
.sharek-pagination .page-item .page-link:active,
.sharek-pagination .page-item .page-link:focus {
    background: #716aca;
    color: #fff;
}

.sharek-pagination .bootstrap-select {
    width: 70px !important;
}

.sharek-pagination .bootstrap-select .dropdown-toggle {
    border-radius: 20px !important;
    height: 2.25rem;
    padding: 0.45rem 1rem;
    border: 0 !important;
    color: #3f4047;
    background: #ebe9f2;
}

.sharek-pagination .bootstrap-select.show .dropdown-toggle,
.sharek-pagination .bootstrap-select .dropdown-toggle:hover,
.sharek-pagination .bootstrap-select .dropdown-toggle:active,
.sharek-pagination .bootstrap-select .dropdown-toggle:focus {
    color: #fff !important;
    background: #716aca;
}

/*============================================
 | Error Page                                |
 ============================================*/

.rtl .m-error-1,
.m-error_container {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*============================================
 | Global Page                               |
 ============================================*/

.m--margin-top-none {
    margin-top: 0;
}

.m-checkbox > input {
    left: 0;
    right: 0;
}

.m-form .form-control-feedback {
    color: #f4516c;
}

.rtl .m-checkbox > span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rtl .datetimepicker thead th.prev > span:before {
    content: "\f112";
}

.rtl .datetimepicker thead th.next > span:before {
    content: "\f111";
}

.m--profile-cover {
    background: url("../admin/assets/app/media/img/misc/user_profile_bg.jpg");
    background-size: cover;
}

#m_ver_menu {
    position: relative;
}

.progress-bar-5 {
    width: 5%;
}

.progress-bar-10 {
    width: 10%;
}

.progress-bar-15 {
    width: 15%;
}

.progress-bar-20 {
    width: 20%;
}

.progress-bar-25 {
    width: 25%;
}

.progress-bar-30 {
    width: 30%;
}

.progress-bar-35 {
    width: 35%;
}

.progress-bar-40 {
    width: 40%;
}

.progress-bar-45 {
    width: 45%;
}

.progress-bar-50 {
    width: 50%;
}

.progress-bar-55 {
    width: 55%;
}

.progress-bar-60 {
    width: 60%;
}

.progress-bar-65 {
    width: 65%;
}

.progress-bar-70 {
    width: 70%;
}

.progress-bar-75 {
    width: 75%;
}

.progress-bar-80 {
    width: 80%;
}

.progress-bar-85 {
    width: 85%;
}

.progress-bar-90 {
    width: 90%;
}

.progress-bar-95 {
    width: 95%;
}

.progress-bar-100 {
    width: 100%;
}

.progress-bar-105 {
    width: 100%;
}

/*============================================
 | Calendar                                  |
 ============================================*/

.fc-month-button,
.fc-list-button,
.fc-today-button {
    text-transform: capitalize;
}

/*============================================
 | Login Page                                |
 ============================================*/

.m-login__form .invalid-feedback {
    display: block;
    text-align: left;
}

.rtl .m-login__form .invalid-feedback {
    display: block;
    text-align: right;
}

.m-login-image {
    background-color: #000;
}

/*============================================
 | Error Page                                |
 ============================================*/

.m-error-1 {
    background-image: url("../admin/assets/app/media/img/error/bg1.jpg");
}

/*============================================
 | Venues Form                               |
 ============================================*/

.form-group #map {
    width: 100%;
    height: 400px;
}

#visa_per_country_chart,
#visa_per_country_map {
    height: 500px;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.sign-in-color {
    background-color: #000;
    border: 0;
}
.toast {
    display: none;
    padding: 6px 6px;
    position: absolute;
}
