@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    background-color: #f2f2f2;
    overflow-x: hidden;
    line-height: inherit;
}

body::-webkit-scrollbar {
    width: 1em;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #a0aebc;
    outline: 1px solid #fff;
    border-radius: 10px;
}

p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5 !important;
}

g .mt-40 {
    margin-top: 40px;
}

.rounded-table a {
    line-height: 1;
}

.rounded-table table thead tr {
    background-color: transparent !important;
}

body.bg-white {
    background: #fff;
    overflow-x: hidden;
}

:focus,
select:focus,
textarea:focus,
input:focus,
button:focus,
a:focus {
    outline: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}
/* a:visited {
    color: #ffffff !important;
} */

/*before css start*/
:focus {
    outline: none;
}

a {
    color: #50a8d3;
}

::-webkit-scrollbar {
    width: 15px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

::-webkit-scrollbar-thumb:active {
    background: #ccc;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

table td {
    vertical-align: middle;
}

.default-btn {
    outline: none;
    border: none;
    border-radius: 10px;
    opacity: 1;
    padding: 5px 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;

    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blue-btn {
    background: #000000 !important;
}

#upload_risk_case_file_confirm {
    background: #062665 !important;
    margin-top: 10px;
}

.fixed-header.fix {
    position: fixed;
    background: #fff;
    padding: 9px 0;
    z-index: 999;
    width: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-tcbpay-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.right-tcbpay-btn a {
    text-decoration: none;
}

.br-15 {
    border-radius: 15px !important;
}

.create-account-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #fff;
    padding-top: 50px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}

.create-account-center {
    width: 100%;
    display: inline-block;

    text-align: center;
}

.form-control {
    border: solid 1px #98a3b9;
    height: 30px;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 14px !important;
    color: #000;
    line-height: 16px;
}

select {
    font: italic normal normal 14px Open Sans !important;
    letter-spacing: 0px;
    color: #777777 !important;
    cursor: pointer;
}

select.selectedOption {
    font-style: normal !important;
    color: #000 !important;
}

.create-account-center h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #062665;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

.create-account-center h3 {
    width: 100%;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;

    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
    padding: 0 0px 20px;
    margin: 0 0 50px 0;
    border-bottom: 4px solid #f0cbad;
}

.acc-ul-holder ul {
    width: 610px;
    display: inline-block;
}

.acc-ul-holder ul li {
    width: 50%;
    float: left;
}

.acc-ul-holder ul li a figure {
    margin: 0 auto 25px;
    width: 150px;
    height: 150px;
    display: block;
}

.acc-ul-holder ul li a figure img {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.acc-ul-holder ul li a {
    width: auto;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
}

.create-acco {
    text-align: left !important;
}

.maxw-356 {
    min-width: 356px !important;
    max-width: 356px !important;
    display: inline-block;
}

.default-form-holder label:not(.default-btn) {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: #062665;
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}

.fixed-header-logo {
    width: 170px;
    max-width: 100%;
}

/*.fixed-header-logo a {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}*/

.country-input {
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    padding: 7px 15px;
    border: 1px solid #707070;
    border-radius: 10px;
    text-align: left;
}

.country-flag {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    border: #ccc 1px solid;
}

.country-flag img {
    width: 100%;
    height: 25px;
    display: block;
    object-fit: cover;
}

.country-select {
    width: calc(100% - 25px);
    box-sizing: border-box;
    padding-left: 15px;
    float: left;
}

.country-select select {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    background: url(https://crm.merchantservicedepot.com/assets/images/dd-arrow.svg) no-repeat 98% 50%;
}

.default-input {
    width: 100%;
    height: 30px;
    border-radius: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    padding: 0 10px;
    outline: 0;
    border: 1px solid #98a3b9;
    margin: 0px;
    background: none;
}

.create-account-center .default-input::placeholder {
    color: #000;
    font-size: 15px;
}

.search-input {
    padding-left: 50px !important;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    overflow: hidden;
}

.req-container {
    box-sizing: border-box;
    padding-left: 15px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.req-container li {
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #8e8e8e;
    margin-bottom: 5px;
}

.req-container .glyphicon {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
}

.req-container .glyphicon.glyphicon-remove-circle {
    background: #feca61;
}

.req-container .glyphicon.glyphicon-remove-circle:after {
    content: "\f00d";
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 4px;
    top: 2px;
}

.req-container .glyphicon.glyphicon-ok-circle {
    background: #000;
}

.req-container .glyphicon.glyphicon-ok-circle:after {
    content: "\f00c";
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 3px;
    top: 2px;
}

.default-btn {
    outline: none;
    border: none;
    border-radius: 30px;
    opacity: 1;
    padding: 5px 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.default-btn svg #Path_16690 {
    fill: #062665;
}

.default-btn #Rectangle_619 {
    fill: #062665;
}

.yellow-btn {
    background: #ef7232 !important;
}

.minw-356 {
    width: 356px !important;
    margin: 0 auto;
}

.fs-15 {
    font-size: 14px !important;
}

.blk-txt {
    color: #000 !important;
}

.lh-55 {
    line-height: 55px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-menu ul li a,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

.sidebar-wrapper {
    width: 284px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    max-width: 62%;
    margin: 0px auto;
}

.plr-40 {
    padding: 0 40px;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*.sidebar-content {
    max-height: calc(100vh - 260px);
    height: calc(100vh - 260px);
    overflow-y: auto;
    position: relative;
    padding: 10px 0px 10px;
}*/

.sidebar-wrapper .sidebar-brand {
    position: absolute;
    right: 15px;
    top: 0;
    display: none;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

.sidebar-wrapper .sidebar-header {
    overflow: hidden;
    padding: 25px 0;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: none;
    width: 105px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
    margin: 0 auto;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 0px;
    margin-top: 18%;
}

.user-info span {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

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

.fixed-logo {
    position: absolute;
    width: 284px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px 0 30px;
    text-align: center;
}

.fixed-logo img {
    max-width: 138px;
}

#show-sidebar {
    width: 94px;
    height: 54px;
    position: fixed;
    left: 0;
    top: 0px;
    border-radius: 0 20px 20px 0px;
    transition-delay: 0.3s;
    background: #397ab7;
    border: 0px;
    padding: 0px;
    line-height: 54px;
    font-size: 24px;
    z-index: 9;
    display: none;
}

/*.default-select{
    width: 100%;
    background-color: #F2F2F2;
    height: 30px;
    border-color: #F2F2F2;

    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;

    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(https://crm.merchantservicedepot.com/assets/images/download-arrow.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 50%;
}*/
.default-select {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #777777;
    padding: 0 15px;
    outline: 0;
    border: 1px solid #707070;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/arrow-fill.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-x: 82%;
    background-position-y: 53%;
}

/*before css end*/

.already-log {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
}

.blue-txt {
    color: #397ab7 !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.hidden-not-other {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 15px 0 0 0;
}

.forget-pass {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px 0 0 0;
    text-align: right;
}

.forget-pass a {
    font-size: 16px;

    font-weight: 400;
    color: #50a8d3;
    font-family: "Open Sans", sans-serif;
}

.full-div {
    width: 100%;
    display: inline-block;
    position: relative;
}

.password-input {
    padding-right: 48px !important;
}

.login-svg-icon {
    position: absolute;
    top: 3px;
    right: 10px;
}

.login-svg-icon svg {
    width: 25px;
    fill: #062665;
}

.show-pass-icon {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    z-index: 44;
    right: 0px;
    top: -7px;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/eye_1.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 50% 50%;
}

.show-pass-icon.show {
    background-image: url(https://crm.merchantservicedepot.com/assets/images/eye_2.svg);
}

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

.sidebar-wrapper.sidebar-merchant {
    width: 284px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.merchant-page-content {
    padding-left: 285px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.merchant-page-content .dashboard {
    padding: 40px;
    display: block;
}

.sidebar-wrapper.sidebar-merchant .fixed-logo {
    background-color: #f2f2f2;
}

.sidebar-wrapper.sidebar-merchant .user-info span {
    font-size: 30px;
    color: #000;
}

.sidebar-wrapper.sidebar-merchant ul {
    list-style-type: none;
    padding: 0;
    max-width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}

.sidebar-wrapper.sidebar-merchant .sidebar-menu ul li a:not(.not-link) {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 11px 0px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 33px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #777777;
}

.sidebar-wrapper.sidebar-merchant .sidebar-menu ul li a.active:not(.not-link) {
    color: #397ab7;
}

.merchant-page-header {
    padding: 50px 40px 50px 325px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.merchant-title {
    width: 100%;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #397ab7;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
    border-bottom: 4px solid #feca61;
}

.w-170 {
    width: 170px !important;
    display: inline-block;
}

.merchant-table thead {
    background: #fff;
}

.table.merchant-table thead th {
    vertical-align: bottom;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2 !important;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 33px;
    font-weight: bold;
    color: #000;
}

.table.merchant-table th,
.table.merchant-table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
}

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

.status {
    width: 100%;
    height: 82px;
    display: table;
    box-sizing: border-box;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.status a {
    color: #000;
}

.status span {
    vertical-align: middle;
    display: table-cell;
}

.status-progress {
    background-color: #d1d1d1;
}

.status-approved {
    background-color: #34e234;
}

.status-rejected {
    background-color: #e23434;
}

.status-submitted {
    background-color: #feca61;
}

.mb-70 {
    margin-bottom: 70px !important;
}

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

.mt-40 {
    margin-top: 40px !important;
}

.new-label {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 33px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
}

.grey-btn {
    background: #062665;
}

.lh-45 {
    line-height: 45px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

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

.transfer-process-holder {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.transfer-process-holder .process-item {
    width: 30px;
    height: 30px;
    display: block;
    background: #a0aebc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    opacity: 0.3;
}

.transfer-process-holder .process-item img {
    width: 100%;
    height: auto;
    display: block;
}

/*.transfer-process-holder .process-item:nth-child(3){
    background: #A0AEBC url(https://crm.merchantservicedepot.com/assets/images/right-arrow.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}
.transfer-process-holder .process-item span{
    display: none;
}*/
.transfer-process-holder .process-item.done {
    opacity: 1;
    background: #397ab7 !important;
}

.transfer-process-holder .process-item a {
    color: #fff;
    width: 100%;
    display: block;
}

.transfer-process-holder .process-ul-holder {
    width: calc(100% - 60px);
    box-sizing: border-box;
    padding: 0 15px;
}

.process-bar-holder {
    width: 100%;
    height: 4px;
    display: block;
    position: relative;
    background: rgba(160, 174, 188, 0.3);
    margin-top: 13px;
}

.process-bar-bg {
    width: 20%;
    height: 4px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3;
    background: #397ab7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.plr-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.semi-font {
    text-align: center;
    font: normal normal normal 15px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 35px;
}

.grey-block {
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 40px;
    background: #f2f2f2;
    text-align: left;
    font: normal normal normal 15px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.busi-txt {
    text-align: left;
    font: normal normal normal 15px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.busi-form {
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

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

.default-checkbox {
    display: inline-block !important;
    position: relative;
    padding-left: 35px;
    margin: 0px !important;
    cursor: pointer;

    font-family: "Open Sans", sans-serif;
    font-size: 15px !important;

    font-weight: 400 !important;
    color: #000 !important;
    width: auto !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.default-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.default-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: #707070 1px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.default-checkbox.small {
    line-height: 18px;
    padding-left: 25px;
}

.default-checkbox.small .checkmark {
    height: 18px;
    width: 18px;
}

/*.default-checkbox.radio .checkmark{
    border-radius: 50%;
}*/
.default-checkbox input[type="radio"]~.checkmark {
    border-radius: 50%;
}

.default-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.default-checkbox input:checked~.checkmark {
    background-color: #062665;
}

.default-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.default-checkbox input:checked~.checkmark:after {
    display: block;
}

.default-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.default-checkbox.radio .checkmark {
    border-radius: 50% !important;
}

.fs-30 {
    font-size: 30px !important;
}

.create-account-center h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #397ab7;
    margin: 0 0 25px 0;
}

.maxw-800 {
    max-width: 800px;
    display: inline-block;
    width: 100%;
}

.sp_flag {
    width: 20px !important;
    height: 20px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.sp_flag img {
    width: 100%;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.biss-text-center {
    text-align: center;
    font: normal normal normal 20px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    font-size: 15px;
}

.auto-ul {
    width: 100%;
    display: inline-block;
}

.auto-ul>li {
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.auto-ul>li:last-child {
    margin: 0px;
}

.label-name {
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    margin: 0px;
}

.pr-30 {
    padding-right: 30px !important;
}

.per-icon {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 3;
    /*top: 50%;
    transform: translateY(-50%);*/
    top: 12px;
    right: 10px;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: #8e8e8e;
}

.mt-38 {
    margin-top: 38px !important;
}

.default-checkbox.small .checkmark:after {
    left: 5px;
    top: 2px;
}

.default-form-holder hr {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.add-label-name {
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #a0aebc;
    background: #a0aebc;
    margin: 0px;
}

ul.accordion .inner {
    padding: 30px 0;
    overflow: hidden;
    display: none;
    background: #fff;
}

ul.accordion>li {
    margin: 0.5em 0;
}

ul.accordion>li a.toggle {
    width: 100%;
    display: block;
    background: #f2f2f2;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #000;
    padding: 0 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

ul.accordion>li a.toggle.active {
    background: #f2f2f2;
    color: #000;
}

ul.accordion>li a.toggle span {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    z-index: 4;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

ul.accordion>li a.toggle span img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ul.accordion>li a.toggle.active span img {
    transform: rotate(180deg);
}

.mb-30 {
    margin-bottom: 30px !important;
}

.type-title {
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    padding: 0 10px;
    outline: 0;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    margin: 0px;
    text-align: center;
}

.mt-27 {
    margin-top: 32px !important;
}

.grey-bg {
    background-color: #f2f2f2 !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.doll-icon {
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 15px;
    /*top: 50%;
  transform: translateY(-50%);*/
    left: 10px;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: #8e8e8e;
}

.default-select2 .select2-container .select2-selection--single {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #707070;
    margin: 0px;

    padding-left: 50px !important;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

.default-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    line-height: 45px !important;
}

.default-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 9px;
    right: 8px;
    width: 20px;
}

.lh-45 {
    line-height: 45px;
}

.maxw-200 {
    max-width: 200px !important;
}

.maxw-80 {
    max-width: 80px !important;
}

.maxw-130 {
    max-width: 130px !important;
}

.minw-80 {
    min-width: 80px !important;
}

.full-ul>li {
    margin-bottom: 10px;
}

.full-ul>li:last-child {
    margin-bottom: 0px;
}

.fix-w-ul>li {
    width: 16.666666% !important;
    display: inline-block;
    float: left;
    margin: 0 0 15px 0 !important;
}

.auto-ul.new-plus>li {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 0 0 15px 0;
    position: relative;
    box-sizing: border-box;
    padding: 0 100px 0 35px;
}

.auto-ul.new-plus>li .lcount {
    width: 30px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 45px;
    font-size: 15px;
    color: #000000;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    font-family: "Open Sans", sans-serif;
}

.auto-ul.new-plus>li button {
    display: block;
    width: 57px;
    height: 45px;
    background: #d1d1d1;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    color: #fff;
    outline: none;
    border: none;

    position: absolute;
    z-index: 4;
    top: 0px;
    right: 30px;
}

.tooltip-bg {
    background-color: #062665 !important;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    display: inline-block;
}

.tooltip-bg {
    background-color: #333c4f;
    padding: 0px 2px !important;
    border-radius: 50%;
}

.filter-btn svg #Rectangle_952{fill: #062665 !important;}

.tooltip-bg:hover {
    color: #fff;
}

.default-input:disabled {
    cursor: default;
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.grey-bg-block {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    padding: 30px 40px;
    outline: 0;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    margin: 0px;
    text-align: left;
}

.grey-bg-block-small {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    margin: 0px;
    text-align: left;
}

.file-upload-deep-grey {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #fff !important;
    padding: 8px 15px;
    outline: 0;
    border: 1px solid #a0aebc;
    background: #a0aebc;
    margin: 0px !important;
    max-width: 200px;
}

.file-upload-deep-grey input {
    display: none;
}

.d-minw-650 {
    width: 650px;
}

.plus-bt {
    display: block;
    width: 57px;
    height: 45px;
    background: #d1d1d1;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    color: #fff;
}

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

.upload-label {
    line-height: 24px;
    font-weight: 400;
    color: #397ab7;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: #f2f2f2 1px solid;
}

.red {
    color: #ff0000;
}

.messages-outer {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.default-textarea {
    width: 100%;
    height: 235px;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid #707070;
    margin: 0px;
    resize: none;
    display: block;
}

.messages-label {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #397ab7;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    display: inline-block;
}

.messages-footer {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    border-top: 3px solid #f2f2f2;
    padding-top: 25px;
}

.messages-container {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}

.messages-container .messages-loop {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.messages-container .messages-loop .messages-bg {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 25px 35px;
    background: #ecf1f8;
    border: 1px solid #ecf1f8;
    border-radius: 30px;
    max-width: 740px;
}

.messages-container .messages-loop .messages-bg .messages-title {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #397ab7;
    font-size: 15px;
    margin-bottom: 15px;
}

.messages-container .messages-loop .messages-bg .messages-title span {
    font-size: 15px;
    font-weight: 400;
    color: #acacac;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    float: right;
}

.messages-container .messages-loop .messages-bg .messages-details {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    font-family: "Open Sans", sans-serif;
}

.messages-container .messages-loop.right-msg .messages-bg {
    background: #fffbf0;
    text-align: right;
    border-color: #fffbf0;
    float: right;
}

.messages-container .messages-loop.right-msg .messages-bg .messages-title span {
    float: left;
}

.messages-container .messages-loop.right-msg .messages-bg .messages-title {
    color: #feca61;
}

.default-btn:disabled,
.default-btn[disabled] {
    cursor: not-allowed;
}

.default-input.www-type {
    padding-left: 58px !important;
}

.merchant-title.mb-25 {
    margin-bottom: 25px !important;
}

.status-txt {
    font: normal normal normal 15px/28px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 25px;
}

.form-group label {
    font: normal normal normal 15px/20px Open Sans;
    color: #062665 !important;
}

.country-select-full {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    float: left;
}

select,
.country-select-full select {
    width: 100%;
    border: none;
    outline: none;

    box-shadow: none;
    -webkit-appearance: none;
    background: url(https://crm.merchantservicedepot.com/assets/images/dropdown-arrow.svg) no-repeat 97% 55%;
    padding: 0rem 0.75rem !important;
}

.ol-default {
    padding: 0 0 0 20px;
}

.remove-label-name {
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px !important;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #a0aebc !important;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #a0aebc !important;
    background: #fff !important;
    margin: 0px;
}

.error_input {
    border-color: #ff2b2b !important;
}

.spacing-section.mt-98,
.mt-98 {
    margin-top: 98px !important;
}

a.hover_class:hover {
    color: #2485c7;
}

.sidebar-content {
    max-height: calc(100vh - 260px);
    height: calc(100vh - 260px);
    overflow-y: auto;
    position: relative;
    padding: 10px 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.sidebar-wrapper .sidebar-menu {
    width: 284px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
    border: 1px solid #707070 !important;
    border-radius: 20px !important;
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 6px !important;
}

.w-250 {
    width: 350px;
    text-align: center;
}

.form-group label.file-upload-deep-grey {
    color: #fff !important;
}

.sucess-msg {
    font-size: 15px;
    color: #000000;
    text-align: center;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*new upload css start*/
.grey-bottom-border {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #cecece;
    color: #000;
    padding: 10px 0;
}

.upload-wrapper {
    width: 100%;
    height: 100px;
    display: inline-block;
    position: relative;
}

.drop {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 35px;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*&:hover
  * cursor: pointer
  * background: #f5f5f5*/
}

.drop .cont {
    width: 500px;
    height: 100px;
    color: #8e99a5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.drop .cont i {
    font-size: 400%;
    color: #8e99a5;
    position: relative;
}

.drop .cont .tit {
    font-size: 400%;
    text-transform: uppercase;
}

.drop .cont .desc {
    color: #a4aebb;
}

.drop .cont .browse {
    margin: 0;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    line-height: 100px;
}

.drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.upload-list {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.reply .upload-list {
    margin-top: 20px;
}

.upload-img-name-full {
    width: 100%;
    display: inline-block;
    color: #50a8d3;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: #f2f2f2 1px solid;
    position: relative;
}

.upload-img-name-full span.in-flex {
    display: flex;
    align-items: center;
}

.reply .upload-list:empty {
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.upload-img-name-full .in-flex a {
    width: 20px;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: -5px;
    right: 0px;
    text-align: center;
    line-height: 27px;
    color: #ff0000;
    font-weight: 700;
}

/*.upload-img-name-full:last-child {
    margin: 0 0 25px 0;
}*/

.upload-img-name-full img {
    max-width: 12px;
    margin-right: 10px;
}

/*new upload css end*/
/*new crm css start*/
.crm-header {
    background-color: #50a8d3 !important;
}

.white-border-btn {
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #fff !important;
}

.noti-btn svg path {
    fill: #062665;
}

.white-btn {
    background: #fff !important;
    color: #062665 !important;
}

.default-btn.white-btn:not(.yellow-txt):hover {
    color: #ffffff;
}

.default-btn:not(.yellow-txt):hover {
    color: #fff;
}

.lh-35 {
    line-height: 35px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.maxw-400 {
    min-width: 400px !important;
    max-width: 400px !important;
    display: inline-block;
}

.create-account-center .maxw-400 h3 {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
    border-bottom: 4px solid #feca61;
}

.crm-bashboard-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    /* padding-left: 277px; */
}

.btn-lh-36 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 30px !important;
    border: 2px solid transparent;
}

.crm-right-nav>li {
    margin-right: 15px;
}

.crm-right-nav>li:last-child {
    margin-right: 0px;
}

.noti-btn {
    padding-left: 8px !important;
    padding-right: 8px !important;
    position: relative;
    border-radius: 7px !important;
}

.noti-btn>span {
    height: 22px;
    display: flex;
    background: #e31919;
    position: absolute;
    z-index: 4;
    top: -15px;
    right: -15px;
    font-size: 12px;
    color: #fff;
    text-align: center;

    border-radius: 50px;
    padding: 2px 10px;
    font-family: "Open Sans", sans-serif;
    align-items: center;
}

.crm-dashboard-desktop-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.crm-dashboard-desktop-nav>ul>li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;

    -webkit-box-flex: 0;
}

.crm-dashboard-desktop-nav>ul>li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    /* flex: 0 0 5%; */
    max-width: 100%;
}

.crm-dashboard-desktop-nav>ul>li.active-plus-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 100%;
}

.crm-dashboard-desktop-nav>ul>li:last-child.show>a {
    border-bottom-right-radius: 0px;
}

.crm-dashboard-desktop-nav>ul>li>a {
    width: 100%;
    display: block;
    background: #062665;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: center;
    line-height: normal;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.crm-dashboard-desktop-nav>ul>li:last-child>a {
    /*width: 100%;
  display: block;
  background: #6181a0;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.crm-dashboard-desktop-nav>ul>li:first-child>a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.crm-dashboard-desktop-nav>ul>li>a:hover {
    opacity: 0.75;
}

.crm-dashboard-desktop-nav>ul>li.active>a {
    background: #55a8d3;
}

.crm-dashboard-desktop-nav .dropdown-menu {
    left: -108px !important;
    background: transparent;
    box-shadow: none;
}

.crm-dashboard-desktop-nav .dropdown-menu li a {
    width: 100%;
    display: block;
    background: #a0afbd 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 20px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: center;
    line-height: normal;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.crm-dashboard-desktop-nav .dropdown-menu li a:hover {
    background: #397ab7;
}

.crm-dashboard-nav {
    background: #fff;
    padding: 25px 0;
    margin-top: 65px;
    box-shadow: 1px 1px 8px #ddd;
    z-index: 98;
    position: relative;
    /*padding-left: 277px;*/
}

.equipment-yes h2 {
    color: #062665;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 30px;
}

.equipment-yes .yellow-btn:hover {
    color: #fff;
    opacity: 75%;
}

.equipment-yes .grey-btn:hover {
    color: #fff;
    opacity: 75%;
}

.equipment-yes .grey-btn {
    margin: 10px;
    background-color: #062665 !important;
    width: 50%;
}

.equipment-yes .yellow-btn {
    margin: 10px;
    width: 50%;
}

.equipment-yes .modal-body {
    padding: 30px 55px;
}

.equipment-yes .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    outline: 0;
}

.equipment-yes .modal-dialog {
    max-width: 670px;
    margin: 1.75rem auto;
}

.modal.equipment-yes {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    /*background: rgba(242, 242, 242, 0.7);*/
    background: #d1d1d1;
}

.crm-dashboard-grey-nav {
    background: #f2f2f2;
    box-shadow: 0px 1px 3px #00000029;
    padding: 15px 0 10px;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}

.crm-middle-desktop-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.crm-middle-desktop-nav>ul>li {
    position: relative;
    width: auto;
    min-height: 1px;
    margin-right: 68px;
}

.crm-middle-desktop-nav>ul>li>a {
    color: #464646;
    font-weight: bold;
    width: auto;
    display: inline-block;
    font-size: 15px;
    padding: 0 0 0px 0;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    line-height: normal;
}

.crm-middle-desktop-nav>ul>li.active>a,
.crm-middle-desktop-nav>ul>li>a:hover {
    border-bottom: 2px solid #50a8d3;
    color: #50a8d3;
}

.default-tab ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: inline-flex;
    background: #55a8d3;
    border-radius: 18px;
}

.default-tab .resp-tabs-list li a {
    color: #fff;
}

.default-tab .resp-tabs-list li {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 30px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 18px;
}

.default-tab .helf-50 li {
    width: 50%;
    text-align: center;
}

.resp-tabs-container {
    margin-top: 30px;
}

.default-tab .resp-tabs-list li:hover {
    background: #ffffff66;
    color: #fff;
}

.default-tab .resp-tabs-list li.active {
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #062665 !important;
    line-height: 30px;
    display: inline-block;
    padding: 0px 30px;
    margin: 0 !important;
    background: transparent;
    background: #ffffff;
    box-shadow: 0px 1px 3px #00000029;
}

.default-tab .resp-tabs-list li.active a {
    color: #062665;
}

/*.default-tab .resp-tabs-list li:hover a,
.default-tab .resp-tabs-list li.active a {
    color: #397ab7 !important;
}*/

.default-tab .resp-tab-content {
    border: none !important;
    padding: 35px 0 !important;
}

.plr-35 {
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
}

.crm-title {
    font-size: 24px;
    color: #062665;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.color-block span {
    color: #062665;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.color-block h3 {
    font-family: "Open Sans";
    font-weight: bold;

    color: #fff;
    font-size: 26px;

    width: 100%;
    display: block;
    margin: 0;
    text-shadow: 0px 3px 6px #00000029;
}

.color-block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 25px;
    background: #f2f2f2;
    border-radius: 40px;
    position: relative;
}

.color-block.color-1 {
    background: rgb(80 168 211 / 28%);
}

.color-block.color-2 {
    background: rgb(239 114 50 / 44%);
}

.color-block.color-3 {
    background: rgb(6 38 101 / 27%);
}

.color-block.color-4 {
    background: #e0e0e0;
}

.color-block.color-5 {
    background: rgb(80 168 211 / 62%);
}

.color-block.color-6 {
    background: rgb(6 38 101 / 12%);
}

.crm-loop {
    /* margin-bottom: 45px; */
}

.crm-loop:last-child {
    margin-bottom: 0px;
}

.statistics-details-box {
    width: 100%;

    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #86767629;
    border-radius: 10px;
    position: relative;
}

.statistics-details-header {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.statistics-details-header label {
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #777777;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-15 {
    margin-right: 15px;
}

.dd-holder select {
    min-width: 65px;
    height: 30px;
    color: #b3b0b0 !important;
}

.statistics-search {
    width: 475px;
    display: block;
    position: relative;
}

.statistics-search button {
    width: 150px;
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    background: #d1d1d1;
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.statistics-search .default-input {
    width: 100%;
    height: 30px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    padding-right: 170px !important;
    outline: 0;
    border: 1px solid #707070;
    margin: 0px;
}

.statistics-download {
    width: auto;
    display: inline-block;
}

.download-btn {
    width: 35px;
    height: 35px;
    display: block;
    box-sizing: border-box;
    border: #397ab7 1px solid;
    border-radius: 50%;
    padding: 6px;
}

.download-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.box-close-btn {
    width: 30px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    right: -10px;
    top: -10px;
}

.statistics-details-body {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.risk-table>tbody>tr {
    border-bottom: solid 0px #ddd !important;
}

.rounded-table table.default-table>thead>tr>th {
    background: none !important;
    padding-bottom: 0 !important;
}

table.default-table {
    border-bottom: none !important;
}

table.default-table>thead>tr>th {
    background-color: #f2f2f2 !important;
    padding: 15px !important;
    letter-spacing: 0px;
    color: #000000;
    font-size: 15px;
    text-align: left;
    border: none !important;
}

table.subtitle-color>thead>tr>th {
    background-color: #f2f2f2 !important;
    padding: 15px !important;
    letter-spacing: 0px;
    color: #000000 !important;
    font-size: 15px;

    border: none !important;
}

table.default-table>thead>tr>th:first-child {
    border-top-left-radius: 20px;
}

table.default-table>thead>tr>th:last-child {
    border-top-right-radius: 20px;
}

table.default-table>tbody>tr>td {
    background: none;
    padding: 10px 15px !important;
    vertical-align: top;
}

table.default-table>tbody>tr>td.pl-0 {
    padding-left: 15px !important;
}

.subtitle_color {
    color: #ffffff !important;
}

.rounded-table table.default-table>tbody>tr>td {
    font-size: 15px;
}

.blue-link {
    color: #50a8d3;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 5px;
}

.arrow_active {
    position: relative;
}

.arrow_active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #9cbcdb;
    border-width: 25px;
    margin-left: -25px;
}

.statistics-details {
    width: 100%;
    display: none;
}

.box-show {
    display: inline-block !important;
}

.statistics-details-box-without-shadow {
    width: 100%;
    margin-top: 0px;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
}

.statistics-details-box-without-shadow-top {
    width: 100%;
    margin-top: 15px;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
}

.server_list {
    table-layout: fixed;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

table.round-header-table>thead>tr>th {
    padding: 6px 15px !important;
}

table.round-header-table>thead>tr>th:first-child {
    border-top-left-radius: 18px !important;
    border-bottom-left-radius: 18px !important;
}

table.round-header-table>thead>tr>th:last-child {
    border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.add-btn {
    width: auto;
    height: 30px;
    display: block;
    padding: 0 20px;
    border: none;
    background: #062665;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    border-radius: 20px;
}

.add-btn:hover{opacity: 75%;}

.blk-link {
    color: #000 !important;
}

.blk-link:hover {
    text-decoration: underline;
}

/*new crm css end*/
.heading-text h1 {
    font-size: 20px;
    font-weight: bold;
    color: #062665;
}

.heading-text hr {
    margin-top: 10px;
}

.form-sec .form-control {
    border: solid 1px #98a3b9;
    height: 30px;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
}

.form-sec .form-control::placeholder {
    color: #000;
}

/* =======================upload-file-btn======================= */

/*Also */
/* .btn-success {
  border: 1px solid #c5dbec;
  background: #d0e5f5;
  font-weight: bold;
  color: #2e6e9e;
} */
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
.fileinput-button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    background: #f2f2f2;
    line-height: 89px;
    color: #000;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    display: block;
    text-align: center;
}

.fileinput-button:hover,
.fileinput-button:focus,
.fileinput-button:active,
.fileinput-button:focus-visible {
    background: #f2f2f2 !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.upload-file .thumb {
    height: 20px;
    width: 20px;
    border: 0px solid #000;
}

.upload-file ul.thumb-Images li {
    width: 100%;
    float: left;
    display: flex;
    vertical-align: top;
    /* height: 87px; */
    /* background: #ddd; */
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    /* border-radius: 4px; */
    border-bottom: solid 1px #ddd;
}

.upload-file .img-wrap {
    display: inline-block;
    font-size: 0;
    line-height: 36px;
}

.upload-file .img-wrap .close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 100;
    background-color: #bcbbbb;
    padding: 5px 7px 7px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
    font-size: 15px;
    line-height: 9px;
    border-radius: 50%;
}

.upload-file .img-wrap:hover .close {
    opacity: 1;
    background-color: #ff0000;
}

.FileNameCaptionStyle {
    font-size: 15px;
    margin-left: 20px;
    line-height: 36px;
}

#Filelist {
    width: 100%;
    margin-bottom: 15px;
}

.grey-btn {
    width: 100%;
    height: 30px;

    padding: 0 15px;
    border: none;

    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
}

.eqp-view-wrapper a.grey-btn {
    background: #062665 !important;
}

.darkgrey-btn {
    width: 100%;
    height: 30px;

    padding: 0 15px;
    border: none;
    background: #062665;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.ml-15 {
    margin-left: 15px;
}

.yellow-btn {
    width: 100%;
    height: 30px;

    padding: 0 26px;
    border: none;
    background: #ef7232;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}

.white-grey-btn {
    width: 100%;
    height: 30px;
    padding: 0 15px;
    border: none;
    background-color: #062665;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.white-grey-btn:hover {
    opacity: 75%;
}

.white-grey-btn a {
    color: #fff;
}

.white-grey-btn a:hover {
    color: #fff;
}

.grey-btn a {
    color: #ffffff;
}

.yellow-btn a {
    color: #fff;
}

.drop-files {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 74px;
    background: #f2f2f2;
    line-height: 60px;
    color: #000;
    font-size: 17px;
    border-radius: 10px;
    border: none;
}

.drop-files {
    margin-top: 30px;
}

table.folder-name1>tbody>tr>td {
    background-color: #fff !important;
    padding: 15px 15px !important;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

table.folder-name1>tbody>tr {
    border-bottom: solid 1px #ddd;
}

.mt-50 {
    margin-top: 50px !important;
}

.folder-name1 .w-350 {
    width: 350px;
}

.gw-input-icon span i {
    position: absolute;
    top: 41px;
    left: 36px;
    color: #9598a8;
}

.gw-input-icon .form-control {
    padding-left: 35px;
}

.form-check label {
    color: #000 !important;
}

.border-btn {
    background: none;
    border: solid 1px #a0afbd;
    color: #a0afbd;
    width: 100%;
    padding: 8px 17px;
    border-radius: 10px;
    margin-top: 24px;
    text-align: center;
}

.text-decoration-underline {
    text-decoration: underline;
}

.font-style-italc {
    font-style: italic;
}

.border-btn a {
    color: #a0afbd;
}

.grey-bg-btn {
    background: #a0afbd;
    color: #a0afbd;
    width: 100%;
    padding: 8px 17px;
    border-radius: 10px;
    margin-top: 24px;
    text-align: center;
}

.grey-bg-btn a {
    color: #fff;
}

.merchant-information-table .statistics-details-box {
    width: 100%;
    margin-top: 20px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: none;
    border-radius: 10px;
    position: relative;
}

.table-header-grey {
    background: #ddd;
}

.merchant-information-table table.default-table>thead>tr>th {
    background-color: #f2f2f2 !important;
    /*padding: 16.5px !important;*/
    letter-spacing: 0px;
    color: #1a1a1a;
    font-size: 15px;
    border: none !important;
}

table.default-table>tbody>tr>td {
    font-size: 15px;
    color: #000000;
}

/*table.default-table > tbody > tr > td:first-child {
    padding-left: 0px !important;
}*/

.pagenation-sec .page-link {
    position: relative;
    display: block;
    padding: 12px 18px;
    margin-left: -1px;
    line-height: 1.25;
    color: #5b5050;
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
}

/* .paginate_button.previous {
  background: #397ab7 !important;
  color: #fff !important;
  padding: 8px 30px !important;
  border-radius: 20px !important;
} */
.paginate_button.previous {
    display: none;
}

/* .paginate_button.next {
  color: #397ab7 !important;
  font-size: 18px !important;
} */
.paginate_button.next {
    display: none;
}

.paginate_button {
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
    text-decoration: underline !important;
}

.paginate_button.current {
    background: #d1d1d1 !important;
    border-radius: 15px !important;
    width: 35px;
    height: 35px;
}

.paginate_button.current:active {
    background: #d1d1d1 !important;
    border-radius: 15px !important;
    width: 35px;
    height: 35px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    text-decoration: none !important;
    font: normal normal normal 17px/35px Open Sans !important;
    letter-spacing: 0px;
    color: #000000;
}

.pagenation-sec .page-link.blue-next {
    color: #397ab7;
}

.pagenation-sec .page-item.active .page-link {
    z-index: 1;
    color: #007bff;
    border-color: #007bff;
    background: #ddd;
    /* text-decoration: underline; */
    padding: 12px 18px;
    border-radius: 30px;
    color: #666;
}

.pagenation-sec .page-item {
    margin: 5px;
}

.pagenation-sec .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background: #666;
    border: none;
    padding: 0;
    color: #fff;
    line-height: 24px;
    padding: 9px 33px;
    border-radius: 33px;
    background: #397ab7;
}

.default-tab.ltd-tab .resp-tabs-list li {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 30px !important;
    display: inline-block;
    padding: 0px 14px !important;
    list-style: none;
    cursor: pointer;
    float: left;
    border: none !important;
    -webkit-transition: all 0.3s ease;
    border-radius: 18px;
    margin-right: 35px !important;
    background-color: transparent !important;
}

.default-tab.ltd-tab .resp-tabs-list li:hover {
    background: #ffffff66 !important;
    color: #fff;
}

.default-tab.ltd-tab .resp-tabs-list li.resp-tab-active {
    background-color: #fff !important;
    box-shadow: 0px 1px 3px #00000029 !important;
}

.default-tab .resp-tabs-list li,
.default-tab .resp-tabs-list li a {
    color: #fff;
    text-decoration: none !important;
}

.default-tab .resp-tabs-list li.resp-tab-active,
.default-tab .resp-tabs-list li.resp-tab-active a {
    color: #062665 !important;
}

.back-btn {
    background-color: #062665;
    /* padding: 0px 44px;*/
    min-width: 110px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
}

.back-btn:hover {
    color: #fff;
}

.back-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
}

.back-btn:hover {
    opacity: 75%;
}

.heading-dobby {
    color: #062665 !important;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.gry-boder-btn {
    border: solid 1px #d1d1d1;
    color: #777777;
}

.cancel.btn {
    background: #ef7232 !important;
}

.boder-rounded-btn {
    background: none;
    border: solid 1px #b1aeae;
    /* display: inline-flex; */
    color: #aea9a9 !important;
    font-size: 15px;
    padding: 10px 7px !important;
    border-radius: 30px;
    font-weight: 400 !important;
    display: inline-block;
}

table.profile-default-table>thead>tr>th {
    background: none !important;
}

table.profile-default-table>thead>tr {
    border-bottom: solid 1px #ddd;
}

.blue-text {
    font-size: 20px;
    color: #062665;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: "Open Sans";
    font-weight: bold;
}

.buttom-text {
    color: #000;
    font-weight: 400;
}

.statements-right-text .text {
    color: #777777;
    margin-right: 15px;
    font-weight: 500;
    line-height: 30px;
}

.statements-right-text .default-input {
    height: 30px;
}

.statements-right-text .grey-btn {
    width: auto;
    background: #062665 !important;
    padding: 10px 20px;
    line-height: 15px;
    margin-left: 0px;
}

.statements-right-text .gry-boder-btn {
    border: solid 1px #062665;
    padding: 5px 25px;
    color: #062665;
    border-radius: 10px;
}

.statements-right-text .gry-boder-btn a {
    color: #d1d1d1;
}

.filter-btn {
    cursor: pointer;
}

/* new css filter */
.filter-btn .filter-btn-svg {
    width: 42px;
    height: 30px;
    display: block;
}

.filter-btn-svg rect:nth-child(1) {
    fill: #062665;
}

.filter-btn-svg rect:nth-child(1):hover {
    opacity: 75%;
}

.filter-btn-svg rect {
    fill: #fff;
}

.filter-btn-svg circle {
    fill: #fff;
}

/* new css filter */

/*.filter-btn img {
    width: 40px;
    height: 30px;
}*/
.filter-btn img,
.hide-2-yes img {
    width: 40px;
    height: 37px;
    object-fit: contain;
}

.progrss-btn {
    color: #ff7500;
    background-color: #ff750042;
    padding: 6px 0px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.progrss-btn:hover {
    opacity: .75;
}

.close-btn {
    padding: 6px 0px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    display: block;
    text-align: center;
    color: #777777;
    margin: 0 auto;
    background-color: #062665;
}

.close-btn:hover {
    opacity: .75;
}

.failed-btn {
    padding: 6px 0px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    display: block;
    text-align: center;
    color: #dc3545;
    margin: 0 auto;
    background-color: #dc35b391;
}

.failed-btn:hover {
    color: #dc3545;
}

.internal-table .btn {
    padding: 6px 0px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

table.support-table>tbody>tr>td {
    background-color: #fff !important;
    border-bottom: 0;
}

.open-btn {
    padding: 6px 0px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    display: block;
    text-align: center;
    color: #389500;
    border: none;
    margin: 0 auto;
    background-color: #3895004a;
}

.open-btn:hover {
    color: #389500;
}

.open-btn.status_select.activeGreenBtn:hover {
    color: #fff;
}

table.support-table .blue-link {
    color: #397ab7;
    font-weight: 500;
    text-decoration: underline;
    padding-right: 5px;
}

/* .support-table .close-btn {
  height: 40px;
  line-height: 16px;
  border-radius: 12px;
} */
/* .support-table .open-btn {
  height: 40px;
  line-height: 16px;
  border-radius: 12px;
} */
/* .support-table .progrss-btn {
  height: 40px;
  line-height: 16px;
  border-radius: 12px;
} */
.close-table-sec .grey-btn {
    width: 200px;
}

.close-table-sec .grey-btn:hover {
    color: #fff;
    opacity: 75%;
}

.close-table-sec .row {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.close-table-sec .grey-btn {
    background-color: #062665 !important;
}

.close-table-sec .row .col-md-6 p {
    line-height: 40px;
}

.equipment-table select.form-control {
    border-radius: 50px;
    padding: 6px 24px;
}

.reason-sec textarea.form-control {
    border-radius: 25px;
}

.filter-modal .modal-dialog {
    max-width: 800px;
}

.filter-modal .modal-content {
    background-color: #ffffff;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    padding: 30px;
    /*margin-top: 22%;*/
}

.filter-modal .modal-header {
    padding: 0;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.filter-modal .modal-header .close span {
    font-size: 19px;
    background: #062665;
    line-height: 0px;
    border-radius: 45px;
    text-shadow: none;
    color: #fff;
}

.filter-modal .modal-body {
    padding: 0;
}

.filter-modal .modal-body h5 {
    font-size: 17px;
}

#filterForm .modal-title {
    color: #062665;
}

.filter-modal .modal-body h5 b {
    color: #062665;
}

.filter-modal .modal-body .open-btn {
    color: #389500;
    border: solid 1px #3895003b;
    background-color: #38950066;
    padding: 5px 0px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 23px;
    margin-right: 10px;
}

.filter-modal .modal-body .progrss-btn {
    color: #ff7500;
    background-color: #ff750042;
    padding: 5px 0px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    line-height: 23px;
}

.filter-modal .modal-body .progrss-btn {
    color: #ff7500;
    background-color: #ff750042;
    padding: 5px 0px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    line-height: 23px;
}

.filter-modal .modal-body .close-btn {
    color: #777777;
    background-color: #77777757;
    padding: 5px 0px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    line-height: 23px;
}

.filter-modal .progrss-btn.invalid {
    border: solid 1px #ff75001f;
    background: #ff750021;
    color: #ff750040;
    cursor: auto;
}

.filter-modal .modal-body .close-btn.invalid {
    color: #7777772e;
    border: solid 1px #77777717;
    background-color: #77777724;
    cursor: auto;
}

.merchants-ar .form-control {
    border-radius: 40px;
    padding: 10px 10px;
    height: 30px;
}

.merchants-ar .form-control:not(select) {
    border: 0px solid #98a3b9 !important;
}

.bs-searchbox input[type="search"] {
    border: 1px solid #707070 !important;
    margin: 15px 0px;
}

#top_merchant_list_display_area table thead tr {
    background: none;
}

.top_bank_list table thead tr {
    background: none;
}

.merchants-ar .dropdown .btn {
    color: #666;
}

.merchants-ar .form-control::placeholder {
    font-style: italic;
}

.filter-modal-btn .grey-btn {
    background: #062665 !important;
    color: #ffffff !important;
}

.filter-btn svg rect:hover {
    /* fill: #7676767f; */
}

.filter-modal-btn .btn-secondary {
    padding: 0 15px;
    width: 100%;
    border: none;
    background: #062665;
    border-radius: 10px;
}

.filter-modal-btn .btn-secondary:hover {
    opacity: 75%;
}

.filter-modal.case-status .close-btn,
.filter-modal.case-status .progrss-btn {
    padding: 7px 21px;
    border-radius: 15px;
    margin-right: 10px;
    width: 150px;
    display: block;
    height: 30px;
    cursor: pointer;
}

.filter-modal.case-status .open-btn {
    color: #389500;
    background-color: #3895004a;
    padding: 7px 21px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    margin-right: 10px;
}

.filter-modal.case-status .progrss-btn.invalid {
    border: solid 1px #ff75001f;
    background: #ff750021;
    color: #ff750040;
    width: 150px;
    padding: 5px 22px;
    cursor: auto;
    height: 30px;
    margin-right: 10px;
    border-radius: 15px;
}

.filter-modal.case-status .close-btn.invalid {
    color: #77777752;
    background-color: #7777772e;
    padding: 6px 22px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    border: solid 1px #ddd;
}

.messages-box {
    padding: 30px;
    border-radius: 30px;
}

.blue-grey-bg {
    background-color: #0626650d;
}

.messages-box .mgs-text {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}

.messages-box .right-text-grey {
    color: #acacac;
    font-style: italic;
}

.yellow-grey-bg {
    background-color: #feca6136;
}

.messages-box .blue-text {
    margin-bottom: 10px;
}

.messages-box .img-text img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.messages-box .img-text {
    color: #397ab7;
    margin-top: 5px;
}

.messages_tab hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #98a3b9;
}

.messages_tab textarea.form-control {
    border-radius: 16px;
    padding: 18px;
}

.messages_tab textarea.form-control::placeholder {
    font-style: italic;
}

.black-text {
    color: #000 !important;
}

#container-target {
    top: 1px;
    right: 22%;
    position: absolute;
}

#container-target span.input-group-addon {
    position: absolute;
    top: 6px;
    right: 13px;
}

#container-target.closed-cases-div {
    position: absolute;
    top: 1px;
    right: 5%;
}

#target-2 .show-div .deep-grey-btn {
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #737373 !important;
}

.deep-grey-btn a {
    color: #fff;
}

.deep-grey-btn:hover {
    color: #fff;
}

#target-2 {
    display: none;
}

.hide {
    display: none;
}

.hide-2-yes {
    display: none;
    z-index: 1;
}

#target-3 .show-div .deep-grey-btn {
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #737373 !important;
}

#target-3 .show-div .deep-grey-btn a {
    color: #fff;
}

#target-3 {
    display: none;
}

.hide {
    display: none;
}

.hide-3-yes {
    display: none;
}

.invoices-page .statistics-details-header .grey-btn {
    width: 150px;
    margin-left: 10px;
    font-size: 15px;
    background: #ef7232;
}

.invoices-page .statistics-details-header .grey-btn:hover {
    color: #fff;
    opacity: 75%;
}

.invoices-page .button-delete-btn {
    position: absolute;
    left: 47%;
}

.button-delete-btn .delete-icon i {
    line-height: 34px;
    font-size: 22px;
    margin-left: 10px;
    color: #7b7b7b;
}

#target-2 .show-div .default-input {
    width: 120px;
    height: 32px;
}

#target-2 .show-div .text {
    line-height: 30px;
    margin-right: 8px;
}

#target-2 .show-div .gry-boder-btn {
    border: solid 1px #d1d1d1;
    padding: 5px 25px;
    color: #d1d1d1;
    border-radius: 20px;
    font-size: 15px;
}

#target-2 .show-div .grey-btn {
    width: 100px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-left: 10px;
    font-size: 14px;
    background: #062665;
    cursor: pointer;
}

#target-2 .show-div .gry-boder-btn a {
    color: #d1d1d1;
}

.hide-2-yes i {
    font-size: 25px;
    color: #666;
    position: relative;
    top: 5px;
}

.btn-line-hight #target-3 .show-div .default-input {
    width: 120px;
    height: 32px;
}

#target-3 .show-div .text {
    line-height: 33px;
    margin-right: 5px;
}

#target-3 .show-div .gry-boder-btn {
    border: solid 1px #d1d1d1;
    padding: 5px 25px;
    color: #d1d1d1;
    border-radius: 10px;
}

#target-3 .show-div .grey-btn {
    width: 100px;
    margin-left: 10px;
    font-size: 15px;
    background: #062665 !important;
}

#target-3 .show-div .gry-boder-btn a {
    color: #d1d1d1;
}

.hide-3-yes i {
    font-size: 25px;
    color: #666;
    position: relative;
    top: 5px;
}

.plshol-text input[type="submit"] {
    width: auto;
}

.plshol-text input[required]+label {
    color: #121111 !important;
    position: absolute;
    top: 6px;
    left: 67px;
    margin: 0;
}

/* .plshol-text input[required] + label:after {
  content: "www.";
  color: #cccccc;
  left: -37px;
  position: absolute;
} */

/* show the placeholder when input has no content (no content = invalid) */

.plshol-text input[required]:invalid+label {
    display: inline-block;
}

/* hide the placeholder when input has some text typed in */

.plshol-text input[required]:valid+label {
    display: none;
}

.plshol-text {
    position: relative;
}

.plshol-text .left-span {
    position: absolute;
    left: 24px;
    top: 6px;
    font-size: 15px;
    color: #c1c1c1;
    margin-bottom: 0;
}

.plshol-text .right-span {
    position: absolute;
    right: 24px;
    top: 4px;
    font-size: 15px;
}

.modal-body .close {
    position: absolute;
    right: -14px;
    top: -17px;
    background: #9f9f9f;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    width: 24px;
    height: 25px;
}

.modal-body .close span {
    position: relative;
    top: -2px;
    left: 1px;
}

.plshol-text input {
    padding-left: 65px !important;
    font-size: 14px !important;
    padding-left: 65px;
}

.modal {
    background: #f2f2f240;
}

.time-inputbox {
    position: relative;
    top: 6px;
}

.time-inputbox .form-check {
    position: relative;
    top: 6px;
}

.form-group.time-inputbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group.time-inputbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #0079bf;
}

.form-group.time-inputbox {
    display: block;
    margin-bottom: 15px;
}

.form-group.time-inputbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group.time-inputbox label {
    position: relative;
    cursor: pointer;
    color: #000 !important;
    font-weight: bold;
    font-size: 15px;
}

.eqment-ar {
    position: relative;
}

.eqment-ar .dropdown-menu {
    border: solid 1px #e8e8e8;
}

.invoice_draft_displayer {
    color: #999;
    font-style: italic;
}

/* #submit_confirm {
  line-height: 19px;
  font-size: 15px;
} */
.eqment-ar span i {
    position: absolute;
    color: #ddd;
    right: 15px;
    top: 8px;
}

.eqment-ar.dropdown .btn {
    width: 100%;
    font-style: italic;
    border-radius: 10px;
    background: #aaa7a7;
    border: solid 1px #ddd;
    margin: 0px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    color: #ffffff;
    top: 1px;
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 1px 1px 7px #f6f6f6;
}

.time-zone-sec select {
    width: 150px;
    line-height: 13px;
    font-size: 15px;
}

.red-text {
    color: red !important;
}

.minas-btn a {
    background-color: #666;
    padding: 6px 17px;
    border-radius: 32px;
    width: 70px;
}

.minas-btn a i {
    color: #fff;
}

.pluse-btn a {
    background-color: #000000;
    padding: 6px 17px;
    border-radius: 32px;
    width: 70px;
    color: #fff;
}

.pluse-btn.minus-icon a {
    background-color: rgb(122 122 122) !important;
}

/*.inputbox-border-bottom {
  border-radius: 0;
  padding-left: 0;
  border: none;
  border-bottom: solid 1px #397ab7;
}*/
.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
    box-shadow: none;
}

.rounded-table {
    border-radius: 37px;
    border: solid 2px #98a3b9 !important;
    padding: 30px;
}

.deep-grey-btn {
    height: 30px;
    display: inline-flex;
    padding: 0 15px;
    border: none;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #062665 !important;

    align-items: center;
    justify-content: center;
}

.deep-grey-btn:hover {
    opacity: 75%;
}

.case-status .blue-btn {
    width: 100%;
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    background: #ef7232;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.case-status .blue-btn a {
    color: #ffffff;
}

/* drop-and-drag */
.ff_fileupload_hidden {
    display: none;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_wrap {
    position: relative;
}

/* .ff_fileupload_wrap .ff_fileupload_dropzone {
  display: block;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border: 2px dashed #a2b4ca;
  border-radius: 3px;
  padding: 0;
  background-color: #fcfcfc;
  background-image: url("https://crm.merchantservicedepot.com/assets/images/fancy_upload.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.85;
  cursor: pointer;
  outline: none;
} */

.ff_fileupload_wrap .ff_fileupload_dropzone {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 74px;
    background: #f2f2f2;
    line-height: 60px;
    color: #000;
    font-size: 17px;
    border-radius: 10px;
    border: none;
}

.ff_fileupload_wrap .ff_fileupload_dropzone:before {
    content: "Drop files here or click to upload";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.ff_fileupload_wrap .ff_fileupload_dropzone::-moz-focus-inner {
    border: 0;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_tools {
    position: absolute;
    right: 10px;
    top: 0;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_tool {
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #a2b4ca;
    border-radius: 3px;
    padding: 0;
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_tool::-moz-focus-inner {
    border: 0;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_tool:hover,
.ff_fileupload_wrap .ff_fileupload_dropzone_tool:focus,
.ff_fileupload_wrap .ff_fileupload_dropzone_tool:active {
    opacity: 1;
    background-color: #ffffff;
    border-color: #157efb;
}

.ff_fileupload_wrap .ff_fileupload_recordaudio {
    background-image: url("fancy_microphone.png");
}

.ff_fileupload_wrap .ff_fileupload_recordvideo {
    background-image: url("fancy_webcam.png");
}

.ff_fileupload_wrap .ff_fileupload_recordvideo_preview {
    position: absolute;
    display: block;
    right: 60px;
    top: 10px;
    width: 320px;
    max-width: calc(100% - 70px);
    height: calc(100% - 20px);
    background-color: #222222;
}

.ff_fileupload_wrap .ff_fileupload_recordvideo_preview.ff_fileupload_hidden {
    display: none;
}

@keyframes ff_fileupload_recording_animate {
    from {
        border-color: #ef1f1f;
    }

    to {
        border-color: #c9a1a1;
    }
}

.ff_fileupload_wrap .ff_fileupload_recording {
    animation: ff_fileupload_recording_animate 1.2s infinite alternate;
}

.ff_fileupload_wrap table.ff_fileupload_uploads {
    width: 100%;
    border-collapse: collapse !important;
    border: 0 none;
}

.ff_fileupload_wrap table.ff_fileupload_uploads tr,
.ff_fileupload_wrap table.ff_fileupload_uploads td {
    margin: 0;
    border: 0 none;
    padding: 0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td {
    vertical-align: top;
    padding: 1em 0;
    white-space: nowrap;
    line-height: normal;
}

@keyframes ff_fileupload_bounce_animate {

    10%,
    90% {
        transform: translateY(-1px);
    }

    20%,
    80% {
        transform: translateY(2px);
    }

    30%,
    50%,
    70% {
        transform: translateY(-3px);
    }

    40%,
    60% {
        transform: translateY(3px);
    }
}

.ff_fileupload_wrap table.ff_fileupload_uploads tr.ff_fileupload_bounce {
    animation: ff_fileupload_bounce_animate 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translateY(0);
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview {
    width: 1px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image {
    display: block;
    box-sizing: border-box;
    border: 0 none;
    padding: 0;
    background-color: #dddddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    opacity: 0.75;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    outline: none;
    cursor: default;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image::-moz-focus-inner {
    border: 0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image_has_preview {
    cursor: pointer;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:hover,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:active {
    opacity: 1;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text {
    display: block;
    margin: 0 auto;
    width: 70%;
    overflow: hidden;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #a2b4ca;
    border-radius: 3px;
    padding: 0;
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button::-moz-focus-inner {
    border: 0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:hover,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:active {
    opacity: 1;
    background-color: #fdfdfd;
    border-color: #157efb;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button.ff_fileupload_start_upload {
    margin-right: 0.5em;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile {
    display: none;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button {
    display: block;
    margin-top: 0.3em;
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #a2b4ca;
    border-radius: 3px;
    padding: 0;
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button::-moz-focus-inner {
    border: 0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:hover,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:active {
    opacity: 1;
    background-color: #fdfdfd;
    border-color: #157efb;
}

.ff_fileupload_wrap table.ff_fileupload_uploads button.ff_fileupload_start_upload {
    background-image: url("https://crm.merchantservicedepot.com/assets/images/fancy_okay.png");
}

.ff_fileupload_wrap table.ff_fileupload_uploads button.ff_fileupload_remove_file {
    background-image: url("https://crm.merchantservicedepot.com/assets/images/fancy_remove.png");
}

/* Colored buttons based on file extension for non-images. */
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_with_color {
    color: #ffffff;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_a {
    background-color: #f03c3c;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_b {
    background-color: #f05a3c;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_c {
    background-color: #f0783c;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_d {
    background-color: #f0963c;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_e {
    background-color: #e0862b;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_f {
    background-color: #dca12b;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_g {
    background-color: #c7ab1e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_h {
    background-color: #c7c71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_i {
    background-color: #abc71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_j {
    background-color: #8fc71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_k {
    background-color: #72c71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_l {
    background-color: #56c71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_m {
    background-color: #3ac71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_n {
    background-color: #1ec71e;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_o {
    background-color: #1ec73a;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_p {
    background-color: #1ec756;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_q {
    background-color: #1ec78f;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_r {
    background-color: #1ec7ab;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_s {
    background-color: #1ec7c7;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_t {
    background-color: #1eabc7;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_u {
    background-color: #1e8fc7;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_v {
    background-color: #1e72c7;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_w {
    background-color: #3c78f0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_x {
    background-color: #3c5af0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_y {
    background-color: #3c3cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_z {
    background-color: #5a3cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_0 {
    background-color: #783cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_1 {
    background-color: #963cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_2 {
    background-color: #b43cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_3 {
    background-color: #d23cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_4 {
    background-color: #f03cf0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_5 {
    background-color: #f03cd2;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_6 {
    background-color: #f03cb4;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_7 {
    background-color: #f03c96;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_8 {
    background-color: #f03c78;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_9 {
    background-color: #f03c5a;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary {
    padding: 1em;
    font-size: 0.9em;
    white-space: normal;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    box-shadow: none;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:hover {
    border: 1px solid #888888;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_errors {
    color: #a94442;
    font-weight: bold;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_background {
    margin-top: 0.5em;
    background-color: #cccccc;
    height: 2px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar {
    background-color: #157efb;
    width: 0;
    height: 2px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions {
    width: 1px;
    text-align: right;
}

@media (max-width: 420px) {
    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary {
        padding-right: 0;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions {
        display: none;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile {
        display: block;
    }
}

/* drop-and-drag */
.modal.chargeback-ar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: #d1d1d15e;
}

.table-bg-grey {
    background-color: #f2f2f2;
}

table.default-table.font-14>thead>tr>th {
    font-size: 15px;
}

.underwriting-tab {
    background: #0079bf;
    border-radius: 32px;
    overflow: hidden;
}

.nav-tabs.underwriting-tab .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #0079bf;
}

.nav-tabs.underwriting-tab .nav-link {
    background: #0079bf;
    border-radius: 0px;
    padding: 10px 47px;
    color: #fff;
    border: none;
    border-right: solid 2px;
}

.nav-tabs.underwriting-tab .nav-link:nth-last-child() {
    background: blue;
}

table.date-submitted-table>tbody>tr>td {
    background: none;
    padding: 10px 15px !important;
    vertical-align: top;
}

.date-submitted-ar {
    border: solid 2px #062665;
    border-radius: 25px;
    padding: 4px;
}

.date-submitted-ar .tab-content {
    padding: 15px;
}

.date-submitted-table .dropdown-toggle {
    cursor: pointer;
}

.date-submitted-table th {
    font-weight: 500;
}

.date-submitted-table th span .fa-pencil {
    color: #a0aebc;
}

.date-submitted-ar .tab-content {
    overflow: scroll;
    height: 800px;
}

.equipment-ar select {
    width: 100%;

    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    background: url(https://crm.merchantservicedepot.com/assets/images/arrow-fill.png) no-repeat 98% 50%;
    background-size: 12px auto;
}

.Serial-controler .form-control {
    background-color: #f2f2f2;
    border: solid 1px #98a3b9;
}

.billing-box {
    background-color: #f2f2f2;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    padding: 30px;
}

.billing-box h5 {
    font-size: 16px;
}

.billing-box-dates-sec input {
    background: #fff;
    border: solid 1px #98a3b9;
}

.chosen-search-input {
    font-style: italic;
}

.billing-box .merchants-ar input {
    background: #fff;
    border: solid 1px #98a3b9;
}

.green-btn {
    background: #badda5;
    padding: 8px 27px;
    border-radius: 50px;
    border: solid 1px #8bcc8e;
    width: 120px;
    color: #158f15;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 17px;
}

.text-only {
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
}

.red-btn {
    padding: 6px 0px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    display: block;
    text-align: center;
    background: #ffcbcb;
    color: #d71717;
    margin: 0 auto;
}

.green-text {
    color: #158f15;
}

.repoting-billing-table .grey-btn {
    width: 120px;
    padding: 8px 34px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    border: solid 1px #9aa8b7;
    height: 30px;
    margin: 0 auto;
    display: block;
}

.communication-tab {
    background: #f2f2f2;
    margin-top: 1px;
    box-shadow: 0px 1px 3px #00000029;
    margin-bottom: 40px;
}

.communication-tab .resp-tabs-list {
    background: none !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: none;
    display: inline-flex;
    border-radius: 18px;
}

.communication-tab .resp-tabs-list {
    color: #fff;
}

.communication-tab .resp-tabs-list li a {
    color: #666 !important;
    width: 100%;
    display: inline-block;
}

.communication-tab .resp-tabs-list li a:hover{
    color: #062665;
    border-radius: 20px;
}

.communication-tab .resp-tabs-list li.active {
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #397ab7;
    line-height: 30px;
    display: inline-block;
    padding: 0px 30px;
    margin: 0;
    background: transparent;
    background: #062665;
    box-shadow: 0px 1px 3px #00000029;
    color: #fff;
}

.communication-tab .resp-tabs-list li.active a {
    color: #fff !important;
}

/* .communication-tab .resp-tabs-list li:hover a {
    color: #062665 !important
} */

.communication-tab .resp-tabs-list li:hover {
    /* background: #ef7232 !important; */
    opacity: 75%;
    color: #fff !important;
}

.external_tab .form-control {
    border: solid 1px #98a3b9;
    height: 30px;
    border-radius: 10px;
    padding-left: 22px;
    font-size: 17px;
    color: #000;
}

.external_tab textarea.form-control {
    height: auto;
}

.btn-blue {
    background: #0079bf;
    display: inline-block;
    border-radius: 50px;
    padding: 7px 8px;
    color: #fff !important;
    width: 100px;
    text-align: center;
}

.btn-blue i {
    float: right;
    top: 4px;
    position: relative;
    right: 4px;
}

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

.font-weight-600 {
    font-weight: bold;
}

.orange-text {
    color: #ff7500 !important;
}

.sky-text {
    color: #00baff;
}

.role-btn .btn {
    width: 100%;
}

.role-btn .green-btn {
    background: #badda512;
    border: solid 1px #8bcc8e36;
}

.role-btn .sky-btn {
    background: #009dd41f;
    padding: 8px 27px;
    border-radius: 50px;
    border: solid 1px #009dd429;
    width: 100%;
    color: #1ea0ce;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 17px;
}

.role-btn .orange-btn {
    background: #ff750026;
    padding: 8px 27px;
    border-radius: 50px;
    border: solid 1px #ff75002e;
    width: 100%;
    color: #eb6110;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 17px;
}

.role-btn .red-btn {
    background: #f2000070;
    padding: 8px 27px;
    border-radius: 50px;
    border: solid 1px #e511112e;
    width: 100%;
    color: #eb1010;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 17px;
}

/*css for datatable top*/
.dataTables_wrapper .dataTables_length label {
    margin: 0px;
    display: inline-flex !important;
    line-height: 30px;
    font-size: 15px;
    color: #777777;
    align-items: center;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_length select {
    width: 100%;
    min-width: 65px;
    height: 30px;
    border-radius: 30px !important;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #777777;
    padding: 0 15px !important;
    outline: 0;
    border: 1px solid #707070;
    margin: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/arrow-fill.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-x: 82%;
    background-position-y: 53%;
    font-style: normal !important;
    font-weight: bold !important;
}

.dataTables_wrapper .dataTables_filter label {
    margin: 0px;
    display: inline-flex !important;
    line-height: 30px;
    font-size: 15px;
    color: #777777;
    position: relative;
}

.dataTables_wrapper .dataTables_filter label:after {
    content: "Search";
    width: 150px;
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    background: #062665;
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 20px;
}

.dataTables_wrapper .dataTables_filter label:hover:after {
    color: #ffffff !important;
    opacity: 75%;
}

.dataTables_wrapper .dataTables_filter label input {
    width: 100%;
    min-width: 425px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000;
    padding: 0 20px;
    outline: 0;
    margin: 0px;
    background: none;
    height: 30px;
    line-height: 33px;
    padding-right: 170px !important;
    outline: 0;
    border: 1px solid #98a3b9;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.form-frame {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
}

.login-form-sec {
    align-items: center;
    height: 500px;
}

.back-btn a i {
    color: #fff;
}

.dply-inline-block {
    display: flex;
}

.dply-inline-block span i {
    color: #e04141;
    font-size: 24px;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    height: 30px !important;
    border: 1px solid #707070 !important;
    border-radius: 20px !important;
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: none !important;
    line-height: 30px !important;
    background: url(https://crm.merchantservicedepot.com/assets/images/dropdown-arrow.svg) no-repeat 97% 55% !important;
}

.chosen-container-single .chosen-single div b {
    /* background: url("chosen-sprite.png") no-repeat 0px 5px !important; */

    background: none !important;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #98a3b9 !important;
    border-radius: 20px !important;
    background-image: none !important;
}

#statistics-details-today .dataTables_info,
#statistics-details-today .dataTables_length {
    margin-left: 15px;
}

#statistics-details-today .dataTables_info {
    margin-top: 35px !important;
}

#statistics-details-today .dataTables_filter {
    font-size: 0px !important;
    margin-right: 15px;
}

#statistics-details-today .dataTables_wrapper .dataTables_filter label {
    font: 0px;
    color: #fff;
}

#statistics-details-today .dataTables_paginate,
#statistics-details-today .DTTT_container {
    margin-right: 15px;
}

#statistics-details-today .DTTT_container .DTTT_button {
    width: 30px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    border: #062665 1px solid;
    border-radius: 50%;
    padding: 6px;
    margin: 0px;
    background: #fff url(https://crm.merchantservicedepot.com/assets/images/download-icon.png) no-repeat 50% 50%;
    background-size: 21px auto;
    position: absolute;
    right: 0px;
}

#statistics-details-today .DTTT_container .DTTT_button span {
    display: none;
}

#statistics-details-today .dataTables_paginate {
    margin-top: 25px;
}

.col-gap-10 {
    column-gap: 10px;
    align-items: center;
}

.modal {
    z-index: 99999 !important;
}

.frm-lbl .bootstrap-select .bs-placeholder {
    border-radius: 100px;
    background: none;
    border: solid 1px #9c9d9f;
}

.form-control.hasDatepicker {
    border: 1px solid #707070;
    background: none;
}

.rounded_select .bs-placeholder {
    border-radius: 100px;
    background: #e9ecef;
    border: solid 1px #ddd;
}

.flag-img {
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 37px;
    left: 27px;
    background-size: cover;
    border-radius: 100%;
}

.rounded_select .btn {
    color: #666;
}

.frm-lbl .bootstrap-select .dropdown-menu {
    z-index: 99999;
}

.rounded_select .dropdown-menu {
    z-index: 99999;
}

.button-delete-btn .delete-icon {
    position: relative;
    z-index: 9;
}

.form-group.textarea {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 65px;
    box-sizing: border-box;
    width: 100%;
    padding: 42px;
    display: inline-block;
    min-height: 290px;
}

.styled_textarea.form-control {
    background: #f2f2f2;
    padding: 28px;
    border: solid 1px #707070;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

table.headertabel-text-grey.default-table>thead>tr>th {
    color: #777;
    padding-left: 15px !important;
}

#chargeback_datatable_wrapper {
    margin-top: 20px;
}

#chargeback_datatable_wrapper .dataTables_length {
    margin-top: 0px;
}

#chargeback_datatable_wrapper .statements-right-text {
    margin-right: 27px;
}

#chargeback_datatable_wrapper .container-target {
    top: 1px;
    right: 72px;
    position: absolute;
}

#user_datatable_filter {
    display: flex;
}

/* .internal-table {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
} */
table.internal-table>tbody>tr>td {
    padding: 10px 15px !important;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    border-bottom: solid 0px #ddd;
    text-align: left !important;
}

/* .itl-select-ar .form-control {
  border: none;
  border-bottom: solid 1px #b9b9b9;
  height: 48px;
  border-radius: 0;
  padding-left: 0;
  font-size: 17px;
  color: #397ab7;
  line-height: 20px;
  padding-bottom: 14px;
} */
.internal_listing_select .form-control {
    border: none;
    border: solid 1px #707070 !important;
    height: 48px;
    font-size: 17px;
    color: #397ab7;
    line-height: 20px;
}

.itl-select-ar .form-control::placeholder {
    color: #397ab7;
}

.internal-case-details .blue-btn {
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    width: 120px;
    border: none;
}

.internal-table button {
    /*padding: 2px 0px;*/
    border: none;
    border-radius: 50px;
    font: normal normal bold 14px Open Sans;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#statistics-details-today .dataTables_filter {
    font-size: 0px !important;
    margin-right: 50px !important;
    margin-top: 0px !important;
}

.statistics-details-box .statistics-details-header {
    padding: 15px;
    margin-bottom: 0;
}

.target-parent {
    width: auto;
    display: inline-block;
    position: relative;
}

.target-parent #target-2 {
    top: 40px;
    right: -138%;
    position: absolute;
    /* margin-right: 15px; */
    background: #ffffff;
    padding: 15px;
    box-shadow: 1px 1px 26px #d5d3d3c2;
    border-radius: 14px;
    z-index: 99;
}

.target-parent #container-target .d-inline-flex {
    column-gap: 8px;
    align-items: center;
}

.target-parent #container-target .d-inline-flex * {
    font-size: 14px;
    margin: 0px !important;
}

#target-2 .show-div .gry-boder-btn {
    border: solid 1px #d1d1d1;
    padding: 0 25px !important;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px !important;
    background: transparent;
}

#target-2 .show-div .default-input {
    height: 30px !important;
    line-height: 30px !important;
}

#target-2 .btn.dropdown-toggle {
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #a7a7a7;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #707070 !important;
    margin: 0px;
    background: none;
}

#target-2 .default-input {
    border: 1px solid #707070 !important;
}

.pluse-btn a {
    background-color: #000000;
    padding: 5px;
    border-radius: 32px;
    width: 70px;
    color: #fff;
    display: inline-flex;
    max-width: 50px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.pluse-btn a:hover{background-color: #ef7232 !important; color: #ffffff !important;}

.table-row-border-bottom tbody tr[ng-repeat="row in items"]:nth-last-child(3) .inputbox-border-bottom {
    border: none;
    border-bottom: solid 1px #98a3b9;
}

.table-row-border-bottom tbody tr {
    border-bottom: solid 1px #f2f2f2 !important;
}

.table-row-border-bottom tbody tr[ng-repeat="row in items"]:nth-last-child(3) {
    border-bottom: solid 4px #f2f2f2 !important;
}

/*.table-row-border-bottom tbody tr[ng-repeat="row in items"]:nth-child(1) .inputbox-border-bottom{
  border-bottom: solid 1px #FFF !important;
}*/
table.folder-name1>tbody>tr.no-border {
    border-bottom: none !important;
}

.dropdown-menu.show {
    z-index: 99999;
}

.show-hide-box {
    width: 118px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    display: block;
    float: right;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    background: #ef7232;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.show-hide-box:hover{opacity: 75%;}

.overflow-no {
    overflow-x: hidden !important;
}

.full-grey-header table {
    position: relative;
}

.full-grey-header table thead:before {
    content: "";
    width: 50%;
    height: 54px;
    background-color: #f2f2f2 !important;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
}

.full-grey-header table thead:after {
    content: "";
    width: 50%;
    height: 54px;
    background-color: #f2f2f2 !important;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;
}

.dataTables_wrapper .dataTables_info {
    margin-left: 15px;
}

ul.role-ul {
    display: flex;
    column-gap: 20px;
}

ul.role-ul>li {
    /* width: 20%; */
    width: 23%;
}

label.role-radio {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    cursor: pointer;
}

label.role-radio input {
    display: none;
}

label.role-radio span {
    width: 100%;
    height: 30px;
    position: relative;
    box-sizing: border-box;
    padding: 2px 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 11px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 30px;
}

label.role-radio span div {
    position: relative;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

label.role-radio span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    display: block;
    background: #eee;
    opacity: 0.2;
    z-index: 1;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ul.role-ul>li:nth-child(1) label.role-radio span {
    color: #389500;
} */

ul.role-ul>li:nth-child(1) label.role-radio span:after {
    background: #00a6e6;
}

ul.role-ul>li:nth-child(2) label.role-radio span {
    color: #fff;
}

ul.role-ul>li:nth-child(2) label.role-radio span:after {
    background: #ff7500;
}

ul.role-ul>li:nth-child(3) label.role-radio span {
    color: #fff;
}

ul.role-ul>li:nth-child(3) label.role-radio span:after {
    background: #389500;
}

ul.role-ul>li:nth-child(4) label.role-radio span {
    color: #fff;
}

ul.role-ul>li:nth-child(4) label.role-radio span:after {
    background: #a700ff;
}

ul.role-ul>li:nth-child(5) label.role-radio span {
    color: #fff;
}

ul.role-ul>li:nth-child(5) label.role-radio span:after {
    background: #ff0000;
}

ul.role-ul>li:nth-child(6) label.role-radio span:after {
    background: #093e05;
}

label.role-radio input:checked+span div {
    color: #fff !important;
}

label.role-radio input:checked+span:after {
    opacity: 1 !important;
}

.title-border {
    text-align: left;
    font: normal normal bold 16px/33px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    border-bottom: #d1d1d1 1px solid;
    margin-bottom: 25px;
}

.merchants-attributed {
    width: 100%;
    display: flex;
    grid-gap: 15px;
}

.tag-attributed {
    width: auto;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    padding: 8px 30px 8px 15px;
    position: relative;
    background: #777777;
    border-radius: 18px;
    color: #fff;
}

.tag-attributed a {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: flex;
}

.copy-textfild {
    background-color: #707070 !important;
    border-color: #d1d1d1 !important;
    color: #fff !important;
}

.col-gap-10 {
    column-gap: 10px;
}

.text-agent {
    color: #a700ff !important;
}

.text-manager {
    color: #00baff !important;
}

table.support-table>tbody>tr>td {
    vertical-align: middle !important;
}

.statements-right-text .btn {
    margin: 0px;
    width: auto;
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.d-inline-flex.float-right.statements-right-text {
    column-gap: 10px;
    align-items: center;
}

.open-btn.invalid,
.filter-modal.case-status .open-btn.invalid {
    background-color: #3895001c !important;
    color: #38950040 !important;
}

.merchants-ar select.form-control {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#ui-datepicker-div,
.ui-datepicker {
    z-index: 999999 !important;
}

.filter-modal .modal-header .close span {
    font-size: 19px;
    background: #062665;

    line-height: 0px;
    border-radius: 50%;
    text-shadow: none;
    color: #fff;

    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top_bank_list_display_area table tr td {
    padding: 5px;
    font-size: 15px;
}

.accordion-wrapper {
    display: block;
    box-shadow: none;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.accordion+.title {
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    background: #a0afbd;
    border-radius: 10px;
    border: none;
    /* align-items: center;*/

    position: relative;
}

.accordion+.title.center {
    justify-content: center !important;
}

.accordion~.title strong {
    line-height: 24px;
    color: white;
}

.accordion~.title .side-icon {
    display: block;
    position: absolute;
    right: 15px;
}

.accordion:checked~.title .side-icon {
    display: none;
}

.accordion~.title .down-icon {
    display: none;
    position: absolute;
    right: 15px;
}

.accordion:checked~.title .down-icon {
    display: block;
}

.accordion~.content {
    display: none;
    padding: 8px;
    cursor: pointer;
}

.accordion:checked~.content {
    display: block;
}

.default-tab.ltd-tab .resp-tabs-list li:hover {
    background: #ffffff66;
    color: #fff;
}

.default-tab.ltd-tab .resp-tabs-list li.active {
    background-color: #fff !important;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    background-color: transparent !important;
}

.bootstrap-select .dropdown-menu {
    max-height: 220px !important;
    overflow-y: auto !important;
}

.notification-wapper {
    margin-top: 15px;
    position: relative;
}

.notification-loop {
    width: 100%;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 10px 60px 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.notification-loop .close-notification {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    box-sizing: border-box;
    padding: 2px;
}

.notification-loop .close-notification svg {
    width: 100%;
    height: auto;
    display: block;
}

.notification-loop .priority-ele {
    font-style: italic !important;
}

.notification-loop .notification-date {
    font-style: italic !important;
    color: #a0afbd !important;
    width: 160px;
    text-align: right;
}

.notification-loop .notification-info {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-right: 15px;
}

table.marchent-info-table thead tr th:nth-child(1),
table.marchent-info-table thead tr th:nth-child(3),
table.marchent-info-table thead tr th:nth-child(4) {
    width: 21.25%;
}

table.marchent-info-table thead tr th:nth-child(5) {
    width: 12%;
}

table.marchent-info-table thead tr th:nth-child(2) {
    width: 24.25%;
}

.merchants-top-info {
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    background: #9cbcdb;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 18px;
    text-align: center;
    font: normal normal bold 17px/33px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    margin: 15px 0 45px;
}

.merchants-top-info .merchants-close-info {
    width: 124px;
    height: 30px;
    /* UI Properties */
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 18px;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font: normal normal bold 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #397ab7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.blue-label {
    font: normal normal bold 20px/33px Open Sans;
    letter-spacing: 0px;
    color: #397ab7;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}

.black-label {
    font: normal normal bold 20px/33px Open Sans;
    letter-spacing: 0px;
    color: #020202;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}

.table-form-style tbody>tr:nth-child(odd) {
    font-weight: 700;
    color: #000;
    font-size: 16px;
    border: none !important;
    border-bottom: solid 1px #ddd !important;
}

.table-form-style tbody>tr:nth-child(2n + 2) td {
    padding-bottom: 60px !important;
}

.info-flex {
    display: flex;
    column-gap: 15px;
}

.info-flex>div {
    box-sizing: border-box;
    padding-right: 150px;
}

.info-flex>div h1 {
    font: normal normal normal 17px/33px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
}

.info-flex>div p {
    text-align: left;
    font: normal normal normal 17px/23px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
}

.yellow-bg.merchants-top-info {
    background: #f2d69a !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.default-switch {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
}

.default-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.default-switch .slider {
    width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font: normal normal normal 17px/23px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;

    background: #fff;
    border: #d1d1d1 1px solid;
    border-radius: 10px;
    color: #d1d1d1;
}

.default-switch input:checked+.slider {
    background: #d1d1d1;
    border-color: #d1d1d1;
    color: #fff;
}

.row-gap-15 {
    grid-row-gap: 15px;
}

.checkbox_btn.invalid {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    padding-bottom: 6px !important;
    padding-right: 6px !important;
    border: 1px solid #707070 !important;
    border-radius: 20px !important;
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 20px !important;
}

.select2-container .select2-search--inline {
    margin-top: 3px !important;
}

.recipients-div-child {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.recipients-div-child .btn-blue {
    background: #0079bf;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 26px 5px 8px;
    color: #fff;
    width: auto;
    text-align: center;
    position: relative;
}

.recipients-div-child .btn-blue span {
    width: 16px;
    height: 16px;
    display: block;
    right: 5px;
    top: 4px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
}

/*.table-width-20 .default-table thead tr th,
.table-width-20 .default-table tbody tr td {
    width: 20% !important;
}

 .table-width-20 .default-table thead tr th:nth-child(5),
.table-width-20 .default-table tbody tr td:nth-child(5) {
    width: 15% !important;
}

.table-width-20 .default-table thead tr th:nth-child(2),
.table-width-20 .default-table tbody tr td:nth-child(2) {
    width: 25% !important;
} */

/*.profile_tab_edit.table-width-20 .default-table thead tr th:nth-child(2),
.profile_tab_edit.table-width-20 .default-table tbody tr td:nth-child(2){
  width: 20% !important;
}
.profile_tab_edit.table-width-20 .default-table thead tr th:nth-child(3),
.profile_tab_edit.table-width-20 .default-table tbody tr td:nth-child(3){
  width: 25% !important;
}*/
.profile_tab_edit .btn.yellow-btn {
    line-height: 19px;
}

.start-end-group {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.start-end-group .form-control {
    padding-left: 12px;
    padding-right: 20px;
}

.maxw-115 {
    max-width: 115px;
}

.fc__tooltip.fusioncharts-div {
    background: #ffffff !important;
    box-shadow: 0px 1px 3px #00000029 !important;
    border-radius: 20px !important;
    padding: 25px 15px !important;
    min-width: 140px !important;
}

.FusionChartstitle {
    font: normal normal bold 13px/19px Open Sans;
    letter-spacing: 0px;
    color: #062665 !important;
}

.fusioncharts-container svg#raphael-paper-3>g[class^="raphael-group-"]:not(.raphael-group-4-parentgroup) {
    display: none;
}

.doc_yellow_back {
    background: #f5d595 !important;
    color: #fff !important;
    border-radius: 20px !important;
    box-sizing: border-box;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.doc_blue_back {
    background: #9cbcdb !important;
    color: #fff !important;
    border-radius: 20px !important;
    box-sizing: border-box;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.doc_blue_back span,
.doc_yellow_back span {
    position: absolute;
    z-index: 4;
    right: 15px;
}

.sub_doc_yellow {
    color: #feca61 !important;
    box-sizing: border-box;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.sub_doc_blue {
    color: #397ab7 !important;
    box-sizing: border-box;
    padding: 0 15px !important;
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.sub_doc_yellow span,
.sub_doc_blue span {
    position: absolute;
    z-index: 4;
    right: 15px;
}

.dropzone {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    min-height: 100px !important;
    background: #f2f2f2 !important;
    line-height: 89px !important;
    color: #000 !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    border: none !important;
    padding: 0px !important;
}

.file-div-name {
    border: 1px solid #55a8d3;
    background-color: #55a8d3;
    padding: 25px;
    padding-bottom: 14px;
}

.file-div-name h3 {
    text-align: left;
    padding: 6px;
    background: #062665;
    color: #fff;
}

.jstree-default .jstree-icon:empty {
    /* color: #000000 !important; */
}
textarea{border-color: #98a3b9 !important;border-radius: 10px;padding: 6px 12px;}
#modal-doc-folder-edit h3{color: #062665 !important;}
#modal-doc-file-upload h3.modal-title {color: #062665 !important;}
#modal-doc-file-upload h3.modal-title i{color: #062665 !important;}
.fa-file{color: #062665 !important;}

.jstree-default .jstree-anchor {
    color: #fff !important;
}

#directory_tree_view_html>ul>li a {
    width: calc(100% - 24px) !important;
    display: inline-block !important;
    white-space: break-spaces !important;
    height: auto !important;
    position: relative !important;
    padding-left: 24px !important;
}

.jstree-default .jstree-clicked {
    background: #5a7181 !important;
    border: 1px solid #fafbfb !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #062665 !important;
}

.file-div-name h3 {
    font-size: 20px;
}

.file-div-name h3 i {
    padding: 5px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.jstree-anchor.jstree-anchor {
    background: none !important;
}

#downloadAllDiv button {
    border: solid 1px;
}

#downloadAllDiv {
    margin-bottom: 25px;
}

#folder_info_div {
    margin-top: 10px;
    font-size: 15px;
}

#file_name_input_194 .form-control {
    border-radius: 4px;
    border: solid 1px #397ab7;
}

#folderFormTitle {
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #062665;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    text-transform: uppercase;
}
.fa-folder{ color: #062665 !important;}

.form-control:not(select) {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 15px;
    /*line-height: 1.42857143;
    color: #555;
    color: #707070;
    border: 1px solid #707070 !important;
    */
    color: #000;
    background-color: #fff;
    background-image: none;

    border-radius: 10px;
}

.form-control:focus {
    border-color: #707070;
}

/* #frmSend {
  background: #fff;
  padding: 36px;
} */
textarea.form-control {
    height: auto !important;
    border-radius: 10px;
}

.profile-default-table tr th,
.profile-default-table tr td {
    /* width: 18%;*/
    width: calc(100% / 5) !important;
    display: inline-block;
    float: left;
}

.default-table.profile-default-table tr th {
    padding-bottom: 10px !important;
}

.file-share {
    background: #fff;
    padding: 30px;
}

.file-share .form-control {
    border: solid 1px #98a3b9;
    height: 34px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px !important;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
}

.file-share .file-share-hd {
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #062665;
    margin: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;

    padding-right: 25px;
    padding-left: 25px;
    margin: 5px;
    height: 30px;
    cursor: pointer;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.additionalStatus,
.addnote,
.expandcollapse,
.see-more {
    border: 1px solid #062665;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    margin: 0px !important;
    padding: 4px;
    width: 100%;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #062665;
}

.additionalStatus,
.addnote,
.expandcollapse,
.see-more:hover {
    opacity: 75%;
    color: #fff;

    /* border: 1px solid #000000; */
}

.additionalStatus,
.addnote,
.expandcollapse,
.see-more:hover {
    opacity: 75%;
    color: #fff;
}

.addnote .fa {
    color: #fff;
}

.btn-xs {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    background: #062665 !important;
    border-radius: 10px !important;
}

.btn-info:hover {
    color: #fff;
    /* border-color: #000000 !important; */
    opacity: 75%;
}

.btn-xs .fa {
    color: #fff;
    margin-right: 5px;
    margin-top: 2px;
}

.btn-group .dropdown-toggle {
    background: transparent;
}

.see-more:hover.dropdown-toggle::after {
    color: #fff;
}

.btn:hover {
    opacity: .75;
}

.btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.w-125 {
    width: 125px !important;
}

.btn-primary {
    color: #fff;
    background-color: #ef7232;
    border-color: #ef7232;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#modal-doc-folder-add .modal-title {
    font-size: 15px;
    font-weight: bold;
    color: #337ab7;
}

#modal-doc-folder-add .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #c997b2 !important
}
.btn-warning{background-color: #062665 !important;}
.btn-primary:hover{
    color: #fff;
    opacity: 75%;
    background-color: #ef7232 !important;
    /* border-color: #000000 !important */
}

#modal-doc-folder-add .modal-title {
    font-size: 15px;
}

#modal-doc-folder-add textarea {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #707070;
}

.control-label-left {
    color: #010101 !important;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

.target-parent-two #container-target {
    top: 0px;
    right: 0;
    position: relative;
    margin-left: 15px;
    margin-right: 0px;
}

.dropzone .dz-preview .dz-remove {
    font-size: 15px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    color: #222;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    background: #fff;
    line-height: 0;
    padding: 15px 15px;
    left: 0;
    right: 0;
    box-shadow: 1px -5px 8px #ddd;
}

.crm-tab-wrapper {
    padding-bottom: 30px;
}

.crm-bashboard-wrapper {
    padding-bottom: 30px;
}

.swal2-popup {
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 30px !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.6) !important;
}

.swal2-title {
    color: #062665 !important;
    font-size: 25px !important;
    font-weight: bold !important;
    margin-bottom: 25px !important;
    padding-bottom: 0px !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 20px !important;
    font-weight: bold;

    width: 50% !important;

    height: 30px !important;
    line-height: 15px !important;
    padding: inherit;
}

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

.swal2-popup {
    width: 670px !important;
}

.swal2-icon-show {
    display: none !important;
}

.sweet-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
}

.sweet-alert {
    width: 670px !important;
    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 30px !important;
    margin-left: 0 !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    padding: 3.5rem 2rem !important;
}

.sweet-alert h2 {
    display: none;
}

.sweet-alert p {
    color: #062665 !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

.swal2-actions button {
    font-size: 15px;
    border-radius: 20px !important;
    width: 50% !important;
    height: 30px !important;
    line-height: 9px !important;
    font-weight: bold;
}

.swal2-actions {
    flex-wrap: nowrap !important;
    justify-content: space-around !important;

    /* padding: 0px 30px !important; */
}

.sdh-datatable table.default-table>thead>tr>th:first-child {
    border-top-left-radius: 0px;
}

.sdh-datatable table.default-table>thead>tr>th:last-child {
    border-top-right-radius: 0px;
}

#profile_edit .white-grey-btn {
    font-weight: bold;
    font-size: 15px;
}

.profile_tab_edit button#submit_confirm {
    font-weight: bold;
    font-size: 15px;
}

.filter-modal.case-status .open-btn a {
    color: #389500;
}

.today.arrow_active:after {
    border-top-color: #9cbcdb;
}

.yesterday.arrow_active:after {
    border-top-color: #fdedcb;
}

.month.arrow_active:after {
    border-top-color: #c7d2dd;
}

.year.arrow_active:after {
    border-top-color: #d1d1d1;
}

.sweet-alert .sa-icon.sa-warning {
    display: none !important;
}

.sa-button-container button {
    line-height: 13px;
    border-radius: 10px;
    text-transform: capitalize;
}

.sa-button-container>* {
    width: 50%;
}

.sa-confirm-button-container .confirm {
    width: 100%;
}

.sweet-alert .sa-confirm-button-container {
    display: flex;
    position: relative;
}

.sweet-alert .sa-button-container {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sweet-alert .sa-confirm-button-container .btn.btn-warning {
    background: #062665 !important;
    border: solid 1px #062665 !important;
}

.form-actions button {
    border-radius: 10px;
    width: 50%;
}

#modal-file-upload h3.modal-title {
    color: #062665;
    font-family: "Open Sans", sans-serif;

}

#status_display_area .open-btn {
    font-weight: bold;
}

#status_display_area .progrss-btn {
    font-weight: bold;
}

#status_display_area .close-btn {
    font-weight: bold;
}

.merchants-top-info .info-flex h1 {
    position: relative;
}

.merchants-top-info .info-flex h1:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    top: 26px;
}

.btn-blue {
    width: auto;
    min-width: 100px;
}

.btn-blue.add-recepints {
    margin-left: 3px;
    margin-right: 3px;
}

.btn-blue.add-recepints i {
    float: right;
    top: 4px;
    position: relative;
    right: 4px;
    margin-left: 10px;
}

.btn-blue.add-merchants {
    margin-left: 3px;
    margin-right: 3px;
}

.btn-blue.add-merchants i {
    float: right;
    top: 3px;
    position: relative;
    right: 4px;
    margin-left: 10px;
}

.btn-grey {
    background: #e5e5e5;
    text-align: left;
    font: normal normal normal 14px/30px Open Sans;
    letter-spacing: 0px;
    color: #777777;
    margin-bottom: 20px;
    padding: 0px 15px;
    border-radius: 18px;
    margin-right: 10px;
    display: inline-block;
}

.btn-grey i {
    margin-left: 8px;
    font-weight: 100;
    cursor: pointer;
}

.merchants-div-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.merchants-div-child:empty {
    margin-bottom: 0px;
}

.full-grey-header table.round-header-table>thead>tr>th:first-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.full-grey-header table.round-header-table>thead>tr>th:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.del-file,
a#delete_confirm {
    color: #d1d1d1;
}

.full-grey-header table.round-header-table>thead>tr>th {
    padding: 18.4px 15px !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.modal#addForm .modal-body .row>form {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.tar-title #target-2 {
    min-width: 750px;
    margin-top: -28px;
}

.prevet-upload-preview a {
    display: inline-flex;
    column-gap: 7px;
    align-items: center;
}

.prevet-upload-preview a .prevet-upload-icon {
    width: 20px;
    height: 20px;
}

.prevet-upload-preview a .prevet-upload-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.table-row-border-bottom tbody tr .inputbox-border-bottom {
    border: none !important;
    border-bottom: solid 1px #98a3b9 !important;
    border-radius: 0px !important;
}

.dropdown.bootstrap-select>.dropdown-toggle {
    border: none !important;
    padding: 0px 15px;
    box-shadow: none;
}

.merchants-ar .dropdown.bootstrap-select.mrchsubsec1>.dropdown-toggle {
    border: solid 1px #707070 !important;
    padding: 4px 15px;
    box-shadow: none;
    background: #fff !important;
    color: #777777;
    outline: none !important;
    font: italic normal normal 14px/20px Open Sans;
}

.selectedOption button.dropdown-toggle {
    color: #000 !important;
}

#filterForm button.selectedOption {
    color: #000 !important;
}

#filterForm button.selectedOption .filter-option-inner-inner {
    font-style: normal;
}

#target-2 button.selectedOption {
    color: #000 !important;
}

#target-2 button.selectedOption .filter-option-inner-inner {
    font-style: normal;
}

#parentHorizontalTab button.selectedOption {
    color: #000 !important;
}

#parentHorizontalTab button.selectedOption .filter-option-inner-inner {
    font-style: normal;
}

.default-table.table-border-bottom-white tr {
    border-bottom: #fff 1px solid;
}

.add-btn:hover {
    color: #fff;
}

#invoiceForm .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: -2px;
}

#parentHorizontalTab .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: -2px;
}

#target-2 .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline-offset: -2px;
}

.filter-option-inner .filter-option-inner-inner {
    font-style: italic;
}

.selectedOption .filter-option-inner .filter-option-inner-inner {
    font-style: normal;
    color: #000;
}

#merchant_unique_id_chosen a span {
    color: #ababab;
    font-style: italic;
}

#description::placeholder {
    color: #ababab;
    font-style: italic;
}

#agent_unique_id_chosen .chosen-single span {
    color: #ababab;
    font-style: italic;
}

/* .commissions_table td{    display: flex;
    align-items: center;} */
.commissions_table .checkbox {
    display: flex;
    margin: 0;
    padding-left: 15px;
}

.commissions_table .checkbox #set_all {
    position: absolute;
    left: -2px;
    top: 5px;
}

.iti__selected-flag {
    padding: 0 6px 0 5px !important;
}

.iti__selected-flag .iti__flag {
    height: 20px !important;
    box-shadow: none !important;
    width: 20px !important;
}

.iti__arrow--up {
    border-bottom: none !important;
}

.deep-grey-btn.sm-btn {
    height: 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 30px !important;
    border-radius: 30px;
}

.deep-grey-btn.sm-btn:hover {
    opacity: 75%;
}

.small-arrow {
    width: 12px;
    fill: #fff;
}

.date-submitted-ar {
    padding: 0px !important;
}

.blue-round-heading thead tr th:nth-child(1) {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.blue-round-heading thead tr th:last-child {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.blue-round-heading thead tr th {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.editable.editable-collaspe .input-group-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.blue-round-heading .input-group-sm .btn,
.blue-round-heading .input-group-btn .btn {
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin: 0px;
    width: 46% !important;
    text-align: center !important;
}

.iti--separate-dial-code>.iti__flag-container>.iti__selected-flag>.iti__arrow {
    display: none;
}

.iti--separate-dial-code .iti--separate-dial-code>.iti__flag-container>.iti__selected-flag>.iti__arrow {
    display: block !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #8e8e8e !important;
}

.internal-case-details .inline-btn .light-grey-btn.department_select {
    background-color: #e8e8e8;
    color: #777777;
    padding: 10px;
    border: solid 1px #707070;
    border-radius: 50px;
    padding: 2px;
    margin: 4px 0;
    width: auto;
    padding: 1px 25px;
}

.up-details>a {
    width: 21px;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #50a8d3 !important;
}

.up-details>span {
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-weight: 400 !important;
    color: #50a8d3 !important;
}

.delete-upload-btn {
    width: 12px;
    height: 12px;
    display: block;
    float: right;
}

.delete-upload-btn img {
    width: 12px;
    height: auto;
    display: block;
}

.upload-table tr th {
    padding-bottom: 15px;
    border-bottom: #f2f2f2 1px solid;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.upload-table tr:last-child th {
    margin-bottom: 0px;
}

.upload-table tr:last-child .up-details {
    border: 0px;
    padding-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.upload-table tr:last-child .up-details span a {
    font-weight: bold;
}

.custom-border-table-child tr td,
.custom-border-table-child tr th {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: #f2f2f2 1px solid !important;
}

.serach-mar-holder {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.custom-border-table-child {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
}

.custom-border-table-child .responsive-table.mt-3 {
    margin: 0px !important;
    border: #f2f2f2 1px solid !important;
    background-color: #fff;
    max-height: 350px;
    overflow-y: auto;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li.active a,
.pagination li a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination li:last-child a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.custom-dowload-btn a.DTTT_button:hover,
.custom-dowload-btn a.DTTT_button {
    position: relative;
    float: left;
    margin-right: 0;
    padding: 0px;
    border: none;
    cursor: pointer;
    cursor: hand;
    font-size: opx;
    color: black !important;
    border-radius: 50%;
    box-shadow: none;
    background: transparent;
    filter: initial;
    width: 35px;
    height: 35px;
    text-indent: 100px;
    overflow: hidden;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/download-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}

.statistics-details-box .statistics-details-header {
    padding: 15px;
    margin-bottom: 0;
    min-height: 65px;
}

.default-select {
    width: 100%;
    height: 30px;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000 !important;
    padding: 0 15px;
    outline: 0;
    border: 1px solid #98a3b9 !important;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/arrow-fill.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: 53%;
    min-width: 220px;
}

.top-filter-header .target-parent #container-target {
    top: auto;
    right: auto;
    position: relative;
    margin-right: 0;
    float: right;
    display: inline-block;
}

.custom-new-tab {
    display: inline-flex;
    align-items: center;
    background: #d1d1d1 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 18px;
}

.custom-new-tab a {
    width: auto;
    display: flex;
    box-sizing: border-box;
    padding: 5px 35px;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: -0.09px;
    color: #ffffff;
    border-radius: 18px;
}

.custom-new-tab a.active {
    background: #ffffff;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 18px;
    color: #397ab7;
}

.custom-new-tab-container {
    width: 100%;
    display: none;
}

.custom-new-tab-container.show {
    width: 100%;
    display: inline-block;
}

.pa-25 {
    padding: 25px !important;
}

.modal-small.filter-modal .modal-dialog {
    max-width: 400px !important;
}

.modal-small.filter-modal .modal-body h5.mt-1 {
    text-align: center;
    color: #397ab7;
}

.modal-small.filter-modal .add-btn {
    width: 100% !important;
    text-align: center;
    margin: 0px !important;
}

.download-icon i {
    width: 30px;
    height: 30px;
    border: solid 1px;
    padding: 9px 8px;
    border-radius: 50px;
    line-height: 11px;
    color: #062665;
}
a .fa-download , a .fa-pencil , a .fa-share-alt-square , a .fa-trash-o , a .fa-floppy-o{color: #062665}

.download-icon i:hover {
    opacity: 75%;
}

.download-icon-hover i {
    width: 30px;
    height: 30px;
    border: solid 1px;
    padding: 9px 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef7232;
}

.download-icon-hover i:hover {
    opacity: 0.75;
}

.prevet-detatable-search {
    width: 280px;
    display: inline-block;
    position: relative;
}

.prevet-detatable-search .form-control {
    border-radius: 20px;
    width: 72%;
    position: relative;
}

.prevet-detatable-search .btn.btn-secondary {
    height: 30px;
    display: block;
    padding: 0 15px;
    border: none;
    background: #062665;
    border-radius: 20px;
    position: absolute;
    z-index: 3;
    top: 0px;
    right: -7px;
    line-height: 30px;
    font-weight: 600;
}

.target-parent #target-2.fixed-filter-block {
    top: auto;
    right: auto;
    position: relative;
    margin: 0;
    background: transparent;
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
    z-index: 99;
}

.fixed-filter-block .default-select {
    font-size: 15px;
    padding: 0px 10px;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/arrow-fill.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position-x: 91%;
    background-position-y: 55%;
    min-width: 125px;
    color: #9d9b9b !important;
    line-height: 1 !important;
}

.fixed-filter-block #dateRangeArea {
    display: flex;
    column-gap: 6px;
}

#container-target.custom-filter-block {
    top: -56px;
    right: 50px;
    position: absolute;
}

table.risk-table-fixed-width>thead>tr>th {
    width: 20% !important;
}

.filter-modal.case-status .open-btn.open-sm {
    padding: 2px 0px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 26.5px;
    margin-right: 10px;
}

.filter-modal.case-status .open-btn.activeGreenBtn {
    color: #c8e1be !important;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.private {
    background-image: url(https://crm.merchantservicedepot.com/assets/images/notes_private.svg);
}

.public {
    background-image: url(https://crm.merchantservicedepot.com/assets/images/notes_public.svg);
}

.cc-selector-2 input:active+.drinkcard-cc,
.cc-selector input:active+.drinkcard-cc {
    opacity: 0.9;
}

.cc-selector-2 input:checked+.drinkcard-cc,
.cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 42px;
    height: 42px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(0) opacity(0.7);
    -moz-filter: brightness(1.8) grayscale(0) opacity(0.7);
    filter: brightness(1.8) grayscale(0) opacity(0.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

table.default-table>tbody>tr>td .table-title {
    letter-spacing: 0px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.btn.addEditStatusNotePopUP {
    max-width: 100%;
    width: 120px;
}

.table-top-right-btn {
    justify-content: flex-end;
    align-items: center;
}

.file-scroll p {
    margin-bottom: 0;
}

.file-scroll::-webkit-scrollbar {
    width: 4px;
    height: 7px;
}

.file-scroll::-webkit-scrollbar-thumb {
    background: #062665;
    border: 0px none #ffffff;
    border-radius: 15px;
}

.file-scroll {
    overflow-y: scroll;
    max-height: 100px;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 6px;
}

/*.merchant-information-table #user_datatable td {
    white-space: nowrap;
}*/

.case_information_tab .folder-name1 tbody tr th {
    padding: 6px 15px !important;
}

.messages-box-ar {
    height: 250px;
    overflow: auto;
}

#add_file_div_row .uploaded-file-img {
    border: solid 1px #98a3b9;
    width: 100%;
    border-radius: 12px;
    padding: 50px 30px;
    margin: 0;
    display: inline-block;
}

.grey-input {
    background: #f2f2f2;
    padding: 5px 15px;
    border-radius: 50px;
    min-height: 30px;
    line-height: 20px;
}

.vip-batch {
    width: 40px;
    height: 40px;
    display: inline-block;
}

#tcontent5 tr {
    border-bottom: solid 1px #ddd;
}

#tcontent table hr {
    margin-top: 7px;
}

.pagination>li>a,
.pagination>li>span {
    color: #333 !important;
    border: none !important;
}

.pagination li.active a,
.pagination li a:hover {
    background: none;
    color: #50a8d3 !important;
    text-decoration: underline;
    background: none !important;
}

.align-items-center {
    align-items: center;
}

.crm-header.fixed-header .row {
    align-items: center;
}

.crm-header.fixed-header .default-btn.white-btn svg {
    width: 16px;
    display: inline;
    margin-right: 0px;
}

.gmcs-hdtext {
    position: relative;
    display: inline-block;
}

.gmcs-hdtext .blue-label::before {
    position: absolute;
    background-color: #ffc107;
    width: 16%;
    height: 2px;
    content: "";
    top: 38px;
    left: 0;
}

.fic-hdtext {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.justify-content-between {
    justify-content: space-between;
}

#target-2 .form-control:not(select) {
    border: 0px solid #98a3b9 !important;
}

/* .bank-box.default-table>tbody>tr>td{padding:15px 15px 0px !important;} */

.merchants-ar .merchant_search-input .form-control:not(select) {
    border: 1px solid #98a3b9 !important;
}

/* .mrchsubsec1 .dropdown-toggle{    border: solid 1px #ddd !important;
    height: 45px;
    border-radius: 50px;
    padding: 14px;} */

/* .pagination li.active a, .pagination li a:hover {
    color: #0056b3 !important;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    background: none !important;
} */
.btn-small {
    width: auto !important;
    display: inline-flex !important;
    box-sizing: border-box !important;
    padding: 2px 15px !important;
    justify-content: center !important;
    align-items: center !important;
    height: 20px !important;
    color: #ffffff !important;
    background: #777777 !important;
}

.reset-icon {
    width: 43px;
    height: 32px;
    object-fit: contain;
    background: #062665;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    color: #fff;
}

.reset-icon:hover {
    opacity: .75;
}

.reset-icon i {
    color: #fff;
}

.crm-label {
    font: normal normal bold 20px/33px Open Sans;
    letter-spacing: 0px;
    color: #00a6e6;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}

.webapp-label {
    font: normal normal bold 20px/33px Open Sans;
    letter-spacing: 0px;
    color: #ff7500;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}

.gateway-label {
    letter-spacing: 0px;
    color: #389500;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
}

#crm_area table.default-table>tbody>tr>td {
    font-size: 15px;
    width: 50%;
}

#gateway_area table.default-table>tbody>tr>td {
    font-size: 15px;
    width: 50%;
}

#webapp_area table.default-table>tbody>tr>td {
    font-size: 15px;
    width: 50%;
}

.email-title-sec {
    color: #8e8e8e;
    text-align: left;
}

.email-tltle {
    background: #f2f2f2;
    padding: 10px 20px;
    border-radius: 50px;
}

/*#case_id {
    border: 1px solid #d1d1d1 !important;
}
#case_number {
    border: 1px solid #d1d1d1 !important;
}*/
.yellow-btn:not([disabled]):hover {
    opacity: 75%;
    color: #fff !important;
}

.grey-btn:hover {
    /* background: #000000 !important; */
    opacity: 75%;
    color: #ffffff !important;
}

/*.default-btn.white-btn.customized_hover_grey:hover {
    background: #929292 !important;
    color: #fff;
}

.customized_hover_grey:hover {
    background: #929292 !important;
    color: #fff;
}

.customized_hover_grey:hover path {
    fill: #fff; 
}
.customized_hover_grey:hover rect {
    fill: #fff; 
}


*/

button[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}

.crm-right-nav li:nth-child(2) a:hover {
    background-color: #ffffff66 !important;
    border-color: #ffffff99 !important;
}

.crm-right-nav li:nth-child(3) a:hover {
    background: #ffffff66 !important;
}

.crm-right-nav li:last-child a:hover {
    background: #ffffff66 !important;
}

.crm-right-nav li:last-child a:hover path {
    color: #397ab7;
}

.filter-modal .modal-content .modal-body .chosen-container-single .chosen-single {
    background-color: #ffffff !important;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    width: 100%;

    min-height: 30px;
    line-height: inherit !important;
    font: italic normal normal 14px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.filter-modal .modal-content .modal-body .filter-modal-btn button {
    letter-spacing: 0px;
    min-height: 30px;
    box-shadow: none;
    margin: 0px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .crm-header .fixed-header-logo {
        width: initial;
    }
}

.button-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.light-grey-btn {
    background-color: #e8e8e8;
    color: #777777;
    border-radius: 15px;
    min-width: 120px;
    height: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.light-green-btn {
    border-radius: 15px;
    color: #389500;
    border: none !important;
    min-width: 120px;
    background: #afdb9f;
    height: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.light-red-btn {
    border-radius: 15px;
    color: #ffeced;
    border: none !important;
    background: #ff000026;
    min-width: 120px;
    height: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.light-orange-btn {
    border-radius: 15px;
    color: #ffcc9f;
    border: none !important;
    background: #fff5ec;
    min-width: 120px;
    height: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.activeBlueBtn {
    border-radius: 15px;
    padding: 2px;
    color: #fff;
    min-width: 120px;
    border: none;
    background: #397ab7 !important;
}

.activeGreenBtn {
    border-radius: 15px;

    color: #fff;
    min-width: 120px;
    border: none;
    background: #389500 !important;
}

.activeRedBtn {
    border-radius: 15px;

    color: #fff;
    min-width: 120px;
    border: none;
    background: #ff0000 !important;
}

.activeOrangeBtn {
    border-radius: 15px;

    color: #fff;
    min-width: 120px;
    border: none;
    background: #ff7500 !important;
}

.activeGreyBtn {
    border-radius: 15px;
    padding: 2px;
    color: #fff;
    min-width: 120px;
    border: none;
    background: #777777 !important;
}

#user_datatable_filter {
    align-items: center;
    margin: 0px;
}

.filter-modal .modal-content {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 65px;
    padding: 50px 30px;
}

.filter-modal.merchantSearchFilter .modal-content .modal-body h5 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    margin: 25px 0px 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 10px;
}

/* .filter-modal.merchantSearchFilter .modal-content .modal-body h5.before-line:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    z-index: 2;
    top: 42px;
    right: 100%;
} */

.filter-modal.new_incident .modal-content .modal-body h5 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    margin: 25px 0px 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 10px;
}

.filter-modal.new_incident .modal-content .modal-body h5.before-line:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    z-index: 2;
    top: 42px;
    right: 100%;
}

.filter-modal .modal-content .modal-body input::placeholder {
    color: #777;
    font-style: italic;
}

.billing-box input::placeholder {
    color: #777;
    font-style: italic;
}

#container-target input::placeholder {
    color: #777;
    font-style: italic;
}

.filter-modal .modal-content .modal-body input[type="text"] {
    background: #ffffff 0% 0% no-repeat;
    border: 1px solid #707070 !important;
    border-radius: 10px;
    width: 100%;
    padding: 2px 10px;
    min-height: 30px;
    font: normal normal 14px/22px Open Sans;
    letter-spacing: 0px;
    color: #000;
    font-style: normal;
}

.filter-modal .modal-content .modal-body input[type="number"] {
    background: #ffffff 0% 0% no-repeat;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 100%;
    padding: 2px 10px;
    min-height: 30px;
    font: normal normal 14px/22px Open Sans;
    letter-spacing: 0px;
    color: #000;
    font-style: normal;
}

.filter-modal .modal-content .modal-body select {
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 100%;
    padding: 2px 10px;
    min-height: 30px;
    font: italic normal normal 14px Open Sans;
    letter-spacing: 0px;
    color: #777777;
    box-shadow: none;
    background: #fff url(chosen-sprite.png) no-repeat 112% 6px !important;
}

.prevet.filter-modal .modal-content .modal-body select {
    background: #fff url(chosen-sprite.png) no-repeat 105% 6px !important;
}

.case.filter-modal .modal-content .modal-body select {
    background: #fff url(chosen-sprite.png) no-repeat 105% 6px !important;
}

.chargeback-cases.filter-modal .modal-content .modal-body select {
    background: #fff url(chosen-sprite.png) no-repeat 105% 6px !important;
}

.underwriting.filter-modal .modal-content .modal-body select {
    background: #fff url(chosen-sprite.png) no-repeat 105% 6px !important;
}

.risk.filter-modal .modal-content .modal-body select {
    background: #fff url(chosen-sprite.png) no-repeat 105% 6px !important;
}

.filter-modal .modal-content .modal-body select option {
    font: italic normal normal 14px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.filter-modal .modal-content .modal-body select.selectedOption {
    font-style: normal;
    color: #000;
}

.download-icon img {
    height: 30px;
}

.incident-container .updates-container {
    padding: 50px 15px 0px 15px;
}

.incident-container .update {
    color: #000;
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
}

.incident-container .update:first-child:before {
    top: 8px;
}

.incident-container .update:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    float: left;
    background: #777777;
    left: 5px;
    display: block;
}

.incident-container .update .incident_status:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 8px;
    left: -1px;
    background: #8b8b8b;
}

.incident-container .update.s_green .incident_status:before {
    background: #6aa84f;
}

.incident-container .update.s_blue .incident_status:before {
    background: #4177d6;
}

.incident-container .update .whitespace-pre-wrap {
    display: block;
    margin-top: 10px;
    color: #777777;
}

.incident-container .update h6 {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.incident-container .update h5 .incident_status {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0px;
}

.incident-container .update h5 .incident_time {
    text-align: left;
    font: normal normal normal 17px/30px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.incident-container .update h6 a:first-child {
    background: #397ab7;
    padding: 6px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 18px;
}

.incident-container .update h6 a:last-child {
    background: #ed550d;
    padding: 6px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 18px;
}

.t_blue {
    color: #4177d6;
}

.t_green {
    color: #6aa84f;
}

.t_red {
    color: #ff0000;
}

.t_orange {
    color: #e69138;
}

.profile_tab table td {
    padding-left: 0px !important;
    width: calc(100% / 5) !important;
    display: inline-block;
    float: left;
}

.profile_tab table th {
    padding-left: 0px !important;
    width: calc(100% / 5) !important;
    display: inline-block;
    float: left;
}

.account_information_tab table td {
    padding-left: 0px !important;
    width: calc(100% / 5) !important;
    display: inline-block;
    float: left;
}

.account_information_tab table th {
    padding-left: 0px !important;
    width: calc(100% / 5) !important;
    display: inline-block;
    float: left;
}

#parentHorizontalTab .blue-text {
    padding-left: 0px !important;
}

table td a:hover {
    color: #50a8d3 !important;
}

#filterForm .bootstrap-select .dropdown-menu li a {
    color: #777777;
}

.textfield_title {
    margin-bottom: 5px;
    color: #062665;
}

#filterForm .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0px !important;
}

#filterForm .dropdown-item.active,
.dropdown-item:active {
    background-color: #6c757d;
    color: #fff !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.filter-modal .bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
    transform: rotate(0deg);
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #777 !important;
}

.dropdown-item.active span {
    color: #fff !important;
}

.fixed-filter-block .default-select {
    color: #777 !important;
    font-style: italic;
}

.fixed-filter-block .default-select.selectedOption {
    color: #000 !important;
    font-style: normal;
}

.modal-body .add-merchants {
    font-weight: normal;
    margin-bottom: 5px;
}

.modal-body .add-merchants .fa {
    margin-left: 10px;
}

.chosen-container .chosen-results li.active-result {
    font-weight: normal;
}

/**View invoice **/

#view-invoice table>thead>tr>th {
    background: none !important;
    padding-left: 0px !important;
    width: calc(100% / 6);
    padding-bottom: 10px !important;
    padding-top: 0px !important;
}

#view-invoice table td {
    padding-left: 0px !important;
    width: calc(100% / 6);
    font-size: 15px;
    padding-bottom: 10px !important;
    vertical-align: middle;
}

#view-invoice table>thead>tr {
    border-bottom: 1px solid #ddd;
}

#view-invoice h6 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 10px !important;
}

#view-invoice ul {
    margin: 0px;
    display: block;
    width: 100%;
    float: left;
}

#view-invoice ul li {
    list-style: none;
    width: calc(100% / 6) !important;
    display: inline-block;
    float: left;
    font-size: 15px;
}

#view-invoice p {
    margin: 0px;
}

#view-invoice .d-block {
    float: left;
    width: 100%;
}

.discount-total {
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid #ddd;
}

.discount-total td {
    font-weight: bold;
}

.webapp-report {
    width: 100%;
    margin-top: 40px;
}

.webapp-report h3 {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    color: #062665;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webapp-report h3 span {
    font-size: 15px;
}

.webapp-report h6 {
    text-align: right;
    font: italic normal normal 15px/33px Open Sans;
    letter-spacing: 0px;
    color: #777777;
    margin: 0px;
}

.webapp-report .form-wrap {
    display: flex;
    border: 2px solid #98a3b9;
    border-radius: 10px;
    padding: 0px;
}

.webapp-report .left-col-one {
    width: 35%;
    padding: 1.6rem;
}

.webapp-report .right-col-two {
    width: 65%;
    border-left: 2px solid #98a3b9;
}

.row-sec {
    display: flex;
}

.row-sec .col-sec {
    /*flex: 1 1 0;*/
    padding: 0 1rem;
    width: calc(100% / 3);
    float: left;
}

.row-sec .col-sec .form-group {
    margin: 1rem 0;
    position: relative;
    height: 24px;
}

.row-sec .col-sec label {
    margin: 0px;
}

.row-sec .col-sec.three label {
    letter-spacing: 0px;
    color: #000000;
}

.row-sec .col-sec .hori {
    justify-content: space-between;
}

.col-sec.one {
    border-right: 2px solid #98a3b9;
}

.row-sec.six .col-sec.one {
    border-right: none;
}

.col-sec.two {
    border-right: 2px solid #98a3b9;
}

.row-sec {
    border-bottom: 2px solid #98a3b9;
}

.row-sec.one {
    border-bottom: none;
}

.row-sec.one .col-sec.two {
    border-bottom: 2px solid #98a3b9;
    border-right: none;
}

.row-sec.one .col-sec.three {
    border-bottom: 2px solid #98a3b9;
}

.row-sec.six {
    border-bottom: none;
}

.custom_checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;

    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0;
    width: 18px;
    top: 4px;
    height: 18px;
}

.custom_checkbox .form-group label {
    position: relative;
    cursor: pointer;
}

.col-sec label {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    color: #777777;
    line-height: 21px;
}

.col-sec.three label {
    font: normal normal bold 15px Open Sans;
    line-height: 21px;
}

.custom_checkbox .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 18px;
    height: 18px;

    margin-top: -2px;
}

.custom_checkbox .form-group input:checked+label:after {
    content: "";
    display: block;
    top: 5px;
    left: 3px;

    border: none;
    border-width: 0 2px 2px 0;

    background: #062665;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 4px;
}

.col-sec.three .custom_checkbox .form-group input:checked+label:after {
    top: 5px;
}

.left-col-one input[type="text"] {
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 35px !important;
    border: 1px solid #707070;
    border-radius: 10px;
}

.left-col-one label {
    text-align: left;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    margin-left: 0px;
    margin-bottom: 15px;
}

.left-col-one label.font-grey {
    text-align: left;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.left-col-one select {
    border: 1px solid #707070 !important;
    border-radius: 20px !important;
    font: normal normal normal 15px/17px Open Sans;
    letter-spacing: 0px;
    color: #707070 !important;
    box-shadow: none;
    min-height: 35px !important;
    padding: 4px 15px !important;
}

.left-col-one .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #777777 50%), linear-gradient(135deg, #777777 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    background-position-y: center;
}

.webapp-status label {
    color: #777777;
}

.uw-status label {
    color: #f7a03f;
}

.sources label {
    color: #397ab7;
}

.channel label {
    color: #ea82c2;
}

.pro-codes label {
    color: #962fcc;
}

.row-sec.four .col-sec.two label {
    color: #397ab7;
}

.row-sec.five .col-sec.two label {
    color: #ea82c2;
}

.approve label {
    color: #389500;
}

.decline label {
    color: #ff0000;
}

.mis-info label {
    color: #e0ac43;
}

.webapp-report button {
    background: #ef7232 0% 0% no-repeat;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 10px;
    opacity: 1;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.09px;
    color: #ffffff;
    margin-top: 30px;
    width: 100%;
    border: 0px;
}

.webapp-report button:hover {
    background: #000000 ;
    color: #ffffff;
    border: 0px;
}

.radio-group {
    gap: 12px;
    display: flex;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .custom_checkbox .form-group input:checked+label:after {
        top: 6px;
    }

    .col-sec.three .custom_checkbox .form-group input:checked+label:after {
        top: 6px;
    }
}

.underwriting-nav {
    border-top: 2px solid #f2f2f2;
    margin-top: 15px;
}

.underwriting-short {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
}

.underwriting-short .cal-date {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding: 6px 16px;
    color: #777777;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: bold;
    display: flex;
    align-items: center;
}

.underwriting-nav .nav-tabs {
    background: #d1d1d1 0% 0% no-repeat;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0px;
}

.underwriting-nav .nav-tabs .nav-item {
    margin-bottom: -1px;
    background: #f2f2f2 0% 0% no-repeat;
    border-radius: 10px;

    width: calc(100% / 4 - 10px);
    text-decoration: underline;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    color: #397ab7;
    text-align: center;
}

.underwriting-nav .nav-tabs .nav-link.active {
    border: 0px;
    background: #397ab7 0% 0% no-repeat;
    border-radius: 10px;
    color: #fff;
    text-decoration: underline;
}

.underwriting-short select {
    color: #777777;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    width: 100px;
    padding: 0px;
}

.underwriting-nav .nav-tabs .nav-link {
    padding: 0px;
    border: 0px;
}

.underwriting-nav .nav-tabs .nav-link:hover {
    background: #397ab7 0% 0% no-repeat;

    border-radius: 10px;
    color: #fff;
}

.underwriting-nav .tab-content {
    padding: 30px 0px;
}

.table.nowrap .thead-light th {
    white-space: nowrap;
}

#underwriting-statistic-box {
    padding: 30px 0px;
    border-top: 2px solid #f2f2f2;
    margin-top: 20px;
}

#underwriting-statistic-box .color-block span {
    margin: 4px 0 0px 0;
    font-family: "Open Sans";
    font-weight: bold;
}

#underwriting-statistic-box .color-block h3 {
    font-size: 40px;
    text-align: right;
    margin: 0;
}

#underwriting-statistic-box .color-block {
    max-height: 100px;
}

#underwriting-statistic-box .color-block.color-1 {
    background: rgb(80 168 211 / 27%);
}

#underwriting-statistic-box .color-block.color-2 {
    background: rgb(239 114 50 / 44%);
}

#underwriting-statistic-box .color-block.color-3 {
    background: rgb(6 38 101 / 27%);
}

/** Common Css **/

table.default-table.w100 {
    width: 100%;
}

table.default-table.table-border>tbody>tr>td {
    border-bottom: 1px solid #f2f2f2;
}

table.default-table.cbnbg-head>thead>tr>th {
    border-bottom: 1px solid #d1d1d1 !important;
    background: none !important;
    padding-bottom: 3px !important;
}

table.default-table.cbnbg-head>thead>tr>th.border-none {
    border: none !important;
}

table.default-table.cbnbg-head>thead>tr>th.grey-text {
    color: #8e8e8e !important;
    font-weight: normal;
}

.crm-grey-nav {
    background: #f2f2f2;
    box-shadow: 0px 1px 3px #00000029;
    padding: 15px 0 10px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.dataTables_filter.has-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.border-none {
    border: none !important;
}

.grey-text {
    color: #8e8e8e;
}

.heading-title {
    color: #062665;
    font-size: 25px;
    font-weight: 900;
}

.subheading {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
}

.error {
    color: #ff0000;
    display: block;
    margin-top: 5px;
}

.succes {
    color: #389500;
    display: block;
    margin-top: 5px;
}

.swal2-container.hEaDaNdBtN {
    z-index: 99999;
}

.swal2-container.hEaDaNdBtN .swal2-popup,
.swal2-container.hEaDcNfRmdBtN .swal2-popup {
    padding: 4em;
}

.swal2-container.hEaDaNdBtN .swal2-popup .swal2-title,
.swal2-container.hEaDcNfRmdBtN .swal2-popup .swal2-title {
    color: #062665;
    font-size: 25px;
    font-weight: bold;
    padding: 0em 0 0.5em;
}

.swal2-container.hEaDaNdBtN .swal2-actions,
.swal2-container.hEaDcNfRmdBtN .swal2-actions {
    flex-direction: row-reverse;
}

.swal2-container.hEaDcNfRmdBtN .swal2-styled.swal2-confirm {
    background: #ef7232;
    border: 0px;
    box-shadow: none !important;
}

.swal2-container.hEaDcNfRmdBtN .swal2-styled.swal2-cancel {
    background: #062665;
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: none;
}

.swal2-container.alertbox .swal2-popup {
    width: 450px !important;
}

.swal2-container.alertbox .swal2-styled.swal2-confirm {
    width: auto !important;
    min-width: 110px;
}

.swal2-container.hEaDcNfRmdBtN .swal2-actions button {
    max-width: 45%;
    /* margin: 0.3125em 0.8125em; */
    font-size: 15px !important;
}

.swal2-container.hEaDcNfRmdBtN .cancel .swal2-html-container h2 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.swal2-container.hEaDcNfRmdBtN .cancel .swal2-html-container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

/** Equipment Process **/

table.select-equipments tr td {
    width: calc(100% / 4) !important;
    display: inline-block;
    float: left;
}

table.select-equipments tr td:first-child {
    padding-left: 60px !important;
    position: relative;
}

table.select-equipments tr td:first-child .count {
    background: #777777 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    left: 18px;
    bottom: 11px;
}

/** equipment-info **/

table.equipment-info tr td {
    width: calc(100% / 4) !important;
    display: inline-block;
    float: left;
}

table.equipment-info tr td:first-child {
    padding-left: 60px !important;
    position: relative;
}

table.equipment-info tr td:first-child .count {
    background: #777777 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    width: 29px;
    height: 29px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    color: #fff;
    left: 18px;
    bottom: 11px;
}

/** purchase-info **/

table.purchase-info tr td {
    width: calc(100% / 4) !important;
    display: inline-block;
    float: left;
}

#filterEqpsModal .btn-group-toggle label {
    border-radius: 15px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    border: 0px;
    padding: 6px 25px;
    cursor: pointer;
}

#filterEqpsModal .payment label {
    background: #eaeaea;
    color: #c8c8c8;
}

#filterEqpsModal .payment label.active {
    border: 0px;
    background: #777777;
    color: #fff;
    box-shadow: none;
    line-height: 17px;
}

.selected-items {
    display: flex;
    align-items: center;
}

label.btn.color-green {
    border-radius: 15px;
    color: #389500;
    border: none !important;
    background: #afdb9f;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

label.btn.color-green.active {
    background: #389500;
    box-shadow: none;
    color: #fff;
}

label.btn.color-red {
    border-radius: 15px;
    color: #f69e9e;
    border: none !important;
    background: #f3e2e2;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

label.btn.color-red.active {
    background: #f69e9e;
    box-shadow: none;
    color: #fff;
}

label.btn.color-grey {
    border-radius: 15px;
    background: #eaeaea;
    color: #c8c8c8;
    border: none !important;

    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

label.btn.color-grey.active {
    box-shadow: none;
    background: #777777;
    color: #fff;
}

label.btn.color-sky {
    border-radius: 15px;
    color: #9edff6;
    border: none !important;
    background: #e2eef3;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

label.btn.color-sky.active {
    background: #9edff6;
    box-shadow: none;
    color: #fff;
}

.light-green-btn.active {
    background: #389500;
    box-shadow: none;
    color: #fff;
}

.light-green-btn:hover {
    color: #389500;
}

.light-green-btn.active:hover {
    color: #fff;
}

.light-green-btn.activeGreenBtn:hover {
    color: #fff;
}

.light-grey-btn.active {
    box-shadow: none;
    background: #777777;
    color: #fff;
}

.light-grey-btn.activeGreyBtn {
    box-shadow: none;
    background: #777777;
    color: #fff;
}

.light-grey-btn:hover {
    color: #777777;
}

.light-grey-btn.active:hover {
    color: #fff;
}

.light-grey-btn.activeGreyBtn:hover {
    color: #fff;
}

.ui-autocomplete.bs-modal {
    z-index: 999999;
}

.colorgrey {
    color: #777777;
    font-weight: bold;
}

.colorgreen {
    color: #389500;
    font-weight: bold;
}

.colorred {
    color: #ff0000;
    font-weight: bold;
}

.dbanm {
    text-decoration: underline;
}

select[readonly]:-moz-read-only {
    pointer-events: none;
}

select[readonly]:read-only {
    pointer-events: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.ui-menu .ui-menu-item {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

.new-gateway-onboarding .form-sec .form-control {
    border: 1px solid #98a3b9 !important;
    border-radius: 10px !important;
}

/*.new-gateway-onboarding .form-sec .form-control:not(select) {
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
}*/

.new-gateway-onboarding .form-sec .blue-btn {
    width: 100%;
    height: 30px;

    padding: 0 15px;
    border: none;
    background: #d1d1d1;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
}

.new-gateway-onboarding hr {
    border-top: 1px solid #98a3b9 !important;
    margin-top: 5px;
}

.new-gateway-onboarding .title_of_page {
    margin-top: 15px;
    color: #000;
}

.new-gateway-onboarding .light-grey-btn {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border: 0px !important;
    color: #777777;
    display: block;
    width: 100%;
    min-height: 30px;
    border-radius: 10px;

    margin: 0px;
}

.new-gateway-onboarding .dark-grey-btn {
    background: #062665 0% 0% no-repeat padding-box;
    border: 0px !important;
    color: #ffffff;

    width: 100%;
    height: 30px;
    border-radius: 10px;

    margin: 0px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.custom-r-group {
    gap: 20px;
    align-items: center;

    min-height: 30px;
}

.custom-radio {
    position: relative;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

.custom-r-group [type="radio"]:checked,
.custom-r-group [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 3px;
    top: 3px;
    cursor: pointer;
}

.custom-r-group [type="radio"]:checked+label,
.custom-r-group [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
    color: #666;
    margin: 0px;
}

.custom-r-group [type="radio"]:checked+label:before,
.custom-r-group [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-r-group [type="radio"]:checked+label:after,
.custom-r-group [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #062665;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-r-group [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-r-group [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-group.has-dollar {
    position: relative;
}

.form-group.has-dollar .dollar {
    position: absolute;
    left: 20px;
    top: 56%;
}

.new-gateway-onboarding .count {
    background: #464646;
    border: 1px solid #464646;
    width: 30px;
    height: 30px;

    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 0.08rem;
    position: absolute;
    /*left: 18px;
    bottom: 21px;*/
}

.has-dollar .input-group {
    border: 1px solid #98a3b9 !important;
    border-radius: 10px !important;
}

.sign-agreement .has-dollar .input-group {
    border-radius: 10px !important;
    border: 0px !important;
    background: #f2f2f2;
}

.has-dollar .input-group .input-group-text {
    background: transparent;
    border: 0px;
    max-height: 30px;
}

.new-gateway-onboarding .form-sec .has-dollar .form-control:not(select) {
    border: none !important;
    border-radius: 0px !important;
    background: transparent;
    padding-left: 0px;
    text-align: center;
    margin-left: -30px;
}

.help-crm {
    background: #fff;
    padding-top: 30px;
}

.help-crm h2 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #062665;
    margin-bottom: 15px;
}

.chat_area {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
}

.help-chat-area .chat-area-wrap {
    max-height: 600px;
    overflow-y: auto;
    padding: 0px;
    padding-right: 35px;
}

.help-chat-area {
    padding-top: 15px;
}

.help-chat-area .chat-area-wrap::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 10px;
    background-color: #fff;
}

.help-chat-area .chat-area-wrap::-webkit-scrollbar-thumb {
    background-color: #062665;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.chat_area li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.chat-body1 {
    background: #ceefff 0% 0% no-repeat padding-box;
    opacity: 70%;
    border-radius: 10px;
    max-width: 450px;
    min-width: 450px;
    float: left;
}

.chat-body2 {
    background: #c7d8f9 0% 0% no-repeat padding-box;
    border-radius: 10px;
    max-width: 450px;
    min-width: 450px;
    float: right;
}

.chat-body3 {
    background: #e9e9e9 0% 0% no-repeat padding-box;
    border-radius: 10px;
    max-width: 450px;
    min-width: 450px;
    float: right;
}

.chat_area .chat-boat h6 {
    text-align: left;

    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
}

.chat_area .chat-boat h6.attachment {
    justify-content: left;
    margin-bottom: 0px;
    margin-top: 10px;
}

.chat_area .chat-boat h6.attachment span {
    margin-left: 10px;
    color: #397ab7;
}

.chat-boat a {
    display: flex;
    align-items: center;
}

.chat-boat a img {
    width: 12px;
    margin-right: 8px;
}

.chat-body1 h6 {
    color: #062665;
}

.chat-body2 h6 {
    color: #062665;
}

.chat-body3 h6 {
    color: #000000;
}

.chat_area .chat-boat h6 span.date-time {
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #9b9b9b;
    text-align: right;
}

.chat_area .chat-boat {
    padding: 25px 25px 20px 20px;
}

.chat_area .chat-boat p {
    margin: 0px;
    text-align: left;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 8px;
}

.send-box {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    padding: 30px;
    border-top: 5px solid #fff;
}

.chat_area .chat-boat p~span {
    font: normal normal normal 15px/21px Open Sans;
    margin-bottom: 5px;
}

.chat_area .chat-boat p~span a img {
    margin-right: 15px;
}

.manage {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 3px solid #98a3b9;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 30px;
    height: 100%;
}

.reply-nav .nav-tabs {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 0px;
}

.reply-nav .nav-tabs a {
    letter-spacing: 0px;
    color: #777777;
    border: 0px;
    padding: 0px;
    margin-left: 30px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 12px;
}

.reply-nav .nav-tabs a:hover {
    border: 0px;
}

.reply-nav .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #062665;
    background-color: #fff;
    border: 0px;
    border-bottom: 2px solid #062665;
    padding-bottom: 4px;
}

#reply {
    background: #e2ebfd;
    border-radius: 0px 0px 10px 10px;
    padding: 25px 20px;
}
.button-wrapper .label svg circle#Ellipse_118{fill: #062665;}
#note {
    /* background: #f8e9fd; */
    border-radius: 0px;
    padding: 25px 20px;
    border: 1px solid #f1eaea;
}

.help-chat-area .tab-content textarea {
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    background: transparent;
    border: 0px;
    width: 100%;
    min-height: 50px;
    resize: none;
}

.attach {
    position: absolute;
    top: 2px;
    left: 0px;
}

.tab-content input[type="text"]::placeholder {
    color: #000000;
}

.attach svg {
    width: 30px;
    height: 30px;
}

.help-chat-area .send-box .button-wrapper {
    position: relative;
    cursor: pointer;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;

    float: left;

    overflow: hidden;
}

.help-chat-area .send-box .button-wrapper #upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.help-chat-area .send-box .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.attachment-send {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: row-reverse;
}

.send-btn button {
    background: #ef7232 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;

    letter-spacing: 0px;
    color: #ffffff;

    padding: 7px 24px;
    border: 0px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.send-btn button:not([disabled]):hover {
    background: #000000 !important;
    color: #fff;
}

.manage .group {
    margin-bottom: 60px;
}

.manage .group h4 {
    letter-spacing: 0px;
    color: #000000;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
}

.manage .group .body-bar h5 {
    text-align: left;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}

.manage .assigned button {
    max-width: 130px;
    margin-left: 15px;
}

.manage .status-msg button {
    background: #062665;
    max-width: 130px;
}

select.form-control:disabled,
select.form-control[readonly] {
    opacity: 1;
    color: #000000 !important;
    font-style: normal !important;
    cursor: not-allowed;
    background-image: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
    color: #000;
    border-color: #f2f2f2 !important;
}

.selectedOption select {
    color: #000 !important;
    font-style: normal !important;
}

select option {
    font: italic normal normal 14px Open Sans !important;
    letter-spacing: 0px;
    color: #d1d1d1 !important;
}

.has-percentage .input-group .input-group-text {
    background: transparent;
    border: 0px;
    max-height: 30px;
}

.new-gateway-onboarding .form-sec .has-percentage .form-control:not(select) {
    border: none !important;
    border-radius: 0px !important;
    background: transparent;
    padding-left: 0px;
    padding-left: 15px;
    margin-right: -30px;
}

.has-percentage .form-control:not(select) {
    border: none !important;
    border-radius: 0px !important;
    background: transparent;
    padding-left: 0px;
    text-align: center;
    margin-right: -30px;
}

.has-percentage .input-group {
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
}

.sign-agreement .has-percentage .input-group {
    border: 0px !important;
    background: #f2f2f2;
}

.has-info .input-group .input-group-text {
    background: transparent;
    border: 0px;
    max-height: 28px;
}

.new-gateway-onboarding .form-sec .has-info .form-control:not(select) {
    border: none !important;
    border-radius: 0px !important;
    background: transparent;
    padding-left: 15px;
    text-align: left;
    margin-right: -30px;
}

.has-info .form-control:not(select) {
    border: none !important;
    border-radius: 0px !important;
    background: transparent;
    padding-left: 15px;
    text-align: left;
    margin-right: -30px;
}

.has-info .input-group {
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
}

.ctooltip {
    position: relative;
    display: inline-block;
    margin-right: -5px;
    color: #006080;
    cursor: pointer;
    margin-top: -2px;
}

.ctooltip img {
    width: 15px;
}

.ctooltip .ctooltiptext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #a0afbd;
    color: #fff;
    text-align: left;

    border-radius: 6px;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 11px;
    font-size: 11px;
    padding: 6px 10px;
}

.ctooltip:hover .ctooltiptext {
    visibility: visible;
    opacity: 1;
}

.ctooltip-right {
    top: 1px;
    right: 135%;
}

.ctooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;

    border-color: transparent transparent transparent #a0afbd;
}

.has-info .fa-info {
    width: 18px;
    height: 18px;
    background: #a0afbd 0% 0% no-repeat padding-box;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qtyedit {
    color: #397ab7;
    margin-left: 10px;
    cursor: pointer;
}

#additionalFees .additionalFeesPart label {
    display: none;
}

#additionalFees .additionalFeesPart:first-child label {
    display: block;
}

#additionalFees .additionalFeesPart:first-child .count {
    margin-top: 1.9rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: 0px !important;
    box-shadow: none !important;
}

.new-gateway-onboarding .form-sec .form-control:not(select) {
    border: 1px solid #98a3b9 !important;
    border-radius: 10px !important;
}

.chosen-container-single .chosen-single {
    border: 1px solid #98a3b9 !important;
    border-radius: 10px !important;
    z-index: 99;
    background-color: #fff !important;
}

.chosen-container-single .chosen-drop {
    background: #f2f2f2 0% 0% no-repeat padding-box !important;
    border-radius: 10px !important;
    padding: 50px 25px 25px 25px !important;
    margin-top: -30px !important;

    z-index: 9 !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    padding: 6.5px 20px !important;

    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    background: #fff url(/assets/img/search-drop-icon.svg) no-repeat !important;
    background-position: 98% 61% !important;
}

.chosen-container .chosen-results {
    margin-top: 15px !important;
}

.chosen-container .chosen-results li {
    color: #000 !important;
    font: normal normal normal 14px/21px Open Sans;
}

.chosen-container .chosen-results::-webkit-scrollbar {
    width: 0.6em;
    border-radius: 10px;
    background: #fff;
}

.chosen-container .chosen-results::-webkit-scrollbar-thumb {
    background-color: #062665;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: transparent !important;
    color: #000 !important;
    background-image: none !important;
}

/*.chosen-container-single .chosen-single span {
   
    color: #777777;
    font-style: italic;
}*/

#gatewayOnboardingDetailsFrm .grey-input {
    border-radius: 10px;
}

#gatewayOnboardingDetailsFrm .input-group {
    border: 0px !important;
    background: #f2f2f2;
}

#gatewayOnboardingDetailsFrm .input-group-text {
    color: #000;
    z-index: 9;
}

.responsive-table::-webkit-scrollbar {
    width: 0.6em;
    border-radius: 10px;
    background: #fff;
}

.responsive-table::-webkit-scrollbar-thumb {
    background-color: #a0aebc;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.value-selected #select2-topic_id-container {
    color: #000 !important;
    font-style: normal;
}

.select2-dropdown {
    border: 0px !important;
    padding: 20px 20px 20px 20px;
    /*margin-top: -30px;*/

    background: #f2f2f2 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    z-index: 99 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6.5px 20px !important;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    background: #fff url(https://crm-dev.tcbpay.com/assets/img/search-drop-icon.svg) no-repeat !important;
    background-position: 98% 53% !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent !important;

    letter-spacing: 0px;
    color: #000000;
}

.select2-results__option--selectable {
    font: normal normal normal 15px/21px Open Sans;
    padding: 4px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    margin-top: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 0.6em;
    border-radius: 10px;
    background: #fff;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #a0aebc;
    outline: 1px solid #fff;
    border-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: #000 !important;
    background-image: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
}

/*.select2-container .select2-selection--single {
    position: relative;
    z-index: 100;
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px !important;
}

.count-msg {
    width: 25px;
    height: 25px;
    background: #464646 0% 0% no-repeat;
    font-family: "Open Sans";
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-top: 0px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.subheading .dwnld {
    font-size: 15px;
    margin-left: 7px;
}

button.swal2-styled {
    outline: none;
}

.new-gateway-onboarding.add-view.agentViewDisplay .input-group .form-control[readonly] {
    background: #f2f2f2;
    border-radius: 10px !important;
}

.new-gateway-onboarding.add-view.agentViewDisplay .input-group-text {
    color: #000;
    z-index: 9;
}

.new-gateway-onboarding.add-view.agentViewDisplay .input-group {
    border: none !important;
}

.btn-blue.add-merchants {
    background: #d1d1d159 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #777777 !important;
    padding: 4px 10px;
    line-height: 22px;
}

.sweet-alert .sa-icon {
    display: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

.bootstrap-select .dropdown-menu li a {
    color: #777777;
    font: normal normal normal 15px Open Sans;
}

#gatewayOnboardingEitFrm .form-control[readonly] {
    border: none !important;
}

/** 09-15  note modal **/

.notes-modal .modal-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: 0px;
}

.notes-modal .modal-body {
    padding: 50px 0px;
}

.notes-modal .modal-body h3 {
    letter-spacing: 0px;
    color: #062665;
    margin-bottom: 25px;
    line-height: 1;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 25px;
}

.add-new-note,
.single-note-view-row {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 30px;
}

.notes-modal .modal-body h4 {
    text-align: left;

    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 20px;
}

.all-notes-view .single-note-view-row {
    margin-bottom: 30px;
}

.all-notes-view .single-note-view-row.private {
    background: #f2f2f2;
}

.all-notes-view .single-note-view-row:last-child {
    margin-bottom: 0px;
}

.add-new-note textarea {
    border: 1px solid #707070;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    display: inline-block;
    resize: none;
}

.add-note-row {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-note-row .note-button-col {
    display: flex;
    align-items: center;
}

.note-button-col input[type="checkbox"] {
    opacity: 0;
}

.note-button-col label {
    cursor: pointer;
}

.add-note-row .note-button-col svg {
    margin-right: 21px;
}

.searchnote {
    padding: 30px 0px;
}

.notes-modal .blue-btn {
    width: 100%;
    height: 30px;
    display: block;
    border: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
}

.note-text {
    /* margin: 20px 0px;*/

    color: #000;
    font-size: 14px;
    line-height: 1.3;
}

.pin-this-note {
    margin-top: 20px;
}

/*.all-notes-view {margin-top: 30px;}*/

.no-result {
    margin: 0px;
}

.note-text p {
    text-align: left;
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 5px;
}

.single-note-view-row h6 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

.single-note-view-row h6 img {
    cursor: pointer;
}

.single-note-view-row h6 svg {
    margin-right: 15px;
}

.private h6,
.private p,
.private label {
    color: #777777 !important;
}

.dtrange span {
    background: #707070;
    height: 2px;
    width: 20px;
}

.private .note-text {
    color: #777777 !important;
}

.notes-modal .custom-r-group [type="radio"]:checked+label:before,
.custom-r-group [type="radio"]:not(:checked)+label:before {
    top: 2px;
}

.note-wrap-one,
.note-wrap-two {
    padding: 0px 50px;
}

.note-wrap-two {
    border-top: 3px solid #f2f2f2;
    margin-top: 40px;
}

.notes-modal .custom-r-group [type="radio"]:checked+label:after {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 4px;
}

.notes-modal .custom-r-group [type="radio"]:not(:checked)+label {
    margin: 0px;
}

.m-cross {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.m-cross svg {
    cursor: pointer;
    width: 28px;
}

/** email table align **/

#crm_area table {
    width: 100%;
    margin: 15px 0px;
}

#crm_area table tr td {
    width: calc(100% / 3) !important;
    display: inline-block;
}

#crm_area table tr td:first-child {
    padding-left: 0px !important;
    width: 100px !important;
}

/*#crm_area table tr td:first-child:empty {display:none;}

#crm_area table tr td:first-child:empty + td {padding-left:0px !important;}*/

#crm_area table tr td:last-child {
    white-space: nowrap;
}

#webapp_area table {
    width: 100%;
    margin: 15px 0px;
}

#webapp_area table tr td {
    width: calc(100% / 3) !important;
    display: inline-block;
}

#webapp_area table tr td:first-child {
    padding-left: 0px !important;
    width: 100px !important;
}

/*#webapp_area table tr td:first-child:empty {display:none;}

#webapp_area table tr td:first-child:empty + td {padding-left:0px !important;}*/

#webapp_area table tr td:last-child {
    white-space: nowrap;
}

#gateway_area table {
    width: 100%;
    margin: 15px 0px;
}

#gateway_area table tr td {
    width: calc(100% / 3) !important;
    display: inline-block;
}

#gateway_area table tr td:first-child {
    padding-left: 0px !important;
    width: 100px !important;
}

/*#gateway_area table tr td:first-child:empty {display:none;}

#gateway_area table tr td:first-child:empty + td {padding-left:0px !important;}*/

#gateway_area table tr td:last-child {
    white-space: nowrap;
}

/** email table align 20-09-23**/

/** custom Checkbox **/

.custom-r-group [type="checkbox"]:checked,
.custom-r-group [type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 3px;
    top: 3px;
    cursor: pointer;
}

.custom-r-group [type="checkbox"]:checked+label,
.custom-r-group [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-r-group [type="checkbox"]:checked+label:before,
.custom-r-group [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-r-group [type="checkbox"]:checked+label:after,
.custom-r-group [type="checkbox"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #55a8d3;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-r-group [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-r-group [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
}

.fliter-col-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

/** Case Button **/

/*.activeBlueBtn {
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    width: 120px;
    border: none;
    background: #397ab7 !important;
}
.activeGreenBtn {
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    width: 120px;
    border: none;
    background: #389500 !important;
}
.activeRedBtn {
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    width: 120px;
    border: none;
    background: #FF0000 !important;
}
.activeOrangeBtn {
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    width: 120px;
    border: none;
    background:#FF7500  !important;
}
.activeGreyBtn {
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    width: 120px;
    border: none;
    background: #77777757 !important;
}  */

/* File Upload */

.file-uploads {
    width: 100%;
    height: 65px;
    display: inline-block;
    position: relative;
}

.file-uploads .button-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.file-uploads .button-wrapper input[type="file"] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#newMsgForm .upload-list {
    margin-bottom: 20px;
}

#newMsgForm .upload-list:empty {
    display: none;
    margin-bottom: 20px;
}

.file-uploads .cont {
    width: 500px;
    height: 65px;
    color: #8e99a5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font: normal normal normal 15px/21px Open Sans;
}

.file-uploads .browse {
    margin: 0;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    font: normal normal normal 15px/65px Open Sans;
}

#newMsgForm textarea {
    min-height: 260px;
    resize: none;
}

#newMsgForm .black-text {
    font-family: "Open Sans";
    font-weight: bold;
}

#newMsgForm hr {
    margin-top: 4px;
}

.profile_tab table.upload-table th {
    width: calc(100% / 2) !important;
}

/* Risk Table width  04-10-23*/

table.default-table.risk-table tbody>tr>td {
    width: calc(100% / 6) !important;
}

table.default-table.risk-table thead>tr>th {
    width: calc(100% / 6) !important;
    background-color: transparent !important;
}

#agent_display_area {
    margin-top: 3rem !important;
}

.rounded-table a {
    line-height: 1;
}

/** New login **/

.signin .default-input {
    height: 35px;
    padding-left: 20px;
}

.signin .show-pass-icon {
    top: -5px;
}

.signin input[type="submit"] {
    height: 35px;
    background: #062665;
    font-size: 15px;
}

.signin input[type="submit"].yellow-btn {
    height: 35px;
    font-size: 15px;
    border-radius: 20px;
}

main.wrap .yellow-btn {
    height: 35px;
}

.form_error input[type="text"] {
    border: 1px solid #f00c;
}

.form_error input[type="password"] {
    border: 1px solid #f00c;
}

.form_error input[type="email"] {
    border: 1px solid #f00c;
}

.userInput input.filled {
    border: 1px solid #feca61;
}

#addProcessorHtml label.color_black {
    color: #000000;
}

.chosen-container-single .chosen-single span {
    font-size: 14px !important;
    letter-spacing: 0px;
    color: #777777 !important;
    font-style: italic;
    line-height: 26px;
    padding-left: 10px;
}

.selectedOption .chosen-container-single .chosen-single span {
    color: #000 !important;
    font-style: normal;
}

.two-custom-radio-side {
    gap: 30px;
    display: flex;
    align-items: center;
}

label {
    color: #98a3b9;
}

table.dataTable {
    margin: 20px 0px !important;
}

#datatable_wrapper .paginate_button.current {
    color: #50a8d3 !important;
}

#user_datatable_wrapper .paginate_button.current {
    color: #50a8d3 !important;
}

#datatable_wrapper .paginate_button.previous {
    margin-right: 10px !important;
}

#user_datatable_wrapper .paginate_button.previous {
    margin-right: 10px !important;
}

#datatable2_wrapper .paginate_button.current {
    color: #50a8d3 !important;
}

#datatable2_wrapper .paginate_button.previous {
    margin-right: 10px !important;
}

#comncext_list_wrapper .paginate_button.current {
    color: #50a8d3 !important;
}

#comncext_list_wrapper .paginate_button.previous {
    margin-right: 10px !important;
}

#eqpreqs_list_wrapper .paginate_button.current {
    color: #50a8d3 !important;
}

#eqpreqs_list_wrapper .paginate_button.previous {
    margin-right: 10px !important;
}

.dataTables_paginate {
    padding-right: 15px !important;
}

.heading-dobby {
    color: #062665 !important;
    font-size: 20px !important;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 35px;
}

.blue-text {
    color: #062665;
    font-size: 20px !important;
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.uploads-info-title h6 {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
}

.uploads-info h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

table.search-note tr td {
    vertical-align: bottom !important;
}

#chargeback_datatable_length {
    padding-left: 15px;
}

.top-filter-header {
    margin-bottom: 15px;
}

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

.uploads-info h6 {
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.uploads-info ul {
    margin: 0px;
    padding: 0px;
}

.uploads-info ul li {
    font: normal normal normal 15px/30px Open Sans;
    list-style: inside;
}

h4.fields-group-title {
    letter-spacing: 0px;
    color: #000000;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}

td.green {
    color: #389500 !important;
}

.text-warning {
    color: #ff7500 !important;
}

.text-danger {
    color: #ff0000 !important;
}

.text-success {
    color: #389500 !important;
}

.text-info {
    color: #00baff !important;
}

.text-primary {
    color: #a700ff !important;
}

.text-secondary {
    color: #777777 !important;
}

.issuing-readonly-form .has-percentage .input-group {
    border: 0px !important;
    border-radius: 10px !important;
    background-color: #f2f2f2;
    color: #000;
}

.issuing-readonly-form .has-info .input-group {
    border: 0px !important;
    border-radius: 10px !important;
    background-color: #f2f2f2;
    color: #000;
}

.crm-sidebar-menu {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000029;
    width: 277px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding-top: 90px;
}

.crm-sidebar-menu .nav-item {
    position: relative;
}

.crm-sidebar-menu .nav-item .nav-link {
    display: flex;
    width: 100%;
    padding: 15px 40px;
    align-items: center;
    gap: 20px;
    font: normal normal bold 15px Open Sans;
    letter-spacing: 0px;
    color: #777777;
}

.crm-sidebar-menu .nav-item .nav-link:hover {
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font: normal normal bold 15px Open Sans;
    letter-spacing: 0px;
    color: #397ab7;
}

.crm-sidebar-menu .nav-item .nav-link:hover svg path {
    fill: #397ab7;
}

.crm-sidebar-menu .sidebar-heading {
    padding: 10px 40px;
    text-align: left;
    font: normal normal normal 12px Open Sans;
    letter-spacing: 0px;
    color: #397ab7;
    text-transform: uppercase;
}

.crm-sidebar-menu hr.sidebar-divider {
    width: 100%;
    background: #f2f2f2;
}

#gatewayOnboardingFrm .agreement_label {
    font: normal normal bold 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000 !important;
}

#agreement_signed_yes_html h6,
#agreement_signed_no_html h6 {
    font: normal normal normal 15px/21px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.sign-agreement {
    background: #f2f2f2 0% 0% no-repeat padding-box;
}

.sign-agreement h1 {
    text-align: left;
    font: normal normal bold 30px Open Sans;
    letter-spacing: 0px;
    color: #062665;
    margin-bottom: 25px;
    line-height: 1;
}

.sign-agreement .sign-agree-wrap {
    padding: 70px 0px;
    background: #fff;
    min-height: 100vh;
}

.sign-agreement .sign-agree-wrap .common-pad {
    padding: 40px 70px 0px;
}

.agrre-info {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.sign-agreement p {
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

.sign-agreement h3 {
    text-align: left;
    font: normal normal bold 20px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 30px;
    line-height: 1;
}

.sign-agreement .common-wrap {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
}

.agree-header-logo {
    max-width: 200px;
    margin: auto;
}

.custom-round-tick [type="checkbox"]:checked,
.custom-round-tick [type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.custom-round-tick [type="checkbox"]:checked+label,
.custom-round-tick [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font: normal normal bold 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    width: 100%;
}

.custom-round-tick [type="checkbox"]:checked+label span,
.custom-round-tick [type="checkbox"]:not(:checked)+label span {
    float: right;
}

.custom-round-tick [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-round-tick [type="checkbox"]:checked+label:before {
    border: 0px;
}

.custom-round-tick [type="checkbox"]:checked+label:after,
.custom-round-tick [type="checkbox"]:not(:checked)+label:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://crm.merchantservicedepot.com/assets/images/blue-tick.svg) no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    background-size: contain;
    transition: all 0.2s ease;
}

.custom-round-tick [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-round-tick [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-round-tick [type="radio"]:checked,
.custom-round-tick [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.custom-round-tick [type="radio"]:checked+label,
.custom-round-tick [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font: normal normal bold 15px/20px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    width: 100%;
}

.custom-round-tick [type="radio"]:checked+label span,
.custom-round-tick [type="radio"]:not(:checked)+label span {
    float: right;
}

.custom-round-tick [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom-round-tick [type="radio"]:checked+label:before {
    border: 0px;
}

.custom-round-tick [type="radio"]:checked+label:after,
.custom-round-tick [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://crm.merchantservicedepot.com/assets/images/blue-tick.svg) no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    background-size: contain;
    transition: all 0.2s ease;
}

.custom-round-tick [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-round-tick [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.succes-msg {
    padding: 150px 0px;
}

.succes-msg h4 {
    font-size: 20px;
    margin: 50px 30px 30px;
    font-weight: bold;
    color:#062665 !important;
}

#agreementSignError svg #Path_20910{fill: #062665 !important;}

#agreementSignSuccess.succes-msg  svg #Path_18213{fill:#062665}
#agreementSignSuccess.succes-msg  svg #Path_18214{fill: #244689 !important;}

.succes-msg h6 {
    font-size: 15px;
    max-width: 40%;
    margin: auto;
    line-height: 1.5;
}

.agree-submit {
    padding-top: 50px !important;
}

.cc-selector {
    margin-bottom: 15px;
}

.sign-agreement .form-sec input.form-control:disabled {
    border: 0px !important;
}

.green-approve {
    background: #389500;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    box-shadow: none;
    border: 0px;
    padding: 0px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-reset {
    background: #a0afbd;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    box-shadow: none;
    border: 0px;
    padding: 0px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ash-view {
    background: #4c7998;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    box-shadow: none;
    border: 0px;
    padding: 0px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gatewayOnboardingDetailsFrm .upload-img-name-full {
    color: #000;
}

.downloadallfiles.singldownload {
    color: #000 !important;
}

.downloadallfiles.singldownload:hover {
    color: #000000 !important;
}

.downloadallfiles.singldownload:hover span img {
    filter: inherit !important;
}

/* #gatewayOnboardingDetailsFrm .upload-img-name-full img {
    filter: brightness(0.5);
} */

#agreement_signed_yes_html .downloadallfiles {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #50a8d3 !important;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.headerbuttonsback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.formContentButtom {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
    padding-top: 20px;
    display: inline-block;
}

.agreement_info_others {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 50px;
}

.agree-submit-wrap .custom-round-tick {
    margin-bottom: 40px;
}

.swal2-html-container {
    font-size: 15px !important;
    margin: 1em 0 !important;
}

#gatewayOnboardingFrm .upload-list {
    margin-top: 25px;
}

table.gw_on_boarding_merchant_list>tbody>tr>td {
    padding: 15px 15px !important;
}

table.gw_on_boarding_merchant_list.round-header-table>thead>tr>th {
    white-space: nowrap;
    padding: 10px 15px !important;
}

.prevet-detatable-search .form-control {
    border: solid 1px #d1d1d1;
}

.issuing-new-submission-wrap .blue-text {
    margin: 30px 0px 30px;
}

#form1 .custom-r-group [type="radio"]:checked+label:before,
.custom-r-group [type="radio"]:not(:checked)+label:before {
    border: 1px solid #707070;
}

#form1 .custom-r-group [type="radio"]:checked+label:after {
    background: url(https://crm.merchantservicedepot.com/assets/images/grey-tick.svg) no-repeat;
    width: 18px;
    height: 18px;
    top: 1px;
    left: 0;
}

.sq-check .custom-r-group [type="checkbox"]:not(:checked)+label:before {
    border: 1px solid #707070;
    border-radius: 3px;
}

.sq-check .custom-r-group [type="checkbox"]:checked+label:after {
    width: 18px;
    height: 18px;
    border-radius: 0;
    left: 0;
    top: 0;
    background: url(https://crm.merchantservicedepot.com/assets/images/grey-sq.svg) no-repeat;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #8e8e8e !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.flatpickr-current-month input.cur-year {
    color: #8e8e8e !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.note-table {
    margin-top: 30px;
    margin-bottom: 0px;
}

.note-table td {
    color: #8e8e8e;
    border-top: 0px;
    border-bottom: 1px solid #dee2e6;
    padding-left: 0px;
}

.note-table td span {
    margin-top: 15px;
    color: #000;
}

.issuing-new-form .sq-check .custom-r-group [type="checkbox"]:checked+label:after {
    background: url(https://crm.merchantservicedepot.com/assets/images/blue-sq.svg) no-repeat;
}

.statistics-details-header .dd-holder select {
    color: #000 !important;
    font-style: normal !important;
    background-image: url(https://crm.merchantservicedepot.com/assets/images/greyarrow-fill.svg);
}

.value {
    margin: 0 0 0 -70px !important;
}

.chargeback-statistics .color-block {
    padding: 20px;
    border-radius: 20px;
}

.chargeback-statistics .color-block span {
    font-size: 16px;
}

.chargeback-statistics .color-block h3 {
    font-size: 17px;
}

.chargeback-statistics .color-block h3 a {
    color: #fff;
}

#gatewayOnboardingEitFrm .readonly_input {
    background-color: #f2f2f2;
    border: 0px !important;
}

/* ------------ custom-css--style--------- */
.inner-header .inner-content h3 {
    letter-spacing: 1px !important;
    color: #062665 !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold !important;
}

.inner-header .inner-content h1:after {
    content: "";
    display: block;
    width: 375px;
    background-color: #f0cbad !important;
    height: 4px;
    margin: 24px auto;
    margin-bottom: 0px;
    max-width: 100%;
}

.email-verify .box-area h6 a {
    text-decoration: underline;
    font-size: 15px;
    font-family: "Open Sans Bold";
    letter-spacing: 0px;
    color: #50a8d3 !important;
}

.userInput input:focus-visible {
    border: 1px solid #98a3b9 !important;
    outline: 0;
}

input[type="text"] {
    border: 1px solid #98a3b9 !important;
    border-radius: 20px;
    font: normal normal normal 15px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none;
    min-height: 30px !important;
    font-style: normal;
    line-height: 17px;
}

form button.submit.not-bottom-fixed {
    position: relative;
    border-radius: 20px;
    font: normal normal bold 15px Open Sans;
    letter-spacing: 0px;
    padding: 8.5px 0px;
    background: #ef7232 0% 0% no-repeat !important;
    color: #ffffff !important;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.yellow-btn {
    background: #ef7232 !important;
}

.forgot-password-form .backlogin {
    color: #50a8d3 !important;
    text-decoration: underline !important;
}

/* ----------------- 10-05-2024 ------------- */
.document-btn {
    padding: 10px;
    border: solid 1px #ddd;
    margin: 0 4px 0 0;
    background: #ef7232 !important;
}

#folder_info_div i {
    color: #000000 !important;
}

/* ---------- 15-05-2024 -------- */
.statistics-details-box .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #50a8d3 !important;
}

.iti__country-list {
    z-index: 99;
}

.table>thead>tr {
    background: #062665 !important;
}

.upload-document-btn {
    color: #50a8d3;
}

#user_datatable.blue-round-heading #tcontent tr td p {
    color: #000000 !important;
}

#modal-file-upload h3.modal-title i {
    color: #062665 !important
}

#modal-prevet-file-upload h3.modal-title i {
    color: #062665 !important
}

#modal-prevet-file-upload h3.modal-title {
    color: #062665 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #062665 !important
}

.daterangepicker td.in-range {
    background-color: #d73f8d12 !important;
}
#upload_case_file_confirm{
    background-color: #062665 !important;
    margin-top:10px;
}
.repoting-billing-table thead tr th{text-align: left !important;}
.login-code-verify .box-area h6 a {
    text-decoration: underline;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #50a8d3 !important;
}
.btn-info {
    color: #fff;
    background-color: #062665 !important;
    border-color: #062665 !important;
}
.card.card-sub .header{
    display: flex;
    align-items: center;
}
.card.card-sub .header i {
    color: #ef7232;
    font-size: 16px;
    padding-right: 10px;
    line-height: 28px;
}
.card.card-sub .header h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700 !important;
    color: #062665 !important;
}
.card.card-sub .results-table .table-data thead th {
    color: #fff !important;
    border: 1px solid #062665;
}
.card.card-sub .results-table .table-data tbody td {
    color: #062665;
    border: 1px solid #062665;
    padding: 12px 8px;
}
.card.card-sub .card-bank-info-tab .nav-tabs > li.active a {
    background-color: #ef7232 !important;
    border: 0px;
    color: #fff !important;
}
.card.card-sub .card-bank-info-tab .nav-tabs > li a {
    background: #062665 !important;
    border: 0px;
    color: #fff !important;
    text-align: center;
    border-radius: 0px !important;
}
.card.card-sub .content .col-right:after {
    position: absolute !important;
    content: "";
    width: 1px !important;
    height: 108% !important;
    background: #98a3b9 !important;
    top: 0px !important;
    left: 4px !important;
}
.card.card-sub .content .table-responsive{
    overflow-x: visible !important;
}
/* -------- 11-06-2024 ----------- */

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ef7232 !important;
}

/* -------- 14-10-2024 ----------- */


.fixed-header-logo .img-fluid {
  max-width: 100%;
  max-height: 55px;
}

.btn-secondary:not(:disabled):not(.disabled):active{
    color: #fff;
    border-color: #4e555b;
    opacity: 75% !important;
}
.filter-btn img:hover, .filter-btn svg:hover {
    opacity: .75;
}
.dropdown-toggle:after {
    color: inherit;
}