.form-group label {
    margin-bottom: 10px;
    font-weight: 500;
}

.select2-results__option .flag-img,
.select2-selection__rendered .flag-img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.job-item__content.flex-column h6 {
    width: initial;
    margin-right: 10px;
}
.country_images img{
    max-width: 32px;
    border-radius: 2px;
}

.skeleton {
    background: #e2e2e2;
    border-radius: 4px;
    min-height: 14px;
    display: inline-block;
    width: 100%;
}

.skeleton-img {
    width: 40px;
    height: 25px;
    background: #d8d8d8;
    border-radius: 4px;
}

.skeleton-btn {
    width: 120px;
    height: 38px;
    border-radius: 30px;
    display: inline-block;
    background: #d8d8d8;
}

.w-24{
    width: 24px;
}

.blink-border {
    animation: blinkBorder 0.6s linear infinite;
}

@keyframes blinkBorder {
    0% { border: 3px solid rgb(12, 123, 0); }
    50% { border: 3px solid transparent; }
    100% { border: 3px solid rgb(12, 123, 0); }
}

.copy-btn{
    cursor: pointer;
    margin-left: 6px;
    opacity: 0.3;
    font-size: 12px;
}

.copy-btn:hover{
    opacity: 1;
}

.fm_input_bind{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.cp_fm{
    transform: translateX(-20px);
}