/***HEADER+FOOTER****/

@font-face {
    font-family: 'Almoni DL AAA';
    src: url("/yaadpay/6.0/fonts/almoni-dl-aaa-300.ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'Almoni DL AAA';
    src: url("/yaadpay/6.0/fonts/almoni-dl-aaa-400.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'Almoni DL AAA';
    src: url("/yaadpay/6.0/fonts/almoni-dl-aaa-700.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'Almoni DL AAA';
    src: url("/yaadpay/6.0/fonts/almoni-dl-aaa-900.ttf");
    font-weight: 900;
}

body {
    margin: 0;
    padding: 0;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center!important;
}

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

.valign-middle {
    vertical-align: middle!important;
}

.display-inline {
    display: inline!important;
}

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

.center_div {
    display: inline-block;
    margin: 0 auto;
}

.nomargin {
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
}

.flex-between {
    display: flex!important;
    justify-content: space-between!important;
}

.flex-end {
    justify-content: flex-end;
}

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

.flexGap {
    flex-grow: 1;
}

.relative {
    position: relative;
}

.nowrap {
    white-space: nowrap;
}

.small_text {
    font-size: 90%;
}

.active_green {
    color: #6aa225;
}

.footerMenuWrapper {
    display: flex;
    width: 99%;
    border-top: 1px solid #aaaaaa;
    margin: 0 0.5%;
    padding-top: 50px;
    margin-bottom: 50px;
}

.container {
    max-width: 952px;
    margin: 0 auto;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
}

.containerFlexableTo100 {
    width: fit-content;
    min-width: 952px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

* {
    font-family: "Ploni11AAA-Regular";
    direction: rtl;
}

.ltr {
    direction: ltr;
    text-align: left;
    display: inline-block;
}

.topBlackHeader {
    width: 100%;
    background-color: #060606;
}

.masofTest {
    background-color: #a41d48;
    position: relative;
}

.masofTest:before,
.masofTest:after {
    content: "\05DE\05E1\05D5\05E3\0020\05D8\05E1\05D8";
    display: block;
    position: absolute;
    right: 2%;
    top: 3px;
    height: 100%;
    color: rgba(255, 255, 255, .6);
    font-size: 50px;
    font-weight: bold;
    transform: rotate(10deg);
}

.masofTest:after {
    right: auto;
    left: 2%;
}

.submitButtonGoogle {
    right: auto;
    left: 2%;
    color:#5c64ff;
}

ul.userList {
    margin: 0;
    color: white;
    padding: 15px 0;
    text-align: left;
}

ul.userList li {
    display: inline-block;
    height: 18px;
}

li.logout {
    border-right: 1px solid white;
    padding-right: 15px;
    margin-right: 15px;
}

ul.userList li a {
    height: 13px;
    width: 215px;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 14px;
    text-decoration: none;
}

.mainMenuWrapper {
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.logo {
    float: right;
    max-height: 45px;
}

ul.mainMenu {
    margin: 0;
    padding: 0;
    float: left;
    display: flex;
}

ul.mainMenu li {
    display: inline-block;
    height: 85px;
    line-height: 85px;
    cursor: pointer;
    position: relative;
    transition: 0.5s all;
}

ul.mainMenu li:hover,
ul.mainMenu li.active {
    background-color: #E6E7E7;
    cursor: pointer;
    transition: 0.5s all;
}

ul.mainMenu li.searchIcon a {
    padding: 0 12px;
}

ul.mainMenu li a {
    height: 100%;
    color: #062752;
    font-size: 17px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
}

ul.mainMenu li a img {
    vertical-align: middle;
}

ul.footerMenu {
    margin: 9px 0 0 0;
    padding: 0;
    float: left;
}

ul.footerMenu li {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
}

ul.footerMenu li a {
    right: 0;
    height: 100%;
    color: #062752;
    font-size: 17px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 0px 13px;
    margin: 0;
    border-right: 1px solid #062752;
}

ul.footerMenu li:first-child a {
    border-right: 0;
    right: 0;
}

.clouds {
    background-image: url("/yaadpay/6.0/Images/header.png");
    /*height: 305px;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

ul.subMenu {
    right: 0;
    position: absolute;
    display: inline-flex;
    padding: 0;
    width: 194px;
    box-sizing: border-box;
    flex-direction: column;
    transition: .5s all;
    opacity: 0;
    z-index: -1;
    top: 85px;
}

li:hover ul.subMenu {
    right: 0;
    position: absolute;
    display: inline-flex;
    padding: 0;
    width: 194px;
    box-sizing: border-box;
    flex-direction: column;
    transition: .5s all;
    opacity: 1;
    z-index: 100;
}

ul.subMenu li {
    width: 194px;
    padding: 0 26px 0 50px;
    height: 68px;
    line-height: 68px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #E6E7E7;
    transition: .5s all;
}

ul.subMenu li:hover,
ul.subMenu li.active {
    background-color: #CFD0D2;
}


/***END OF HEADER+FOOTER****/


/***HOME PAGE****/

h4.topText {
    margin: 0;
    padding: 20px 0;
    height: 44px;
    line-height: 44px;
    color: #272D3C;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    /*
    width: 258px;
    margin: -210px auto 130px auto;
    */
}

.homeCube {
    max-width: 100%;
    position: relative;
    transition: all 0.5s ease;
}

.homeCube,
fieldset.homeCube,
.fieldset.homeCube {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.14);
    padding: 17px 25px 19px;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 40px;
    line-height: 1.5;
    border-radius: 10px;
}

.homeCube.haslegend {
    padding-top: 40px;
}

.homeCube.centerByContent {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.homeCube.lastUpdates {
    height: 311px;
    width: 585px;
    margin-left: 17px;
}

.homeCube.totalDeals {
    height: 311px;
    width: 345px;
    position: relative;
}

.homeCube.yearReview {
    height: 311px;
    width: 585px;
    margin-left: 17px;
}

.homeCube.refunds {
    height: 311px;
    width: 345px;
}

.homeCube.whatsNew {
    height: 329px;
    width: 951px;
    padding-right: 60px;
}

.homeCube h5 {
    color: #000000;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
}

.helpTxt_ttl {
    color: #5c64ff;
    white-space: nowrap;
}

h4.helpTxt_ttl {
    text-align: center;
    font-size: 120%;
}

.required .helpTxt_ttl {
    color: #C80000;
}

.success_ttl {
    margin-top: 10px;
    color: #008000;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableHeaders {
    border-bottom: 3px solid #E4E4E4;
    color: #272D3C;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 18px;
}

.tableHeaders div {
    display: inline-block;
    text-align: right;
    padding: 0 5px;
}

.tableData div {
    height: 45px;
    display: inline-block;
    align-items: center;
    text-align: right;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tableData {
    font-size: 17px;
    display: flex;
    color: #272D3C;
    justify-content: space-between;
}

.type {
    width: 50px;
}

.date {
    width: 85px;
}

.amount {
    width: 80px;
}

.name {
    width: 70px;
}

.approval {
    width: 95px;
}

.docs {
    width: 73px;
}

.tableData div.docs {
    text-decoration-line: underline;
}

.dealsTabs {
    display: flex;
}

.purpleBorder {
    display: inline-block;
    height: 3px;
    width: 74px;
    background: #8a2a74;
    position: absolute;
    top: 62px;
    transition: .7s right;
}

.purpleBorder.tab1 {
    right: 25px;
    transition: .7s right;
}

.purpleBorder.tab2 {
    right: 100px;
    transition: .7s right;
}

.purpleBorder.tab3 {
    right: 175px;
    transition: .7s right;
}

.purpleBorder.tab4 {
    right: 250px;
    transition: .7s right;
}

.dealsTabs div {
    color: #272D3C;
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
    width: 25%;
    text-align: center;
    border-bottom: 3px solid #e4e4e4;
    cursor: pointer;
}

.dealsAmount {
    color: #8D8E93;
    font-size: 82px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-top: 75px;
}

.dealsAmount:empty {
    background: url(/yaadpay/images/circleLoader.gif) top center no-repeat;
    background-size: 50%;
}

.dealsAmount span {
    color: #272D3C;
    font-size: 39px;
    font-weight: 300;
}

.refundsAmount {
    color: #8D8E93;
    font-size: 82px;
    font-weight: 300;
    line-height: 76px;
    text-align: center;
    width: 100%;
}

.refundsAmount span {
    color: #272D3C;
    font-size: 39px;
    font-weight: 300;
    line-height: 70px;
}

.graph {
    height: 237px;
    width: 535px;
    margin-top: 21px;
}

.refundDivider {
    margin-top: 30px;
}

.homeCube.whatsNew h5 {
    text-align: right;
}

.bannerSide {
    height: 218px;
    width: 316px;
    float: left;
    margin-top: 44px;
}

.messagesSide {
    width: 414px;
    display: inline-block;
}

p.messageDate {
    margin: 0;
}

p.messageData {
    margin: 0;
}

.messageRow {
    color: #272D3C;
    font-size: 17px;
    line-height: 23px;
    margin-top: 20px;
}

a.readMore {
    color: black;
    font-weight: bold;
    white-space: nowrap;
}


/***END OF HOME PAGE****/

form.passForm {
    margin-top: 30px;
}

input:disabled+label {
    color: #cccccc;
}

submit.enterPass {
    margin: 0 auto;
    height: 58px;
    width: 274px;
    background-color: #8A2A74;
    display: block;
    float: left;
    margin-bottom: 50px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    line-height: 58px;
    text-align: center;
    border-radius: 5px;
    transition: .5s background-color;
}

.options {
    position: absolute;
    width: calc(100% + 2px);
    right: -1px;
    background: white;
    top: 36px;
    z-index: -1;
    opacity: 0;
    transition: .5s all;
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
}

.options.open {
    position: absolute;
    width: calc(100% + 2px);
    right: -1px;
    background: white;
    top: 36px;
    z-index: 9;
    box-sizing: border-box;
    opacity: 1;
    transition: .5s all;
    border: 1px solid #aaaaaa;
}

.option {
    cursor: pointer;
    background-color: white;
    transition: .5s all;
    text-align: center;
}

.option:hover {
    cursor: pointer;
    background-color: #d3d3d3;
    transition: .5s all;
    text-align: center;
}

.selectWrapper {
    height: 38px;
    width: 100%;
    border: 1px solid #aaaaaa;
    background-color: #FFFFFF;
    padding-right: 9px;
    position: relative;
    background-image: url(/yaadpay/7.0/Images/droparrow.png);
    line-height: 38px;
    background-repeat: no-repeat;
    background-position: 5px center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
}

.selectWrapper.currencySelect {
    color: #272D3C;
    font-size: 42px;
    font-weight: 300;
    border: 0;
    border-radius: 10px;
    outline: 0;
    width: 53px;
    display: inline-block;
    text-align-last: right;
    padding-right: 5px;
    position: relative;
    background-color: transparent;
    top: -8px;
}

.currencySelect .option {
    text-align-last: center;
}

.placeholder {
    color: #C5CAD9;
}

.searchBar {
    position: absolute;
    height: 0;
    top: 85px;
    left: 0;
    width: auto;
    padding: 15px;
    background-color: #E6E7E7;
    opacity: 0;
    z-index: -1;
    transition: .5s all;
    overflow: hidden;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.searchBar.activeSearchBar {
    height: 70px;
    opacity: 1;
    z-index: 99;
}

form.searchForm {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

input#searchBar {
    height: 38px;
    width: 250px!important;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #555555;
    background-color: #FFFFFF;
    font-size: 17px;
}

input#searchButton {
    height: 38px;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    border: 1px solid #555555;
    border-right: none;
    background-color: #8A2A74;
    transition: .5s all;
    cursor: pointer;
}

input#searchButton:hover {
    background-color: #c13ca3;
}

.pageStyle2_topHeader {
    box-sizing: border-box;
    width: 100%;
    /*min-height:100px;*/
    margin-bottom: 10px;
    text-align: center;
}

.pageStyle2_topIcon_cont,
.posContainer.pageStyle2_topIcon_cont {
    display: flex;
    justify-content: space-between;
}

.pageStyle2_topIcon {
    display: inline-block;
}

.pageStyle2_topIcon .img_holder {
    display: flex;
    justify-content: center;
    max-width: 55px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.pageStyle2_topIcon .img_holder img {
    max-width: 194%;
    align-self: center;
}

.radio_label {
    display: inline;
    vertical-align: top;
    cursor: pointer;
}

.submitButton {
    height: 58px;
    width: 274px;
    background-color: #5c64ff;
    display: block;
    margin: auto auto 50px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 58px;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: .5s background-color;
    text-decoration: none;
}


.submitButtonSettings {
    width: 200px;
    height: 40px;
    background-color: #5c64ff;
    margin-top: 40px;
    margin-right: 330px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: .5s background-color;
    text-decoration: none;
    cursor: pointer;
}
.submitButtonSettings:hover {
    background-color: #b48cff;
}

.submitButton.inCube {
    margin-bottom: 0;
}

.submitButton:hover {
    background-color: #B48CFF;
    cursor: pointer;
}

.submitButton.disabled {
    background: gray;
    pointer-events: none;
}

.submitButton.backToHome {
    height: 46px;
    width: 226px;
    line-height: 46px;
    margin-left: 43px;
    margin-top: 45px;
}

.submitButton.moreDeal {
    box-sizing: border-box;
    height: 46px;
    width: 508px;
    border: 2px solid #5c64ff;
    background-color: #FFFFFF;
    color: #5c64ff;
    line-height: 46px;
    float: right;
    margin-right: 43px;
    margin-left: 43px;
    margin-top: 45px;
}

.submitButton.inline {
    height: auto;
    width: auto;
    padding: 5px 20px;
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
}

.actButtons_menu a {
    display: inline-block;
    margin: 0 7px;
    text-decoration: none;
}

.actButtons_menu a img {
    vertical-align: middle;
}

.j2input {
    background-repeat: no-repeat;
    background-size: auto 45%;
    background-position: 5px 50%;
}


/*tables*/

.displayTableSearchButton {
  position: relative;
  right: -22px;
  top: 22px;
  background-color: #5c64ff;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 15px;
}
.displayTableSearchButton:hover {
  border-radius: 6px;
  color: #e6f1f9;
  background-color: #b48cff;
  box-shadow: 0 0 10px -5px rgba(0,33,94,.1), 0 5px 15px hsla(0,0%,56.1%,.05);
}

.labalDatesFT {
  direction: ltr;
  color: #5c64ff;
  font-size: 20px;
  margin-left: 180px;
  margin-right: 6px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .01em;
  font-size: 1rem;
}

.intbl_btn_table_left {
  position: relative;
  left: 12rem;
  top: 2.4rem;
}

.form-dates-table {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #5c64ff;
  width: 75%;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  margin-top: -1rem;
}

.flatTxt_tacle-actions {
  letter-spacing: .01em;
  font-size: 0.9rem;
}

.date-input{
  border: none !important;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.date-picker {
  font-family: Assistant,sans-serif,Arial,Helvetica!important;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 16px;
  direction:rtl;
}
.calendar-table  tr td, .calendar-table  tr th {
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: none;
  padding: 2px 5px 2px 5px;
  color: rgb(33, 37, 41);
}
.calendar-day-other-month,calendar-day-prev-month {
  color:#777 !important;
}
/* Style for the date picker container */
.date-picker {
  display: inline-block;
  position: relative;
}

/* Style for the date picker calendar */
.calendar {
  width: 208px;
  position: absolute;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 2rem;
  right: -2rem;
  right: 0;
  left: auto;
  background: #fff;
  margin-top: 0;
  border: 1px solid #e6e6e9;
  box-sizing: border-box;
  box-shadow: 0 36px 80px rgba(4,8,40,.07), 0 13.1406px 29.2013px rgba(4,8,40,.0475131), 0 6.37951px 14.1767px rgba(4,8,40,.0380026), 0 3.12736px 6.94968px rgba(4,8,40,.0303586), 0 1.23656px 2.74791px rgba(4,8,40,.0214083);
  border-radius: 10px;
}
/* Style for the calendar header */
.calendar-header {
  text-align: center;
  padding: 5px;
}
/* Style for the calendar table */
.calendar-table {
  width: 100%;
  border-collapse: collapse;
}
/* Style for the calendar day cells */
.calendar-day {
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}
.moveMonth {
  background: white;
  border: none;
}
.yearTitle{
  font-weight:bold;
 }
.moveMonth:hover {
  background:rgb(240, 240, 240);
  width: 28px;
  height: 28px;
  border-radius: 5px;
}  
.calendar-table th {
  border-bottom: 1px solid #80b9e2 !important; /* Set the border style and color */
}  
.calendar-table  tr td:hover {
  background:rgb(240, 240, 240);
  transform: scale(1); 
  border-radius: 5px;
}
.chosen-date {
  background: #5c64ff !important;
  color: white !important;
}
.openCalender {
  right: 10.5rem;
  position: relative;
  top: 0.3rem;
  cursor: pointer;
}
.left_difduf_date {
  rotate: 180deg;
}
#searchIcon_w {
  margin-bottom: -4px;
}

/*=== NEW STYLE FOR YFORMS =====*-->*/

.Yform,
.Yform * {
    font-size: 18px;
    color: #272D3C;
    box-sizing: border-box;
    outline: none!important;
    direction: rtl;
    text-align: right;
}

img {
    max-width: 100%;
}

.Yform h4 {
    margin: 0;
    margin-top: 20px;
}

.Yform legend,
.Yform .legend {
    /*--Y--*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #e8e8e8;
    font-weight: bold;
}

.dbl_flex {
    /*-- grid of 2 boxes in line --*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dbl_flex>* {
    width: 47%!important;
    min-width: 250px;
}

.trpl_flex {
    /*-- grid of 2 boxes in line --*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trpl_flex>* {
    width: 30%;
    min-width: 250px;
}

.Yform form {
    display: block;
}

.Yform fieldset,
.Yform .fieldset {
    /*--Y--*/
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    padding-top: 50px;
    margin-bottom: 5%;
}

.Yform legend,
.Yform .legend {
    /*--Y--*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #e8e8e8;
    font-weight: bold;
}

.Yform a,
.Yform a * {
    color: #888888;
}

.Yform a:hover {
    color: #a41d48;
}

.yaadColor {
    color: #a41d48;
}

.normal_txt {
    font-weight: 100;
    font-weight: normal;
}

.login-content {
    width: 100%;
    min-width: 520px;
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 3px;
}

.login-content.stendAlone {
    width: 90%;
    max-width: 700px;
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .2);
}

.Yform .field_box {
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
}

.Yform .Hfield_box {
    display: inline-block;
    width: 40%;
    margin: 0 3% 20px 3%;
    vertical-align: top;
}

.Yform .field_box label:not(.unflow) {
    position: absolute;
    bottom: 10px;
    transition: all 0.3s ease;
}

.Yform label {
    color: #888888;
}

.Yform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]),
.Yform select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #888888;
    outline: none;
    height: 30px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    transition: all 0.3s ease;
}

.Yform input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.Yform .inlineInp {
    display: inline;
    width: auto!important;
    max-width: 50%;
    vertical-align: text-bottom;
}

.Yform .field_box.focus label {
    bottom: 30px;
    /*color:#272D3C;*/
}

.Yform .field_box.focus input,
.Yform .field_box.focus select {
    border-bottom: 1px solid #272D3C;
}

.Yform .field_box.err input,
.Yform .field_box.err select {
    border-bottom: 1px solid #a41d48;
}

.Yform .field_box.err .user_err {
    opacity: 1;
    left: 0;
}

.input-container {
    position: relative;
    width: 100%;
}

.eyePass {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/yaadpay/6.0/Images/eye.svg) no-repeat;
    background-size: contain;
    content: ' ';
    position: absolute;
    left: 0;
    top: 7px;
    cursor: pointer;
}

.btns_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.Yform .btn {
    display: block;
    height: 50px;
    width: 200px;
    margin-right: auto;
    background-color: #8A2A74;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.Yform .btn:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
}

.Yform .btn.small_btn {
    height: auto;
    width: auto;
    line-height: normal;
    padding: 5px 10px;
    padding-top: 7px;
}

.flatTxt_btn {
    display: inline-block;
    border: none;
    box-shadow: none;
    font-size: 92%;
    margin: 0;
    margin-right: 10px;
    background: transparent;
    color: #5c64ff;
    text-decoration: underline;
    cursor: pointer;
}

.flatTxt_btn:before,
.flatTxt_btn:after {
    content: ' ';
}

.removeFromDlist {
    width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.disable_btn {
    color: #e8e8e8;
    cursor: default;
}

.serverErrmsg {
    position: absolute;
    display: none;
    opacity: 0;
    bottom: auto;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 5px;
    color: #ffffff;
    background-color: #a41d48;
    text-align: center;
    transition: all 0.3s ease;
}

.serverErrmsg.show {
    display: block;
    opacity: 1;
    top: auto;
    bottom: 0;
}

.serverUsermsg {
    margin: -20px auto 40px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-weight: 900;
    background: #eaeaea;
    transition: all 0.3s ease;
}

.serverUsermsg.flotingMsg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
}

.notes {
    opacity: 1;
    right: 0;
    left: auto;
}

.sucssess_msg {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
}

.helper {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #b9909d;
    position: absolute;
    top: 30px;
    color: #ffffff;
    left: 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
}

.openInfo {
    cursor: pointer;
    display: inline-block;
}

.hr_sep {
    height: 1px;
    background: #dfdfdf;
    border: 0;
}

.custom-select-sep {
    width: 1px;
    background: #dfdfdf;
}
.EZbtn {
    display: block;
    width: 50px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0086ce;
    border-radius: 5px;
    padding: 5px;
}

.EZbtn span {
    display: block;
}

.Wbtn {
    display: block;
    width: 50px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #5c64ff;
    border-radius: 5px;
    padding: 5px;
}

.Wbtn span {
    display: block;
}

@media (max-width:670px) {
    .login-content {
        width: 90%;
        min-width: 0;
    }
}

@media (max-width:1400px) {
    #InfoWin{
       scale: 0.7;
    }
}
@media (max-width:1600px) {
    #InfoWin{
       scale: 0.85;
    }
}


/*=== /NEW STYLE FOR YFORMS =====*/

.alertPopup {
    /*height: 280px;*/
    height: auto;
    width: 594px;
    border: 1px solid #5c64ff;
    background-color: #FFFFFF;
    position: absolute;
    top: calc(50% - 140px);
    left: calc(50% - 297px);
    border-radius: 5px;
}

.icon {
    position: absolute;
    top: -55px;
    left: calc(50% - 55px);
}

.alertPopup .icon.makeIconBG {
    display: flex;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #5c64ff;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}

.alertPopup .icon.makeIconBG img {
    align-self: center;
}

.print {
    position: absolute;
    left: 34px;
    top: 11px;
}

.alertPopupMessage {
    position: relative;
    margin-top: 94px;
    color: #353535;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.alertPopupMessageStatus {
    color: #a41d48;
}

.popupDataInBorder {
    display: block;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    height: 67px;
    line-height: 67px;
    font-size: 17px;
    margin: 10px 43px;
    overflow: hidden;
    resize: none;
    width: 100%;
    max-width: calc(100% - 86px);
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
}

.popupMultyButtons {
    display: flex;
    justify-content: space-between;
    padding: 43px;
}

.popupMultyButtons>.submitButton {
    margin: 0!important;
    height: 45px;
    line-height: 45px;
    width: 45%!important;
}

.closePopup {
    color: #4E4E4E;
    font-size: 45px;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-left: 8px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}

.charcount {
    line-height: 1px;
    display: block;
    text-align: left;
}


/*===========================
======== DHTMLX =============
===========================*/

div.gridbox {
    text-align: right!important;
    overflow: visible!important;
}

div.gridbox_material.gridbox {
    border: none!important;
}

.gridbox input,
.gridbox select {
    height: 20px!important;
    font-size: 16px!important;
    padding: 3px!important;
    vertical-align: top;
}

.gridbox input.submitButton#addCondition {
    height: 35px !important;
}

.gridbox select {
    padding: 0!important;
}

.gridbox table.hdr {
    margin-right: 0!important;
    padding-right: 0!important;
}

.gridbox .hdr,
.gridbox .obj {
    width: 100%;
    background: #ffffff;
}

.gridbox table.hdr tr td,
.gridbox table.obj tr td {
    font-size: 16px!important;
}

.gridbox table.hdr tr td div,
.hdrcell {
    padding-top: 10px 3px;
    color: #5c64ff;
    margin-left: 12px;
    text-align: right;
    font-weight: normal;
}

.hdrcell {
    white-space: nowrap;
}

.hdrcell:last-child {
    margin-left: 0;
}

div.gridbox_material.gridbox table.hdr tr:nth-child(3) td {
    padding: 0;
}


/*div.gridbox_material.gridbox table.hdr tr:nth-child(3) td .hdrcell {
    margin: 7px 0;
}*/

.gridbox .obj td {
    padding: 10px 3px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    direction: rtl;
}

.gridbox_material.gridbox table.obj.row20px tr td img {
    display: inherit!important;
}

#dhtmlxTBL td span {
    position: relative;
}

#dhtmlxTBL td span.selected {
    background: #cacaf1;
}

#dhtmlxTBL.addLoader {
    height: auto!important;
}

#dhtmlxTBL.addLoader .objbox {
    width: 100%;
    background: url(/yaadpay/images/paypageloaderHyp.gif) center 0px no-repeat;
    background-size: contain;
    min-height: 100px;
}

#dhtmlxTBL.addLoader .objbox.noLoader {
    background: none;
}

.dhtmlxTBL_noResults {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 120%;
    background: #ffffff;
}

.objbox .obj a,
.l_dataTBL_link {
    color: #5c64ff;
    text-decoration: underline;
    cursor: pointer;
}

.objbox .obj a.l_dataTBL_hesh {
    color: #272D3C;
}

.objbox .obj img {
    vertical-align: middle;
}

.l_dataTBL_done {
    color: #48bd9c;
}

.gridbox .obj tr td:nth-child(2),
.gridbox .obj tr td:nth-child(3) {
    font-weight: bold;
}

span.recordsInfoBlock {
    font-size: 16px!important;
    margin-left: 15px;
}

#pagingArea.dhx_toolbar_material div.dhxtoolbar_float_left {
    float: none;
}

#pagingArea {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

#pagingInfo,
.topPageInfo {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.pagingBlock {
    text-align: center;
    display: inline-block;
    font-family: "Ploni11AAA-Regular"!important;
}

.pagingBlock a {
    display: inline-block;
    width: 22px;
    text-align: center;
    padding: 0 5px;
    font-size: 105%;
    cursor: pointer;
}

.pagingBlock a:first-child {
    text-align: left;
}

.pagingBlock a:last-child {
    text-align: right;
}

.dhx_not_active {
    font-weight: bold;
    color: #5c64ff;
}

.dhxgrid_sort_asc_col .hdrcell,
.dhxgrid_sort_desc_col .hdrcell {
    cursor: pointer;
    position: relative;
}

.dhx_move .hdr td {
    /*cursor:move!important;*/
    cursor: pointer!important;
}

div.gridbox.dhx_move table.hdr tr:nth-child(2) td:hover {
    background-color: #efefef!important;
}

.dhxgrid_sort_desc,
.dhxgrid_sort_asc {
    top: 0!important;
    height: 20px;
    width: 20px;
}

.dhxgrid_sort_desc:after,
.dhxgrid_sort_asc:after {
    content: ">";
    color: #174aaf;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 22px;
    transform: rotate(90deg);
}

.dhxgrid_sort_desc:after {
    transform: rotate(-90deg);
}

div.gridbox table.hdr td {
    background-color: #ffffff!important;
    text-align: right!important;
    direction: rtl!important;
    color: #404040!important;
    font-size: 16px!important;
}

div.gridbox.dhx_sort table.hdr tr:nth-child(2) td:not(.no-sort):not(.dhxgrid_sort_asc_col):not(.dhxgrid_sort_desc_col) {
    background-size: 9px;
    /*background-image: url(Images/tmp_sortArr.svg);*/
    background-repeat: no-repeat;
    background-position: right 9px!important;
}

div.gridbox.dhx_sort table.hdr tr:nth-child(2) td .hdrcell {
    padding-right: 14px;
}

div.gridbox table.hdr td.columnTargetL div.hdrcell {
    border-right: 3px solid #D4D0C8;
    border-left: 3px double #1d4bae;
}

div.gridbox table.hdr td.columnTargetR div.hdrcell {
    border-left: 3px solid #D4D0C8;
    border-right: 3px double #1d4bae;
}

div.gridbox_material.gridbox tr.odd_material td {
    background: #f6f6f6;
}

div.gridbox_material.gridbox table.obj.row20px tr td {
    height: 20px!important;
    line-height: 20px!important;
    border: none!important;
    min-width: 110px;
}

div.gridbox_material.gridbox table.obj tr.rowselected,
div.gridbox_material.gridbox table.obj.row20px tr.rowselected td {
    background-color: transparent!important;
}

div.gridbox_material.gridbox table.obj tr.odd_material.rowselected,
div.gridbox_material.gridbox table.obj.row20px tr.odd_material.rowselected td {
    background-color: #efefef!important;
}


/*== combo ==*/

div.dhxcombolist_material div.dhxcombo_option div.dhxcombo_option_text.dhxcombo_option_text_chbx {
    margin-left: 0!important;
    display: inline-block;
}

.dhxform_obj_material div.dhxform_item_label_top div.dhxform_label {
    margin-top: 0!important;
}

.dhxform_item_label_left {
    display: inline-block;
}

.dhxcombo_input {
    width: calc(100% - 6px)!important;
    margin: 0!important;
}

.dhxcombo_checkbox {
    cursor: pointer!important;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    height: 20px!important;
    position: static!important;
    vertical-align: middle;
    display: inline-block;
}

.dhxcombo_chbx_1 {
    box-shadow: inset 0px 0px 0px 2px #ffffff;
    background: #cecece;
}

.dhxcombolist_material.dhxform_obj_material {
    width: 200px!important;
}

div.dhxcombo_material {
    border-bottom: none!important;
}


/*== input ==*/

.dhx_combo_edit[readonly="true"] {
    font-family: "Almoni DL AAA"!important;
    border: none!important;
    background: transparent!important;
    outline: none;
    padding: 0!important;
}


/*== local elements ==*/

.selectRowsPerPage_div {
    display: inline-block;
    top: 0;
    margin-left: 40px;
    white-space: nowrap;
    box-sizing: border-box;
}

.selectRowsPerPage {
    width: 50px!important;
}

.del_btn {
    display: block;
    width: 20px;
    height: 20px;
    background: #FF6B5C!important;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}
.domain_del_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #5c64ff;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}
.edit_btn {
    display: block;
    width: 20px;
    height: 20px;
    background: #5c64ff;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

input:checked+.slider {
    background-color:#5c64ff!important;
}

.searchFilter {
    float: left;
    background: url('/yaadpay/6.0/Images/search_icon.png') 2px no-repeat;
    background-size: auto 80%;
}

#SetReportFilter_div {
    float: none;
    display: inline-block;
}

#SetReportFilter_div * {
    float: none;
    text-align: right;
}

.dhxform_obj_material div.dhxform_item_label_top {
    display: inline-block;
}

#RowsNum {
    font-size: 105%;
}

div.gridbox.flexableTBL {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 20px;
    overflow-x: auto!important;
    overflow-y: hidden!important;
    text-align: center!important;
}

div.gridbox.whiteSpaceNormal .hdrcell {
    white-space: normal;
}

.flexableTBL .xhdr,
.flexableTBL .objbox {
    width: fit-content!important;
    margin: 0 auto;
}

.tbl_icon {
    height: 20px;
    border: 0;
    cursor: pointer;
}

.tbl_icon:hover {
    cursor: pointer;
}

.gridbox input.submitButton {
    width: 100%;
    padding: 0 20px!important;
    line-height: 1;
    font-weight: normal;
}

div.gridbox_material.gridbox table.obj.row20px tr td:has(+b) {
    background: #ffff00;
}


/*======== /DHTMLX =============*/

#TcontextMenu {
    box-sizing: border-box;
    position: absolute;
    display: none;
    background: #ffffff;
    cursor: pointer;
    z-index: 999;
    padding: 5px;
    border: 1px solid #b3b3b3;
    height: 25px;
    width: 100px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

#contextMenu_text {
    height: 0!important;
    padding: 0;
    opacity: 0;
}


/*===============================================================
======== custom-select (multi select with checkbox) =============
===============================================================*/

.custom-select-block {
    padding: 0 15px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom: none;
}

.custom-select-container {
    margin: 0 15px;
    display: inline-block;
}

.custom-select {
    box-sizing: border-box;
    margin-top: 2px;
    height: 20px;
    line-height: normal;
    width: 100px;
    padding: 3px;
    border: #aaaaaa 1px solid;
    background: #FFF;
    cursor: pointer;
}

.custom-select-option-box {
    box-sizing: border-box;
    background: #FFF;
    border: #aaaaaa 1px solid;
    position: absolute;
    z-index: 1;
    display: none;
    max-height: 500px;
    overflow: auto;
}

.custom-select-option {
    padding: 3px 5px;
    background: #ffffff;
    cursor: pointer;
}

.custom-select-option.selected {
    background: #ededed;
}

.custom-select-option-checkbox {
    pointer-events: none;
}

.custom-select-option label {
    display: inline-block;
    width: auto;
    pointer-events: none;
}


/*======== /custom-select (multi select with checkbox) =============*/


/*=========================================
======== dhtmlwindow / module =============
=========================================*/


/*alert modal*/



.dhtmlx-alert-error, .dhtmlx-confirm-error {
    border: 0px solid  !important;
    background-repeat: no-repeat !important;
    background-image: url(/yaadpay/7.0/Images/paybyqr/circle.svg) !important;
    background-color: white  !important;
}

.dhtmlx_button input, .dhtmlx_popup_button div {
    border: 01px solid #fff0 !important;;
    background: #5c64ff !important;;
    /* background-image: -webkit-linear-gradient(top, #707070 1%, #3d3d3d 70%, #4c4c4c 99%); */
}



#InfoWin{
background: white !important;
}

/*
#interVeil {
    background:rgba(0,0,0,.7);
}
#InfoWin {
    border: 1px solid #b0b0b0;
    border-radius: 5px;
}
.drag-handle {
    background: #f86300;
    padding: 5px;
    height:34px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
}
.drag-contentarea {
    background:transparent;
    border-top: 1px solid #8a8a8a;
}

[title=Close] {
    display:inline-block;
    height:25px;
    width:25px;
    margin:3px;
    padding-left: 3px;
    border-radius: 100%;
    background:#ffffff;
    color:#000000;
    line-height:25px;
    text-align:center;
    cursor:pointer;
    font-weight: bold;
}
*/


/*======== /dhtmlwindow / module =============*/

.tbl_action_btns_bot {
    padding-right: 25px;
}

.tbl_action_btn {
    display: block;
    margin: 3px 0;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
}

.tbl_action_btn>* {
    vertical-align: middle;
}

.tbl_action_btn svg,
.tbl_action_btn img {
    width: 20px;
}

.intbl_btn {
    margin-right: auto;
}

.ZreportTBL_cont {
    border-left: 1px solid #dfdfdf;
    width: 100%;
}


/*==== modal3New =====*/

#dhtmlwindowholder, 
#dhtmlwindowholder *,
.modal_body,
.modal_body * {
    direction: rtl;
    box-sizing: border-box;
    font-family: 'Ploni11AAA-Regular';
}

.dhtmlwindow {
    border: none!important;
    border-radius: 5px;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, .2);
    /*background: #F8F8F8;*/
    /*sahar added*/
    background: white !important;
}

/*.drag-contentarea {
    border-top: 3px solid #b48cff!important;
}*/

/*.dhtmlwindow:before {
    position: absolute;
    content: '';
    top: 0;
    right: -10px;
    height: 100%;
    width: 20px;
    background-size: 20px 23px;
    background-image: -webkit-radial-gradient(50% 33%, circle, transparent 80%, #555 50%);
    background-image: -moz-radial-gradient(50% 33%, circle, transparent 80%, #555 50%);
    background-image: -ms-radial-gradient(50% 33%, circle, transparent 80%, #555 50%);
    background-image: -o-radial-gradient(50% 33%, circle, transparent 80%, #555 50%);
    background-image: radial-gradient(circle at 50% 33%, transparent 80%, #555 50%);
}*/

#interVeil {
    /*CSS for veil that covers entire page while modal window is visible*/
    position: absolute;
    background: rgba(0, 0, 0, .2);
    width: 10px;
    left: 0;
    top: 0;
    z-index: 5;
    visibility: hidden;
    filter: progid: DXImageTransform.Microsoft.alpha(opacity=80);
    opacity: 0.8;
}

.drag-handle {
    /*Overwrite default drag handle bar background color with below*/
    color: black !important;
    padding: 20px 0 5px 0 !important;
    /*margin-left: 10rem;*/
    height: auto;
    line-height: 25px!important;
    /*font-size: 20px!important;*/
    text-align: center;
    border-radius: 5px;
    /*background-color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .1) 100%)!important;*/
    
    /*added by sahar*/
    /*margin-left: 13rem;*/ /*need to open it when we upload the new sahar  popup style */
    font-size: 24px !important;
    background: white !important;
    border:none;
}

.drag-handle .drag-controls {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
  /*  border-radius: 5px 0 5px 0;
    border-right: 1px solid hsla(0, 13%, 82%, .55);
    border-bottom: 1px solid hsla(0, 13%, 82%, .55);
    background-image: -webkit-linear-gradient(315deg, transparent 47%, #f0f0f0 48%, #fff 55%, #f6f6f6);
    background-image: linear-gradient(315deg, transparent 47%, #ebebeb 48%, #fff 55%, #f6f6f6);
    box-shadow: 6px 6px 9px -4px hsla(0, 3%, 76%, .53);*/
}

[title=Close] {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-top: 6px;
    border-radius: 100%;
    cursor: pointer;
}

.drag-contentarea {
    border: none !important;
    padding: 0 15px;
    /*background: linear-gradient(90deg, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .08) 100%)!important;*/
    border-radius: 5px;
}

.drag-contentarea iframe {
    border: none;
}


/* login + change pass*/
 .field_box_flot {
	position: relative;
	padding-top: 16px;
	margin-bottom: 20px;
    width: 333px;
    margin-right: auto;
    margin-left: auto;
 }
 .field_box_flot label {
	position:absolute;
	bottom:10px;
	transition: all 0.3s ease;
	color:#888888;
	}
			.field_box_flot input {
				background-color: transparent;
				border: none;
				border-bottom: 1px solid #888888;
				outline: none;
				height: 30px;
				width: 100%;
				padding: 0;
				box-shadow: none;
				transition: all 0.3s ease;
			}
			
			.field_box_flot.focus label {
				bottom:30px;
			}
			
			.field_box_flot.focus input {
				border-bottom: 1px solid #272D3C;
			}
			
			.field_box_flot.err input {
				border-bottom: 1px solid #a41d48;
			}
			
			.field_box_flot.err .user_err {
				opacity:1;
				left:0;
			}

/*==== /modal3New =====*/

.TDSFingerPrint {
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgb(164, 29, 72);
    background: #ffffff;
}

.TDSFingerPrint h1 {
    margin: 10px 0;
    font-size: 32px;
}

.TDSFingerPrint .logoHolder {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgb(164, 29, 72) 50%, rgb(164, 29, 72) 52%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 100%);
}

.TDSFingerPrint .logoHolder span {
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
}

.TDSFingerPrint .loaderImg {
    width: 50%;
    max-width: 100px;
    margin-bottom: 20px;
}

.TDSFingerPrint .logos {
    font-size: 18px;
}

.TDSFingerPrint .logos img {
    height: 30px;
    margin: 10px 3px;
    vertical-align: top;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .purpleBorder {
        top: 45px;
    }
    .selectWrapper.currencySelect {
        top: -12px;
    }
    input[disabled]#totalAmount,
    input#totalAmount {
        height: 65px;
        width: 252px;
        color: #444654;
        font-size: 95px;
        font-weight: 300;
        line-height: 88px;
        border: 0;
        border-radius: 10px;
        padding-right: 16px;
        box-sizing: border-box;
        outline: none;
        background: white;
        position: relative;
        top: -3px;
    }
    input#totalAmount:-ms-input-placeholder {
        color: #C5CAD9;
        line-height: 75px;
    }
}


/* Safari 10.1+ (alternate method) */

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .selectWrapper.currencySelect {
            height: 50px;
            color: #272D3C;
            font-size: 42px;
            font-weight: 300;
            line-height: 47px;
            border: 0;
            border-radius: 10px;
            outline: 0;
            width: 53px;
            display: inline-block;
            text-align-last: right;
            padding-right: 5px;
            position: relative;
            top: -9px;
        }
        input#totalAmount[disabled],
        input#totalAmount {
            height: 65px;
            width: 252px;
            color: #444654;
            font-size: 70px;
            font-weight: 300;
            line-height: 62px;
            border: 0;
            border-radius: 10px;
            padding-right: 16px;
            box-sizing: border-box;
            outline: none;
            background: white;
        }
        .itemsHeader {
            display: flex;
            justify-content: space-between;
        }
    }
}