@import url(../fonts/fonts.css);
/*Common CSS start*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, command, datalist, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, source, span, strike, strong, tbody, tdvideo, tfoot, th, thead, tt, u, ul, var {
  background: 0 0;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font-style: normal
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
img {
  vertical-align: top
}
embed {
  vertical-align: top
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block
}
mark, rp, rt, ruby, summary, time {
  display: inline
}
input, textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0
}
iframe {
  border: 0;
  margin: 0;
  padding: 0
}
input, select, textarea {
  margin: 0;
  padding: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}
li {
  list-style: none
}
caption, th {
  text-align: left
}
q:after, q:before {
  content: ''
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
sup {
  vertical-align: top
}
sub {
  vertical-align: bottom
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
legend {
  color: #000
}
h1, h2, h3, h4, h5, h6, li, p, ul {
  margin: 0;
  padding: 0
}
a {
  outline: 0;
  text-decoration: underline;
  -moz-outline: none
}
a:hover {
  text-decoration: none;
  cursor: pointer
}
a.nounderline, a:active.nounderline, a:link.nounderline, a:visited.nounderline {
  text-decoration: none;
}
a:hover.nounderline {
  text-decoration: underline
}
a img {
  border: none;
  text-decoration: none
}
img {
  border: none;
  text-decoration: none
}
button, label {
  cursor: pointer;
}
input:focus, select:focus, textarea:focus {
  outline: 0
}
select::-moz-focus-inner {
  border: 0;
  outline: 0
}
option::-moz-focus-inner {
  border: 0;
  outline: 0
}
input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0
}
input[type=button]:focus, input[type=submit]:focus {
  outline: 0
}
fieldset {
  border: none
}
* {
  box-sizing: border-box
}
img:not([src]):not([srcset]) {
  visibility: hidden
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  height: auto
}
:focus {
  outline: 0
}
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
 font-family: 'hp_simplifiedregular';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
  color: #000000;
  background: #fff;
  scroll-behavior: smooth;
}
.webr {
  font-family: "WebRupee";
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 2px;
  line-height: 28px;
  margin-top: -2px;
}
p {
  line-height: 20px;
 
}

.wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.container-box {
    width: 1206px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
}

.container-inr {
    padding: 0px 0px;
}

.content-row {
    width: 100%;
}
/******************************header***********************************/
.headwrap{width: 100%; background:#1D7FCC }
.hedtprow{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between}

.hedleftpnl { width: 88%;}
.header_mainscnd .hedleftpnl { width: auto;}
.hedleftpnl, .hedrightpnl {display: flex; align-items: center;}
.hdlogo {display: inline-block;vertical-align: top;width: 150px;}
.hdlogo img {
    max-height: 53px;
    max-width: 100%;
    width: auto;
}
.header_mainscnd .hdlogo {width: 150px; padding-top: 0;}



.tphdbnav {display: flex;vertical-align: top;padding-left: 10px; width: calc(100% - 170px);
    flex-wrap: wrap;
    justify-content: center;}

.tphdbnav>ul>li {font-size: 15px;letter-spacing: 0.14px;display: inline-block;vertical-align: top;margin-right:24px; position: relative;}
.tphdbnav>ul>li:last-child {padding-right: 0;}
.tphdbnav>ul>li a {color: #fff;text-decoration: none; font-weight: 500; padding: 25px 0}
/*.tphdbnav>ul>li.active > a, .tphdbnav>ul>li:hover > a{color: #9BC7B5;}*/
.tphdbnav>ul>li.active > a {color: #fff; font-weight: bold; border-bottom: solid 2px #fff;}
.tphdbnav>ul>li:after, .tphdbnav>ul>li:after { content: "";position: absolute;left: 0px;bottom: -18px;height: 4px;width: 100%;background: #fff; transition: all .4s ease; transform: scaleX(0); display: none;}
.tphdbnav>ul>li.active:after, .tphdbnav>ul>li:hover:after {background: #9BC7B5; transform: scaleX(1);}


.usrpnl .icon {width: 20px;display: inline-block;vertical-align: top; margin-right: 5px;}
.hoverpopdiv .item.username{background:#F6F6F6; color:#00A4E4; padding:12px 20px;}
.bordertp {width: 100%;display: inline-block;vertical-align: top;padding-top: 5px;padding-bottom: 10px; cursor: pointer;}
.hoverpopon{ position: relative; height: 70px; align-items: center; display: flex;}
.hoverpopon:hover:after{width:0;content:"";height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent;position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;z-index:1}
.usrpnl.hoverpopon:after{left: -20px;}
.notificon.hoverpopon:after{left: 24px;}
.hoverpopdiv{display:none;position:absolute;right:-14px;top:100%;border-radius:10px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 12px #2c282833;width:180px;z-index:1;overflow:hidden;min-width:155px}
.hoverpopon:hover .hoverpopdiv{ display: block;}
.hoverpopdiv .item{letter-spacing:.42px;color:#242021;font-size:14px;line-height:17px;padding:10px 20px; border-bottom: #cbcbcb 1px solid;}
.hoverpopdiv .item a{color: #242021; text-decoration:none; display: block}
.hoverpopdiv .item a:hover{color:#00A4E4;}
.hoverpopdiv .titlext{letter-spacing:.54px;color:#00a4e4;font-size:18px;background:0 0;padding:10px 20px}
.hoverpopdiv.notificationpop {width:350px;  right:-100%; padding:10px 0; }
.hoverpopdiv.notificationpop .item {background: #fff;}
.hoverpopdiv.notificationpop .item:nth-child(2n){ background:#F6F6F6;}
.usrpnl {margin-left: 24px;display: flex;align-items: center;font-size: 14px;letter-spacing: 0.42px;color: #FFFFFF;}
.usrpnl .usericon {width: 36px; height: 36px; border-radius: 50%; display: inline-block;vertical-align: top;margin-right: 10px; overflow: hidden; cursor: pointer}
.usrpnl .arrowicon {width: 12px;line-height: 1px;display: inline-block;vertical-align: top; cursor: pointer}
.usrpnl span{color: #fff; padding: 0 10px; cursor: pointer;}



/******************************header***********************************/







/******************************body***********************************/
.main{width: 100%; background: #f4f4f4; padding: 20px 0;}
.wrkwrap {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    min-height: calc(100vh - 168px);
}
.wrkwrap_pd{padding: 15px 20px;}

.title{font-size: 18px; font-weight: normal; text-decoration: none; color: #000; padding-bottom: 10px}
.rw{display: flex; justify-content: space-between}
.subntn{background: #1D7FCC; font-size: 15px; padding: 10px 20px; border-radius: 10px; color: #fff; text-decoration: none;}
.rw span img{width: auto}
.helpdsk-cont{width: 100%;}
.helpdskrow{width: 70%; padding-bottom: 20px}
.helpdskrow_pd{padding: 15px; border: solid 1px #000; border-radius: 8px}
.helpdskrow p{font-size: 16px; font-weight: normal; text-decoration: none; padding-bottom: 5px;}
.helpdskrow strong{width:20%; font-weight: bold; display: inline-block}

.open-finalstatus{width: 100%}
.open-finalstatus p{font-size: 16px; font-weight: normal; text-decoration: none; padding: 0px 0 10px 0; color: #868686}
.open-finalstatus a{display: inline-block}

.Customer-DI{width: 100%;}
.Customer-DI p{font-size: 16px; font-weight: normal; text-decoration: none; padding: 0px 0 10px 0; color: #868686; line-height: 22px}

.cmp-Trans{width: 100%;}

/*.cmp-table{width: 100%}*/
.cmp-table {
    width: 100%;
    overflow-y: auto;
    overflow-x: visible;
    max-height: 475px;
}
.hd-bg{background: #1D7FCC; color: #fff !important}
.hdgry-bg{background: #f2f2f2;}
.cmp-table table tr td{padding:10px 5px; border: solid 1px #e3e3e3; border-radius: 8px; color: #868686; white-space: nowrap;}
    .cmp-table table tr td input {
        text-align: center;
        color: #868686;
        background: transparent;
    }
    .cmp-table table tr td.hd-bg input {
        text-align: center;
        color: #000;
        background: transparent;
    }
.cmp-table table tr td .cust-row{padding-bottom: 0}
.cmp-table img{width: auto}


.cmp-table table tr td .cust-row{padding-right: 0; justify-content: center;}
.cmp-table table tr td .cust-row .cust-clum{width: 100%; padding-right: 0}
.cmp-table table tr td .cust-row .cust-clum .select2{width: 100% !important;}

/*.cust-nwdetl{width: 100%; padding-top: 20px}*/
.cust-nwdetl {
    width: 100%;
    padding-top: 20px;
    padding: 32px 38px;
}
    .cust-nwdetl a.dwnlxls {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 16px;
        position: relative;
        top: 22px;
        text-decoration: none;
    }
    .cust-nwdetl a img{display: inline-block; width:auto; padding-left: 12px;}
    .cust-row {
        width: 100%;
        display: flex;
        padding-bottom: 20px;
    }
.cust-row em{font-size: 11px; display: block;}
/*.cust-clum{width: 32%; padding-right: 20px}*/
.cust-clum {width: 33%;padding-right: 20px;}


.cust-clum label{padding-bottom: 10px; display: block; font-size: 15px}

.cust-clum2{width: 66%; padding-right: 20px}
.cust-clum2 label{padding-bottom: 10px; display: block; font-size: 15px}
.my-profpd {padding: 5px 10px; width: 100%;  border: solid 1px #ccc;  font-size: 13px;  font-weight: normal;  text-decoration: none; border-radius: 4px;}
.editdetail-inp {width: 100%;  background: #fff;}
.editdetail-inp input {width: 100%; height: 24px; line-height: 24px;}
.editdetail-inp select {width: 100%; height: 24px; line-height: 24px; background: #fff; border: none}

.cust-clum3{width:99%; padding-right: 20px}
.cust-clum3 label{padding-bottom: 10px; display: block; font-size: 15px}

.ds-fl{display: flex}
.quest{padding-left: 10px; padding-top: 5px;}
.quest img{width: auto}


.btm-row-brd{padding: 20px 0 0 0; border-bottom: solid 2px #ccc; margin-bottom: 20px}

.pagination{width: 100%; padding: 20px 0 10px 0}
.pagination ul{ display: flex; justify-content: flex-end}
.pagination ul li{padding: 0 5px;}
.pagination ul li a{ width: 30px; height: 30px; border: solid 1px #ccc; border-radius: 15px; text-align: center; display: inline-block; text-decoration: none; line-height: 30px; color: #000;}
.pagination ul li a:hover{background: #dbdbdb; color: #fff;}
.cmp-Trans a.subntn{display: inline-block; margin-top: 20px}


.Elec-Bazrwrap{width: 100%; }
.Elec-Bazrwrap ul{display: flex;}
.Elec-Bazrwrap ul li{width:24%; padding-right: 20px}
.Elec-Bazrwrap img{width: auto}


.Exchange-Offer{width: 100%;}
.Exchange-Offerrw{width: 100%;}
.Exchange-Offerrw p{font-size: 15px; font-weight: normal; text-decoration: none; color: #000; padding: 5px 0}

.Exchange-Offerrw2{width: 100%; background: #f4f4f4; margin-bottom: 20px}
.Exchange-rwpd{padding: 10px 10px; border: solid 1px #000; border-radius: 5px;}
.Exchange-rwpd p{font-size: 15px; font-weight: normal; text-decoration: none; color: #000; padding: 0 0 0 0;}
.exhng-rw1{display: flex;}
.exchng-clm{width: 24%; margin-right: 10px; padding-top: 15px;}
.exchng-clm span{display: inline-block; width:auto; padding-right: 10px}
.smdv{width: 10%}
.lgdv{width: 40%}

.exhng-clm2{width: 30%; padding: 5px 0; border-right: solid 1px #000;}
.exhng-clm2 p{line-height: 24px;}

.exhng-clm3{width: 60%; padding-left: 20px}
.exhng-clm3 span{display: block; padding-bottom: 10px; font-size: 15px;}
.exhng-clm3 p{}

.alclms{width: 70%}
.cust-exl{width: 100%; justify-content: flex-end; text-align: right; padding-bottom: 20px}
.cust-exl img{width: auto;}

.content {
  padding: 30px 15px;
  min-height: 400px;
  height: auto;
}

.container-switch {
  width: 100%;
  max-width: 94%;
  margin: 0 auto;
  padding: 0 16px;
}
.switchmiddle-section h1 {
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        padding-bottom: 24px;
    }
    .steps-switch {
  width: 100%;
  margin-bottom: 32px;
}
.steps-switch h2 {
  font-size: 24px;
  padding-bottom: 16px;
  font-family: 'hp_simplifiedregular';
  font-weight: normal;
  color: #1D7FCC;
  margin: 8px 0;
}
.steps-switch ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.steps-switch ul li {
  width: 17%;
  text-align: center;
}
.switchsteps-img {
  width: 100%;
  margin-bottom: 12px;
}
.switchsteps-img img {
  display: inline-block;
  width: 100%;
}
.steps-switch ul li span {
  font-size: 17px;
  color: #1D7FCC;
  font-family: 'hp_simplifiedbold';
  font-weight: normal;
  line-height: 26px;
}
.details-process {
  width: 100%;
  padding: 40px 0 24px 0;
  background: #F5F5F5;
}
.cmnswith-heading {
  font-size: 24px;
  padding-bottom: 16px;
  font-family: 'hp_simplifiedregular';
  font-weight: normal;
  color: #1D7FCC;
  margin: 0;
}
.details-process ul {
  width: 100%;
  margin: 8px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.details-process ul li {
  width: 48%;
  padding: 0 8px 0 46px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  background: url(../images/check.png) no-repeat left 0;
    background-size: auto;
  background-size: 32px;
  min-height: 36px;
}
.additional-process {
  width: 100%;
  padding: 40px 0 24px 0;
}
.additional-process ul {
  width: 50%;
  margin: 8px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.additional-process ul li {
  width: 100%;
  padding: 0 0 0 46px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  background: url(../images/check.png) no-repeat left 0;
    background-size: auto;
  background-size: 32px;
  min-height: 36px;
}


.table tr th {
  background: #1D7FCC;
  color: #fff;
  padding: 8px 5px;
  border: solid 1px #e3e3e3;
  border-radius: 8px;
}
.table tr th:before{opacity: 1}
.table tr th:after{opacity: 1}

.table tr td {
  padding:10px 5px;
  border: solid 1px #e3e3e3;
  border-radius: 8px;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  color: #000;
  white-space: nowrap;
}
.table tr td a{color: #000;}
    .table tr td input {
        text-align: center;
        color: #868686;
        background: transparent;
    }

.pagination{display: flex;}
.pagination li{margin: 0 4px;}
.pagination li.previous {border-radius: 0; width: auto; height: auto; background: none; margin-right: 24px;}
.pagination li.next {border-radius: 0; width: auto; height: auto; background: none; margin-left: 24px;}
.pagination li a{color: #000; text-decoration: underline;}
.pagination li.paginate_button{background: #f3f3f3; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;}
.pagination li.paginate_button a{text-decoration: none;}
.pagination li.paginate_button.active{background: #1D7FCC; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff}
.pagination li.paginate_button:first-child, .pagination li.paginate_button:last-child{background:none;} 
    .dataTables_length label, .dataTables_filter label {
        font-size: 16px
    }
.dataTables_length select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
}
.dataTables_filter{margin-bottom: 12px}
.dataTables_filter input{border:1px solid #e3e3e3; padding: 8px;}
.rw a.btn{background: #1D7FCC; color: #000; text-decoration: none; padding: 6px 12px; display: inline-flex; align-items: center; justify-content: center;}

/****************************exchange pop***********************************/

.overlay{width: 100%; background: url("../images/overlay-bg.png") left top repeat; display: none; height: 100%; position:fixed; left: 0px; top: 0px;}
.popup-wrap{width:400px; margin: 0 auto; background: #fff; margin-top: 100px; border-radius: 10px; position: relative;}
.close{position: absolute; right: -5px; top: -5px; cursor: pointer}
.popinr{width: 100%;}
.poppd{padding: 20px;}
.pop-title{width: 100%; background: #1D7FCC; border-radius: 10px 10px 0px 0;}
.pop-title strong{font-size: 16px; font-weight: normal; text-decoration: none; color: #fff; padding: 10px 15px; display: block}
.pop-cont{width: 100%; border-radius: 0px 0px 10px 10px; overflow: hidden; background: #fff;}
.popcunt-pd{padding: 10px 15px; }
.pop-cont p{font-size: 16px; font-weight: normal; text-decoration: none; line-height: 26px;}
.pop-cont a{margin-top: 10px; padding: 10px 15px; background: #1D7FCC; color: #000; text-decoration: none; font-size: 16px; display: inline-block; border-radius: 5px}
.ppcnt-org{background: #fe8902 !important}


.pop-cont2{width: 100%; border-radius: 0px 0px 10px 10px; overflow: hidden; background: #fff;}


/****************************exchange pop***********************************/

.cmptb2{width: 40%;}

.rvrs-dwn{width: 100%; padding-top: 20px}
.rvrs-dwn p{padding-bottom: 10px; font-size: 15px;}
.pop-cust-clum{width: 100%; padding-bottom: 20px}
.pop-cust-clum label{padding-bottom: 10px; display: block; font-size: 15px}
.pop-cont2 a{display: block; text-align: center;}

/******************************body***********************************/


/******************************countddown***********************************/

.countdown{display: flex;}
.countdown ul{list-style: none; margin: 0px; padding: 0px; display: flex}
.countdown ul li{ color: #1D7FCC; padding: 0 5px;}
.countdown span{padding-right: 5px;}
.timer-img{width: 20px;}
.timer-img img{width: auto;}

/******************************countddown***********************************/


/******************************datepicker**********************************/

.dtes {
    width: calc(100% - 5px);
    padding-right: 30px;
    background: url(../images/icon-date.svg) no-repeat 96% 4px;
    background-size: 15px;
	overflow: hidden;
	margin-right: 5px;
}

.dtes input {
	font-size: 14px;
	width: 100%;
}

/******************************datepicker**********************************/













/******************************footer***********************************/


.footer_main {
    width: 100%;
}

.footer {
    background: #1D7FCC;
    width: 100%;
}
.ftwrp{text-align: center; padding: 20px 0; color: #fff; font-size: 16px; font-weight: normal; text-decoration: none;}

.noteseb{margin-bottom:18px;}
.myAcntBox {
    width: 100%;
}

.myAcntRow {
    width: 100%;
    background: #ededed;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .myAcntRow h2 {
        color: #000;
        font-size: 15px;
        padding: 15px;
    }

.myAcntCont {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
}

    .myAcntCont p {
        font-size: 15px;
        color: #000000;
        padding-bottom: 15px;
    }

    .myAcntCont ul {
        padding: 0px;
    }

    .myAcntCont li {
        font-size: 14px;
        color: #000000;
        padding-bottom: 10px;
    }

        .myAcntCont li span:first-child {
            width: 200px;
            display: inline-block;
        }

.myAcntDiscm {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-left: 15px;
}


.dtlsValWrp {
    width: 100%;
}

.dtlsValCont {
    width: 100%;
}

.dtlsValRow {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
}

.dtlsValCol {
    width: 32%
}

.col60 {
    width: 64% !important
}

.dtlsValBox {
    width: 100%;
}

    .dtlsValBox label {
        display: block;
        font-size: 15px;
        color: #000;
        padding-bottom: 5px;
        cursor: default;
    }

    .dtlsValBox span {
        display: block;
        font-size: 17px;
        color: #666;
    }

.dtlsupldPtcr {
    width: 100%;
    border-top: #cccccc 1px solid;
    padding: 20px 0px;
}

    .dtlsupldPtcr p {
        font-size: 18px;
        color: #000000;
        padding-bottom: 20px;
    }

.viewImgBtn {
    width: 20px;
    height: 20px;
    background: url("../common/images/eye-img.png") no-repeat 0px 0px;
    display: inline-block;
    background-size: 100%;
    margin-left: 5px;
}

.dtlsupldBtn {
    width: 100%;
    padding-top: 15px;
}

.clmnsearch label {
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
}
.clmnsearch input {
    width: 100%;
    padding: 10px 10px;
    border: solid 1px #ccc;
    font-size:13px; border-radius: 4px;
    margin-top:10px;
}
.pop-cont2.scrlly
{height:450px;overflow-y:auto;}



/*Added by akash on 11nov 24*/

/* Hide dropdown by default */
#transactionDropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    width: auto;
}

/* Show dropdown when hovering over the Transaction menu item */
#transaction:hover #transactionDropdown {
    display: block;
    width:150px;
}
#transactionDropdown li{ margin-bottom:15px;}
/* Style for the dropdown select menu */
#transactionDropdown li a {
    padding: 5px;
    color: black;

}



/*.searchButn {
    background: url(../images/search-btn.png) no-repeat 0px 0px;
    width: 42px;
    height: 43px;
    border: 0px;
    cursor: pointer;
}*/

    .searchButn img {
        width: 42px;
        height: 43px;
        border: 0px;
        cursor: pointer;

    }

#filtereddata {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}


