
.modal-table {
    width: 50vw;
    height: fit-content;
    padding-bottom: 1vh;

    color: white;
    background-color: rgba(var(--seccondary), 1);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);

    border-radius: 4px;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-table>.close {
    position: absolute;
    right: 1vw;
    top: 1vw;
    font-size: 2.3vh;
}

.modal-table>.title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 1vh 0;
}

.modal-table table {
    width: 90%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    color: white;
    border-collapse: collapse;

    max-height: 95%;
    overflow-y: scroll;
}


.modal-table table thead {
    height: 3vh;
}

.modal-table table thead tr th {
    color: white;
}

.modal-table table tbody {
    width: 100%;
}

.modal-table table tbody tr {
    border-bottom: 1px solid rgb(99, 98, 98);
    height: 5vh;
    transition: 0.1s;
}

.modal-table table tbody tr:last-child {
    border: none;
}

.modal-table table tbody tr:hover {
    background-color: rgba(44, 44, 44, 0.479);
    transition: 0.1s;
    cursor: pointer;
}

.modal-table table tbody tr td {
    text-align: center;
    color: white;
    border-spacing: 0px;
}

.modal-table table tfoot {
    height: 3vh;
}


.modal-table table tfoot tr>.pag a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: white;
    background-color: rgb(80, 80, 80);
    transition: 0.2s;
}

.modal-table table tfoot tr>.pag a:hover {
    color: rgb(155, 155, 155);
    background-color: rgb(66, 66, 66);
    transition: 0.2s;
}

.fancySearchRow th input {
    outline: none;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    width: 15vw;
    font-weight: 500;
    padding: 10px;
    background-color: rgba(var(--primary), 1);
}

.modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25vw;
    height: fit-content;
    border-radius: 3px;
    background-color: rgba(var(--primary));
    color: white;
    z-index: 99;
    border-radius: 2px;
}

.modal>.title {
    text-align: left;
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    margin-left: 46px;
}

.modal>.desc {
    text-align: left;
    margin-top: 5px;
    font-size: 10px;
    color: gray;
    margin-left: 46px;
}

.modal>.inputs {
    display: flex;
    flex-direction: column;

    align-items: center;

    margin-top: 3vh;
}

.modal>.inputs>.content p {
    font-size: 15px;
}

.modal>.inputs>.tags-parent {
    display: flex;
    width: 80%;
    background: rgba(40, 53, 66, 1);
    min-height: 3vh;
    flex-wrap: wrap;
}

.modal>.inputs>.tags-parent>.tags {
    display: flex;
    /* flex-wrap: wrap; */
    border-radius: 5px;
    width: 100%;
    flex-wrap: wrap;
}

.modal>.inputs>.tags-parent>.tags div {
    font-size: 13px;
    padding: 0 3px;
    background: rgba( 30, 33, 41, 1);
    border-radius: 3px;
    margin-left: 3px;
    align-items: center;
    display: flex;
    height: 2.6vh;
    /* align-self: center; */
    margin-top: 0.2vh;
}

.modal>.inputs>.tags-parent>.tags div i {
    height: 15px;
    width: 15px;
    margin-left: 8px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #dfdfdf;
    justify-content: center;
    align-items: center;
    display: flex;
    color: black;
}

.modal>.inputs>.tags-parent>.tags input {
    height: 3vh;
    border: none;
    outline: none;
    background-color: rgba(40, 53, 66, 1);
    color: white;
    font-size: 12px;
    /* border-bottom: 1px solid gray; */
    margin: 0 !important;
    margin-left: 3px !important;
    flex: 1;
}

.modal input {
    width: 80%;
    height: 3vh;
    border: none;
    outline: none;

    background-color: rgb(42, 45, 52);
    color: white;
    font-size: 12px;

    margin-bottom: 10px !important;
}

.floating-fieldset {
  position: relative;
  border: 1px solid white;
  border-radius: 6px;
  padding: 12px 10px 8px; 
  margin-top: 5px;
  color: white;
  width: 76.3%; 
  transition: border 0.2s ease, color 0.2s ease;
}

.floating-fieldset legend {
  font-size: 14px;
  padding: 0 8px;
  color: white;
  transition: color 0.2s ease;
}

.floating-fieldset:focus-within {
  border-color: #a5c3dc;
}

.floating-fieldset:focus-within legend {
  color: #a5c3dc;
}

.floating-fieldset textarea {
 
  width: 100%;
  min-height: 4.5em;         
  background: transparent;
  border: none;
  outline: none;
  resize: none;          
  color: white;
  font-size: 13px;
  line-height: 1.3;           
  box-sizing: border-box;
    overflow-y: auto
}

.modal select {
    width: 82.6%;
    max-width: 82.6%;
    min-width: 82.6%;
    min-height: 6vh;
    height: 6vh;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 5px;
    text-align: center;
}

.modal select option {
    justify-content: center;
    height: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    background-color: #475663;
    text-align: center;
    margin-bottom: 7px;
    border-radius: 2px;

}

.modal select option:hover {
    cursor: pointer;
}

.modal select option:checked {
    background-color: rgba(0, 0, 0, 0.207);
}

.modal>.submit {
    width: 80%;
    height: 4.2vh;

    font-size: 12px;

    position: relative;
    left: 50%;
    transform: translate(-50%, -0%);

    background-color: rgba(140, 81, 81, 1);

    color: white;

    border-radius: 2px;
    margin: 2vh 0;

    justify-content: center;
    align-items: center;

    display: flex;
}

.modal .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
    border-radius: 2px;
    padding: 8px;
}

.modal .close:hover {
    background-color: rgb(42, 45, 52, 0.5);
    cursor: pointer;
}