.dark {
    background-color: #2A2B30;
    color: white;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

.container h1 {
    color: #34495e;
    font-size: 36px;
    margin-bottom: 40px;
}

#button {
    background: white;
    padding: 10px 15px;
    color: #34495e;
    font-weight: bolder;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    transition: 0.4s;
}

#button:hover {
    background: #90a3b6;
    color: white;
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #f3f3f3;
    height: 400px;
    width: 700px;
    border-radius: 10px;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.5);
}

.dark-text {
    color: white;
}

.select-button {
    background-color: white;
    color: black;
    border-color: black;
}

.select-button-dark {
    background-color: #3d3d41;
    color: white;
    border: none;
}


.dropdown-menu-dark {
    background-color: #535357;
    color: white;
}


.dark-navbar {
    background-color: #535357;
    font-size: .9rem !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popup-content-dark {
    background-color: #3d3d41;
    height: 400px;
    width: 700px;
    border-radius: 10px;
    box-shadow: 6px 6px 29px -4px rgba(0, 0, 0, 0.5);
}

.closeBtn {
    position: absolute;
    color: transparent;  
    text-shadow: 0 0 0 rgb(143, 143, 143);
    right: 10px;
    cursor: pointer;
}

.closeBtn-dark {
    position: absolute;
    color: transparent;  
    text-shadow: 0 0 0 rgb(255, 255, 255);
    right: 10px;
    cursor: pointer;
}

.navbar-custom {
    background-color: #d3d7df;
    font-size: .9rem !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.navbar-custom0 {
    background-color: #d3d7df;
    color: black;
}

.navbar-custom1 {
    background-color: #535357;
    color: white;
}

.toggle-span {
    color: black;
}

.toggle-span-dark {
    color: white;
}

.navbar-brand {
    font-weight: bold;
}

.image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    transition: .2s ease;
    opacity: 1;
}

.image-div {
    height: 51px;
    width: 51px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    transition: border-width .2s ease;
    transition: transform .2s ease;
    /* padding: 4px; */
}

  .image-div:hover {
    transform: scale(1.1);
    border: 1px solid black;
}

.image-div-dark {
    height: 51px;
    width: 51px;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    transition: border-width .2s ease;
    transition: transform .2s ease;
}

.image-div-dark:hover {
    transform: scale(1.1);
    border: 1px solid white;
}

.image-div-selected {
    background-color: #d3d7df;
    height: 51px;
    width: 51px;
    border: 1.5px solid #000000;
    border-radius: 50%;
    /* padding: 4px; */
}

.image-div-selected-dark {
    background-color: #535357;
    height: 51px;
    width: 51px;
    border: 1.5px solid white;
    border-radius: 50%;
    /* padding: 4px; */
}

.caption {
    color: #7f8081;
    font-size: x-small;
}

.caption-dark {
    color: white;
    font-size: x-small;
}

.phonebook-heading {
    font-size: x-small;
    text-align: center;
    cursor: pointer;
}

.agent-heading {
    font-size: x-small;
    text-align: center;
    cursor: pointer;
}

.acd-heading {
    font-size: x-small;
    text-align: center;
    cursor: pointer;
}

.radio-one {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #7f8081;
}

.radio-two {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #7f8081;
}

.checkbox-span {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.checkbox-span input {
    vertical-align: middle;
  }

.checkbox-span label span {
vertical-align: middle;
}

.hover {
    cursor: pointer;
}

.radios {
    text-align: left;
}

.first-form {
    height: 180px;
    background-color: #e2e2eb;
    color: #7f8081;
    font-size: x-small;
}

.first-form-dark {
    height: 180px;
    background-color: #535357;
    color: #7f8081;
    font-size: x-small;
}

.pb-radio-dark {
    color: white !important;
}

.second-form {  
    height: 180px;
    background-color: #e2e2eb;
    color: #7f8081;
    font-size: x-small;
}

.second-form-dark {  
    height: 180px;
    background-color: #535357;
    color: white;
    font-size: x-small;
    text-align: left;
}

.third-form {
    height: 180px;
    background-color: #e2e2eb;
    color: #7f8081;
    font-size: x-small;
}

.third-form-dark {
    height: 180px;
    background-color: #535357;
    color: white;
    font-size: x-small;
}

.radio-one-content ul li {
    list-style-type: none;
}

.dark-mode::placeholder { 
    color: white;
 }


/* input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
} */

.heading-two {
    background-color: #e2e2eb;
    color: #7f8081;
    font-size: x-small;
    text-align: left; 
    padding-top: 7px;
    padding-bottom: 7px;
}

.heading-two-dark {
    background-color: #535357;
    color: white;
    font-size: x-small;
    text-align: left; 
    padding-top: 7px;
    padding-bottom: 7px;
}

.heading-three {
    background-color: #e2e2eb;
    color: #7f8081;
    font-size: x-small;
    text-align: left; 
    padding-top: 7px;
    padding-bottom: 7px;
}

.heading-three-dark {
    background-color: #535357;
    color: white;
    font-size: x-small;
    text-align: left; 
    padding-top: 7px;
    padding-bottom: 7px;
}

.red-circle {
    display: inline-flex;
    justify-content: flex-start;
    background-color:red;
    height: 10px;
    border-radius:50%;
    width: 10px;
}

.green-circle {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background-color:rgb(83, 223, 83);
    height: 10px;
    border-radius:50%;
    width: 10px;
}

.line {
    color: #7f8081;
    font-size: x-small;
    text-align: left; 
}

.line-dark {
    color: white;
    font-size: x-small;
    text-align: left; 
}

.lines-content {
    padding-left: 15px;
    text-align: left;
    cursor: pointer;
}

.letters {
    color: #7f8081;
    font-size: x-small;
    text-align: center; 
}

.letters-dark {
    color: white;
    font-size: x-small;
    text-align: center; 
}

.letter-dark {
    color: white;
}

.number {
    color: #7f8081;
    font-size: small;
    text-align: center; 
}

.number-dark {
    color: white;
    font-size: small;
    text-align: center; 
}

.numkey {
    border: 1px solid #d3d7df;
    margin: 5px;
    border-radius: 5px;
    padding: 0px;
    cursor: pointer;
}

.numkey:hover{
    background-color: #7f8081;
    color: white;
}
.numkey:hover .letters {
    background-color: #7f8081;
    color: white;
}

.numkey-dark:hover {
    background-color: #7f8081;
    color: white;
}


.selected {
    background-color: #e2e2eb;
    color: #7f8081;
}

.unselected {
    background-color: #cfcfcf;
    color: #7f8081;
}

.selected-dark {
    background-color: #535357;
    color: white;
}

.unselected-dark {
    background-color: #38383b;
    color: white;
}

.numkey {
    width: 50px;
    color: #7f8081;
    font-size: small;
    text-align: center; 
    border-color: #7f8081;
}

.second-form {
    text-align: left;
}

.service-container {
    list-style-type: none !important;
    border: 1px solid #7f8081;
    height: 100px;
}

.acd-container {
    height: 100px;
    text-align: left;
    font-size: smaller;
}

.placeholder {
    visibility: hidden;
}

.placeholder-dark {
    visibility: hidden;
}

.schedule-image {
    display: none;
}



.dmf-tones {
    display: none;
}

ul li {
    transition: .1s ease;
}

.phone-book-li-hover:hover {
    background-color: rgba(52, 52, 255, 0.8);
    color: white !important;
    cursor: pointer;
}

.lines-content {
    transition: .1s ease;
}

.lines-content:hover {
    background-color: rgba(52, 52, 255, 0.8);
    color: white;
    cursor: pointer;
}

.lines-content:hover .line {
    color: white;
}
