.form-control {
    padding: 0.20rem 0.75rem;
}

label {
    font-weight: bold;
}

/*google maps in modal*/
.pac-container {
    z-index: 10000 !important;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #22A7F0;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.loader-small {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #22A7F0;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mfp-wrap, .mfp-container, .mfp-bg.mfp-ready {
    z-index: 2000;
}

.app-sidebar__user {
    margin-bottom: 0;
}

.app-sidebar__user-avatar {
    width: 60px;
    height: 60px;
}

.switch {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 24px;
 }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #22A7F0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #22A7F0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}



/*multiple*/

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__input__pdf-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn-box {
    padding: 5px
}
/*img*/
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
    justify-content: center;
    padding-bottom: 13px;
}

.upload__img-box {
    /*width: 200px;*/
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
/*pdf*/
.upload__pdf-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
    justify-content: center;
}

.upload__pdf-box {
    /*width: 200px;*/
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__pdf-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__pdf-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.pdf-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
