.form-control {
    border: 1px solid #cccccc;
    padding: 15px;
    margin-top: 5px;
    font-size: larger;
}

.submitButton{
    padding: 10px;
    margin-top: 5px;
    font-size: larger;
    background-color: green;
    border-radius: 5px;
    border: 1px solid green;
    color: white;
    margin-top: 20px;
}
.form-switch .form-check-input:after {
    transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
    content: "";
    width: 1.8rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 1px solid #ced4da;
    position: absolute;
    background-color: #fff;
    transform: translateX(1px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    top: 1px;
    left: -3px;
}
.form-check-label, .form-check-input[type="checkbox"] {
    cursor: pointer;
    margin-top: 15px;
}
.form-switch .form-check-input {
    position: relative;
    background-color: #ced4da;
    height: 2rem;
    width: 5rem;
    margin-top: 15px;
}
.form-switch .form-check-input:checked:after {
    transform: translateX(55px);
    border-color: #227825;
}
.form-check-label, .form-check-input[type="checkbox"] {
    cursor: pointer;
    margin-top: 15px;
}
.form-switch .form-check-input:checked {
    border-color: #42424a;
    background-color: #129918;
}
.form-check-label {
    font-size: 0.875rem;
    font-weight: 400;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
   .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
  }
  
  /* The Close Button */
   .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }  
  .mb-md-0 {
    margin-bottom: 0 !important;
    max-width: none;
}
/* end modal */

.card .card-header {
    padding: 1.5rem;
    margin-right: 10px;
}

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #1a73e8 0%, #1a73e8 100%);
}
.shadow-primary {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px #49a3f1 !important;
}

.text-info {
    color: #f0f2f5 !important;
    padding-left: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .btn {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-secondary {
    color: #cccccc;
    border-color: #cccccc;
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 10px;
    width: 150px;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    padding-bottom: 5px;
    padding-top: 5px;
}
.label {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #7b809a;
    margin-left: 0.25rem;
    margin-top: 20px;
    font-size: larger;
    font-weight: bold;
    color: #007bff;
}
.succesMsg{
    text-align: center;    
    font-weight: 400;
    margin-top: 30px;
    color: green;
    font-weight: bold;
    font-size:larger
}
.errorMsg{
    text-align: center;    
    font-weight: 400;
    margin-top: 30px;
    color: red;
    font-weight: bold;
    font-size:larger
}
.errorFormMsg{
    text-align: center;    
    font-weight: 400;
    margin-top: 30px;
    margin-left: 10px;
    color: red;
    font-weight: bold;
    font-size:large;
}