@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Karla', sans-serif;
}

body {
    overflow-x: hidden;
}

a {
    color: #323232;
    text-decoration: none;
}

a:hover {
    color: #212529;
}

.card {
    border: 0;
    background: #f8f8f8;
    border-bottom: 3px solid #323232;
    padding: 35px 30px;
}

label {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #323232;
    display: block;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fafafa;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(159 159 159 / 25%);
}

.form-group {
    margin: 10px 0px;
}

.form-control {
    color: #323232;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c3c3c3;
}

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

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #323232 !important;
    color: white;
}

textarea {
    border-radius: 6px;
    border-color: #c3c3c3;
    padding: 0.375rem 0.75rem;
}

textarea:focus {
    outline: 0px !important;
    box-shadow: 0 0 0 0.25rem rgb(159 159 159 / 25%);
    border-color: #fafafa;
}

.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.file>input[type='file'] {
    display: none
}

.file>label {
    width: 100%;
    line-height: 40px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-color: #c3c3c3;
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    background: #fff;
    color: #4f4f4f;
    padding-left: 16px;
    padding-right: 16px;
    /* padding-top: 2px; */
    /* padding-bottom: 16px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.file>label:hover {
    border-color: #323232;
    color: white;
    background-color: #323232;
    border-color: #323232;
}

.file>label:active {
    background-color: hsl(0, 0%, 96%);
}

.file>label>i {
    padding-right: 5px;
}

.avtar {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.avtar:hover {
    transform: scale(1.1);
}

.gif {
    width: 110px;
    margin: 0 auto;
}

.error {
    color: red !important;
    font-size: 16px !important;
}

.error {
    padding-top: 5px;
}
