#offerViewer {
    display: block;
}

#offerViewer .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: linear-gradient(180deg, #a96508, var(--dc));
    color: #fff;
    /* box-shadow: 0 0 4px 0px #0000007a; */
    border-radius: 0 0 3px 3px;
}

#offerViewer .header .bound-box {
    width: 30px;
    height: 30px;
    ;}

#offerViewer .header .text {
    font-size: 14px;
    margin: 0 auto;
    direction: rtl;
}

#offerViewer .header .headerBtn {
    width: 30px;
    height: 30px;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#offerViewer .header #offerViewBackBtn {
    background-image: url('../assets/chevron-right.svg');
    filter: invert(1);
}

#offerViewer .content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
}

#offerViewer .content #buffering {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#offerViewer .content #buffering .loading-icon {
    background-size: 50px 50px;
}

#offerViewer .content .images-holder {
    width: 100%;
    text-align: center;
    margin: 2px 0;
}

#offerViewer .content .img-link {
    display: inline-grid;
    margin: 2px;
    background-color: var(--sc);
    background-image: url('../assets/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15% 15%;
    border-radius: 4px;
}

#offerViewer .content .img-link .img {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

#offerViewer .content .info-holder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#offerViewer .content .info-holder .info-item {
    direction: rtl;
    /* display: flex; */
    margin: 5px 0;
    padding: 5px;
    background-color: #bd720a5c;
    border-radius: 3px;
    border: 1px solid var(--dc);
    margin: 0px 3px;
}

#offerViewer .content .info-holder .info-item .info-icon {
    width: 20px;
    height: 20px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url('../assets/info-circle.svg');
}

#offerViewer .content .info-holder .info-item .text {
    text-align: center;
}

#offerViewer .content .table {
    border: solid 1px var(--dc);
    direction: rtl;
    margin: 15px auto;
    border-radius: 3px;
    max-width: 500px;
}

#offerViewer .content .table .row {
    width: 100%;
    display: flex;
    border-bottom: solid 1px var(--dc);
}

#offerViewer .content .table .row:nth-child(even) {
    background-color: #bd720a1f;
}

#offerViewer .content .table .row:nth-child(odd) {
    background-color: #bd720a45;
}

#offerViewer .content .table .row:nth-last-child(1) {
    border-bottom: none;
}

#offerViewer .content .table .title-row {
    width: 100%;
    display: flex;
    border-bottom: solid 1px var(--dc);
    background-color: #bd720a99;
}

#offerViewer .content .table .row-item {
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 5px;
    width: 100%;
    border-left: solid 1px var(--dc);
    align-items: center;
}

#offerViewer .content .table .row-item:nth-last-child(1) {
    border-left: none;
}

#offerViewer .content .table #tb-currencyType {
    width: 100%;
    border: none;
    background: transparent;
    height: 20px;
    font-size: initial;
    padding: 0;
    margin: 0;
    text-align: center;
}

#offerViewer .content .caption-text {
    direction: rtl;
    margin: 15px 10px;
    font-size: 18px;
    text-align: center;
}

#offerViewer>.content>.holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

#offerViewer>.content .btn {
    width: 200px;
    height: 30px;
    padding: 10px 10px;
    display: flex;
    justify-content: right;
    align-items: center;
    border: 2px solid var(--dc);
    margin: 6px 0;
    background-color: #fff;
}

#offerViewer>.content .number-btn {
    justify-content: center;
}

#offerViewer>.content .btn>.text {
    direction: rtl;
    margin-left: 10px;
    font-weight: bold;
}

#offerViewer>.content .btn>.number {
    direction: ltr;
    margin: 0;
    font-size: 18px;
}

#offerViewer>.content .btn>.icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 10px;
}

#offerViewer>.content>.holder>.large-icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
}

#offerViewer>.content>.holder>.wa-icon {
    background-image: url(../assets/call.svg);
}

#offerViewer>.content>.holder>.call-icon {
    background-image: url(../assets/whatsapp.svg);
}

#offerViewer>.content>.holder>.separator {
    width: 30%;
    height: 0px;
    border-bottom: dashed 1px var(--dc);
    margin: 10px 0px 5px 0px;
}

#offerViewer>.content>.holder a {
    text-decoration: none;
    color: var(--dc);
}

#offerViewer>.content>.holder a:hover {
    color: #fff;
    background-color: var(--dc);
    transform: scale(0.97);
    transition: transform 150ms;
}

#offerViewer>.content>.holder a:hover .icon {
    filter: brightness(100);
}
