/* your styles go here */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

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

.switch p {
    margin-left: 70px;
    margin-top: 4px;
}

.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: #263c54;
}

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

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%;
}
.select2-container{
    width: 100%!important;
}
.image-upload .thumb .profilePicPreview {
    width: 100%;
    height: 310px;
    display: block;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-size: cover !important;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-image: url('/core/img/400x400.jpeg');
}
.image-upload .thumb .profilePicPreview .remove-image {
    position: absolute;
    top: -9px;
    right: -9px;
    text-align: center;
    width: 55px;
    height: 55px;
    font-size: 24px;
    border-radius: 50%;
    background-color: #df1c1c;
    color: #fff;
    display: none;
}
.image-upload .thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
}
.image-upload .thumb .avatar-edit label {
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    padding: 2px 25px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
}
.bg--success {
    background-color: #28c76f !important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge {
    font-size: 0.75rem !important;
    font-weight: 300;
}
.badge--pending, .badge--warning, .badge--success, .badge--primary, .badge--danger, .badge--dark {
    border-radius: 999px;
    padding: 2px 15px;
    position: relative;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}
.badge--success {
    background-color: rgba(40, 199, 111, 0.1);
    border: 1px solid #28c76f;
    color: #28c76f;
}
.badge--danger {
    background-color: rgba(234, 84, 85, 0.1);
    border: 1px solid #ea5455;
    color: #ea5455;
}
.toggle.btn-lg{
    margin: 0!important;
    padding: 0!important;
    z-index: -1;
}
.toggle-on.btn-lg{
    margin: 0!important;
}

.btn--success {
    background-color: #28c76f !important;
    color: white;
    font-weight: bold;
}

.btn--danger {
    background-color: #ea5455 !important;
    color: white;
    font-weight: bold;
}
/*.toggle-handle.btn-lg {*/
/*    width: 40px;*/
/*}*/
/*.toggle-group .toggle-handle {*/
/*    background-color: #10163A;*/
/*    margin: 0!important;*/
/*}*/
.btn--success:hover {
    background-color: #24b263 !important;
}
.btn--danger:hover {
    background-color: #e73d3e !important;
}
.btn--primary:hover, .btn--secondary:hover, .btn--success:hover, .btn--danger:hover, .btn--warning:hover, .btn--info:hover, .btn--dark:hover {
    color: #ffffff;
}
.toggle-group .toggle-handle {
    background-color: #10163A;
    margin: 0!important;
    padding: 0!important;
}
.toggle-off{
    margin: 0!important;
}
/*.toggle.btn {*/
/*    margin: 0!important;*/
/*    height: 45px !important;*/
/*}*/
