body {
    /*background: linear-gradient(236deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 36%, rgba(252,176,69,1) 100%);*/
}
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
    vertical-align:central;
    
}

.file-upload {
    display: none;
}

.circle {
    /*border-radius: 100% !important;*/
    overflow: hidden;
    /*width: 184px;
        height: 184px;*/
    border: 1px solid rgb(90 30 30 / 20%);
    /* position: absolute; */
    top: 72px;
    box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    /*position: absolute;*/
    top: 167px;
    right: 30px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.nav-tabs, .card-title {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 33rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    /*background-color: rgb(24 3 7);*/
    /*background: linear-gradient(to right, #1565C0, #b92b27);*/
    background-image: linear-gradient(264deg, #231557 0%, #2c041f 29%, #4e051d 67%, #1d1148 100%);
    border: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.done {
        /*  background-color: #e48101;
        color: inherit;
        border: 0;
        border-radius: 0;*/
        background-color: #ffffff;
        color: inherit;
        border: 0;
        border-radius: 1.25rem;
        color: black !important;
    }

    .nav-tabs .nav-link {
        border: 0;
    }

    .nav-tabs .nav-item:hover {
        border: 0;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: 0 !important;
        box-shadow: none;
        outline: 0;
    }

.tab-content {
    min-height: 42vh;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.gj-datepicker [role=right-icon], .gj-timepicker-bootstrap .input-group-addon {
    position: absolute;
    right: 0;
    top: .4rem;
}

[dir="rtl"] .gj-datepicker [role=right-icon], [dir="rtl"] .gj-timepicker-bootstrap .input-group-addon {
    position: absolute;
    right: auto;
    left: 0;
}

.gj-timepicker-md [role=right-icon] {
    right: 9px;
    top: .7rem;
    color: #6c757d;
}

[dir="rtl"] .gj-timepicker-md [role=right-icon] {
    right: auto;
    left: 9px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th {
        /* white-space: nowrap; */
        word-break: initial;
        /* min-width: 140px; */
        /*padding: 8px 10px !important;*/
    }

    .table td {
        word-break: break-word;
    }

    .table th:last-child {
        min-width: 70px;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

/*[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}*/

.form-check-input[type="radio"]:not(:checked) + label, .form-check-input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.form-check-input[type="radio"] + label:before, .form-check-input[type="radio"] + label:after, label.btn input[type="radio"] + label:before, label.btn input[type="radio"] + label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    margin: 4px;
    content: "";
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.form-check-input[type="radio"]:not(:checked) + label:before, .form-check-input[type="radio"]:not(:checked) + label:after, .form-check-input[type="radio"]:checked + label:before, .form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:before, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:not(:checked) + label:before, label.btn input[type="radio"]:not(:checked) + label:after, label.btn input[type="radio"]:checked + label:before, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:before, label.btn input[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

.form-check-input[type="radio"]:not(:checked) + label:before, .form-check-input[type="radio"]:not(:checked) + label:after, label.btn input[type="radio"]:not(:checked) + label:before, label.btn input[type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}

.form-check-input[type="radio"]:not(:checked) + label:after, label.btn input[type="radio"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:after {
    background-color: rgb(24 3 7);
}

.form-control:focus {
    border-color: rgb(24 3 7);
    box-shadow: 0 0 0 0.2rem rgba(0, 150, 150, 0.25);
}

.card .position-absolute {
    right: 1rem;
    top: 1rem;
}

.btn-circle {
    width: 2rem;
    height: 2rem;
    /* font-size: .6rem; */
    padding: 1.5rem;
    right: .5rem;
    top: .5rem;
}

#ui-autocomplete-container {
    display: block;
    position: relative
}

.ui-autocomplete {
    position: absolute;
    max-height: 400px;
    overflow: auto;
}

/* time picker colors */
.gj-picker-bootstrap [role=header], .gj-picker-bootstrap .arrow-begin, .gj-picker-bootstrap [role=body] [role=arrow] {
    background-color: rgb(24 3 7);
}

.gj-picker-bootstrap .arrow-end {
    border-color: rgb(24 3 7);
}

.gj-picker-bootstrap [role=footer] button.gj-button-bootstrap {
    color: rgb(24 3 7);
}
/* time picker colors */
#ProgramTypecheckboxesList ul li {
    word-break: break-word;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
}

[dir="rtl"] .bootstrap-select .filter-option-inner-inner {
    text-align: right;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin: 0 !important;
}

[dir="rtl"] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 15px;
    right: auto;
}

#index-wrapper .dataTables_wrapper {
    width: 100%;
}
/*bootstrap select*/
.bootstrap-select .dropdown-menu {
    max-height: fit-content !important;
    min-height: fit-content !important;
}

    .bootstrap-select .dropdown-menu .inner {
        min-height: 120px !important;
    }

[dir="rtl"] input[type=time]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 20px !important;
    right: auto !important;
}

.ltr .form-control {
    float: left;
}

[dir="rtl"] .chevron-right:before {
    content: "\e926";
}

[dir="rtl"] .chevron-left:before {
    content: "\e924";
}


