* {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}

body {
    background-color: #808080c7;
    font-size: 130%;
    margin: 0px;
    /* background-image: url(../img/grid.png);
    background-repeat: repeat; */
}

.htaccess-generator, .add-text, .cron-generator, .more-tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.heading {
    margin-right: 354px;
}

#fielName {
    width: 637px;
}

#addedTextCommand, #replaceText {
    margin-top: 0px;
}

#searchText, #replaceText, #addedTextCommand { 
    resize: none;
}

.input-container {
    position: relative;
    display: inline-block;
}

#page-banner {
    width: 800px;
}

#replaceText, .snippet, #searchInput, #searchbarInput, .option-btn, .initial-btn, .clicked, .dns_button, #cronTime, #command, #examples, #customCronID, #generatedCron, .email-tester, #urlInput, #domainInputHW, #redirectUrlInput {
    border: solid 1px;
    border-color: black;
}
p, select, .input-container, .button-container {
    display: inline-block;
}

.email-tester {
    margin-right: 2px;
}

#urlInput {
    margin-right: -4px;
}

#dnsForm {
    margin-right: 19px;
}

#moreTools {
    margin-right: 8px;
}

#wrapper {
    margin-right: 8px;
}

#examples {
    height: 245px;
    min-height: 245px;
}

#initialButtons {
    margin-right: 45px;
}

.active {
    border: solid 2px;
}

::-webkit-scrollbar {
    width: 0px;
}

textarea {
    margin-top: 20px;
    height: auto;
    outline: none;
    overflow: hidden;
    resize: none; 
    min-height: 350px; 
    width: 780px;
    margin-right: 24px;
}

#myInput {
    width: 185px;
}

#destination {
    width: 184px;
}

#pattern {
    width: 90px;
}

.line {
    margin-left: 53px;
}

#bottomButtons {
    margin-left: 7px;
}

button, .dns_button, #testEmailButton, #redirectButton, #checkSSLbutton, #hwButton {
    user-select: none;
    height: auto;
    width: 94px;
    cursor: url(../img/pointer.cur), auto;
}

#redirectButton {
    width: 110px;
}

#footerLink {
    cursor: url(../img/pointer.cur), auto;
}


button.disappear {
    animation: disappear 1.5s linear forwards;
}

@keyframes disappear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        cursor: default;
    }
}

.table_buttons {
    margin-left: -3px;
}

.table {
    margin-right: 18px;
}

#options {
    position: absolute;
    width: 191px;
    margin-top: 4px;
}


.custom-br, .second-br {
    height: 1px; 
    display: block;
    content: "";
    margin: 1.5px auto;
    width: 100%;
}


#duplicate_button, #cut_line_button, #button_x, #cut_tags {
    width: 25px;
    padding: 0px 0px 0px 0px;
}

#addTextInputs {
    margin-right: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#comment {
    width: 285px;
}

#result{ 
    width: 780px;
}

#pattern, #destination, #myInput, #comment, #domainInput, .one_liners, #myTextarea, #options, #output, #fielName {
    border: solid 1px black;
}

#domainInput{
    width: 677px;
}
#myTextarea {
    -webkit-user-select: text; /* Safari */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* Internet Explorer/Edge */
    user-select: text; /* Standard syntax */
}
.one_liners {
    height: auto;
    min-height: 13px;
    resize: vertical;
}

.dark-mode {
    position: fixed;
    left: 98%;
    cursor: url(../img/pointer.cur), auto;
    top: 7px;
}

#cronGenerator { 
    display: inline-block;
}

#cronMenuTime {
    height: 14px;
}

.container {
    display: flex;
    align-items: center;
}

.container div {
    margin-right: 8px;
}

#command {
    min-height: 17px;
    width: 545px;
    margin-right: 0px;
    white-space: nowrap;
    resize: none;
    overflow-y: hidden;
}

#commandID {
    margin-top: -13px;
}
#cronCheckboxes {
    position: static;
    margin: -5px 510px -12px -20px;
}
#cronContainer {
   margin-left: 5px; 
}

#cronTime {
    height: 24px;
}

#replaceText{
    min-height: 80px;
}

#output {
    min-height: 3px;
    height: 17px;
    width: 125px;
}

#generatedCron {
    min-height: 40px;
    height: 40px;
}

#customCronID {
    margin: 3px -4px 2px 3px;
}

.custom-cron-close {
    left: 487px;
    height: 25px;
    width: 28px;
    border: 1px solid black;
    margin: 3px 0px 2px -1px;
}

.htaccess-heading {
    margin-right: 200px;   
}

.add-text-h {
    margin-right: 62px;
}

.cron-generator-head {
    margin-right: 559px;
}

#result li, #result p, #result h1, #result h2, #result ul {
    -webkit-user-select: text; /* Safari */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* Internet Explorer/Edge */
    user-select: text; /* Standard syntax */
    margin-left: 15.5px;
}


#result p {
    margin-left: 5px 0px 0px 21.5px;
}

#result ul {
    list-style-type: none;
}

#result li {
    margin: 0px 40px 0px -35px;
}


.dns-result-output {
    border: 1.8px solid black;
}


/* Style the navigation bar */
.topnav {
    overflow: hidden;
    background-color: #9d9d9d;
    position: sticky;
    top: 0;
    z-index: 1000; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: solid 1.7px;
    padding-right: 183px;

}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.activated {
  background-color: #4CAF50;
  color: white;
  border: solid 1.5px black;
}
.copy-clear {
    position: relative;
}
.replace-text.disabled {
    display: none;
}

/* FIX 
#moreToolsMain input change to the corresponding inputs  {
    width: 500px;
}
*/
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3c3c3c;
    text-align: center;
    margin-top: 335px;
}

h3{
    margin: 10px 0px -10px 0;
}

#searchbarInput {
    width: 778px;
}

.snippet {
    margin: 0;
    padding: 0;
}

#book-list ul {
    margin: 0;
    padding: 0;
    margin: 15px 0px 0px 0px;
}

#git {
    min-height: 500px;
}

#vhost{
    min-height: 215px;
}

.loshomie {
    display: none;
}