﻿.universalInventionFormHeight {
    height: 634px;
}
.custom-width{
    width:68px;
}

.add-collaborator-color {
    color: #1AC7DE;
}
.notice {
    color: #E71D36;
}
.cfr-employee-invention {
    color: #E71D36;
    text-decoration-line:underline;
}
.w-98 {
    width: 98%;
}
.gap-52 {
    gap: 52px;
}
.country-code-height {
    height: 200px
}
@media(min-width:992px) and (max-width:1164px) {
    .gap-52 {
        gap: 0px;
    }
    .margin-left-auto{
        margin-left:auto;
    }
}
@media(min-width:768px) and (max-width:930px){
    .gap-52 {
        gap: 0px;
        
    }
    .margin-left-auto {
        margin-left: auto;
    }
}


@media(min-width:900px) and (max-width:1200px) {
    .custom-width {
        width: 60px;
    }
}

@media(min-width:610px) and (max-width:899px) {
    .w-5 {
        width: 60px;
    }
}

@media(min-width:501px) and (max-width:609px) {
    .w-5 {
        width: 60px;
    }
}

@media(min-width:280px) and (max-width:500px) {
    .w-5 {
        width: 60px;
    }
}