@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSans.woff'),
        url('../fonts/OpenSans-bold.woff');
}

body {
    font-family: OpenSans;
    padding: 0;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

input[type="button"] {
    outline: none;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}

a:hover {
    text-decoration: none;
}

.header-wrapper {
    width: 100%;
    background: #00c1de;
}

.header-wrapper .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.header-wrapper .dropdown-menu>li>a {
    padding: 4px 26px;
    font-size: 16px;
}

.logo {
    margin-top: 18px;
    margin-left: 20px;
}

.logo-img {
    max-width: 128px;
    margin-top: -7px;
}

.logo-wrapper {
    float: left;
}

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

.padding-bottom {
    padding-bottom: 0px !important;
}

.margin-bottom {
    margin-bottom: 30px;
}

.clr {
    clear: both;
}

.footer-wrap {
    background: #f6f6f6;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.footer-wrap p {
    font-family: OpenSans;
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0;
}

.login-container {
    margin-top: 30px;
}

.sign-in-label span {
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
    margin-bottom: 20px;
}

.gray-text {
    color: #828282;
    font-family: OpenSans;
    font-size: 20px;
    font-weight: normal;
}

.log-in-form {
    margin-top: 10px;
}

.log-in-form label {
    display: block;
    color: #b5adad;
    font-size: 18px;
}

.log-in-form .elem {
    margin-top: 10px;
    position: relative;
}

.input-text {
    width: 100%;
    height: 50px;
    border: 1px solid #d4cfcf;
    color: #5c5c5c;
    font-size: 18px;
    padding-left: 10px;
    z-index: 9;
}

.show-pass {
    position: absolute;
    color: #999;
    font-family: OpenSans;
    font-size: 16px;
    top: 45px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.f-pass {
    display: block;
    text-align: right;
    color: #b5adad;
    font-weight: normal;
    margin-top: 10px;
}

.sign-up-wrap p {
    color: #b5adad;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
}

.green-text,
.green-text:hover {
    color: #4CAF50;
    font-family: OpenSans;
    font-size: 16px;
}

.green-btn {
    background: #4CAF50;
    border: 1px solid #4CAF50;
    color: #fff;
    font-family: OpenSans;
    padding: 10px 20px;
    font-size: 16px;
}

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

.sign-in-otp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sign-in-otp .otp-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sign-in-otp .otp-details .otp-section-1 {
    display: flex;
    flex-direction: row;
}

section {
    max-width: 1440px;
    margin: 0 auto;
}

.error-wrap {
    color: #cc0001;
    font-size: 14px;
    display: block;
    padding: 10px 0px;
}

.logout-wrapper {
    float: right;
    position: relative;
    margin-right: 2%;
}

.logout-image {
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #f4f4f4;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}

.logout-image img {
    cursor: pointer;
    z-index: 999;
    display: block;
    width: 45px;
    height: 40px;
    padding: 8px;
}

.cust-user {
    float: left;
}

.cust-user h3 {
    font-size: 16px;
    color: #f4f4f4;
    margin-right: 11px;
    margin-top: 25px;
}

.loggedin-list {
    position: absolute;
    width: 175px;
    right: 0;
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    border: 1px solid #ccc;
    top: 60px;
    box-shadow: 1px 1px 1px 1px #f0f0f0;
}

.loggedin-list li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    font-family: OpenSans;
    font-weight: normal;
}

.loggedin-list li a {
    color: #666;
}

.icon-align {
    display: inline-block;
    vertical-align: middle;
}

.user-profile {
    margin-top: 9px;
    color: white;
    cursor: pointer;
}

.menu-li {
    margin-top: 6px;
    cursor: pointer;
    color: white;
    padding: 13px 16px;
}

.col-10-box {
    background-color: #f5f5f552;
    border: 1px solid #cccccc78;
    top: 10px;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.col-6-first {
    padding-right: 30px;
}

.col-6-second {
    padding-left: 30px;
}

.logo-preview-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-left: 30px;
    margin-top: 11px;
}

.logo-preview-img-list {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 140px;
    height: 45px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.iconView {
    text-align: center;
    margin-left: 30px;
}

.show-error-class {
    z-index: 0;
}

.issuer-model-header {
    background-color: #00c1de;
    color: white;
}

.error-box {
    margin-top: 10px;
    width: 100%;
}

.error-box p {
    color: red;
}

.logo-view {
    color: darkolivegreen;
    cursor: pointer;
}

.dangerErr {
    color: red;
    cursor: pointer;
}

.succAndErr {
    text-align: center
}

.pencil-color {
    color: green;
    cursor: pointer;
    outline: none;
}

.trash-color {
    color: red;
    cursor: pointer;
    outline: none;
}

.deactivate-color {
    color: red;
    cursor: pointer;
    outline: none;
}

.activate-color {
    color: green;
    cursor: pointer;
    outline: none;
}

tr th td {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
}

.navTabs>li>a {
    padding: 7px 30px !important;
    font-size: 15px !important;
}

.navTabs>li.active>a {
    font-size: 17px !important;
}

.bondBookFormDiv {
    padding: 10px;
    display: inline-block;
}

/* --------------------------- */
/* ------Instrument Details--- */
.instDetails .form-horizontal .control-label {
    text-align: left;
}

.instDetails_thead>tr th,
.instDetails_tbody>tr td {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
}

.noIsin {
    margin-bottom: 65px;
}

.btnDownandUpIcon {
    font-size: medium !important;
    cursor: pointer;
}

select {
    font-weight: 700;
}

option {
    line-height: 20px;
    font-size: 16px;
}

.font-18 {
    font-size: 20px;
}

.font-30 {
    font-size: 24px;
}

/* --------------------------- */
/* -------Daily Quotes-------- */
.twoBoxes {
    text-align: center;
    width: 100%;
    height: 131px;
}

.twoBoxes div {
    top: 30%;
}

.twoBoxes>form {
    margin-top: 30px;
}

.btnDownandUp {
    height: 28px;
}

.noDealData {
    text-align: center;
    margin-top: 5%;
}

.iconSize {
    font-size: 30px !important;
    cursor: pointer;
}

/* --------------------------- */
/* --------Orders------------ */
.radioBtnTxt {
    font-size: 16px;
    font-weight: 500;
}

/* ------------------------- */
/* ----------Dashboard----- */
.filters {
    background-color: #ffffff;
    border: solid 1px #f7f7f7;
    margin-top: 25px;
    border-radius: 10px;
    display: inline-block;
    padding: 21px;
    margin-bottom: 15px;
}

.filters select.input-sm {
    line-height: 10px;
}

/* ----------------------- */
/* ------Bond Trader ---- */
.onStatus,
.offStatus,
.reminderStatus {
    font-size: 22px;
    cursor: pointer;
}

span.onStatus {
    color: #5cb85c
}

span.offStatus {
    color: #d9534f
}

span.reminderStatus {
    color: #1e88e5;
}

/* --------------------- */
/* -------Partner------ */
.margin-65 {
    margin-bottom: 65px !important;
}

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

.margin-24 {
    margin-bottom: 24px;
}

.successMsgAlert {
    box-shadow: 0 1px 3px 0 rgba(236, 187, 79, 0.53);
    background-color: #ecbb50;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    line-height: 1.69;
    position: fixed;
    z-index: 999;
    bottom: 2%;
    left: 2%;
    padding: 12px;
}

.failureMsgAlert {
    box-shadow: 0 1px 3px 0 #f5c6cb;
    background-color: #f8d7da;
    border-radius: 10px;
    font-size: 16px;
    color: #721c24;
    line-height: 1.69;
    position: fixed;
    z-index: 999;
    bottom: 2%;
    left: 2%;
    padding: 12px;
}

.width-30 {
    width: 30%;
}

.markup-text-center>th {
    text-align: center !important;
}

.m-right {
    margin-right: 7px;
}

.partnerCsvMarkup>input[type=file] {
    display: inherit !important;
    margin-left: 22px;
}

.clientMarupSec {
    border: 1px solid #80808038;
    border-radius: 5px;
    padding: 14px;
}

/* ------------------- */
/* ------seeting----- */
.checkBoxSize {
    width: 20px;
    height: 16px;
}

.checkBoxLabel {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.checkbox-inline input[type=checkbox] {
    margin-left: -25px;
}

/* ----------------- */
/* -------KYC------ */
.margin-top-7 {
    margin-top: 7px;
}

.kyc_details_top {
    top: 15px;
}

.kyc_details_col_10 {
    background-color: #f5f5f552;
    border: 1px solid #cccccc78;
    top: 10px;
    padding: 10px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.verified {
    color: green;
}

.verified i {
    font-size: 15px;
}

.notVerified {
    color: red;
}

.pending {
    color: #f89406;
}

.na {
    color: #999;
}

th {
    text-align: center !important;
}

.kyc_thead>tr th {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
}

.kyc_tbody>tr td {
    display: table-cell;
    vertical-align: middle !important;
}

.doc-upload>input {
    display: none;
}

.doc-upload i {
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #1e88e5;
    border-radius: 50%;
    padding: 5px;
    color: #1e88e5;
    outline: none;
}

.icon-align {
    margin-right: 20px;
}

.verifiedandrejected i {
    font-size: 18px;
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    padding: 5px;
    outline: none;
}

.border_verified {
    border-color: green;
}

.border_rejected {
    border-color: red;
}

.no-doc {
    cursor: not-allowed !important;
    opacity: 0.15;
    outline: none;
}

.no-doc span {
    pointer-events: none;
    outline: none;
}

.no-doc label {
    pointer-events: none;
    outline: none;
}

.disabledInput {
    cursor: not-allowed;
}

.disabledInput input[type="text"] {
    background-color: #eee;
    opacity: 0.5;
    pointer-events: none;
}

#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ddd;
    opacity: .6;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
}

.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.spinningBtn {
    pointer-events: none;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.mdBtnSuccess {
    background-color: #00de97 !important;
    color: white !important;
}

.layout-row>.flex {
    min-width: fit-content !important;
}

.centerAlignDiv {
    position: fixed;
    top: 25%;
    width: 45%;
    height: 25%;
    padding-top: 45px;
}

.noKycData {
    text-align: center;
}

.boxHight {
    height: 160px;
}

table>tbody>tr {
    text-align: center;
}

.form-control {
    border-radius: 0px;
}

.margin-bt-5 {
    margin-bottom: 5px;
}

.back-btn {
    color: #666;
    font-size: 15px;
}

.back-btn-text {
    text-decoration: underline !important;
}

.margin-bt-15 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bt-65 {
    margin-bottom: 65px;
}

.margin-bt-25 {
    margin-bottom: 25px;
}

.no-border {
    border-radius: 0px !important;
}

.margin-lt-17 {
    margin-right: 17px;
}

.margin-lt-auto {
    margin-left: auto;
}

.pd-lt-0 {
    padding-left: 0;
}

.dealSheetUrl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-lt-100 {
    margin-left: 113px !important;
}

/* -----Navigation menu ----- */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu {
    min-width: max-content;
}

.dropdown-menu>li>a {
    white-space: initial;
}

/* -----Navigation menu ----- */
.addIcon {
    font-size: 16px;
    float: right;
    margin-right: 21px;
    font-weight: 600
}

.settleBtn {
    font-weight: 600
}

/* NG-Table */
.filters-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.results-divider {
    margin: 25px 0px;
    border-top: 1px solid #dddddd;
}

.data-table-div>div {
    margin-top: 10px;
}

.data-table-div .ng-table-pager {
    height: 34px;
}

.data-table-div .ng-table-pager .ng-table-pagination {
    margin: 0px;
}

.data-table th {
    text-align: left;
    background: #f0f8ff7a;
}

.data-table th .input-filter {
    border-radius: 0;
    height: 30px;
}

.data-table tbody td {
    padding: 15px 8px;
}

.btn-success {
    background-color: #00de97;
    border-color: #00de97;
    border-radius: 0px !important;
    outline: none;
}

.btn-success:hover {
    background-color: #00de97;
    border-color: #00de97;
    border-radius: 0px !important;
}

.text-success {
    color: #00de97;
}

/*FaqDD*/
.faqDD {
    border: 1px solid #e7e7e7;
    margin-bottom: 16px;
}

.faqDD .ddHead {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #143958;
    padding: 16px;
    background-image: url(../common-assets/header-drop-icon-fill.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px 12px;
}

.faqDD .ddContent {
    display: none;
    font-weight: normal;
    line-height: 1.88;
    color: #5e5e5e;
    padding: 20px 12px 47px 13px;
    font-size: 16px;
}

.faqDD .ddContent h3 {
    font-weight: 500;
    color: #3a3a3a;
    line-height: 1.38;
    margin: 0 0 12px;
}

.faqDD .ddContent .ddTitle {
    font-size: 16px;
    color: #033f6a;
    margin: 12px 0;
}

.faqDD .ddContent ul.ddList {
    margin: 12px 0;
    padding: 0 16px;
}

.faqDD .ddContent ul.ddList li {
    list-style: disc;
}

.faqDD .ddContent ul.ddList li span {
    padding-left: 8px;
}

.faqDD.active .ddHead> :first-child {
    background-color: aliceblue;
}

.faqDD.active .ddHead {
    background-image: url(../common-assets/btn-arrow-up.svg);
    background-size: 40px 12px;
    background-color: aliceblue;
}

.faqDD.active {
    height: max-content;
    display: grid;
}


.faqDD.active .ddContent {
    display: block;
}

/*FaqDD*/
/*FaqDD*/
.faqDDFirst {
    border: 1px solid #e7e7e7;
    margin-bottom: 16px;
}

.faqDDFirst .ddHead {
    font-size: 18px;
    font-weight: 500;
    color: #143958;
    padding: 16px;
}

.faqDDFirst .ddContent {
    font-weight: normal;
    line-height: 1.88;
    color: #5e5e5e;
    padding: 12px 12px 47px 13px;
    font-size: 16px;
}

.faqDDFirst .ddContent h3 {
    font-weight: 500;
    color: #3a3a3a;
    line-height: 1.38;
    margin: 0 0 12px;
}

.faqDDFirst .ddContent .ddTitle {
    font-size: 16px;
    color: #033f6a;
    margin: 12px 0;
}

.faqDDFirst .ddContent ul.ddList {
    margin: 12px 0;
    padding: 0 16px;
}

.faqDDFirst .ddContent ul.ddList li {
    list-style: disc;
}

.faqDDFirst .ddContent ul.ddList li span {
    padding-left: 8px;
}

.faqDDFirst.active .ddHead {
    background-color: aliceblue;
}

.mainHead {
    color: #666666 !important;
}

.faqDDFirst.active .ddContent {
    display: block;
}

.faqDD .tWindowPadding {
    padding: 12px 12px 5px 13px !important;
}

/*MarkUpDD*/
.markUpDD {
    border: 1px solid #e7e7e7;
    margin-bottom: 16px;
}

.markUpDD .markUpddHead {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #143958;
    padding: 10px;
    background-image: url(../common-assets/header-drop-icon-fill.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px 9px;
}

.markUpDD .markUpddContent {
    display: none;
    font-weight: normal;
    line-height: 1.88;
    color: #5e5e5e;
    padding: 12px 8px 8px 8px;
    font-size: 16px;
}

.markUpDD .markUpddContent h3 {
    font-weight: 500;
    color: #3a3a3a;
    line-height: 1.38;
    margin: 0 0 12px;
}

.markUpDD .markUpddContent .ddTitle {
    font-size: 16px;
    color: #033f6a;
    margin: 12px 0;
}

.markUpDD .markUpddContent ul.ddList {
    margin: 12px 0;
    padding: 0 16px;
}

.markUpDD .markUpddContent ul.ddList li {
    list-style: disc;
}

.markUpDD .markUpddContent ul.ddList li span {
    padding-left: 8px;
}

.markUpDD.active .markUpddHead {
    background-image: url(../common-assets/btn-arrow-up.svg);
    background-size: 40px 9px;
    background-color: #dddddd47;
}

.markUpDD.active .markUpddContent {
    display: block;
}

/*MarkUpDD*/
.accord-sec {
    display: flow-root;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.individual-btn {
    padding-left: 0;
}

textarea {
    resize: none;
}

.same-row {
    display: inline-block;
}

.issuerPopover {
    width: 485px;
    max-width: 600px;
}

.uploadEnableGsplCompliantKycPopover {
    width: 550px;
    max-width: 600px;
}

.instrumentListPopover {
    width: 485px;
    max-width: 600px;
}

.rfqStatusPopover {
    width: 400px;
    max-width: 600px;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
}

.markupPopover {
    width: 485px;
    max-width: 600px;
}

.errorNotificationPopover {
    width: 300px;
    max-width: 300px;
}

.popover-content>.popoverMargin {
    padding: 24px 38px 40px 15px;
}

.popover-content>.notificationPopoverMargin {
    padding: 5px 0px 0px 0px;
}

.computePop.popover {
    z-index: 1;
}

td {
    vertical-align: middle !important;
}

.form-group {
    padding-left: 12px;
}

.uccTime .form-group {
    padding-left: 0px;
}

.errorMsgAlert {
    box-shadow: 0 1px 3px 0 rgba(236, 187, 79, 0.53);
    background-color: #f02c12;
    border-radius: 10px;
    font-size: 16px;
    color: #FFF;
    line-height: 1.69;
    position: fixed;
    z-index: 999;
    top: 2%;
    right: 2%;
    padding: 12px;
}

.aggregatedPopover {
    width: 395px;
    height: 175px;
}

.gpi-text-blue {
    color: #5bc0de;
}

/* Upload Button without upload btn */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    /* display: inline-block; */
}

.upload-btn {
    font-size: 16px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ql-container {
    min-height: 100px;
    padding: 10px;
}

.grayOut {
    opacity: 0.5;
}

.btn-sm-padding {
    padding: 4px 10px !important;
}

.btn-group-display {
    display: flex !important;
    justify-content: center;
}

/* For radio btn  */
.margin-top-15>.radio-inline>input[type=radio] {
    margin: 0px -20px 0px;
}

.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: white;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}

.form-radio:checked::before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}

.form-radio:checked::after {
    border-radius: 50px;
}

.form-radio:hover {
    background-color: #ddd;
}

.form-radio:checked {
    background-color: #49de97;
    border-radius: 50px;
}

.radio-span {
    font: 15px/1.7 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-left: 20px;
}

.min-width-100 {
    min-width: 100% !important;
}

.multiSelect-select .dropdown-multiselect button {
    text-align: left;
    border-radius: 0;
    height: 36px;
    color: #666666;
    width: 100%;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none;
    outline-offset: -2px;
}

.checkbox-ret {
    margin-top: 16px;
    font-size: 16px;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}



.invoice-box {
    max-width: 775px;
    margin: auto;
    padding: 80px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 16px;
    line-height: 24px;
    color: black;
    display: flow-root;
    margin-bottom: 20px;
    min-height: 600px;
    height: 100%;
    box-sizing: content-box;
    background-color: white;
    margin-top: 30px;
    font-family: Cambria;
}

.invoiceImg {
    width: 100%;
    max-width: 190px;
    display: block;
    margin: auto auto;
    margin-bottom: 15px;
}

.font-11 {
    font-size: 12px;
}

.invoice-title {
    font-size: 22px;
    font-weight: 500;
}

.float-button {
    position: fixed;
    right: 60px;
    top: 95px;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    z-index: 1;
}

.previewModelWidth {
    width: 750px;
    margin: auto;
}

.deleteIconSize {
    font-size: 22px;
}

.margin-top-5 {
    margin-top: 5px;
}

.width-245 {
    width: 235px;
    margin-left: auto;
    margin-right: auto;
}

.checkBox-last-ip {
    margin-top: 22px;
    margin-left: 30px;
}

.width-398 {
    width: 398px !important;
}

.alignLeft {
    right: 100% !important;
    left: auto !important;
}

.amRevenueModelWidth {
    width: 1300px;
    margin: auto;
}

.font-14 {
    font-size: 14px;
}

.result-opts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-opts .result-headers {
    display: flex;
}

.flexTwoBtnSide {
    margin-left: auto;
    margin-right: 21px;
}

.settlePopup {
    top: 34px;
    left: 974px;
    width: 221px;
}

.bondBookPopover {
    margin-bottom: 15px !important;
    display: block !important;
}

.margin-lt-25 {
    margin-left: 25px;
}

.table-afm>tbody>tr>th {
    vertical-align: middle;
}

.word-wrap {
    word-break: break-word;
}

.magin-lt-5 {
    margin-left: 5px;
}

.magin-lt-10 {
    margin-left: 10px;
}

.country-code-phone-div {
    display: flex;
}

.countryCode {
    width: 35%;
}

.close-btn-mg-rt {
    margin-right: -25px;
}

.cust-doenload-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.width-75 {
    width: 75%;
}

.margin-lt-35 {
    margin-left: 30px;
}

.accept-reject-msg {
    background-color: #ecbb50;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 10px;
}

.doc-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.magnify-container {
    border: 1px solid #ccc;
    margin: auto;
    position: relative;
}

.magnify-container .magnify-glass {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    z-index: 999;
}

.magnify-container .magnify-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*----------Wait timer css----------------*/
.timer-popup {
    position: fixed;
    z-index: 1500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.timer-container {
    box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 7%);
    border: solid 1px rgba(151, 151, 151, 0.07);
    padding: 40px 40px 20px;
    text-align: center;
    margin: 15% auto;
    width: 31%;
    background-color: #fefefe;
}

.doc-text {
    font-size: 25px;
    color: #222;
    font-weight: 500;
    line-height: 1.32;
    font-weight: 600;
}

.refresh-icon {
    width: 100%;
    height: 125px;
    object-fit: contain;
}

/*--------------------------*/

.pending-check-updateBtn {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.date-input-group {
    display: table;
    border-collapse: separate;
}

.margin-top-10 {
    margin-top: 10px;
}

.reject-reason-dp-Width {
    width: auto;
}

.buy-modal-width {
    width: 470px;
}

.buy-order-book-modal-width {
    width: 700px;
}

.txt-capitalize {
    text-transform: capitalize;
}

.daily-quotes-err-title {
    margin: 0 0 20px;
}

.start-flex {
    align-items: flex-start !important;
}

.mt-11-per {
    margin-top: 11%;
}

.mt-6-per {
    margin-top: 6%;
}

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

.dropdown-multiselect .dropdown-menu>li>a {
    cursor: pointer;
}

.error-logs-div {
    display: flow-root;
}

.section-header {
    padding: 16px;
}

.hide-pluse-btn {
    display: none;
}

.show-pluse-btn {
    display: inline-block;
}

.config-select .dropdown-multiselect button,
.isin-wise-table .dropdown-multiselect button {
    text-align: left;
    width: 100%;
}

.config-select .dropdown-multiselect,
.isin-wise-table .dropdown-multiselect {
    width: 100%;
}

.config-select .dropdown-multiselect .caret,
.isin-wise-table .dropdown-multiselect .caret {
    float: right;
    margin-top: 10px;
}

.search-isin {
    position: relative;
}

.search-isin .dropdown-menu {
    width: 98%;
    left: 11px;
    padding: 20px 10px;
}

.show-dropdown-menu {
    display: block;
}

.isin-wise-logo-date-div,
.isin-wise-logo-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.isin-wise-logo-name {
    gap: 10px;
}

.isin-wise-logo-name .logo {
    margin-top: 18px;
    margin-left: 0;
}

.isin-wise-logo-name .logo .logo-img {
    max-width: 60px;
}

.isin-wise-table {
    border: 1px solid #ddd;
}

.isin-wise-popup {
    padding: 40px 30px 15px;
}

.btn-justify {
    justify-content: center !important;
    gap: 20px;
}

.five-percent {
    width: 5%;
}

.navTabs {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.navTabs li {
    flex: 1;
    text-align: center;
    margin: 0;
    padding: 0;
}

.navTabs li a {
    display: block;
    padding: 15px;
    color: #666;
    text-decoration: none;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    outline: none;
}

.navTabs li.active a {
    color: #00de97;
    border-bottom: 3px solid #00de97;
    background-color: transparent;
}

.navTabs li a:hover {
    color: #00de97;
    background-color: rgba(0, 222, 151, 0.05);
}

.navTabs li a:focus {
    outline: 2px solid #00de97;
    outline-offset: -2px;
}

.navTabs li a:focus:not(:focus-visible) {
    outline: none;
}

.buyFilterPopover {
    width: 90vw;
    max-width: 700px;
    max-height: 60vh;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

.buyFilterPopover .popover-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.buy-filter-popover-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 80vh;
    overflow: hidden;
}

.buy-filter-popover-body {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    min-height: 0;
    max-height: calc(60vh - 100px);
    position: relative;
}

.buy-filter-popover-footer {
    flex-shrink: 0;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #eee;
    text-align: right;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.buy-order-filters-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    padding-top: 10px;
}

.buy-order-filters-group .filter-options {
    margin-bottom: 0;
    width: calc(50% - 15px);
    /* Account for gap */
    min-width: 250px;
}

.centered-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 7%;
}