/* Plugin custom css */
span.errormsg {
    color: red;
}
.file-upload-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0098CE;
    border-color: #0098CE;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
    width:175px;
  }
  .file-upload-button:hover {
    background-color: #0098CE;
  }
  input[type="text"] {
    margin-right: 8px;
}
@media (max-width: 768px) {
.store_basic{
    width: 100%;
    /* text-align: center; */
  }
}
  @media (min-width: 768px) {
    .store_basic {
    width: 100%;
      /* text-align: center; */

    }
  }
  input[type=radio]:checked::before {
    background-color: unset;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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%;
}
 
.form-table th {
    vertical-align: top;
    text-align: center;
    padding: 10px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
}
.store_personale {
    background-color: #fff !important;
    box-shadow: 0px 0px 4px #00000073;
    border-radius: 10px;
    padding: 20px;
}
.container.mycontainer {
    max-width: 1024px;
}
.removeBtn{
    padding: 5px 10px;
    border-radius: 10px;
    border: #0098CE 2px solid;
    background-color: #fff;
    color: #0098CE;
}
.aboutpageImage{
    height: 200px; 
    width: 100%;
}
.footer-text-label{
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
    display: flex;
    padding-left: 20px;
}
@media screen and (max-width: 1024px){
    .file-upload-button {
        width: 165px !important;
    }
    input[type="text"] {
        width: 100% !important;
    }
    .form-table th {
        font-size: 18px !important;
    }
    .footer-text-label{
        padding-left: 0px !important;
    }
}
@media screen and (max-width: 768px) {
    .col-6{
        width: 100% !important;
    }
}
@media screen and (max-width: 424px) {
    tbody.store_personale_flex {
            flex-direction: column;
        }
     .file-upload-button {
            width: 100% !important;
    }
}