/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.tab {
    background-color: #00B0F0 !important;
}

.tablinks {
    border-right: 1px solid white !important;
}

#relaodCodeFirm {
    color:#00B0F0;
}

#relaodCodeFirm:hover {
    cursor: pointer;
}
#relaodCodeUser {
    color:#00B0F0;
}

.hover:hover{
    cursor: pointer;
}

#relaodCodeUser:hover {
    cursor: pointer;
}

.tab button {
    color:white !important;
}

.tab button.active {
    background-color: #00B0F0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
}

.tab button:hover {
    background-color: #FF7C05 !important;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.legal{
    width: 90% !important;
    height: 90% !important;
    top: 30px;
    margin: auto;
    overflow: auto;
}

#mobile {
    display: none;
}

footer {
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#00B0F0;
    height: 70px;
    box-shadow: 6px 0px 10px hsla(300,15%,25%,0.3) inset;
    color: white;
}

.modal-header {
    background-color: #00B0F0;
    height: 70px;
}
.modal-footer {
    height: 70px;
}

.modal-header h4 {
    color: white;
}

.modal-header span {
    color: white;
}
.modal-body{
    overflow: auto;
}
.navbar{
    background-color: #00B0F0;
}

footer a {
    color: white;

}

footer a:hover {
    color: #FF7C05;
}

.card {
    padding-bottom: 10px;
}

.card-header {
    background-color: #00B0F0;
}

.button {
    width:250px;
}

.button-designer {
    width: 100px;
    height: 100px;
    margin-bottom:20px;
}

.button-color {
    background-color: #00B0F0 !important;
    color: white !important;
}

.button-width {
    width:180px;
}

.link-color {
    color: #00B0F0 !important;
}

.link-color:hover {
   text-decoration: underline;
   text-decoration-thickness: 2px
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    footer {
        height: 100px;
    }

    .modal-header {
        height: 70px;
        padding-bottom:15px;
    }

    #mobile {
        display: block;
    }

    #desktop{
        display: none;
    }
}