@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
      url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
      url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
      url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
      url('../fonts/Montserrat-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
      url('../fonts/Montserrat-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
      url('../fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}



body{
  font-family: 'Montserrat';
       background-color: #F3F9FF;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #071A57;
}
h1{
  text-align: left;
font-size: 24px;
font-weight: bold;
letter-spacing: 0px;
color: #071A57;
}
a{
  text-decoration: none !important;
}
ul li{list-style: none;}
.logo{
  width: 146px;
height: 50px;
margin-left: 157px;
}
.login-title h1, .login-title h2{
text-align: left;
font-weight: bold;
letter-spacing: 0px;
font-size: 24px;
color: rgba(7, 26, 87, 1);
opacity: 1;
position: relative;
padding-left: 50px;
margin-bottom: 25px;
}
.login-title h1::before, .login-title h2::before{
  content: "";
  height: 17px;
  width: 42px;
  background: #FF0000 0% 0% no-repeat padding-box;
border-radius: 13px;
position: absolute;
left: 0;
top: 5px;
}
.form-control{
  background: #FCFDFF 0% 0% no-repeat padding-box;
border: 1px solid #CFE8FF;
border-radius: 10px;
text-align: left;
font-size: 14px;
color: rgba(7, 26, 87, 1) !important;
}
::placeholder{
  color: rgba(7, 26, 87, 0.5) !important;
}
.btn-primary{
background: rgba(7, 26, 87, 1) 0% 0% no-repeat padding-box;
border-radius: 25px;
border: none;
text-align: center;
font-weight: bold;
font-size: 14px;
letter-spacing: 0px;
color: #FFFFFF !important;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.login-form .btn-primary{
  width: 160px;
}
.login-form a{
  color: rgba(7, 26, 87, 1);
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;

}
.login-form{
  width: 300px;
  max-width: 100%;
  margin-top: 150px;
  position: relative;
}
.login-form.register{
  margin-top: 30px;
}
.content-sec{
  margin-top: 105px;
}
.content-sec p{
  text-align: left;
font-size: 14px;
margin-bottom: 20px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(7, 26, 87, 1);
}
.content-sec p a{
  font-size: 13px;
  font-weight: bold;
letter-spacing: 0px;
color: rgba(7, 26, 87, 1);
position: relative;

}
.content-sec p a.login-arrow::after{
  content: "";
  position: absolute;
  background: url("../images/rodykle.svg") no-repeat;
  width: 31px;
height: 5px;
top: 5px;
left: 75px;
}
.content-sec p a.login-arrow.register::after{
 
left: 55px;
}
.content-sec h3{
  font-weight: bold;
  font-size: 12px;
letter-spacing: 0px;
color: rgba(7, 26, 87, 1);
}
.right-sec h3{
text-align: center;
font-size: 24px;
font-weight: bold;
letter-spacing: 0px;
color: rgba(7, 26, 87, 1);
}
.right-sec h3 span{
  text-align: center;
font-size: 24px;
font-weight: bold;
letter-spacing: 0px;
color: rgba(255, 0, 0, 1);
}
.btn-country{
  background-color: transparent;
  border: 1px solid #CFE8FF;
  color: #132855;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.38px;
}
.dropdown-toggle::after{
  color: #132855;
}
.flags-dropdown li a{
  cursor: pointer;
}
.flags-dropdown{
  padding: 5px;
}
.flag-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.flag-area p{
  text-align: left;
letter-spacing: 0px;
font-size: 14px;
color: #071A57;
opacity: 1;
}
.register_sec .login-title h1{
  margin-bottom: 5px;
}
.register_sec .login-title p{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
opacity: 1;
}
.register_sec .login-title p a{
  color: #379FFF;
  font-size: 14px;
}
.simple-reg-terms label span{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #071A57;
}
.simple-reg-terms  a{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #379FFF;
}
.btn-register{
  background: #379FFF 0% 0% no-repeat padding-box;
  font-weight: bold;
  font-size: 14px;
  height: 40px;
}
.alert-icon{
  padding-left: 20px;
  position: relative;
}
.alert-icon::before{
  content: "";
  position: absolute;
  background: url("../images/Alerticon.svg") no-repeat;
  height: 13px;
  width: 14px;
  left: 0;
  top: 3px;
}
.content-sec p a.login-arrow.remember::after{
  left: 55px;
}
.header .logo{
  margin-left: 30px;
}
.notification-icon,.notification-icon a{
  position: relative;
}


.notification-icon a span{
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #FF0000;
  border-radius: 50%;
  top: 1px;
  left: 15px;
  color: white;
  border: 1px solid #FFFFFF;
  font-size: 8px;
  font-weight: bold;
  text-align: center;


}
.ek-sports{
  position: relative;
  margin-bottom: 0;
}
.ek-sports .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 13px;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.ek-sports .form-control {
  padding-left: 30px;
  border: 1px solid #CFE8FF;
border-radius: 4px;
background-color: white;
height: 40px;
width: 140px;
}
.ek-sports ::placeholder{
  text-align: left;
font-size: 14px !important;
letter-spacing: 0px;
color: #071A57 !important;
}
.nav-item .flag-area{
  align-items: center;
  height: 100%;

}
.ctm .nav-item{
  margin-left: 15px;
}
.social-icons .nav-item{
  margin-left: 5px;
}
.nav-link{
  text-align: left;
font-size: 12px;
font-weight: 600;
letter-spacing: 0px;
color: #071A57 !important;
}
.document-sec .login-title h1::before{
  left: 0;
}
.document-sec{
  height: 200px;
  align-items: center;
  display: flex;
  background-color: #CFE8FF;
  border-radius: 0px 200px 200px 0px;
  width: 90%;
  padding-left: 150px;
  margin-top: 30px;
}
.btn-upload{
  width: 298px;
  font-size: 14px;
  font-weight: bold;
letter-spacing: 0px;
color: #FFFFFF;
background-color: #FF0000 ;
border-radius: 28px;
height: 55px;
position: relative;
}
.btn-upload:hover{
  color: white;
}
.btn-upload span img{
  position: absolute;
  left: 50px;
    top: 14px;
}
.btn-upload::after{
  content: "";
  position: absolute;
  background: url(../images/rodykle-white.svg) no-repeat;
  width: 31px;
    height: 5px;
    top: 23px;
    right: 32px;
}
.refunds-sec{
  margin-top: 65px;
}
.table-head{
  background: #F3F9FF 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 15px #071A5712;
border-radius: 10px 10px 0px 0px;
}
.table-head th{
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
color: #071A57;
border: 0;
}
.card-body{
  padding: 0;
}
.table{
  margin-bottom: 0;
}
.card{
  border: 0;
}
th,td{
  padding: 15px 40px !important;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
}
.refund-table{
  margin-top: 20px;
  height: 330px;
  overflow: auto;}
.refund-table tbody{
  background-color: #FCFDFF;
}
.refunable-bg{
  background-color: #FCFDFF;

}
.refunable-sec{
  padding: 50px 50px 50px 0;
  display: flex;
  justify-content: space-between;
}
.refunable-box .total-amount{
  background-color: #FFFFFF;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
    left: 103px;
    top: 63px;
}
.refunable-box .border-img {
  content: "";
  position: absolute;
  background: url("../images/border-style.svg") no-repeat;
  height: 248px;
  width: 184px;
  top: -12px;
    left: 0;

}
h2{
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0px;
  color: #071A57;
}
.refunable-sec .refunable-box{
  width: 48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
position: relative;
}
.refunable-box ul li{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
margin-bottom: 7px;
position: relative;
}
.refunable-box ul li::before{
  position: absolute;
  content: "";
    height: 14px;
    width: 14px;
    border-radius: 50%;
    left: -20px;
    top: 2px;
}
.refunable-box ul li.blue::before{
  background: #0D8AFF;
}
.refunable-box ul li.purple::before{
  background: #711CFF;
}
.refunable-box ul li.green::before{
  background: #00A184;
}
.refunable-box ul li.grey::before{
  background: #6D7787;
}
.refunable-box.excise{
  
  border-left: 1px solid #CFE8FF;
}
.vat-listing h2{
  margin-bottom: 15px;
}
.final-total{
    display: flex;
    justify-content: center;
    border-top: 1px solid #CFE8FF;
    width: 93%;
    margin: 0 auto;
}
.final-total h2{
  margin: 15px 0;
}
.margin-ct{
  margin: 35px 0 15px;
}
.total-amount p:first-child{
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
}
.total-amount p:nth-child(2){
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
color: #071A57;
}
.total-amount p:last-child{
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0px;
color: #071A57;
}
.footer-content h5{
  text-align: right;
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
}
.footer-links li a{
  font-size: 9px;
  letter-spacing: 0px;
color: #071A57;
}
.footer-links li {
  line-height:  13px;
  margin-left: 16px;
}
.footer-links{
  width: 44%;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
}
.footer-content{
  width: 54%;
}
.footer{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    border-top: 1px solid #CFE8FF;
    margin-top: 50px;
}
.heading-w-year{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.heading-w-year .form-control{
  width: 120px;
  height: 40px;
  border-radius: 4px;
  margin-top: 15px;
}
.year{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.year label{
  margin: 15px 7px 0;
}

.notifications {
  width: 330px;
  height: 0px;
  opacity: 0;
  position: absolute;
  display: none;
  top: 40px;
  left: -60px;
  border-radius: 10px 10px 5px 5px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 5555;
}

.notifications h2 {
  font-size: 17px;
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #071A57;
    background: #F3F9FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #071a5712;
    border-radius: 10px 10px 0px 0px;
    padding-left: 15px;
    justify-content: space-between;
}
.notifications h2 a{
  margin-right: 15px;
  text-align: right;
text-decoration: underline !important;
  font-size: 12px;
letter-spacing: 0px;
color: #071A57;
}
.notifications h2 span {
  color: #f00
}

.notifications-item {
  display: flex;
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer;
  background: #CFE8FF;
}

.notifications-item:hover {
  background-color: #eee
}

.notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px
}

.notifications-item .text h4 {
    font-size: 14px;
  text-align: left;
letter-spacing: 0px;
font-weight: bold;
color: #071A57;
}

.notifications-item .text p {
  font-size: 14px;
  text-align: left;
letter-spacing: 0px;
color: #071A57;
}
.notifications-item .text p.small{
  font-size: 10px;
  text-align: left;
letter-spacing: 0px;
color: #071A57;
}
.view-all{
  background: #071A57 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 6px 6px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.view-all a{
  text-align: right;
font-weight: bold;
font-size: 12px;
  letter-spacing: 0px;
color: #FFFFFF;
}
.flag-area .form-control{
  width: 75px;
  background: transparent;
  border-radius: 5px;
  height: 27px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.38px;
color: #132855;
}
.dropdown-menu{
  background: #F9FCFF 0% 0% no-repeat padding-box;

  border: none;
  box-shadow: 0px 8px 56px #4B4B4B0D;
}
.dropdown-item{
  text-align: left;
font-size: 12px;
font-weight: 600;
letter-spacing: 0px;
color: #071A57;
}
.table-hover tbody tr:hover > td {
  background-color: #071A57;
  color: white !important;
}
.table-hover tbody tr:hover > td a {
  background-color: #071A57;
  color: white !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #071A57;
}
.btn-primary:hover {
  color: #fff;
  background-color: #F00;
  border-color: #F00;
}
.btn-upload:hover {
  color: white;
  background: #071A57;
}
.vat-header{
  margin-top: 30px;
}
.vat-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.vat-header .login-title h1::before {
 
  left: 0;
  top: 7px;
}
.vat-header .btn-upload{
  background: #071A57 0% 0% no-repeat padding-box;
border-radius: 25px;
height: 32px;
font-size: 11px;
font-weight: bold;
letter-spacing: 0px;
width: 242px;
color: #F3F9FF;
}
.vat-header .btn-upload:hover{
  background: rgba(255, 0, 0, 1) !important;
}
.vat-header .btn-upload::after{
  top: 13px;
  right: 13px;

}
.btn-filter{
  background: #379FFF;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
  letter-spacing: 0px;
  width: 100px;
  padding-left: 0;

color: #F3F9FF;
}
.btn-filter::after{
  color: white !important;
  border: none;
  background: url("../images/down-arrow.svg") no-repeat;
  background-size: contain;
  height: 6px;
  width: 10px;
  top: 13px;
  position: absolute;
  right: 13px;
}
.btn-filter:hover{
  color: #F3F9FF;
}
.vat-nav{
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.clear-filter a{
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
position: relative;
padding-left: 20px;
}
.clear-filter a::before{
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background: url("../images/close.svg") no-repeat;
  background-size: contain;
  top: 1px;
  left: 3px;
}
.shown-num{
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
}
.vat-nav-links{
font-size: 13px;
  letter-spacing: 0px;
color: #379FFF;
padding-left: 40px;
position: relative;
}
.vat-nav-links::before{
  content: "";
  position: absolute;
  height: 13px;
  width: 14px;
  background-size: contain;
  top: 2px;
  left: 20px;
}
.excel::before{
  background: url("../images/excel.svg") no-repeat;

}
.history::before{
  background: url("../images/history.svg") no-repeat;

}
.vat-nav-first{
  display: flex;
    justify-content: space-between;
    align-items: center;

}
.clear-filter{
  margin-left: 15px;
}
.faq-document-sec{
  border-radius: 0;
  background-color: #F3F9FF;
  height: auto;
  margin-top: 35px;
}
.faq-document-sec #accordion .btn, 
.faq-document-sec #accordion .card-body{
  text-align: left;
  color: #071A57;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  font-weight: bold;
  padding: 18px 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-document-sec #accordion .card-body{
  font-weight: normal;
  padding: 20px 35px;
}
.faq-document-sec .card, .faq-document-sec .card-header{
  background-color: #F3F9FF;
  border-radius: 10px;
  padding: 0;
}
.faq-document-sec .card{
  border: 1px solid #CFE8FF;
  margin-bottom: 10px;
}
.faq-document-sec aside{
  background: #FCFDFF;
  padding: 25px 35px;
  border-radius: 10px;
  box-shadow: 0px 5px 25px #0000000A;
}
.faq-document-sec aside ul li{
  font-size: 14px;
  line-height: 18px;
  color: #071A57;
  font-weight: normal;
  margin-bottom: 10px;
}
.faq-document-sec aside ul li:last-child{
  margin-bottom: 0;
}
.faq-document-sec aside ul li.circle{
  position: relative;
  padding-left: 15px;
}
.faq-document-sec aside ul li.circle::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #071A57;
  border-radius: 50%;
  left: 0px;
  top: 5px;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.faq-document-sec ul li:nth-child(2){
  color: #379FFF;
  font-weight: bold;
}
.faq-document-sec .excise{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #379FFF;
}
.card-header .btn[aria-expanded=true] {
  background-color: #071A57;
  color: #fff !important;
  text-decoration: none;
  }
.collapse[show] .card-body{
background: #fff;
  }
  .card-header .btn-link:hover{
    text-decoration: none;
  }
  .faq-document-sec #accordion{
    margin-bottom: 35px;
  }
.faq-footer{
  position: static;
}


.dt-buttons {
	margin-bottom: 10px;
}
.dt-buttons.btn-group{
	float: left;
	margin-right: 2%;
}
.dataTables_filter {
	float: left;
	margin-top: 4px;
	margin-right: 2%;
	text-align: left;
}
.dataTables_info {
	float: right;
}
.dataTables_length{
	float: right;
	margin-top: 4px;
	margin-left: 2%;
}
.dataTables_wrapper .dataTables_paginate {
  float: left !important;
}
.top-lang .form-control{
  background: #fff !important;
  border-radius: 5px;
}
.vat-table tr th{
  border: 0 !important ;
  
}
.vat-table tr{
  background: #F3F9FF 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 15px #071A5712;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #FCFDFF 0% 0% no-repeat padding-box;

}
table.dataTable tbody tr {
  background: #FCFDFF 0% 0% no-repeat padding-box;
  background-color: #FCFDFF !important;
}
.vat-table th{
    padding: 15px 20px !important;
    vertical-align: middle;
}
.vat-table tr td{
  vertical-align: middle;
 
}
.vat-table tr td span{
  font-size: 10px;
  letter-spacing: 0px;
color: #071A57;
}
.line-break span{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
    justify-content: center;
    font-size: 10px;
}
.paginate_button{
  background: transparent !important;
  border: none !important;
  font-size: 12px;
  letter-spacing: 0px;
color: #071A57;
}
.paginate_button.current{
  color: white !important;
  background: #379FFF !important;
border: 0;
outline: 0;
box-sizing: unset;
font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: white !important;
}
.paginate_button:hover{
  color: white !important;
  background: #379FFF !important;
border: 0;
outline: 0;
box-sizing: unset;
font-size: 12px;
}
.dataTables_paginate.paging_simple_numbers{
  margin-top: 15px;
}
.hiddenRow {
  padding: 0 !important;
  border-top: 0 !important;
}
.inner-table  tr{
  box-shadow: none;
}
.inner-table tr td, .inner-table tr th{
  padding-left: 0 !important;
}
.nested-table{
  padding-left: 130px;
}
.table-open[aria-expanded=true] > td ,.table-open[aria-expanded=true] > td span,.table-open[aria-expanded=true] > td p{
  background-color: #071A57 !important;
  color: white !important;
}
.arrow-icon{
  position: relative;
}
.arrow-icon::before{
  content: "";
  position: absolute;
  height: 6px;
  width: 10px;
  background: url("../images/down-arrow-small.svg") no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transition: 0.5s ease;
}
.up-arrow::before{
  background: url("../images/up-arrow.svg") !important;
  transform: rotate(180deg);
  transition: 0.5s ease;
}
.table-footer .content-sec{
  margin-top: 0;
}
.table-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F3F9FF 0% 0% no-repeat padding-box;
  height: 50px;
  width: 100%;
  padding: 0 130px;
}
.table-footer .vat-nav-links {
  padding-left: 20px;
}
.table-footer .vat-nav-links::before {
  left: 0;
}
.table-footer .content-sec p a {
  padding-right: 40px;
}
.table-footer .content-sec p{
  margin: 0;
}
.shadow-box{
  box-shadow: 0px 5px 15px #071A5726;
  border-radius: 2px;
}
.vat-claim-table .table-open td{
  padding-left: 20px !important;
}
.vat-claim-table .table-open{
  background: #F3F9FF 0% 0% no-repeat padding-box !important;
box-shadow: 0px 5px 15px #071A5712 !important;
}
/*+++++ contact page start+++++ */
.contact-sec .contact-inner a{
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #071A57;
  margin-bottom: 5px;
}
.contact-sec .contact-inner p{
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #379FFF;
}
.contact-sec .contact-inner span a{
  font-size: 9px;
  font-weight: normal;
  line-height: 11px;
  color: #071A57;
}
.contact-sec .contact-inner span{
  display: block;
}
.contact-sec .contact-inner span img{
  margin-right: 5px;
}
.contact-sec .contact-inner{
  max-width: 235px;
  margin-top: -86px;
  background: #fff;
  position: relative;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact-sec .contact-inner-2{
  padding-bottom: 40px;
}
.contact-sec .contact-cards h2{
  margin-bottom: 25px;
}
.contact-sec .login-title{
  margin-bottom: 40px;
}
.contact-finance span{
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #071A57;
  margin-bottom: 15px;
}
.contact-finance span a{
  color: #071A57;
}
.contact-finance span img{
  margin-right: 14px;
}
.contact-finance{
  height: 339px;
}
.contact-finance .login-title{
  margin-bottom: 20px;
}
.contact-finance ul li{
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-finance ul li a{
  color: #132855;
}
.contact-finance ul li:last-child{
  margin-bottom: 0;
}
.contact-finance ul li a:hover{
  border-bottom: 3px solid #132855;
max-width: 103px;
}
.contact-form span{
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.msg{
  max-width: 24px;
  width: 100px;
}
.contact-form{
  margin-top: 60px;
}
.contact-form h4{
font-size: 24px;
line-height: 29px;
font-weight: bold;
margin-bottom: 21px;
}
.contact-form h5{
font-size: 14px;
line-height: 18px;
font-weight: bold;
margin-bottom: 30px;
}
.contact-form .form-mid{
  margin-top: 40px;
}
.contact-form img{
  margin-right: 15px;
}
.contact-form a{
  background: #fff;
  padding: 10px;
  color: #071A57;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.contact-form .form-control{
  border: 1px solid #132855;
  background: #F3F9FF;
  height: 40px;
}
.contact-form .form-group{
  margin-bottom: 14px;
}
.contact-form textarea{
  background: #F3F9FF;
  width: 100%;
  height: 84px;
  border-radius: 10px;
  resize: none;
  font-size: 14px;
  line-height: 18px;
  padding-left: 27px;
  padding-top: 24px;
}
.contact-form .form-check-label{
  font-size: 9px;
  line-height: 11px;
  color: #071A57;
  font-weight: normal;
  max-width: 360px;
  width: 100%;
}
.contact-form form{
  margin-top: -40px;
  padding-left: 100px;
}
.contact-form form h6{
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-form form .form-control{
  padding-left: 27px;
}
.contact-form form .btn{
  border-radius: 25px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  padding: 14px 70px;
  background: #FF0000;
}
/*===== contacts page end===== */
/*===== upload doc page start===== */
.upload-doc{
  margin-top: 20px;
}
.upload-doc .login-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-upload-blue{
  background-color: #071A57;
  display: flex;
    justify-content: space-between;
    width: 242px;
    height: 32px;
    padding-left: 33px;
}
.btn-upload-blue:after{
  top: 50%;
  transform: translate(-50%, 0);
  right: 10px;
}
.upload-doc .login-title h1::before{
  top: 8px;
}
.upload-file{
  margin-top: 0;
  height: 300px;
  margin-bottom: 35px;
}
.upload-file .form-control option:hover{
  background: #071A57;
}
.upload-file .form-control{
  border-radius: 4px;
  margin-right: 15px;
  height: 40px;
  background: #F3F9FF;
}
.upload-file span{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #071A57;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #071A57;
  display: contents;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
background: #F3F9FF;
height: 189px;
    max-width: 587px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    color: #071A57;
}
.file-input__label img {
display: block;
margin-bottom: 30px;
}
.upload-file .upload{
  color: #FF0000;
  font-weight: bold;
}
.upload-doc-table .nested-table{
  padding: 0 15px;
}
.upload-doc-table .login-title{
  margin-bottom: 15px;
}
.upload-doc-table table td:last-child a{
  margin-right: 20px;
}
.upload-doc-table .info{
  background: #F3F9FF !important;
}
 .table-btn{
  margin-top: 20px;
  background: #071A57;
  border-radius: 25px;
  font-size: 14px;
  line-height: 18px;
  max-width: 160px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
 .table-btn a{
   color: #fff;
   margin-right: 0 !important;
 }
 /*===== upload doc page end===== */
 /*===== terms page start===== */
 .terms h2{
   margin-bottom: 15px;
 }
 .terms p{
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
   margin-bottom: 30px;
 }
 .terms-btn .btn{
  background: #132855;
  max-width: 354px;
  height: 55px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  max-width: 354px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .terms-btn .btn span{
   margin-left: 15px;
 }
 /*===== terms page end====== */
 /*===== profile page start====== */
 .profile {
  margin-bottom: 140px;
  height: auto;
  margin-top: 50px;
  padding: 60px 0 60px 150px;
}


 .profile ul li{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 20px;
 }
 .profile ul li:nth-child(4){
margin-bottom: 40px;
 }
 .profile ul li a{
color: #071A57;
 }
 .profile ul li:first-child{
   margin-bottom: 20px;
 }
 .profile ul li.active a{
   font-weight: bold;
   color: #379FFF;
 }
 .profile ul li a:hover{
   text-decoration: underline !important;
 }
 .profile .profile-right form{
  max-width: 350px;
  width: 100%;
 }
 .profile .profile-right form label{
   font-size: 14px;
   line-height: 18px;
   font-weight: 400;
   color: #071A57;
 }
 .profile .login-title{
   margin-bottom: 15px;
 }
 .profile-btn .btn{
  max-width: 120px;
  width: 100%;
  height: 40px;
  margin-right: 15px;
 }
 .profile-btn a.btn-primary{
   margin-left: 15px;
   background: #CFE8FF;
   color: #071A57 !important;
 }
 .profile-btn a.btn-primary:hover{
   text-decoration: underline !important;
 }
 .profile .form-control{
   background: #F3F9FF;
   height: 40px;
   border-radius: 4px;
 }
 /* profile end */
 /* change pas start */
 .change-pas .profile-right .form-group{
margin-bottom: 9px;
 }
 /* accounts page start */
 .accounts .profile-right .btn-primary{
  max-width: 205px;
  width: 100%;
  margin-top: 18px;
 }
 /* The check-main */
 .check-main {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
 .check-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 2px;
  padding: 10px;
}

/* On mouse-over, add a grey background color */
 .check-main:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
 .check-main input:checked ~ .checkmark {
  background-color: #00A184;
}

/* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
 .check-main input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
 .check-main .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accounts .table td, .accounts .table th, .accounts .table thead th{
  border: 0;
}
.accounts .nested-table {
  padding: 0 30px;
}

.accounts tr.info {
  background: #F3F9FF 0% 0% no-repeat !important;
  box-shadow: 0px 5px 15px #071a5712;
  opacity: 1;
}
.accounts-v3 .profile-right form{
  margin-bottom: 40px;
}
.accounts-v3 {
  height: 620px;
}
.accounts-v3 .profile-btn{
  margin-top: 18px;
}
.accounts-v3 .profile-right .btn-primary{
  margin-top: 0;
}
/*===== accounts v3 end==== */
/*===== personal data v3 start==== */
.personal-data-v3 {
  height: 390px;
}
.personal-data-v3 .profile-right p{
  max-width: 357px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
/*============= cu{stomer page start=========== */
  .customer .login-title{
    margin-bottom: 50px;
  }
.contact-tittle h2{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #071A57;
  margin-bottom: 20px;
  margin-left: 40px;
}
.customer table.table.table-hover.customer-table {
  margin-bottom: 45px;
}
.customer table td a{
  color: #071A57;
}
.customer .table-hover tbody tr:hover a img{
  filter: brightness(60);
}
/*============= customer page end=========== */
/*============= upload doc desktop page start=========== */
.upload-doc-desktop ul li{
  border: 1px solid #071A57;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  margin-right: 70px;
  position: relative;
  padding: 10px;
}
.upload-doc-desktop ul li:after{
  content: "...................";
  width: 63px;
  height: 18px;
  position: absolute;
  left: 100px;
}
.upload-doc-desktop ul li:last-child:after{
  display: none;
}
.upload-doc-desktop ul li:last-child{
  margin-right: 0;
}
.upload-doc-desktop .dim{
  border: 1px solid #8F98B2;
  color: #8F98B2;
}
.upload-doc-desktop{
  height: 270px;
}
.upload-doc-desktop small{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #071A57;
}
.upload-doc-desktop .doc-sec{
  margin-top: -80px;
}
.upload-doc-desktop .doc-sec select{
 width: 245px;
}
.contact-us-hover h1{
  text-align: left;
font-weight: bold;
font-size: 18px;
letter-spacing: 0px;
color: #071A57;
}
.contact-us-hover p{
font-size: 14px;
letter-spacing: 0px;
color: #071A57;
}
.contact-us-hover .btn-contact{
  width: 149px;
height: 32px;
font-size: 11px; 
background: #071A57;
letter-spacing: 0px;
text-align: left;
padding-left: 25px;
color: #F3F9FF;
}
.contact-us-hover .btn-upload::after{
  top: 12px;
  right: 18px;
}
.contact-us-hover{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: 0.1s ease-in-out all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 31px;
    height: 330px;
    width: 100%;
    padding: 0 100px;
}


.opacity-0{
  opacity: 0;
  visibility: hidden;
}
.opacity-v{
  opacity: 1;
  visibility: visible;

}
.modal-header{
  border: 0;
  padding: 0;
}
.del-btn{
  max-width: 175px !important;
}
.cancel-btn{
  max-width: 68px !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #071A57;
  height: auto !important;
}
.modal-body span{
  display: block;
  margin-bottom: 24px;
  color: #FF5978;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.modal-body p{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #071A57;
}
.modal-header button:focus{
  outline: 0;
}
.modal-content{
  padding: 30px 30px;
  background-color: #F3F9FF;
  border-radius: 10px;
  width: 672px;
  padding-bottom: 100px;
}
.modal-body{
  padding: 0;
}
.modal-content form label{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #071A57;
}
.form-modal .login-title{
  margin-bottom: 28px;
}
.form-modal .profile-btn .del-btn{
  padding: 0 34px;
}
.form-modal form .form-control{
  height: 40px;
  border-radius: 4px;
  max-width: 230px;
  width: 100%;
}
.form-modal .profile-btn{
  margin-top: 20px;
}
.form-content{
  padding: 30px 90px 70px 100px;
}
.total{
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.issued-table tr td:nth-child(2){
  color: #FF5978;
}
.issued-sec .vat-nav-last{
  text-align: right;
  width: 100%;
  margin-top: -25px;
}
.issued-sec .vat-nav{
  justify-content: center;
}
.issued-table .excel::before, .issued-invoices .excel::before{
background: url('../images/pdf.svg') no-repeat center;
}
.issued-invoices tr td:nth-child(2){
  color: #00A184;
}
 .page-link{
  color: #071A57;
  border: 0;
  background-color: transparent;
}

.issued-sec .table-hover tbody tr:hover .page-link{
  color: #fff;
}
.issued-sec .issued-pag{
  margin-top: 10px;
}
.issued-sec .card-body{
  background: #F3F9FF;
}
.page-link:hover{
  background: #379FFF;
  color: #fff;
}
.issued-sec .page-link{
  font-size: 14px;
  line-height: 18px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.vat-header.issued-sec.issued-invoices .refund-table.issued-table{
  height: auto;
}
.vat-header.issued-sec.issued-invoices .refund-table.issued-table .table-hover tbody tr:last-child:hover {
  background-color: white;
}


.table-footer.for-total h3{
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
}
.table-footer.for-total{
  justify-content: flex-end;
  padding: 0;
}
.table-footer.for-total .margin-cust{
  margin-left: 50px;
}
.table-footer.for-total.with-pag{
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.table-footer.for-total.with-pag .total-area{
  display: flex;
}
.flexi-head h3{
  text-align: left;
font-size: 18px;
  letter-spacing: 0px;
color: #071A57;
}
.flexi-head p{
  text-align: left;
font-size: 11px;
display: flex;
align-items: center;
    letter-spacing: 0px;
    margin-top: 5px;

color: #379FFF;
}
.flexi-head p a{
  font-weight: bold;
  padding-left: 3px;
}
.info-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
  width: 14px;
border: 1px solid #379FFF;
border-radius: 11px;
font-size:  9px;
font-weight: bold;
color: #379FFF;
margin-right: 5px;
}
.accounts.tb-checkbox{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
}
.accounts.tb-checkbox .check-main{
  margin-right: 10px;
    margin-bottom: 0;
    padding-left: 21px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
}
.accounts.tb-checkbox .checkmark {
  top: -4px;
  left: 0px;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  padding: 0px; 
}
.accounts.tb-checkbox .check-main .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
}
.vat-table.flexi-table tr {
  background: #fff 0% 0% no-repeat padding-box;
}
.table-footer.for-total.flexi-footer{
  display: block;
  height: auto;
}
.table-footer.for-total.flexi-footer h3{
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.table-footer.for-total.flexi-footer h3 span{
  margin-left: 10px;
  text-align: right;
}
.sec-divider{
  border: 1px solid #CFE8FF;
  width: 100%;
  margin: 20px 0;
}
.next-btn{
  display: flex;
  justify-content: flex-end;
}
.btn-next{
  background: #071A57 0% 0% no-repeat padding-box;
border-radius: 25px;
text-align: center;
font-size: 18px;
font-weight: bold;
letter-spacing: 0px;
color: #FFFFFF;
width: 200px;
position: relative;
padding-right: 25px;
height: 50px;
padding-top: 0;
}
.btn-next:after{
  content: "";
  position: absolute;
  background: url("../images/rodykle-white.svg") no-repeat;
  top: 17px;
  height: 5px;
  right: 33px;
  width: 40px;
}
.btn-next:hover{
  background-color: rgba(255, 0, 0, 1) !important;
  color: white !important;
}
.btn-next span{
  text-align: left;
  font-size: 13px;
  letter-spacing: 0px;
color: #FFFFFF;
position: absolute;
left: 32%;
top: 25px;
}
.vat-table.flexi-table.request-summary .nested-table{

box-shadow: 0px 5px 20px #00000026;
}
.vat-amount{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #071A57;
}
.vat-amount.red{
  color: #FF0000;

}
.vat-amount.large{
  font-size: 18px;
}
.btn-next.request{
  padding-top: 5px;

}
.btn-next.request:after{
  display: none;
}
.back-tab{
  font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
position: relative;
padding-left: 30px;
}
.back-tab::before{
  content: "";
  position: absolute;
  background: url("../images/back-tab-arrow.svg") no-repeat;
  height: 5px;
  width: 40px;
  left: 0;
  top: 6px;
}
.refund-table.upload-doc-table tr td a{
  color: #071A57;
}
.uploaded-items p,.upload-progress p{
  text-align: left;
font-size: 14px;
  letter-spacing: 0px;
color: #071A57;
padding-top: 15px;
}
.upload-progress p span{
  padding-left: 25px;
}
.upload-progress{
  margin: 0 0 50px;
}
.upload-progress .progress{
  height: 3px;
  margin: 10px 0;
  position: relative;
  width: 97%;
}


.btn-upload-doc{
  background: #071A57 0% 0% no-repeat padding-box;
border-radius: 25px;
font-size: 14px;
font-weight: bold;
width: 160px;
height: 50px;
letter-spacing: 0px;
color: #FFFFFF;
}
.btn-upload-doc:hover{
  background: #379FFF 0% 0% no-repeat padding-box;
  color: white;
}
.upload-progress.cannot-upload .progress-bar{
  background-color: #FF0000;
}
.alert-box{
  background: #FF546B 0% 0% no-repeat padding-box;
border-radius: 17px;
width: 75%;
margin: 10px 0;
}
.alert-box p{
  text-align: left;
font-size: 14px;
  letter-spacing: 0px;
color: #FFFFFF;
position: relative;
padding: 10px 50px 10px 100px;
}
.alert-box p:before{
  content: "";
  position: absolute;
  background: url("../images/error-message.svg") no-repeat;
  height: 25px;
  width: 25px;
  left: 35px;
  top: 28px;
}
.upload-progress.cannot-upload{
  margin: 0 0 20px;
}
.new-acc-form{
  max-width: 100% !important;
  display: none;
}
.document-sec.profile.change-pas.accounts.acc-per{
  padding: 60px 100px 60px 150px;
}
.danger-box{
  background: #FF5978 0% 0% no-repeat padding-box;
border-radius: 10px;
padding: 10px 15px 10px 40px;
width: 60%;
margin: 15px 0;
}
.danger-box p{
font-size: 14px;
  letter-spacing: 0px;
color: #FFFFFF;
position: relative;
}
.danger-box p:before{
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url(../images/danger-alert.svg) no-repeat;
  top: 3px;
  left: -23px;
}
.refunded{
  text-align: left;
  font: normal normal normal 14px/18px ;
  letter-spacing: 0px;
  color: #00A184;
}
.rejected{
  text-align: left;
font-size: 14px;
  letter-spacing: 0px;
  color: #FF0000 !important; 
  position: relative;
  cursor: pointer;
}
.rejected::before{
  content: "";
  position: absolute;

  background: url("../images/info-red.svg")no-repeat;
  height: 15px;
  width: 15px;
  right: 47px;
  top: 18px;
}
.issued-table.excise-table  tr td:nth-child(2) {
  color: #071A57;
}
.purple{
  color: #711CFF !important;
}
.green{
  color: #00A184 !important;
}
.table-with-statuses .rejected::before {
  top: 25px;
}
.custom-tooltip{
  width: 300px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 8px 56px #4B4B4B0D;
font-size: 14px;
letter-spacing: 0px;
color: #071A57;
padding: 15px;
max-width: 300px;
display: inline-block;
position: absolute;
z-index: 55555;
opacity: 0;
visibility: hidden;
left: 0;
transition: 0.5s ease all;
top: 48px;
cursor: pointer;
}
.rejected:hover > .custom-tooltip{
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
  cursor: pointer;

}  .filter-dropdown-menu{
  max-width: 970px;
    width: 100%;
    padding: 40px;
    padding-bottom: 0;
}
.filter-dropdown-main{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 78%;
}
.filter-dropdown-main .check-main{
  flex: 1;
  font-size: 14px;
}
.filter-dropdown-main .checkmark{
  width: 14px;
  height: 14px;
  border: 1px solid #CFE8FF;
}
.filter-dropdown-main .check-main .checkmark:after{
  top: 4px;
  left: 7px;
}
.filter-menu h5{
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 23px;
  border-bottom: 1px solid #CFE8FF;
  padding-bottom: 10px;
}
.filter-btn-clear{
   background: #F3F9FF;
   height: 100px;
}
.filter-btn-clear .filter-btn{
  background: #071A57;
  border-radius: 16px;
  padding: 7px 34px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.filter-btn-clear .clear-filter a{
  color: #379FFF;
}
.page-item.active a{
  background-color: #379FFF !important;
    color: #fff;
}
.refunable-sec .contact-us-hover{
  width: 48%;
  height: 100%;
}