@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Thin.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}


html,
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    z-index: 10;
}

*,
*::after,
*::before {
    box-sizing: border-box;

}

.preloading {
    color: #00A69C;
    display: block;
    font-size: 1.5rem;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

select::-ms-expand {
    display: none;
}

@media screen and (min-width: 992px) {
    .form-input {
        max-width: 360px;
        width: 360px;
    }
}

.form-input {
    border-radius: 0;
    height: 45px;
    padding: 10px;
}

.form-input-small {
    max-width: 100px !important;
}

.form-input-medium {
    width: 150px !important;
}

.alert {
    padding-left: 0;
}

.alert-danger {
    background-color: transparent;
    border: 0;
    color: #FB0D0D;
    font-size: 12px;
}


.input-validation-error {
    border-color: #FB0D0D;
}

.facebookStyle ion-icon {
    color: #1877F2;
}

.linkedInStyle ion-icon {
    color: #007BB5;
}

.twitterStyle ion-icon {
    color: #1DA1F2;
}

.instagramStyle ion-icon  {
    color: #C32AA3;
}

.youtubeStyle ion-icon {
    color: #FF0000;
}

.iconSize {
    font-size: 16px;
}

.dropdown-item {
    padding: 8px 1rem;
    color: inherit;
}

ion-icon {
    font-size: 16px;
}

/* Hide the input type=number stepper */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.help {
    float: right;
    font-size: 14px;
}
