.ernijs-bootstrap-modal .btn, .modal-dialog .btn {
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 11px;
}

    .ernijs-bootstrap-modal .btn.btn-default, .modal-dialog .btn.btn-primary {
        background-color: #FFC20E;
        color: #000;
    }

.ernijs-bootstrap-modal .modal-header, .modal-dialog .modal-header {
    background: #FFC20E;
}

.userprofile.img-circle {
    min-height: 160px;
    min-width: 160px;
    cursor:pointer;
}

.skin-black-light .sidebar-menu > li:hover > a,
.skin-black-light .sidebar-menu > li.active > a {
  color: #f39c12;
  background: #f4f4f5;
  /*background-color: #f39c12 !important;*/
}


.skin-black-light .treeview-menu > li.active > a,
.skin-black-light .treeview-menu > li > a:hover {
  color: #F39C12;
}


/* poppins-regular - devanagari_latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/bootstrap/fonts/poppins-v5-devanagari_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../assets/bootstrap/fonts/poppins-v5-devanagari_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../assets/bootstrap/fonts/poppins-v5-devanagari_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../assets/bootstrap/fonts/poppins-v5-devanagari_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../assets/bootstrap/fonts/poppins-v5-devanagari_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../assets/bootstrap/fonts/poppins-v5-devanagari_latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/bootstrap/fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../assets/bootstrap/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../assets/bootstrap/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../assets/bootstrap/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../assets/bootstrap/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../assets/bootstrap/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: "Poppins", sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto","Helvetica","Arial",sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif !important;
}

.main-header .logo {
    font-family: "Poppins", sans-serif;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


aside.sidebar li a i {
    display: inline-block !important;
    margin-right: 5px;
}


nav.navbar .main-menu > li {
    margin-left: 20px;
}

nav.navbar .right-menu.main-menu > li > a:before {
    width: 110%;
    left: -6px;
    border-radius: 25px;
}

.table-small {
    font-size: 0.8em;
}

    .table-small .dataTables_filter {
        padding: 4px 9px !important;
    }

    .table-small a.paginate_button {
        padding: 4px 9px !important;
    }

a {
    cursor: pointer;
}

.content-wrapper {
    padding: 20px;
    margin-top: 30px;
}

.module-title {
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
    display: inline-block;
}

.color-base {
    color: #3c8dbc;
}

.direct-chat-text a.file {
    position: relative;
    /*float: left;*/
    top: 10px;
    margin-right: 5px;
}

.dataTables_filter label input[type=search] {
    width: calc(100% - 50px);
}


.table tr .visiblein-rowhover {
    display: none;
}

.table tr:hover .visiblein-rowhover {
    display: inline-block;
}

.active .visible-on-active {
    display: inline-block;
}

.visible-on-active {
    display: none;
}

.main-footer a {
    padding: 10px;
}

/*update for corporate color*/
.main-header {
    box-shadow: 0px 0px 10px !important;
}

.main-sidebar {
    background-color: #FFFFFF !important;
    box-shadow: 0px -10px 4px !important;
}

body {
    background-color: #e4e4e4 !important;
}

.btn-primary {
    background-color: #FFC20E !important;
    border-color: #FFC20E !important;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #edb40c !important;
        border-color: #edb40c !important;
    }

.box-primary {
    border-top-color: #FFC20E !important;
}

.navbar .dropdown-menu {
    box-shadow: 0px 5px 10px !important;
}

.app-main {
    background-color: #fff;
}

    .app-main ul.products-list {
        padding: 10px;
    }

    .app-main .dataTable thead > tr > th {
        font-size: 13px;
    }

.corp-bg-1 {
    background-color: #8FD354;
    color: #fff;
    cursor: default;
}

.corp-bg-2 {
    background-color: #F7DE60;
    color: #fff;
    cursor: default;
}

.corp-bg-3 {
    background-color: #f39c12;
    color: #fff;
    cursor: default;
}

.corp-bg-4 {
    background-color: #73B59F;
    color: #fff;
    cursor: default;
}

.dataTables_length {
    display: none;
}



.info-box {
    box-shadow: 0 0px 10px rgba(0,0,0,0.2) !important;
}

    .info-box .progress {
        height: 5px !important;
        background: #EAEAEA !important;
    }

        .info-box .progress > .progress-bar {
            background: #989898 !important;
        }

.box .box-body {
    /*min-height: 100px;*/
    min-height: inherit;
}

.info-box-number {
    white-space: nowrap;
}

.strong {
    font-weight: bold;
}

.box-header > .box-tools {
    background-color: #fff; /*to fix text overlap issue with header title*/
}

/*.box-header {
    padding: 5px;
}*/


/*css for tooltip error validations*/
.tooltip-val-error > .tooltip-inner {
    color: red !important;
    background: #fff;
    border: 1px solid #edb40c;
}

.tooltip-val-error > .tooltip-arrow {
    border-top-color: #edb40c !important;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.mg-0 {
    margin: 0px !important;
}

.form-control {
    padding: 0px !important;
}

/*================================================ Start of OTP modal section ================================================*/
.OTPMessage {
    margin-top: 38px;
    font-size: 13px;
}

.OtpMobileSection {
    text-align: center;
    width: 300px;
    height: 320px;
}

    .OtpMobileSection img {
        width: 90%;
        position: absolute;
        left: 50px;
    }

.OtpTextSection {
    padding-right: 40px;
}

.otpWarning {
    color: red;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .OtpMobileSection {
        text-align: center;
        width: 100%;
        height: 100%;
    }

        .OtpMobileSection img {
            position: relative;
            left: 0px;
            width: 50%;
            padding: 10px;
        }
}

@media (max-width: 768px) {
    .OtpMobileSection img {
        position: relative;
        left: 0px;
        width: 40%;
        padding: 10px;
    }
}

@media (max-width: 425px) {
    .OtpMobileSection img {
        width: 50%;
        padding: 10px;
    }
}

/*================================================ End of OTP modal section ================================================*/

.overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: calc(100% - 30px); /* Full width (cover the whole page) */
    height: calc(100% - 20px); /* Full height (cover the whole page) */
    top: 0;
    /*left: 15px;*/
    right: 15px;
    bottom: 15px;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    padding: 10px;
}

.card:hover > .overlay {
    display: block;
}

.overlay > h5 {
    margin-bottom: 0px;
}

    .overlay > h5 > a {
        color: #FFC20E !important;
    }

.overlay > .tagline {
    color: #FFC20E !important;
    font-size: 12px;
    display: block;
}

.overlay > .price {
    color: #FFC20E !important;
    font-size: 25px;
    display: block;
    margin: 10px 0px;
}

.price > .priceFrom {
    font-size: 12px;
}

.overlay {
    color: #fff !important;
}

.overlay-footer {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.card .card-footer {
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.card .container .tagline {
    color: #FFC20E !important;
    font-size: 12px;
    display: block;
}

.card .container .price {
    color: #FFC20E !important;
    font-size: 25px;
    display: block;
    margin: 10px 0px;
}

    .card .container .price.price-bigger {
        font-size: 50px;
    }

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #AAA;
    border-style: solid none;
    border-width: 1px 0 0 0;
    margin: 18px 0;
}

.carousel img {
    margin: auto;
    width: 100% auto;
    height: 180px;
    object-fit: contain;
}

@media (max-width: 399px) {
    .image-carousel-buyonline {
        height: 200px !important;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .image-carousel-buyonline {
        height: 225px !important;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .image-carousel-buyonline {
        height: 275px !important;
    }
}

@media (min-width: 600px) and (max-width: 700px) {
    .image-carousel-buyonline {
        height: 300px !important;
    }
}

@media (min-width: 701px) {
    .image-carousel-buyonline {
        height: 373px !important;
    }
}


.carousel-inner { /*reduce clickable area from entire div to just the img*/
    text-align: center;
}

    .carousel-inner > .item > a > img { /*reduce clickable area from entire div to just the img*/
        display: inline-block;
    }

.carousel .item {
    min-height: 200px;
}

.custom-carousel-caption {
    background-color: #808080;
    padding: 3px 0 25px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-indicators {
    bottom: 0 !important;
}

.claims-card {
    padding: 5px;
    text-align: left;
}

    .claims-card .card {
        margin: 5px;
        padding: 5px;
        width: 120px;
        min-height: 140px;
        display: inline-table;
        position: relative;
        background-color: #F7DE60;
    }

    .claims-card .card-title {
        font-size: 16pt;
    }

    .claims-card button {
        bottom: 20px;
        left: 50%;
        margin: 0px 10px;
    }

    .claims-card .card-footer {
        bottom: 10px;
        position: absolute;
        left: 0;
        right: 0;
    }

.etiqaproductcards {
    overflow: hidden;
    min-height: 250px;
}

    .etiqaproductcards .product-content .description, .card .container .description {
        white-space: pre-wrap;
        font-size: 12px;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}

.d-flex {
    display: flex;
}

.margin-left-1 {
    margin-left: 1px;
}

.card-small {
    width: 150px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

textarea.form-control {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 5px !important;
}

.text-align-right {
    text-align: right;
}

.cancel-trans-btn {
    padding: 0 5px !important;
}

.pending-trans-remark, #cancel-reason-panel {
    padding: 8px;
}

/*css for Client Info Modal*/
.client-modal-headers {
    font-weight: bold;
}


.ewallet-amount-container {
    padding-right: 0;
    height: 70px;
}

.amount-breakdown-container .encashable {
    background: #00a65a;
    border-color: #008d4c;
    color: white;
}

.amount-breakdown-container .non-encashable {
    background: #FFC20E;
    border-color: #FFC20E;
    color: white;
}

.amount-breakdown-container .amount {
    background: white;
    color: black;
}

.amount-breakdown-label {
    padding: 10px;
    font-weight: bold;
}

.amount-breakdown-component {
    height: 45px;
}

@media (min-width: 1600px) {
    .col-xl-1 {
        width: 5%;
    }

    .col-xl-2 {
        width: 10%;
    }

    .col-xl-3 {
        width: 20%;
    }
}

.encashable-icon .fa-circle {
    color: #00a65a;
}

.encashable-icon .fa-dollar {
    color: white;
}

.ewallet-cashable-container {
    vertical-align: middle !important;
}

/*css for terms & conditions list on referral*/
.terms-and-conditions-list {
    padding-left: 20px;
}

.info-box-icon > img.as-icon {
    width: 100%;
    font-size: 10px;
    height: 100%;
}

.table-sm td, .table-sm th {
    padding: .3rem !important;
}

/* myClaims Page */
.claim-pd-amt {
    text-align: right;
    padding-right: 20px !important;
}

#make-claim-modal {
    padding-left: 6%;
    padding-right: 2%;
}

.bank-name-note {
    font-size: 11px;
    color: #939393;
}

/* Activity Log Table*/
.table-container {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell, .table-head {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.table-head {
    font-weight: bold;
}

.table-body {
    display: table-row-group;
}

/*Enable / Disable Account*/
.enable-disable-customer-buttons {
    /*margin-top: 112px*/
    margin-top: 155px;
}

.enable-disable-customer-reason {
    width: 80%;
    height: 120px;
}

.enable-disable-customer-reason-ddl {
    width: 80%;
    margin-bottom: 10px;
}

/*Small size*/
@media (max-width: 1199.98px) {
    .enable-disable-customer-buttons {
        margin-top: 10px;
    }

    .enable-disable-customer-reason {
        width: 60%;
        height: 120px;
    }

    .enable-disable-customer-reason-ddl {
        width: 60%;
        margin-bottom: 10px;
    }
}

.account-status-warning {
    color: #F80000;
}

.account-status-green {
    color: #4CAF50;
}

.account-status-amber {
    color: #FFBF00;
}

.account-status {
    font-weight: bold;
    font-size: larger;
    line-height: 24px;
}

.info-tooltip-img {
    height: 25px;
    position: absolute;
    top: -20px;
    left: 130px;
}

/*================================================ Start of Partner Referral ================================================*/

.partnerReferralSection.container {
    width: 30%;
    padding: 1% 3%;
}

    .partnerReferralSection.container h3 {
        text-align: center;
    }

.partnerReferralSection .partnerlogo {
    width: 100%;
    padding: 20px;
}

.partnerReferralSection .etiqalogo {
    width: 120%;
    padding: 20px;
    padding-top: 30%;
}

.partnerReferralSection .partnerform {
    margin-top: 150px;
}

.partnerFormField {
    margin-top: 20px;
}

    .partnerFormField p {
        color: #dd4b39;
    }

    .partnerFormField input {
        text-transform: uppercase;
    }

@media (max-width: 1024px) {
    .partnerReferralSection .partnerlogo {
        width: 100%;
        padding: 0px;
    }

    .partnerReferralSection .etiqalogo {
        width: 130%;
        padding: 0px;
        padding-top: 20%;
    }
}

@media (max-width: 768px) {
    .partnerReferralSection.container {
        width: 80%;
    }

        .partnerReferralSection.container img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .partnerReferralSection .partnerlogo {
        width: 50%;
        padding: 0px;
        padding-top: 10%;
    }

    .partnerReferralSection .etiqalogo {
        width: 70%;
    }

    .partnerReferralSection .partnerform {
        margin-top: 150px;
    }
}

@media (max-width: 425px) {
    .partnerReferralSection.container {
        width: 95%;
        padding: 3% 3%;
    }

    .partnerReferralSection .partnerlogo {
        width: 60%;
        padding: 0px;
    }

    .partnerReferralSection .etiqalogo {
        width: 80%;
        padding-top: 10%;
    }

    .partnerReferralSection .partnerform {
        margin-top: 80px;
    }
}
/*================================================ End of Partner Referral ================================================*/

/*================================================ Start of DDAMobileResponse ================================================*/

.ddaMobileResponse.container {
    width: 30%;
    padding: 1% 3%;
}

    .ddaMobileResponse.container h3 {
        text-align: center;
    }

.ddaMobileResponse .ddaStatuslogo {
    width: 100%;
    padding: 20px;
}

.box .ddaMobileBox {
    height: 100px;
}

@media (max-width: 1024px) {
    .ddaMobileResponse .ddaStatuslogo {
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .ddaMobileResponse.container {
        width: 80%;
    }

        .ddaMobileResponse.container img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .ddaMobileResponse .ddaStatuslogo {
        width: 50%;
        padding: 0px;
        padding-top: 10%;
    }
}

@media (max-width: 425px) {
    .ddaMobileResponse.container {
        width: 95%;
        padding: 3% 3%;
    }

    .ddaMobileResponse .ddaStatuslogo {
        width: 60%;
        padding: 0px;
    }
}

/*================================================ End of DDAMobileResponse ================================================*/



/*================================================ Start of Change Travel Date Modal ================================================*/
.changeTravelDate.container {
    width: 100%;
}

/*================================================ End of Partner Referral ================================================*/

/*================================================ Start of DDAMobileResponse ================================================*/

.ddaMobileResponse.container {
    width: 30%;
    padding: 1% 3%;
}

    .ddaMobileResponse.container h3 {
        text-align: center;
    }

.ddaMobileResponse .ddaStatuslogo {
    width: 100%;
    padding: 20px;
}

.box .ddaMobileBox {
    height: 100px;
}

@media (max-width: 1024px) {
    .ddaMobileResponse .ddaStatuslogo {
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .ddaMobileResponse.container {
        width: 80%;
    }

        .ddaMobileResponse.container img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .ddaMobileResponse .ddaStatuslogo {
        width: 50%;
        padding: 0px;
        padding-top: 10%;
    }
}

@media (max-width: 425px) {
    .ddaMobileResponse.container {
        width: 95%;
        padding: 3% 3%;
    }

    .ddaMobileResponse .ddaStatuslogo {
        width: 60%;
        padding: 0px;
    }
}

/*================================================ End of DDAMobileResponse ================================================*/

/*================================================ Start of Change Flight Details ================================================*/

.flight-top-row {
    margin-top: 5%;
}

@media (max-width: 425px) {
    .flight-top-row {
        margin-top: 8%;
    }
}

.edit-flight-btn {
    margin-left: 3%;
    padding: 1px 6px;
}

.changeFlightDetails.container {
    width: 60%;
}

    .changeFlightDetails.container input {
        text-transform: uppercase;
    }

.test-calendar {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 13px;
    width: 14px;
}

#flightDetailsTable th {
    text-align: center;
}

#flightDetailsTable td {
    text-align: center;
}

/*================================================ End of Change Flight Details ================================================*/
.staff-inquiries-text-area {
    vertical-align: top;
}

/*================================================ Start of Logout Section ===================================================*/
/*css form star rating*/
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    position: center;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 40px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.pb-line {
    padding: 0px 10px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #FFCC00;
    width: 200px;
}

/*css form scale rating*/
.btn-scale {
    width: 80px;
    height: 30px;
    text-align: center;
    font-weight: normal;
    color: black;
    font-family: 'Lato', sans-serif;
    border: ridge;
    margin-left: -5px;
    padding: 3px;
}

    .btn-scale:hover {
        background-color: #FFCC00;
        font-weight: bold;
    }

    .btn-scale:active {
        background-color: #FFCC00;
    }

span.scale-selected {
    background-color: #FFCC00;
    font-weight: bold;
}

.d-none {
    display: none;
}

input[type="checkbox"] {
    margin-top: 6px !important;
}
/*================================================ End of Logout Section =====================================================*/



/*================================================ Start of CouponReward ================================================*/
/*=========================New Gift box animation============================*/
.clickMe {
    margin-top: 18%;
    display: block;
    margin-left: 41%;
    position: absolute;
    animation-name: clickMeAnimate;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: initial;
}

    .clickMe:hover {
        cursor: pointer;
    }

@keyframes clickMeAnimate {
    50% {
        transform: translate(5px, -5px);
    }
}

.giftboxCover {
    margin-top: 24%;
    display: block;
    margin-left: 40%;
    position: absolute;
}

    .giftboxCover:hover {
        cursor: pointer;
    }

.giftboxCoverAnimateClass {
    animation-name: giftboxCoverAnimate;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes giftboxCoverAnimate {
    /*10% {
        transform: rotate(5deg);
    }*/
    20% {
        transform: rotate(10deg);
    }
    /*30% {
        transform: rotate(5deg);
    }*/
    40% {
        transform: rotate(-10deg);
    }
    /*50% {
        transform: rotate(5deg);
    }*/
    60% {
        transform: rotate(10deg);
    }
    /*70% {
        transform: rotate(5deg);
    }*/
    80% {
        transform: rotate(-10deg);
    }

    90% {
        transform: rotate(0deg);
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(0px,-800px);
    }
}

.giftboxBody {
    margin-top: 31.3%;
    display: block;
    margin-left: 40.9%;
    position: absolute;
}

    .giftboxBody:hover {
        cursor: pointer;
    }

.giftboxBodyAnimateClass {
    animation-name: giftboxBodyAnimate;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes giftboxBodyAnimate {
    /*10% {
        transform: rotate(5deg);
    }*/
    20% {
        transform: rotate(10deg);
    }
    /*30% {
        transform: rotate(5deg);
    }*/
    40% {
        transform: rotate(-10deg);
    }
    /*50% {
        transform: rotate(5deg);
    }*/
    60% {
        transform: rotate(10deg);
    }
    /*70% {
        transform: rotate(5deg);
    }*/
    80% {
        transform: rotate(-10deg);
    }

    90% {
        transform: rotate(0deg);
        transform: translate(0px,0px);
    }

    100% {
        transform: translate(0px,800px);
    }
}
/*=========================New Gift box animation End============================*/
.couponRewardBackground {
    /*background: url('http://localhost:52221/assets/img/coupon/GiftBoxBackgroud.jpg') no-repeat center;*/
    background: no-repeat center;
    /*height: -webkit-fill-available;*/
    height: 820px;
    background-size: cover;
}

.couponOuterFrame {
    margin-top: 0%;
    display: block;
    margin-left: 27%;
    border: outset;
    position: absolute;
}

.couponInnerFrame {
    margin-top: 7%;
    display: block;
    margin-left: 31%;
    position: absolute;
}

.congratLabel {
    width: 198px;
    height: 24px;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2f2f2f;
    margin-top: 15.5%;
    margin-left: 44%;
    display: block;
    position: absolute;
}

.couponAmount {
    width: 124px;
    height: 80px;
    font-family: OpenSans;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a21212;
    margin-top: 17%;
    margin-left: 45%;
    display: block;
    position: absolute;
}

.useVoucherNowBtn {
    background-color: white;
    border: solid;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-family: OpenSans;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    margin-top: 21%;
    margin-left: 37%;
    display: block;
    position: absolute;
}

.creditToEwalletBtn {
    background-color: white;
    border: solid;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-family: OpenSans;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    margin-top: 21%;
    margin-left: 48.5%;
    display: block;
    position: absolute;
}

.useVoucherNowBtn:hover {
    background-color: #2f2f2f;
    border: solid;
    color: white;
}

.creditToEwalletBtn:hover {
    background-color: #2f2f2f;
    border: solid;
    color: white;
}

.termConditionText {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2f2f2f;
    margin-top: 25%;
    margin-left: 38.5%;
    display: block;
    position: absolute;
}

.Rectangle {
    width: 250px;
    height: 51px;
    border-radius: 4px;
    margin-top: 33%;
    margin-left: 42%;
    border-style: dotted;
    color: #a21212;
    display: block;
    position: absolute;
}

.voucherCode {
    height: 22px;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a21212;
    padding-top: 5%;
    padding-left: 5%;
    display: block;
    position: absolute;
}

.expiredDateText {
    height: 19px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2f2f2f;
    margin-top: 30%;
    margin-left: 39%;
    display: block;
    position: absolute;
}

.expiredText {
    height: 19px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2f2f2f;
    margin-top: 35%;
    margin-left: 44.8%;
    display: block;
    position: absolute;
}

.couponEtiqaLogo {
    height: 20%;
    width: 20%;
    margin-left: 40%;
}

.forgotPasswordLink {
    margin-right: 70%;
    font-size: 12px;
    color: darkturquoise;
}

.confirmButton {
    padding-left: 40%;
}

.invalidCouponText {
    margin-top: 25%;
    margin-left: 41%;
    margin-right: auto;
    font-size: 30px;
    position: absolute;
}

.couponTermsConditions {
    text-align: justify;
}

/*********************media (max-width: 1366px)*****************************/
@media (max-width: 1366px) {

    .clickMe {
        display: block;
        margin-top: 15%;
        margin-left: 41.5%;
        position: absolute;
        animation-name: clickMeAnimate;
        animation-duration: 400ms;
        animation-timing-function: ease-in-out;
        animation-delay: 0ms;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: initial;
        height: 65px;
    }

        .clickMe:hover {
            cursor: pointer;
        }

    .giftboxCover {
        display: block;
        margin-top: 21%;
        margin-left: 40%;
        position: absolute;
        height: 88px;
    }

        .giftboxCover:hover {
            cursor: pointer;
        }

    .giftboxBody {
        display: block;
        margin-top: 27.55%;
        margin-left: 40.8%;
        position: absolute;
        height: 95px;
    }

        .giftboxBody:hover {
            cursor: pointer;
        }

    .couponOuterFrame {
        margin-top: 3%;
        display: block;
        margin-left: 29%;
        border: outset;
        position: absolute;
        height: 480px;
    }

    .couponInnerFrame {
        margin-top: 7%;
        display: block;
        margin-left: 32%;
        position: absolute;
        height: 380px;
    }

    .congratLabel {
        width: 198px;
        height: 24px;
        font-family: OpenSans;
        font-size: 12px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 14%;
        margin-left: 44%;
        display: block;
        position: absolute;
    }

    .couponAmount {
        width: 124px;
        height: 80px;
        font-family: OpenSans;
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        margin-top: 15.8%;
        margin-left: 45%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 130px;
        height: 35px;
        margin-top: 20%;
        margin-left: 37.5%;
        display: block;
        position: absolute;
    }

    .creditToEwalletBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 130px;
        height: 35px;
        margin-top: 20%;
        margin-left: 48%;
        display: block;
        position: absolute;
    }

    .termConditionText {
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2f2f2f;
        margin-top: 23.5%;
        margin-left: 38%;
        display: block;
        position: absolute;
    }

    .Rectangle {
        width: 180px;
        height: 40px;
        border-radius: 4px;
        margin-top: 30.5%;
        margin-left: 41%;
        border-style: dotted;
        color: #a21212;
        display: block;
        position: absolute;
    }

    .voucherCode {
        height: 22px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        padding-top: 6%;
        padding-left: 15%;
        display: block;
        position: absolute;
    }

    .expiredDateText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 28%;
        margin-left: 39%;
        display: block;
        position: absolute;
    }

    .expiredText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 30%;
        margin-left: 44.2%;
        display: block;
        position: absolute;
    }

    .invalidCouponText {
        margin-top: 22%;
        margin-left: 38%;
        margin-right: auto;
        font-size: 30px;
        position: absolute;
    }
}


/************************@media (max-width: 1024px)*************************************/
@media (max-width: 1024px) {

    .clickMe {
        display: block;
        margin-top: 28%;
        margin-left: 39%;
        position: absolute;
        animation-name: clickMeAnimate;
        animation-duration: 400ms;
        animation-timing-function: ease-in-out;
        animation-delay: 0ms;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: initial;
        height: 75px;
    }

        .clickMe:hover {
            cursor: pointer;
        }

    .giftboxCover {
        display: block;
        margin-top: 36%;
        margin-left: 36%;
        position: absolute;
        height: 110px;
    }

        .giftboxCover:hover {
            cursor: pointer;
        }

    .giftboxBody {
        display: block;
        margin-top: 47%;
        margin-left: 37.2%;
        position: absolute;
        height: 120px;
    }

        .giftboxBody:hover {
            cursor: pointer;
        }

    .couponOuterFrame {
        margin-top: 3%;
        display: block;
        margin-left: 17%;
        border: outset;
        position: absolute;
        height: 630px;
    }

    .couponInnerFrame {
        margin-top: 7%;
        display: block;
        margin-left: 20%;
        position: absolute;
        height: 520px;
    }

    .congratLabel {
        width: 198px;
        height: 24px;
        font-family: OpenSans;
        font-size: 15px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 21%;
        margin-left: 40%;
        display: block;
        position: absolute;
    }

    .couponAmount {
        width: 124px;
        height: 80px;
        font-family: OpenSans;
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        margin-top: 24%;
        margin-left: 43%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 180px;
        height: 40px;
        margin-top: 31%;
        margin-left: 30%;
        display: block;
        position: absolute;
    }

    .creditToEwalletBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 180px;
        height: 40px;
        margin-top: 31%;
        margin-left: 50%;
        display: block;
        position: absolute;
    }

    .termConditionText {
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2f2f2f;
        margin-top: 37%;
        margin-left: 31%;
        display: block;
        position: absolute;
    }

    .Rectangle {
        width: 224px;
        height: 51px;
        border-radius: 4px;
        margin-top: 50%;
        margin-left: 37%;
        border-style: dotted;
        color: #a21212;
        display: block;
        position: absolute;
    }

    .voucherCode {
        height: 22px;
        font-family: OpenSans;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        padding-top: 5%;
        padding-left: 5%;
        display: block;
        position: absolute;
    }

    .expiredDateText {
        height: 19px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 45%;
        margin-left: 32%;
        display: block;
        position: absolute;
    }

    .expiredText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 53%;
        margin-left: 44%;
        display: block;
        position: absolute;
    }

    .invalidCouponText {
        margin-top: 35%;
        margin-left: 35%;
        margin-right: auto;
        font-size: 30px;
        position: absolute;
    }
}

/**********************@media (max-width: 768px)**********************************/
@media (max-width: 768px) {
    .clickMe {
        margin-top: 30%;
        display: block;
        margin-left: 35%;
        position: absolute;
        animation-name: clickMeAnimate;
        animation-duration: 400ms;
        animation-timing-function: ease-in-out;
        animation-delay: 0ms;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: initial;
    }

        .clickMe:hover {
            cursor: pointer;
        }

    .giftboxCover {
        margin-top: 40%;
        display: block;
        margin-left: 30%;
        position: absolute;
    }

        .giftboxCover:hover {
            cursor: pointer;
        }

    .giftboxBody {
        margin-top: 55%;
        display: block;
        margin-left: 31.7%;
        position: absolute;
    }

        .giftboxBody:hover {
            cursor: pointer;
        }

    .couponOuterFrame {
        margin-top: 2%;
        display: block;
        margin-left: 4.5%;
        border: outset;
        position: absolute;
    }

    .couponInnerFrame {
        margin-top: 7%;
        display: block;
        margin-left: 10%;
        position: absolute;
    }

    .congratLabel {
        width: 198px;
        height: 24px;
        font-family: OpenSans;
        font-size: 16px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 26%;
        margin-left: 37%;
        display: block;
        position: absolute;
    }

    .couponAmount {
        width: 124px;
        height: 80px;
        font-family: OpenSans;
        font-size: 45px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        margin-top: 29%;
        margin-left: 40%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 175px;
        height: 50px;
        margin-top: 40%;
        margin-left: 24%;
        display: block;
        position: absolute;
    }

    .creditToEwalletBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 175px;
        height: 50px;
        margin-top: 40%;
        margin-left: 50%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .creditToEwalletBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .termConditionText {
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2f2f2f;
        margin-top: 49%;
        margin-left: 24%;
        display: block;
        position: absolute;
    }

    .Rectangle {
        width: 240px;
        height: 51px;
        border-radius: 4px;
        margin-top: 66%;
        margin-left: 34%;
        border-style: dotted;
        color: #a21212;
        display: block;
        position: absolute;
    }

    .voucherCode {
        height: 22px;
        font-family: OpenSans;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        padding-top: 5%;
        padding-left: 5%;
        display: block;
        position: absolute;
    }

    .expiredDateText {
        height: 19px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 60%;
        margin-left: 26%;
        display: block;
        position: absolute;
    }

    .expiredText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 70%;
        margin-left: 43%;
        display: block;
        position: absolute;
    }

    .invalidCouponText {
        margin-top: 46%;
        margin-left: 32%;
        margin-right: auto;
        font-size: 30px;
        position: absolute;
    }
}

@media (max-width: 425px) {
    .clickMe {
        margin-top: 38%;
        display: block;
        margin-left: 28%;
        position: absolute;
        animation-name: clickMeAnimate;
        animation-duration: 400ms;
        animation-timing-function: ease-in-out;
        animation-delay: 0ms;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: initial;
        height: 60px;
    }

        .clickMe:hover {
            cursor: pointer;
        }

    .giftboxCover {
        display: block;
        margin-left: 22%;
        margin-top: 55.5%;
        position: absolute;
        height: 80px;
    }

    .giftboxBody {
        margin-top: 31%;
        display: block;
        margin-left: 24.9%;
        margin-top: 76%;
        position: absolute;
        height: 85px;
    }

        .giftboxBody:hover {
            cursor: pointer;
        }

    .couponOuterFrame {
        margin-top: 5%;
        display: block;
        margin-left: 1%;
        border: outset;
        position: absolute;
        height: 430px;
        width: 350px;
    }

    .couponInnerFrame {
        margin-top: 12%;
        display: block;
        margin-left: 5%;
        position: absolute;
        height: 370px;
        width: 300px;
    }

    .congratLabel {
        width: 198px;
        height: 24px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 37%;
        margin-left: 40%;
        display: block;
        position: absolute;
    }

    .couponAmount {
        width: 124px;
        height: 80px;
        font-family: OpenSans;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        margin-top: 43%;
        margin-left: 45%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 0px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 110px;
        height: 40px;
        margin-top: 52%;
        margin-left: 21%;
        display: block;
        position: absolute;
    }

    .creditToEwalletBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 0px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 110px;
        height: 40px;
        margin-top: 52%;
        margin-left: 56%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .creditToEwalletBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .termConditionText {
        font-family: OpenSans;
        font-size: 9px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2f2f2f;
        margin-top: 69%;
        margin-left: 21%;
        display: block;
        position: absolute;
    }

    .Rectangle {
        width: 180px;
        height: 55px;
        border-radius: 4px;
        margin-top: 92%;
        margin-left: 27%;
        border-style: dotted;
        color: #a21212;
        display: block;
        position: absolute;
    }

    .voucherCode {
        height: 22px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        text-align: center;
        padding-top: 3%;
        padding-left: 5%;
        display: block;
        position: absolute;
    }

    .expiredDateText {
        height: 19px;
        font-family: OpenSans;
        font-size: 9px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 82%;
        margin-left: 22%;
        display: block;
        position: absolute;
    }

    .expiredText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 95%;
        margin-left: 37.5%;
        display: block;
        position: absolute;
    }

    .forgotPasswordLink {
        margin-right: 50%;
        font-size: 12px;
        color: darkturquoise;
    }


    .invalidCouponText {
        margin-top: 60%;
        margin-left: 32%;
        margin-right: auto;
        font-size: 30px;
        position: absolute;
    }
}

@media (max-width: 375px) {
    .clickMe {
        margin-top: 48%;
        display: block;
        margin-left: 22%;
        position: absolute;
        animation-name: clickMeAnimate;
        animation-duration: 400ms;
        animation-timing-function: ease-in-out;
        animation-delay: 0ms;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: initial;
        height: 60px;
    }

        .clickMe:hover {
            cursor: pointer;
        }

    .giftboxCover {
        display: block;
        margin-left: 17%;
        margin-top: 66.5%;
        position: absolute;
        height: 80px;
    }

    .giftboxBody {
        margin-top: 31%;
        display: block;
        margin-left: 20%;
        margin-top: 90%;
        position: absolute;
        height: 85px;
    }

        .giftboxBody:hover {
            cursor: pointer;
        }

    .couponOuterFrame {
        margin-top: 5%;
        display: block;
        margin-left: 0%;
        border: outset;
        position: absolute;
        height: 430px;
        width: 300px;
    }

    .couponInnerFrame {
        margin-top: 12%;
        display: block;
        margin-left: 0%;
        margin-right: 10%;
        position: absolute;
        height: 360px;
        width: 260px;
    }

    .congratLabel {
        width: 198px;
        height: 24px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 44%;
        margin-left: 35%;
        display: block;
        position: absolute;
    }

    .couponAmount {
        width: 124px;
        height: 80px;
        font-family: OpenSans;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        margin-top: 50%;
        margin-left: 40%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 0px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 85px;
        height: 40px;
        margin-top: 62%;
        margin-left: 19%;
        display: block;
        position: absolute;
    }

    .creditToEwalletBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 0px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 85px;
        height: 40px;
        margin-top: 62%;
        margin-left: 53%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .creditToEwalletBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .termConditionText {
        font-family: OpenSans;
        font-size: 7px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2f2f2f;
        margin-top: 81%;
        margin-left: 19%;
        display: block;
        position: absolute;
    }

    .Rectangle {
        width: 180px;
        height: 55px;
        border-radius: 4px;
        margin-top: 105%;
        margin-left: 18%;
        border-style: dotted;
        color: #a21212;
        display: block;
        position: absolute;
    }

    .voucherCode {
        height: 22px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        text-align: center;
        padding-top: 3%;
        padding-left: 5%;
        display: block;
        position: absolute;
    }

    .expiredDateText {
        height: 19px;
        font-family: OpenSans;
        font-size: 8px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 94%;
        margin-left: 17.5%;
        display: block;
        position: absolute;
    }

    .expiredText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 95%;
        margin-left: 37.5%;
        display: block;
        position: absolute;
    }

    .forgotPasswordLink {
        margin-right: 50%;
        font-size: 12px;
        color: darkturquoise;
    }

    .invalidCouponText {
        margin-top: 70%;
        margin-left: 25%;
        margin-right: auto;
        font-size: 30px;
        position: absolute;
    }
}

@media (max-width: 320px) {

    .clickMe {
        margin-top: 48%;
        display: block;
        margin-left: 22%;
        position: absolute;
        animation-name: clickMeAnimate;
        animation-duration: 400ms;
        animation-timing-function: ease-in-out;
        animation-delay: 0ms;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: initial;
        height: 60px;
    }

        .clickMe:hover {
            cursor: pointer;
        }

    .giftboxCover {
        display: block;
        margin-left: 17%;
        margin-top: 66.5%;
        position: absolute;
        height: 80px;
    }

    .giftboxBody {
        margin-top: 31%;
        display: block;
        margin-left: 20%;
        margin-top: 90%;
        position: absolute;
        height: 85px;
    }

        .giftboxBody:hover {
            cursor: pointer;
        }

    .couponOuterFrame {
        margin-top: 5%;
        display: block;
        margin-left: 0%;
        border: outset;
        position: absolute;
        height: 430px;
        width: 300px;
    }

    .couponInnerFrame {
        margin-top: 12%;
        display: block;
        margin-left: 0%;
        margin-right: 10%;
        position: absolute;
        height: 360px;
        width: 260px;
    }

    .congratLabel {
        width: 198px;
        height: 24px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 47%;
        margin-left: 40%;
        display: block;
        position: absolute;
    }

    .couponAmount {
        width: 124px;
        height: 80px;
        font-family: OpenSans;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        margin-top: 54%;
        margin-left: 48%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 0px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 90px;
        height: 40px;
        margin-top: 70%;
        margin-left: 20%;
        display: block;
        position: absolute;
    }

    .creditToEwalletBtn {
        background-color: white;
        border: solid;
        color: black;
        padding: 0px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-family: OpenSans;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 4px;
        width: 90px;
        height: 40px;
        margin-top: 70%;
        margin-left: 60%;
        display: block;
        position: absolute;
    }

    .useVoucherNowBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .creditToEwalletBtn:hover {
        background-color: #2f2f2f;
        border: solid;
        color: white;
    }

    .termConditionText {
        font-family: OpenSans;
        font-size: 7px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2f2f2f;
        margin-top: 92%;
        margin-left: 23%;
        display: block;
        position: absolute;
    }

    .Rectangle {
        width: 180px;
        height: 55px;
        border-radius: 4px;
        margin-top: 125%;
        margin-left: 22%;
        border-style: dotted;
        color: #a21212;
        display: block;
        position: absolute;
    }

    .voucherCode {
        height: 22px;
        font-family: OpenSans;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #a21212;
        text-align: center;
        padding-top: 3%;
        padding-left: 5%;
        display: block;
        position: absolute;
    }

    .expiredDateText {
        height: 19px;
        font-family: OpenSans;
        font-size: 8px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 110%;
        margin-left: 25%;
        display: block;
        position: absolute;
    }

    .expiredText {
        height: 19px;
        font-family: OpenSans;
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #2f2f2f;
        margin-top: 95%;
        margin-left: 37.5%;
        display: block;
        position: absolute;
    }

    .forgotPasswordLink {
        margin-right: 50%;
        font-size: 12px;
        color: darkturquoise;
    }

    .invalidCouponText {
        margin-top: 80%;
        margin-left: 28%;
        margin-right: auto;
        font-size: 30px;
        position: absolute;
    }
}

/*================================================ End of CouponReward ================================================*/


/*================================================Transfer Non-encashable page Start================================================*/

.etiqaTransferableContainer {
    margin-top: 2%;
    padding: 0.5% 0.5% 1%;
}

.adjustSelection {
    margin-top: 10px;
}

.adjustSelectionBottom {
    padding-bottom: 1%;
}

.adjustRadio {
    padding-left: 10px;
}

.adjustLabel {
    padding-left: 30px;
}

.adjustEmailTextBox {
    margin-left: 37px;
    width: 25%;
}

.adjustMobileTextBox {
    margin-left: 30px;
    width: 25%;
}

.adjustAmountLabel {
    padding-left: 46px;
}

.adjustAmountTextBox {
    margin-left: 149px;
    width: 25%;
}

.adjustButton {
    margin-right: 0%;
}


@media (max-width: 768px) {

    .etiqaTransferableContainer {
        margin-top: 3%;
        padding: 1% 0% 1%;
    }

    .adjustSelection {
        margin-top: 10px;
    }

    .adjustRadio {
        padding-left: 10px;
    }

    .adjustLabel {
        padding-left: 30px;
    }

    .adjustEmailTextBox {
        margin-left: 15px;
        width: 30%;
    }

    .adjustMobileTextBox {
        margin-left: 7px;
        width: 30%;
    }

    .adjustAmountLabel {
        padding-left: 46px;
    }

    .adjustAmountTextBox {
        margin-left: 125px;
        width: 30%;
    }

    .adjustButton {
        margin-right: 0%;
    }
}

@media (max-width: 425px) {
    .adjustSelection {
        margin-top: 10px;
    }

    .adjustSelectionBottom {
        padding-bottom: 5%;
    }

    .adjustRadio {
        padding-left: 10px;
    }

    .adjustLabel {
        padding-left: 30px;
    }

    .adjustEmailTextBox {
        margin-left: 46px;
        width: 60%;
    }

    .adjustMobileTextBox {
        margin-left: 46px;
        width: 60%;
    }

    .adjustAmountLabel {
        padding-left: 46px;
    }

    .adjustAmountTextBox {
        margin-left: 46px;
        width: 60%;
    }

    .adjustButton {
        margin-right: 0%;
    }
}


/*================================================Transfer Non-encashable page End================================================*/


/*================================================ Start of Logout Section ===================================================*/
/*css form star rating*/
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    position: center;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 40px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

/*css form scale rating*/
.btn-scale {
    width: 80px;
    height: 30px;
    text-align: center;
    font-weight: normal;
    color: black;
    font-family: 'Lato', sans-serif;
    border: ridge;
    margin-left: -5px;
    padding: 3px;
}

    .btn-scale:hover {
        background-color: #FFCC00;
        font-weight: bold;
    }

    .btn-scale:active {
        background-color: #FFCC00;
    }

span.scale-selected {
    background-color: #FFCC00;
    font-weight: bold;
}

.d-none {
    display: none;
}

input[type="checkbox"] {
    margin-top: 6px !important;
}
/*================================================ End of Logout Section =====================================================*/


/*================================================ Start of Elastiq Tooltip Section =====================================================*/

#info-tooltip-TotalAdHocTopUp {
    padding: 10px;
    position: absolute;
    width: max-content;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -80px;
    left: 30px;
    font-size: 12px;
    display: none;
}

#info-tooltip-img-TotalAdHocTopUp {
    height: 25px;
    position: absolute;
    top: -20px;
    left: 150px;
}

#info-tooltip-TotalAdHocTopUp-Modal {
    padding: 10px;
    position: absolute;
    width: max-content;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: 110px;
    left: 10px;
    font-size: 12px;
    display: none;
}

#info-tooltip-img-TotalAdHocTopUp-Modal {
    height: 25px;
    position: absolute;
    top: 172px;
    left: 150px;
}

#info-tooltip-PartialWithdrawal {
    padding: 10px;
    position: absolute;
    width: max-content;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -60px;
    left: -15px;
    font-size: 12px;
    display: none;
}

#info-tooltip-img-PartialWithdrawal {
    height: 25px;
    position: absolute;
    top: 18px;
    left: 180px;
}

#info-tooltip-CreditingRate {
    padding: 10px;
    position: absolute;
    width: 100%;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -120px;
    left: -125px;
    font-size: 12px;
    display: none;
}

#info-tooltip-img-CreditingRate {
    height: 25px;
    position: absolute;
    top: -21px;
    left: 155px;
}

#info-tooltip-CreditingRateDash {
    padding: 10px;
    position: absolute;
    width: 150%;
    height 320%: 
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -150px;
    left: -60px;
    font-size: 12px;
    display: none;
}

#info-tooltip-img-CreditingRateDash {
    height: 25px;
    position: absolute;
    top: -22px;
    left: 120px;
}



.info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

@media (max-width: 1024px) {
        #info-tooltip-CreditingRate {
    padding: 10px;
    position: absolute;
    width: 140%;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -155px;
    left: 58px;
    font-size: 12px;
    display: none;
    }

    #info-tooltip-CreditingRateDash {
        padding: 10px;
        position: absolute;
        width: 300%;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: -130px;
        left: -90px;
        font-size: 12px;
        display: none;
    }
}

@media (max-width: 768px) {
    #info-tooltip-TotalAdHocTopUp {
        padding: 10px;
        position: absolute;
        width: max-content;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: -80px;
        left: 20px;
        font-size: 12px;
        display: none;
    }

    #info-tooltip-CreditingRateDash {
        padding: 10px;
        position: absolute;
        width: 300%;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: -130px;
        left: 0px;
        font-size: 12px;
        display: none;
    }

    #info-tooltip-TotalAdHocTopUp-Modal {
        padding: 10px;
        position: absolute;
        width: max-content;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: 130px;
        left: 10px;
        font-size: 12px;
        display: none;
    }

    #info-tooltip-img-TotalAdHocTopUp-Modal {
        height: 25px;
        position: absolute;
        top: 190px;
        left: 150px;
    }

   #info-tooltip-CreditingRate {
    padding: 10px;
    position: absolute;
    width: 80%;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -105px;
    left: -27px;
    font-size: 12px;
    display: none;
}
}

@media (max-width: 425px) {
    #info-tooltip-TotalAdHocTopUp-Modal {
        padding: 10px;
        position: absolute;
        width: max-content;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: 160px;
        left: -15px;
        font-size: 12px;
        display: none;
    }

    #info-tooltip-img-TotalAdHocTopUp-Modal {
        height: 20px;
        position: absolute;
        top: 230px;
        left: 110px;
    }

       #info-tooltip-CreditingRate {
    padding: 10px;
    position: absolute;
    width: 80%;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -133px;
    left: 30px;
    font-size: 12px;
    display: none;
}
}

@media (max-width: 320px) {
    #info-tooltip-TotalAdHocTopUp {
    padding: 10px;
    position: absolute;
    width: max-content;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -90px;
    left: 0px;
    font-size: 12px;
    display: none;
}

    #info-tooltip-CreditingRateDash {
        padding: 10px;
        position: absolute;
        width: 300%;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: -170px;
        left: 0px;
        font-size: 12px;
        display: none;
    }

    #info-tooltip-TotalAdHocTopUp-Modal {
        padding: 10px;
        position: absolute;
        width: max-content;
        white-space: normal;
        word-wrap: normal;
        box-shadow: 1px 1px 20px #ffbf00;
        border-radius: 5px;
        background-color: #fff;
        text-align: justify;
        top: 230px;
        left: -15px;
        font-size: 12px;
        display: none;
    }

    #info-tooltip-img-TotalAdHocTopUp-Modal {
        height: 20px;
        position: absolute;
        top: 305px;
        left: 75px;
    }

        #info-tooltip-CreditingRate {
    padding: 10px;
    position: absolute;
    width: 100%;
    white-space: normal;
    word-wrap: normal;
    box-shadow: 1px 1px 20px #ffbf00;
    border-radius: 5px;
    background-color: #fff;
    text-align: justify;
    top: -140px;
    left: 35px;
    font-size: 12px;
    display: none;
    }
}

/*================================================ End of Elastiq Tooltip Section =====================================================*/

/*================================================ Start of myewallet Section =====================================================*/
@media (min-width: 250px) and (max-width: 766px) {
    .padding-encashment {
        padding-right: 0px;
        padding-top: 30px;
    }

    .padding-amount {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .padding-expired {
        padding-left: 15px;
    }
}

@media (min-width: 767px) {
    .padding-encashment {
        padding-left: 0px;
        padding-right: 0px;
    }

    .padding-amount {
        padding-left: 0px;
        padding-right: 0px;
    }

    .padding-expired {
        padding-left: 0px;
    }
}

@media(max-width: 500px) {
    .search-bar {
        display: contents;
    }

    .search-icon {
        padding: 0px 0px !important;
    }
}

/*================================================ End of myewallet Section =====================================================*/

@media(max-width:345px) {
    .inner-count {
        padding: 3px !important;
    }
}

@media(max-width:830px) {
    .btn-md-app {
        font-size: 12px;
    }
}

.btn-sm-app {
    font-size: 8px;
}

.btn-sm-app {
    font-size: 8px;
}

.px-3 {
    padding: 3px;
}

/*================================================ Start of 2fa Section =====================================================*/
#createModalContainer {
    z-index: 1049;
}
/*================================================ End of 2fa Section =====================================================*/

/*================================================ Start of myNewClaim =====================================================*/
@media (max-width: 425px) {
    #make-claim-modal {
        padding-left: 0%;
        padding-right: 0%;
    }
}

/*================================================ End of myNewClaim =====================================================*/

.IkeaIcon {
    height: 25px;
}

/*================================================ Start of newsFeed button =====================================================*/

.btn-margin {
    margin-right: 10px;
}

@media (min-width: 250px) and (max-width: 400px) {
    .btn-margin {
        margin-top: 5px;
        margin-right: 10px;
    }
}

@media (min-width: 765px) and (max-width: 840px) {
    .btn-margin {
        margin-top: 40px !important;
        margin-right: -150px !important;
    }
}


/*================================================ End of newsFeed button =====================================================*/
/*================================================ Start of IKEA numberfield  =====================================================*/
    .form-group .ikea-input::-moz-placeholder {
        color: #999;

    }

    .form-group .ikea-input:-ms-input-placeholder {
        color: #999;

    }

    .form-group .ikea-input::-webkit-input-placeholder {
        color: #999;

    }
            .form-group .ikea-input::-moz-placeholder {
            color: #999;
        }

        .form-group .ikea-input:-ms-input-placeholder {
            color: #999;
        }

        .form-group .ikea-input::-webkit-input-placeholder {
            color: #999;
        }
/*================================================ End of IKEA numberfield  =====================================================*/
.padding-10{
    padding:10px;
}

/*.RequestTable th, tr {
    text-align: center;
}*/

.padding-top-20 {
    padding-top: 20px;
}

.margin-top-n2 {
    margin-top: -2px;
}

/*================================================ Start of Retry BO field  =====================================================*/
.collapseText {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px;
    color: red;
}

.expandText {
    width: 500px;
    height:auto;
    color: red;
}

/*================================================ End of Retry BO field  =====================================================*/
 #custom-search-input {
  background: #e8e6e7 none repeat scroll 0 0;
  margin: 0;
  padding: 10px;
}
   #custom-search-input .search-query {
   background: #fff none repeat scroll 0 0 !important;
   border-radius: 4px;
   height: 33px;
   margin-bottom: 0;
   padding-left: 7px;
   padding-right: 7px;
   }
   #custom-search-input button {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   border: 0 none;
   border-radius: 3px;
   color: #666666;
   left: auto;
   margin-bottom: 0;
   margin-top: 7px;
   padding: 2px 5px;
   position: absolute;
   right: 0;
   z-index: 9999;
   }
   .search-query:focus + button {
   z-index: 3;   
   }
   .all_conversation button {
   background: #f5f3f3 none repeat scroll 0 0;
   border: 1px solid #dddddd;
   height: 38px;
   text-align: left;
   width: 100%;
   }
   .all_conversation i {
   background: #e9e7e8 none repeat scroll 0 0;
   border-radius: 100px;
   color: #636363;
   font-size: 17px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   width: 30px;
   }
   .all_conversation .caret {
   bottom: 0;
   margin: auto;
   position: absolute;
   right: 15px;
   top: 0;
   }
   .all_conversation .dropdown-menu {
   background: #f5f3f3 none repeat scroll 0 0;
   border-radius: 0;
   margin-top: 0;
   padding: 0;
   width: 100%;
   }
   .all_conversation ul li {
   border-bottom: 1px solid #dddddd;
   line-height: normal;
   width: 100%;
   }
   .all_conversation ul li a:hover {
   background: #dddddd none repeat scroll 0 0;
   color:#333;
   }
   .all_conversation ul li a {
  color: #333;
  line-height: 30px;
  padding: 3px 20px;
}
   .member_list .chat-body {
   margin-left: 47px;
   margin-top: 0;
   }
   .top_nav {
   overflow: visible;
   }
   .member_list .contact_sec {
   margin-top: 3px;
   }
   .member_list li {
   padding: 6px;
   }
   .member_list ul {
   border: 1px solid #dddddd;
   }
   .chat-img img {
   height: 34px;
   width: 34px;
   }
   .member_list li {
   border-bottom: 1px solid #dddddd;
   padding: 6px;
   }
   .member_list li:last-child {
   border-bottom:none;
   }
   .member_list {
   height: 380px;
   overflow-x: hidden;
   overflow-y: auto;
   }
   .sub_menu_ {
  background: #e8e6e7 none repeat scroll 0 0;
  left: 100%;
  max-width: 233px;
  position: absolute;
  width: 100%;
}
.sub_menu_ {
  background: #f5f3f3 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  left: 100%;
  margin-left: 0;
  max-width: 233px;
  position: absolute;
  top: 0;
  width: 100%;
}
.all_conversation ul li:hover .sub_menu_ {
  display: block;
}
.new_message_head button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}
.new_message_head {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  font-size: 13px;
  font-weight: 600;
  padding: 18px 10px;
  width: 100%;
}
.message_section {
  border: 1px solid #dddddd;
}
.chat_area {
  float: left;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.chat_area li {
  padding: 14px 14px 0;
}
.chat_area li .chat-img1 img {
  height: 40px;
  width: 40px;
}
.chat_area .chat-body1 {
  margin-left: 50px;
}
.chat-body1 p {
  background: #fbf9fa none repeat scroll 0 0;
  padding: 10px;
}
.chat_area .admin_chat .chat-body1 {
  margin-left: 0;
  margin-right: 50px;
}
.chat_area li:last-child {
  padding-bottom: 10px;
}
.message_write {
  background: #f5f3f3 none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}

.message_write textarea.form-control {
  height: 70px;
  padding: 10px;
}
.chat_bottom {
  float: left;
  margin-top: 13px;
  width: 100%;
}
.upload_btn {
  color: #777777;
}
.sub_menu_ > li a, .sub_menu_ > li {
  float: left;
  width:100%;
}
.member_list li:hover {
  background: #428bca none repeat scroll 0 0;
  color: #fff;
  cursor:pointer;
}
div.ColVis{float:right;margin-bottom:1em}button.ColVis_Button,ul.ColVis_collection li{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:0.88em;color:black !important;white-space:nowrap;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#ffffff;background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:-o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);background:linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 )}.ColVis_Button:hover,ul.ColVis_collection li:hover{border:1px solid #666;text-decoration:none !important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);background:linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 )}button.ColVis_Button{height:30px;padding:3px 8px}button.ColVis_Button::-moz-focus-inner{border:none !important;padding:0}button.ColVis_Button:active{outline:none}div.ColVis_collectionBackground{position:fixed;top:0;left:0;height:100%;width:100%;background-color:black;z-index:1100}ul.ColVis_collection{list-style:none;width:150px;padding:8px 8px 4px 8px;margin:0;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:#f3f3f3;background-color:rgba(255,255,255,0.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-shadow:3px 3px 5px rgba(0,0,0,0.3)}ul.ColVis_collection li{position:relative;height:auto;left:0;right:0;padding:0.5em;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}ul.ColVis_collection li{text-align:left}ul.ColVis_collection li.ColVis_Button:hover{border:1px solid #999;background-color:#f0f0f0}ul.ColVis_collection li span{display:inline-block;padding-left:0.5em;cursor:pointer}ul.ColVis_collection li.ColVis_Special{border-color:#555;background:#ededed;background:-webkit-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);background:-moz-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);background:-ms-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);background:-o-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);background:linear-gradient(to bottom, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 )}ul.ColVis_collection li.ColVis_Special:hover{background:#e2e2e2;background:-webkit-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);background:-moz-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);background:-ms-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);background:-o-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);background:linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 )}span.ColVis_radio{display:inline-block;width:20px}div.ColVis_catcher{position:absolute;z-index:1101}.disabled{color:#999}

span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container .multiselect-reset .input-group{width:93%}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
