.labelSpan{
    max-width: 10rem !important;
    min-width: 10rem !important;
    height: 32px;;
}

.obj{
    margin-top: 10px !important;
}

th{
    border: none;
    text-align: center;
}

.row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.dropdown {
    background-color: white;
    display: flex;
    flex-direction: column;
    border: 1px solid gray;
}
.dropdown:empty{
    border: none;
}

.dropdown-row {
    cursor: pointer;
    text-align: start;
    margin: 2px 0;
}

.btn {
    margin-left: 5px;
   
}

.link-input{
    width: 62rem;
    max-width: 75rem;
}

.item{
    list-style-type: none;
    margin-right: 2rem;
}

.key-title {
    margin-top: 1px;
    margin-bottom: 0;
}

.required::after{
    content: " *";
    color: red;
    font-size: large;
    font-weight: bolder;
}

.accordion-keyword {
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px !important;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
}

.accordion-button {
    width: 100% !important;
    border-radius: 25px !important;
    border-style: solid;
    background-color: rgb(241, 241, 241);
    margin-top: 5px;
}
loader {
    
    position: absolute;
    z-index: 20;
    opacity: 70%;
    background-color: #171c1d;
    
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

loader .errorMessage {
    color: rgb(231, 51, 51) !important;
}

loader .successMessage {
    color: rgb(24, 168, 48) !important;

}

loader .loadMessage{ 
    color: rgb(199, 199, 199);
}

loader .spinner {
    width: 25rem;
}

.form-select {
    height: 32px;
}

.warning {
    color: red;
    font-size: x-small;
    font-style: italic;
    margin-left: 11rem;
}