﻿.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    color: #061058;
    text-align: center;
    font-size: 16px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
    color: #061058;
    text-align: center;
    font-size: 16px;
}
table.dataTable tbody tr {
    background-color: #fff;
    text-align: center;
}
.go-to-login {
    float: right;
    padding-top: 20px;
    padding-right: 7px;

}
.check-history .filters > a {
    margin-left: 10px;
    padding: 10px 30px;
    border: 0;
    color: #fff;
    border-radius: 10px;
    font-size: 0.889rem;
    font-weight: 600;
}

.check-history .filters .all {
    background-color: #061058 !important;
}

.btn {
    cursor: pointer !important;
}

.form-group.search-bar input[type="select"] {
    padding-right: 50px !important;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.103' height='20.103' viewBox='0 0 20.103 20.103'%3E%3Cg id='icon' transform='translate(1 1)'%3E%3Ccircle id='Oval' cx='8.5' cy='8.5' r='8.5' fill='none' stroke='%238287ab' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Path_1090' data-name='Path 1090' d='M3.184,3.184,0,0' transform='translate(14.505 14.505)' fill='none' stroke='%238287ab' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A);
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
    width: 200px !important;
}
.toUpper {
    text-transform: uppercase;
}
.cursorPointer
{
    cursor: pointer !important;
}
.center {
    text-align: center !important; 
}

.btn.btn-warning {
    background: #3b8a3e;
    color: #fff;
}
.login-section .login-content .form-block > div 
{
    width:500px !important;
}

#uploader #uploaderCont #dragandrophandler {
    flex-direction: column;
    background: #ebebeb;
    height: 15vh !important;
    min-height: 80px !important;
    border: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms;
}

.dropzone .dz-message {
    text-align: center;
    margin: 1em 0 !important;
}

table.primary-table thead td, table.primary-table thead th, table#simpletable thead td, table#simpletable thead th {
  
    color: #061058 !important;
  
}

.table-wrapper .tag {
    width: 138px !important;
    text-align: center;
}

.sup {
    top: -1.8em !important;
}

.sup {
    font-size: 35% !important;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.main-headingClientFlow {
    font-weight: 700;
    font-size: 1.5rem;
    color: #061058;
}
.locked{
    background-color:blue;
}


.circular-tag.authorize {
    color: #FF7F27 !important;
}

    .circular-tag.authorize::before {
        background: linear-gradient(#FF7F27 0%, #FF7F27 62.46%, #FF7F27 100%) !important;
    }

.ClientSubheader {
    font-size: 14px;
    text-align: center;
    text-transform: initial;
    margin-top: 10px;
    font-weight: normal;
}
.ClientFormattedAddress {
    font-size: 0.899rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #061058;
    width: 100%;
    height: 120px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #E1E2EB;
}


.check-history .filters .yellow {
    background-color: #ee9b2e !important;
}

.clientMessagetxt {
    font-size: 0.9rem;
    font-weight: 600;
}
table.primary-table tbody td, table#simpletable1 tbody td {
    font-size: 14px;
    color: #061058;
    text-align: left;
}



table.primary-table thead td, table.primary-table thead th, table#simpletable1 thead td, table#simpletable1 thead th {
    font-size: 0.889rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: left;
    color: #061058 !important;
    padding-top: 0;
    white-space: nowrap;
}

.preloaderls {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
}

.tag-list-box {
    border-radius: 8px;
    border: 1px solid var(--Stroke-Grey, #E2E8F0);
    background: var(--BG-White, #FFF);
    padding: 12px;
    margin-top: 16px;
}
    .tag-list-box ul {
        display: flex;
        align-items: center;
        grid-gap: 12px;
        flex-wrap: wrap;
    }
ul li {
    list-style: none;
}
.tag-list-box ul li a {
    border-radius: 6px;
    background: var(--Primary-Blue, #09518C);
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--Text-Color-White, #FFF);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.report-btn {
    background: #8E8F96 !important;
}
.form-label.main-label.mb-12 {
    color: #000;
}
.form-label {
    margin-bottom: 8px !important;
}

.main-label {
    font-size: 16px;
    color: #090F4E;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.library-form .dropdown-btn,
.library-form .main-input {
    border: 1px solid var(--Stroke-Grey, #E2E8F0);
    background: #F8F9FB;
    color: var(--Text-Color-Dark-Grey, #63657E);
}

.library-form {
    margin-top: 32px;
    margin-bottom: 28px;
}

.dropdown-multi {
    max-width: 100%;
    width: 100%;
    align-items: center;
    position: relative;
    display: inline-block;
}

.main-input {
    font-size: 16px;
    /* color: #8E8F96; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    height: 45px;
    padding-left: 16px;
    width: 100%;
}
/*table.dataTable tbody td {
        padding: 0px 0px;
    }*/
.order-tag {
    color: var(--Text-Color-White, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    background: #09518C;
    width: fit-content;
    min-width: 60px;
    height: 24px;
    padding: 2px 8px;
    display: inline-block;
}
.editor-wrapper {
    border-radius: 8px;
    border: 1px solid var(--Stroke-Grey, #E2E8F0);
    background: var(--BG-White, #FFF);
    margin-top: 16px;
    margin-bottom: 23px;
}

.textarea-editor {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 16px 8px;
    border-bottom: 1px solid #E2E8F0;
}

    .textarea-editor ul,
    .list-style {
        display: flex;
        align-items: center;
        grid-gap: 2px;
    }

    .textarea-editor .form-select {
        color: var(----oc-gray-9, #212529);
        font-size: 14px;
        font-weight: 400;
        border: none;
        background-image: url(../images/arrow-down.svg);
        line-height: 140%;
        padding: 4px 22px 4px 8px;
        width: fit-content;
        background-position: 89px 9px;
    }
.btn-lists {
    display: flex;
    grid-gap: 16px;
    justify-content: end;
}

    .btn-lists .btn-back, .btn-lists .draft-btn {
        margin-bottom: 0px;
        min-width: 144px;
        height: 44px;
        max-width: 100%;
    }
.draft-btn {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #09518C;
    max-width: fit-content;
    padding: 0px 20px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.btn-back {
    color: #09518C;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    max-width: fit-content;
    border-radius: 4px;
    background: rgba(9, 81, 140, 0.10);
    padding: 9px 20px 9px 16px;
    margin-bottom: 24px;
}
.input-wrapper {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr 4fr 4fr;
    grid-gap: 20px;
    margin-top: 24px;
}
.manage-list{
    position: absolute;
    width: 215px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Style buttons */
/*.buttonload {
    background: none;*/ /* Green background */
    /*border: none;*/ /* Remove borders */
    /*color: white;*/ /* White text */
    /*padding: 12px 16px;*/ /* Some padding */
    /*font-size: 16px;*/ /* Set a font size */
    /*color: #061058;
}*/
.WrapMatterRef {
    word-break: break-all;
    width: 14%;
}
.popup-body {
    padding: 16px;
    overflow-y: auto;
    max-height: 65vh;
}
.blue-btn {
    color: #fff !important;
    background-color: #09518C !important;
}
.sentby-text {
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: #63657E !important;
}