.title{
    color: white;
    background-color: rgb(0, 0, 0);
    margin: 0px;
    padding: 1px;
    font-size: xx-large;
    font-family: 'Courier New', Courier, monospace;
    border-bottom: 1px solid white;
}
a{
    all: unset;
}
a:hover{
    cursor: default;
}
.horizontalnav{
    display: flex;
    justify-content: space-around;
    align-content: center;
}

ul.verticlebar{
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: large;
    display: flex;
    flex-direction: column;
    color: whitesmoke;
}

ul.navbar{
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 10px;
    color: aliceblue;
    font-size: 15px;
}
li.navbar{
    display: inline-block;
    padding: 10px;
}
li.navbar:hover{
    border-bottom: whitesmoke;
    cursor: pointer;
    background-color: rgb(0, 0, 0)
}

.input {
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    width: 100%;
    height: 300px;
    background-color: rgb(0, 0, 0);
    color: white;
}
.domain{
    background-color: rgb(0, 0, 0);
    color: white;
}
.margin{
    margin-top: 10px;
}
.domaintitle{
    margin-top: 5px;
    color: white;
    text-align: center;
    font-size: large;
    border: 2px solid rgb(114, 97, 97);
    background-color: rgb(61, 61, 61);
}
.emainingomains , .RLremovedBox{
    background-color: rgb(1, 37, 31);
}
.remainingTitle , .removetitle{
    font-family: monospace;
    border: 2px solid rgb(189, 185, 185);
    font-size: x-large;
    background-color: rgb(217, 11, 4);
}
.MFradio{
    display: flex;
    justify-content: space-evenly;
}
.border{
    border: 1px solid black;
    border-radius: 4px;
}
.pOptions,.pInsert,.pModify,.MFoptions,.pNotContain,.RLoptions{
margin: 3px;
color: white;
}
.insert{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}
.pinsertradio{
margin-left: 20px;
margin-bottom: 5px;
}
input[type="number"],.ptext,.MFtext{
    color: white;
    background-color: black;
}
.BTNs{
    min-width: 180px;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap */
    padding: .5%;
    margin: 10px;
    justify-content: center;
    align-items: center;
    /* background-color: blue; */
    width: 35%;
    /* border-radius: 10px; */
    border: 1px solid white;

}
.button{
    font-size: 15px;
    background-color: rgb(216, 216, 216);
    margin: 0px 3px;
    flex-basis: 200px;
    padding: 3px;
    flex-grow: 1;
    /* padding-left: 40%; */
    /* padding-right: 40%; */
}
.button:hover{
    color: white;
    background-color: rgb(0, 0, 0);
    /* border: 1.5px solid black; */
}

.active{
    background-color: black;
}
.sactive{
background: linear-gradient(to bottom, rgba(237, 55, 55, 0.05) 0%, rgba(237, 55, 55, 0.1) 100%) !important;
    border-color: #ed3737 !important;
    color: #ed3737 !important;
}
.displaynone{
    display: none !important;
}