body {
    width: 1024px;
    font-size: 100%;
    background: #9300d5;
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    background: #F5F5F5;
    padding: 50px 100px;
    margin-top: 50px;
}

.help {
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
}

.label {
    font-weight: bold;
}

input[type=text] {
    padding: 5px;
    width: 100%;
    border-radius: 3px;
}

input[type=submit] {
    padding: 10px 40px;
    cursor: pointer;
    background-color: #3366CC;
    color: #FFF;
    font-weight: bold;
    border-radius: 20px;
}

input[type=submit]:hover {
    background-color: #000;
}

.error {
    padding: 30px 50px;
    color: #000;
    background-color: #FFFFCC;
    border: 3px solid #000;
}

.successbox {
    padding: 30px 50px;
    color: #000;
    background-color: #ffffcc;
    border: 3px solid #FF00FF;
    font-weight: bold;
}

.successbox p input[type=text] {
    padding: 3px;
    width: 50%;
    border-radius: 7px;
}

form .form-control {
    border: 1px solid #184e8d;
    color: #3f587e !important;
    background-color: #fff !important;
    border-radius: .55rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    line-height: 1.65 !important
}

form .form-control {
    /*border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important*/
}

.select2-container--default .select2-selection--single {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important
}

.dataTables_filter .form-control {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important
}

.dataTables_length .form-control {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important
}

.dt-buttons a {
    border: 0 !important
}

.select2-container--default .select2-selection--single {
    border-color: #184e8d !important
}

.app-color {
	color: #9300d5!important;
}

.ui-block {
    background: #f6e0ff;
    border-radius: 15px !important;
    /*border: 1px solid #afcfff !important;*/
    margin-bottom: 20px !important
}
.alert.alert-dismissible {
    padding-right: 30px !important;
}

.alert {
    margin-bottom: 0!important;
    padding: 8px 25px !important;
    border-top-right-radius: 21px !important;
    border-bottom-left-radius: 21px !important;
    font-size: 14px !important;
    max-width: inherit!important;
}
.alert-dismissible .close {
    top: -15px!important;
    color: #ffffff!important;
    padding: 1.3rem .1rem 1rem 1rem!important;
    opacity: 1;
}

.alert-primary {
  background-color: #4466d8!important;
  color: #ffffff!important;
  border-color: #2f55d4!important;
}

.alert-primary .alert-link {
  color: #122258!important;
}

.alert-outline-primary {
  background-color: #ffffff!important;
  color: #2f55d4!important;
  border-color: #2f55d4!important;
}

.alert-secondary {
  background-color: #65799f!important;
  color: #ffffff!important;
  border-color: #5a6d90!important;
}

.alert-secondary .alert-link {
  color: #1f2632!important;
}

.alert-outline-secondary {
  background-color: #ffffff!important;
  color: #5a6d90!important;
  border-color: #5a6d90!important;
}

.alert-success {
  background-color: #3ed397!important;
  color: #ffffff!important;
  border-color: #2eca8b!important;
}

.alert-success .alert-link {
  color: #124d35!important;
}

.alert-outline-success {
  background-color: #ffffff!important;
  color: #2eca8b!important;
  border-color: #2eca8b!important;
}

.alert-warning {
  background-color: #f3833d!important;
  color: #ffffff!important;
  border-color: #f17425!important;
}

.alert-warning .alert-link {
  color: #753208!important;
}

.alert-outline-warning {
  background-color: #ffffff!important;
  color: #f17425!important;
  border-color: #f17425!important;
}

.alert-info {
  background-color: #1ab6cf!important;
  color: #ffffff!important;
  border-color: #17a2b8!important;
}

.alert-info .alert-link {
  color: #062a30!important;
}

.alert-outline-info {
  background-color: #ffffff!important;
  color: #17a2b8!important;
  border-color: #17a2b8!important;
}

.alert-danger {
  background-color: #e75566!important;
  color: #ffffff!important;
  border-color: #fff!important;
}

.alert-danger .alert-link {
  color: #79111d!important;
}

.alert-outline-danger {
  background-color: #ffffff!important;
  color: #e43f52!important;
  border-color: #e43f52!important;
}

.alert-dark {
  background-color: #465467!important;
  color: #ffffff!important;
  border-color: #3c4858!important;
}

.alert-dark .alert-link {
  color: black!important;
}

.alert-outline-dark {
  background-color: #ffffff!important;
  color: #3c4858!important;
  border-color: #3c4858!important;
}

.alert-muted {
  background-color: #939fb1!important;
  color: #ffffff!important;
  border-color: #8492a6!important;
}

.alert-muted .alert-link {
  color: #3d4654!important;
}

.alert-outline-muted {
  background-color: #ffffff!important;
  color: #8492a6!important;
  border-color: #8492a6!important;
}

.alert-light {
  background-color: white!important;
  color: #ffffff!important;
  border-color: #f8f9fc!important;
}

.alert-light .alert-link {
  color: #8d9dce!important;
}

.alert-outline-light {
  background-color: #ffffff!important;
  color: #f8f9fc!important;
  border-color: #f8f9fc!important;
}

/* Adjusted styles for the toggle switch */
.custom-switch .custom-control-label {
  padding-left: 60px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  transform: translateX(-25px);
}

.custom-switch .custom-control-label::before {
  width: 72px;
  height: 32px;
  top: 4px;
}

.custom-switch .custom-control-label::after {
  width: 30px;
  height: 27px;
  top: 7px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #9300d5!important;
    background-color: #9300d5!important;
}