.int-record-wrapper{background:#fff;border-radius:4px;border:1px solid #fff;}
.record-row{padding: 18px 24px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(191, 191, 191, 0.5);}
.record-ico{background-color: transparent;border:0;padding:0;}
.record-ico:not(:hover, :focus, :active){color: #757575;}
.record-file-name{font-size: 0.9285714285714286em;line-height: 1.230769230769231;font-weight: 500;color: #222;padding-left: 11px;padding-right: 11px;}
.record-mail-status{color: #757575;padding-left: 11px;font-size: 12px;}
.btn-record{padding-top:7px;padding-bottom:7px; font-size: 0.8571428571428571em;min-height: 34px;}
#wrapper .int-record-wrapper .btn.btn-light:not(:hover, :focus, :active) {color:#666;border-color:#DCE1E7;background:rgba(235, 239, 244, 0.4);}
#wrapper .int-record-wrapper .btn.btn-light:not(:hover, :focus, :active) [class*="icon-"]{color: #757575;}
.btn-record [class*="icon-"]{margin-right: 12px;}
.filter-label{color: #757575;font-size: 14px;line-height: 1.5;font-weight: 400;text-transform: uppercase;margin-bottom: 0;}
.record-filter{padding: 25px;}
.form-statement{border-bottom: 1px solid #f1f1f1; display: flex; justify-content: space-between; border-radius: 4px; background-color: #fff;}
.bg-white-bottom-radius{background-color: #fff;border-bottom-left-radius: 4px;border-bottom-right-radius:4px;}
.selection-area .chosen-container{height: 100%;}
.selection-area .chosen-container button{height: inherit; border-width: 0 0 0 1px; border-style: solid; border-color: #EBEFF4; box-shadow: none; color: #757575; min-width: 105px;}
.int-form-header{padding: 24px;background: #fff;margin: 0 0 15px;box-sizing: border-box;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0225317);border-radius: 4px;}
.int-form-header .info-wrap{padding-left: 52px;position: relative;}
.int-form-header .info-wrap .ico {width: 40px;height: 40px;border: 1px solid #D8DDE4;border-radius: 20px;text-align: center;position: absolute;top: 0;left: 0;display: flex; justify-content: center; align-items: center;}
.int-form-header .info-wrap .ico.icon-sms-new:before{font-size: 13px;}
.int-form-header .info-wrap .icon-earned-interest.ico:before{font-size: 17px;}
.int-form-header .info-wrap .title {color: #757575;font-size: 0.85714em;line-height: 1.58333;display: block;}
.int-form-header .info-wrap .user-info {color: #222222;font-size: 1.07143em;line-height: 1.26667;display: block;}
.int-form-header .info-wrap .user-info span{color: #222222;font-size: 12px;line-height: 19px;}
.int-form-header .info-wrap .user-info strong {font-weight: 500;}
.int-form-header + #actionMessages .alert {margin-bottom: 15px; }
.form-statement h2 {color: #757575; font-size: 1em; line-height: 1; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2px; padding: 24px; margin: 0;}
.int-circle-wrapper{padding:50px 0;}
.int-circle-wrapper .circle{overflow:hidden;margin:0 auto;width:550px;height:550px;border-radius:100%;background:rgba(225,237,249,0.31);display:flex;flex-direction:column;justify-content:center;align-items:center;}
.int-circle-wrapper .img-holder{margin-bottom:30px;}
.int-circle-wrapper .desc{font-size:.9285714286em;line-height:1.4615384615;color:#666;max-width:317px;text-align:center;margin:0;}
.table-switcher .result-rang-holder{margin-top: 7px;}
.table-switcher .chosen-container .chosen-single{border-color: #D8DDE4}
.chosen-container .chosen-single::after{top: 55%; right: 17px;}
.table-switcher .chosen-container .chosen-single::after{top: 63%;}

@media (max-width: 767px){
  .table-switcher{padding: 20px;}
}

@media (min-width: 580px){
  .bg-white-bottom-radius .table-switcher .result-rang-holder{float: right !important;}
}

@media (max-width: 579px){
  .table-switcher .select-holder{margin-top: 0;}
}

@media (max-width: 575.5px){
  .int-circle-wrapper{padding:70px 0}
  .int-circle-wrapper .circle{background:transparent;width:100%;max-width:100%;height:auto;border-radius:0;padding:0 40px;text-align:center}
  .row{width:calc(100% + 30px)}
  .int-form-header .info-wrap.email-address{margin: 0 0 25px;}
  .record-row{padding: 15px 20px;}
  .form-statement h2{padding: 20px 15px;}
  .int-form-header{padding:24px 15px;}
}

@media (min-width: 576px){
  .bg-white-bottom-radius .table-switcher{padding-left: 24px;padding-right: 24px;}
}