.body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    color: #212121;
    display: flex;
    flex-direction: column;
    min-width: 1280px;
    align-items: center;
    background-color: #f4f5f8;
}

.body__container {
    width: 1280px;
    padding-left:15px;
    padding-right: 15px;
}

.body__nav {
    width: 100%;
    line-height: 16px;
    color: #6b6b6b;
}
.body__nav_a{
    text-decoration: none;
    color:#6B6B6B;
}

.border-custom {
    border: 1px solid #ebebeb;
    border-bottom:0;
}

.border-left--none {
    border-left: none;
}

.border-right--none {
    border-right: none;
}

.nav__main-text1 {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #353535;
}

.nav__main-text2 {
    font-size: 10px;
    line-height: 12px;
}

.nav__main-open {
    margin-left: 49px;
    padding: 3px;
}

.nav__main-plus {
    padding-top: 5px;
    margin-left: 59px;
    width: 24px;
    height: 24px;
}

.nav__locale {
    color: #353535;
}

.nav__exit {
    color: #353535;
}

.cursor-pointer {
    cursor: pointer;
}

.font-10 {
    font-size: 10px;
    line-height: 12px;
}

.font-16 {
    font-size: 16px;
    line-height: 19px;
}
.font-14 {
    font-size: 12px;
    line-height: 16px;
}

.font-20 {
    font-size: 20px;
    line-height: 23px;
}

.bg-default{
    background:#6b6b6b;
    color:#fff;
}

.brown {
    color: #6b6b6b;
}

.red {
    color: #f44646;
}

.w-700 {
    font-weight: 700;
}

.black {
    color: #353535;
}

.lite-brown {
    color: #b4b4b4;
}

.green {
    color: #37c015;
}

.red {
    color: #f44646;
}

.bg-red {
    background-color: #f44646;
}

.bg-green {
    background-color: #37c015;
}

.white {
    color: #ffffff;
}

.ml-4 {
    margin-left: 24px;
}

.mt-4 {
    margin-top: 24px;
}

.mt-3 {
    margin-top: 18px;
}

.ml-3 {
    margin-left: 18px;
}

.ml-2 {
    margin-left: 8px;
}

.mt-2 {
    margin-top: 8px;
}

.mr-2{
    margin-right:10px;
}

.font-14 {
    font-size: 12px;
    line-height: 16px;
}

.font-22 {
    font-size: 22px;
    line-height: 26px;
}

.mt-1 {
    margin-top: 4px;
}

.w-85 {
    width: 85%;
}

.bg-black-brown {
    color: #6B6B6B;
}

.circle {
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.text-right {
    text-align: right;
}

.mt-12px {
    margin-top: 12px;
}

.pb-2 {
    padding-bottom: 8px;
}

.input:focus {
    outline: none;
}

.input {
    border: none;
    color: #b4b4b4;
    font-size: 12px;
    line-height: 14px;
}

.input::placeholder {
    color: #b4b4b4;
}

.main {
    margin-top: 16px;
}

.main__form-holder {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 97px;
    font-size: 12px;
    line-height: 14px;
    color: #848484;
}

.main__search {
    margin-left: 8px;
}


.main__form {
    border-right: 1px solid #ebebeb;
}

.border-right {
    border-right: 1px solid #ebebeb;
}

.main__info {
    font-size: 10px;
    line-height: 12px;
}

.main__info-status {
    margin-left: 24px;
    border-radius: 24px;
    padding: 3px 36px;
}

.line {
    border: 1px solid #ebebeb;
    width: 100%;
}

.main__select {
    font-size: 10px;
    line-height: 12px;
    color: #b4b4b4;
}

.main__select-info {
    padding: 22px 0px;
    background-color: #efefef;
    border-radius: 97px;
    font-size: 10px;
    line-height: 12px;
    color: #6b6b6b;
}

.line--little {
    width: 13px;
    background: #c4c4c4;
    height: 1px;
}

.line-holder {
    margin-left: 20px;
    position: relative;
}

.line-vertical {
    width: 1px;
    background: #c4c4c4;
    height: 51px;
}

.line-circle {
    position: absolute;
    top: 10px;
    left: -3px;
    width: 7px;
    height: 7px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000000;
    transition: background-color 600ms ease-in-out;
}

.line-circle:hover {
    background-color: #353535;
}


.body__main {
    margin-top: 20px;
}

.body__main {
    color: #353535;
    font-size: 16px;
    line-height: 19px;
}
#req-item-header a{
    color:#6B6B6B;
    text-decoration: none;
}
.main__date {
    width: 192px;
    padding: 12px;
}

.cross-holder {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 34px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.cross {
    width: 24px;
}

.body__save-holder {
    width: 100%;
    margin-top: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.body__save {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #353535;
    padding: 12px 48px;
    background-color: #f8f8f8;
    border: 1px solid #468eff;
    border-radius: 34px;
    transition: background-color 800ms ease-in-out;
}

.body__save:hover {
    background-color: #468eff;
}

.body__documents {
    box-shadow:0 1px 2px 0 rgb(22 33 54 / 16%);
    font-size: 12px;
    margin-top: 24px;
    padding: 48px;
    line-height: 14px;
    background: #fff;
    border-radius: 24px;
}

.documents__circles {
    position: relative;
}

.documents__circles-line {
    width: 100%;
    border-top: 1px dashed #f44646;
}

.documents__circles-item {
    color: #ffffff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f44646;
    position: absolute;
    border-radius: 50%;
    top: -12px;
    cursor: pointer;
}

.documents__circles-item:nth-of-type(2) {
    left: 130px;
}
.documents__circles-item:nth-of-type(3) {
    left: 230px;
}

.documents__circles-item:nth-of-type(4) {
    left: 330px;
}

.documents__circles-item:nth-of-type(5) {
    left: 430px;
}

.documents__circles-item:nth-of-type(6) {
    left: 530px;
}

.documents__circles-item:nth-of-type(7) {
    left: 630px;
}

.documents__circles-item:nth-of-type(8) {
    left: 730px;
}

.documents__circles-item:nth-of-type(9) {
    left: 830px;
}

.documents__circles-item:nth-of-type(10) {
    left: calc(100% - 24px);
}

.body__documents-button {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 34px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ebebeb;
    padding: 12px 24px;
}

.body__messages {
    font-size: 12px;
    line-height: 14px;
    color: #b4b4b4;
    display: flex;
    flex-direction: column;
}

.body__messages-item {
    box-shadow:0 1px 2px 0 rgb(22 33 54 / 16%);
    padding: 24px 48px;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 24px;
}

.body__messages-form {
    border-radius: 24px;
    padding: 12px 24px;
    background: #FFFFFF;
}

.body__chat {
    width: 1056px;
    padding: 48px;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    margin: 100px;
}

.chat {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.chat__content {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 558px;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}

.chat__content::-webkit-scrollbar {
    width: 3px;
}

.chat__content::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.chat__content::-webkit-scrollbar-thumb {
    width: 5px;
    background: #353535;
    border-radius: 2px;
}

.chat__username-message {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    flex-direction: column;
}

.chat__username-message-item {
    padding: 12px;
    max-width: 80%;
    background: #ffffff;
    border-radius: 12px;
}

.chat__username-message--you {
    align-items: flex-end;
    padding-right: 24px;
}

.chat__send {
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    width: 100%;
    color: #b4b4b4;
    padding: 17px 24px;
}


.table-head-text{
    color:#B4B4B4;
    font-size:10px;
    font-weight: 400;
    line-height: 11px;
    white-space: nowrap;
}



.hover:hover{
    cursor:pointer;
    background:#bdbdbd;
}


.req-dropdown{
    border: 1px solid #EBEBEB;
    border-radius: 0 0 24px 24px;
    height: 220px;
    overflow-y: auto;
}

.req-dropdown li > a{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
}

.nav__main-open{
    margin-left:5px;
}

.pagination li > a,.pagination li > span{
    position: relative;
    padding:9px;
    display: block;
    color: #6B6B6B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination li{
    margin-left:2px;
    margin-right:2px;
}


.summary{
    margin-bottom:10px;
}

th a{
    text-decoration: underline;
    color:#fff;
}
th a:hover{
    color: #cecece;
}
.comments .comment-content{
    box-shadow: 0 1px 2px 0 rgb(22 33 54 / 16%) !important;
    padding:9px !important;
}
.comments .comment-details {
    padding-left: 66px !important;
}
.btn-dropdown{
    box-shadow: inset 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 97px;
    height: 48px;
    width: 100%;
    background: #fff;
    color: #6B6B6B;
    border:1px solid #ebebeb;
}

.main-nav-column .nav-link {
    padding: 0;
    height: 38px;
    border-bottom: 1px solid #dadada;
    color: #242f48;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-title {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.main-nav-column {
    flex-direction: column;
}



.main-nav-column .nav-link i {
    font-size: 24px;
    line-height: 0;
    width: 24px;
    margin-right: 12px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}


.tx-40{
    font-size:40px;
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.9rem 0.5rem;
    background-color: #fff;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody{
    border-color: rgb(176 176 176 / 14%) !important;
}
.main-nav-dark .nav-link {
    color: rgb(255 255 255);
}

.card{
    border-radius:15px;
    padding:10px;
}


.main-error-wrapper{
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.main-error-wrapper img{
    max-width:300px;
}


#ui_notifIt {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    -wekbit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 2000;
}

#ui_notifIt:hover {
    opacity: 1 !important;
}

#ui_notifIt p {
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    padding: 10px;
    font-weight: 400;
    text-transform: capitalize;
}

#ui_notifIt p i {
    font-size: 20px;
}

#notifIt_close {
    position: absolute;
    color: #fff;
    top: 0;
    padding: 0px 5px;
    right: 0;
}

#notifIt_close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success {
    background-color: #3bb001;
    color: white;
}

#ui_notifIt.error {
    background-color: #dc3545;
    color: white;
}

#ui_notifIt.warning {
    background-color: #ffc107;
}

#ui_notifIt.info {
    background-color: #3db4ec;
    color: white;
}

#ui_notifIt.default {
    background-color: #efeff5;
}

#ui_notifIt.primary {
    background-color: var(--primary-bg-color);
    color: #fff;
}

#ui_notifIt.dark {
    background-color: #4b4261;
    color: #fff;
}

/* notifit confirm */
.notifit_confirm_bg,
.notifit_prompt_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.notifit_confirm,
.notifit_prompt {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.notifit_confirm_accept,
.notifit_confirm_cancel,
.notifit_prompt_accept,
.notifit_prompt_cancel {
    display: inline-block;
    font-weight: 400;
    color: #160248;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
    margin-right: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.notifit_prompt_accept:hover,
.notifit_prompt_cancel:hover {
    background-color: #666;
}

.notifit_confirm_accept {
    background-color: #3bb001;
    color: #fff;
}

.notifit_confirm_cancel {
    background-color: #dc3545;
    color: #fff;
}

.notifit_confirm_message {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.notifit_prompt_message {
    color: #444;
    margin-top: 0;
    text-align: center;
}

.notifit_prompt_input {
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    color: #444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.notifit_prompt {
    text-align: center;
}

#ui_notifIt.info {
    margin: 0 auto;
    right: 10px !important;
    left: 10px !important;
}

.form-group{
    margin-bottom:15px;
}

.crisper-view{
    background: #fff;
    border-radius: 24px;
    padding:50px;
    box-shadow: 0 1px 2px 0 rgb(22 33 54 / 16%);
}

.crisper-font{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    text-align: right;
    color: #B4B4B4;
    padding-right:15px;
}

.crisper-text{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #353535;
}

.main{
    width:100% !important;
    background:transparent !important;
}
.form-control{
    color: #505050;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ededed;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fafafa;
    opacity: 1;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}


.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    float: right;
    font-size: 1.2rem;
    margin-top: 2px;
    margin-right: 7px;
}


.ff_fileupload_wrap .ff_fileupload_dropzone:hover, .ff_fileupload_wrap .ff_fileupload_dropzone:focus, .ff_fileupload_wrap .ff_fileupload_dropzone:active {
    opacity: 1;
    background-color: #fff;
    border-color: #e8ebf3;
}
.ff_fileupload_wrap .ff_fileupload_dropzone {
    background-color: #fafafa;
    border-radius: 24px;
    background-position: center 1px !important;
}

.fileupload-label{
    padding-top: 65px;
    font-size: 23px;
    color: #b4b4b4;
}

.chat-form{
    background: #fafafa;border-radius: 24px;margin-bottom:15px;
}

.btn-attach{
    border:0;
    background: transparent;
    padding:2px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image{
    width:25px;
    height:25px;
}

.card{
    box-shadow:0 1px 2px 0 rgb(22 33 54 / 16%) !important;
}

.dropdown-menu{
    -webkit-box-shadow: 0px 7px 11px 3px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 7px 11px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 7px 11px 3px rgba(0, 0, 0, 0.26);
}

.dropdown-footer {
    text-align:center;
    border-top: 1px solid #dce1ef;
    padding: 10px;
    background: #f6f6fb;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.modal-rounded{
    border-radius:20px;
    box-shadow: 0 1px 2px 0 rgb(255 255 255);
}

.input-rounded{
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: inset 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 11px;
    color: #848484;
}

.select2-selection--single{
    background: #ffffff;
    box-shadow: inset 0px 4px 8px rgb(0 0 0 / 10%) !important;
    border-radius: 11px !important;
    color: #848484;

}

.border-radius-11,.btn{
    border-radius: 11px;
    box-shadow: inset 0px 4px 8px rgb(0 0 0 / 10%) !important;
}

.tag.tag-attachments {
    border-radius: 11px !important;
    padding: 4px 8px 0px 6px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #e8e8f7;
    position: relative;
    top: 8px;
    height: 38px;
}
.flag{
    display: inline-block !important;
    position: relative;
    top: 4px;
    right: 11px;
}

.dropdown-item {
    padding: 14px 32px;
    font-size: 13px;
    padding-left: 18px;
    border-bottom: 1px solid #f4f5f8;
}

.country-text{
    margin-bottom: 0;
    margin-top: 7px;
    text-decoration: underline;
    cursor: pointer;
}


.smgs-label{
    padding-right: 0;
    padding-top: 9px;
}

.ml-1{
    margin-left:2px;
}


.pull-right{
    float:right;
}


.wizard>.content>.body {
    float: left;
    position: relative;
    width: auto;
    height: auto;
    display: block;
    background: #fff;
    min-width: 100%;
}


.circle-pop{
    position: relative;
    top: 37px;
    color: #222;
}

.circle-count{
    position: absolute;
    color: #fff;
    font-weight: bold;
    left: 9px;
}


.btn-icon-image{
    width: 22px;
    margin-top: -3px;
}
.table > :not(caption) > * > *{
    font-size:11px;
}

.select2-container{
    width:100% !important;
}