/******************************* Colors *********************************/
/* color1 :   ebebeb     توسی       */
/* color2 :   003164     سرمه ای     */
/* color3 :   1ac4f4    فیروز های     */
/******************************* Colors *********************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    border: 0 none;
}

html {
    height: 100%;
    font-size: 10px;
    overflow-x: hidden;
}

body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    direction: rtl;
    background: #ebebeb;
    /* padding-bottom: 35px; */
}

body.public-role {
    background: transparent url("../images/homebg.jpg") no-repeat center/cover;
}


/* body.user-role {
    background: transparent url("../images/body.jpg") no-repeat center/cover;
} */

body.admin-role {
    background: transparent url("../images/homebg.jpg") no-repeat center/cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
i,
address,
b,
p {
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.clear {
    width: 0;
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.shadow-none {
    box-shadow: none !important;
}

.showDateSpan{
    position: absolute;
    left: 10px;
    top: 11px;
    background-color: #003164;
    color: #fff;
    padding: 4px;
    border-radius: 6px 0;
    font-size: 12px;
}

.showDateSpan.a1 {
    left: -1px;
    top: -1px;
    border-radius: 0 0 10px;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}

.required:after{
    content: "*";
    position: absolute;
    left: 10px;
    color: #d35050;
    top: 10px;
}
.required.req2:after{
    left: unset;
    right: 10px;
    top: 37%;
}

.required.req3:before {
    position: unset;
    left: unset;
    top: unset;
    content: "*";
    color: #d35050;
    float: right;
    margin-left: 5px;
}
.required.req3:after {
    content: unset;
}
.clearfix:after {
    clear: both;
}

a,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.disnone {
    display: none !important;
}

input,
textarea {
    outline: 0 none;
}

input,
textarea,
a,
i {
    -webkit-transition: all .4s;
    transition: all .4s;
}

textarea {
    resize: none;
}

select option {
    padding: 0 10px;
    line-height: 25px;
}

input[type=submit],
input[type=checkbox],
input[type=radio],
label.choice {
    cursor: pointer;
    vertical-align: middle;
}

input[type=checkbox],
input[type=radio] {
    margin-left: 5px;
}

input[disabled],
.disabled,
.disabled * {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

input[name=captcha],
input.card {
    font-family: 'consola';
    font-size: 2rem !important;
    letter-spacing: 2px;
    color: #555;
    height: 43px;
    text-align: center !important;
}

.error_container {
    display: none;
    padding: 5px 30px;
    border: 1px solid #FFA9A9;
    margin: 0 auto 20px;
    background-color: #FFEFEF;
    color: #900;
    font-size: 1.1rem;
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.flex_parent {
    display: flex;
}

.vertical_center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


/**************************** CHECK_RADIO_STYLE *******************************/


/*#1*/

.check_radio_style1 {
    cursor: pointer;
}

.check_radio_style1 input[type="checkbox"],
.check_radio_style1 input[type="radio"] {
    display: none;
}

.check_radio_style1 input[type="checkbox"] + span,
.check_radio_style1 input[type="radio"] + span {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 4px;
}

.check_radio_style1 input[type="checkbox"]:checked + span {
    position: relative;
}

.check_radio_style1 input[type="radio"] + span {
    border: solid 1px #ddd;
    border-radius: 50%;
}

.check_radio_style1 input[type="radio"]:checked + span {
    position: relative;
    width: 17px;
    height: 17px;
}

.check_radio_style1 input[type="radio"]:checked + span:after {
    position: absolute;
    content: '';
    background-color: #e8be58;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.check_radio_style1 input[type="checkbox"]:checked + span:after {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 17px;
    font-size: 16px;
    color: #e8be58;
    vertical-align: middle;
}


/**************************** TABLE STYLE *******************************/

/*#1*/

.table_style1 {
    border-collapse: collapse;
    border-radius: 2px;
    width: 100%;
    min-width: 800px;
    border: solid 1px #e1e1e1;
    vertical-align: middle;
}

.table_style1 thead {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}

.table_style1 thead th {
    padding: 10px;
    color: #0061ab;
    font-size: 1.2rem;
}

.table_style1 tbody {
    background-color: #fff;
}

.table_style1 tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

.table_style1 tbody tr:last-child {
    border-bottom: none;
}

.table_style1 tbody td {
    color: #777;
    font-size: 1.2rem;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #e1e1e1;
    position: relative;
}

.table_style1 tbody td:last-child {
    border-left: none;
}

.table_style1 tbody td.no {
    background-color: #f8f8f8;
    color: #ccc;
    min-width: 5%;
    position: static;
}

.table_style1 tbody td.name {
    min-width: 42%;
}

.table_style1 tbody td.name a {
    color: #725891;
}

.table_style1 tbody td.name a:hover {
    opacity: .7;
}

.table_style1 tbody .btn {
    border: solid 1px #31383E;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    padding: 5px 0;
    width: 100%;
}

.table_style1 tbody .btn:hover {
    opacity: .7;
}

.editor-style {
    direction: rtl;
    text-align: justify;
}

.editor-style p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 26px;
}

.editor-style h2 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 35px;
    margin: 10px 0;
}

.editor-style h3 {
    color: #07bdc8;
    font-size: 1.4rem;
    line-height: 28px;
}


/*#2*/

.table_style2 {
    border-collapse: collapse;
    border-radius: 2px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
}

.table_style2 thead {
    background-color: #3AEECE;
    border-bottom: 3px solid #07bdc8;
}

.table_style2 thead th {
    padding: 10px;
    color: #294644;
    vertical-align: middle;
    font-size: 1.2rem;
    text-align: center;
}

.table_style2 tbody {
    background-color: #294644;
}

.table_style2 tbody tr {
    box-shadow: 0 2px 3px #3aeece;
}

.table_style2 tbody tr:last-child {
    border-bottom: none;
}

.table_style2 tbody td {
    color: #fff;
    font-size: 1.3rem;
    padding: 10px;
    direction: rtl;
    text-align: center;
    position: relative;
}

.table_style2 tbody td span {
    display: inline-block;
}

.table_style2 tbody td:last-child {
    border-left: none;
}

.table_style2 .status {
    font-size: 1.4rem;
}

.table_style2 .status.red {
    color: #f13531;
}

.table_style2 .status.green {
    color: #4CAF50;
}

.table_style2 .status.yellow {
    color: yellow;
}


/*new menu*/

.main-sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 95px;
    min-height: 100%;
    width: 115px;
    z-index: 1031;
    padding: 70px 0;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background-size: cover !important;
    /* background: transparent url("../images/admin-roban.png") repeat-y center/contain; */
}

.main-sidebar .item {
    text-align: center;
}

.main-sidebar .item a {
    padding: 7px 10px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    color: #00ceff;
}

.main-sidebar .item a:hover, .main-sidebar .item a.active {
    color: #afafaf;
}

.main-sidebar .item:first-child {
    height: 170px;
}

.main-sidebar .item .logo-bg {
    background: transparent url("../images/logo-bg.png") no-repeat center/contain;
    height: 150px;
    position: absolute;
    left: -40px;
    right: -40px;
    margin: 0 auto;
    width: 150px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

.main-sidebar .item .logo-bg img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.main-sidebar .sidebar .item i {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
}

.main-sidebar .sidebar .item.has_sub {
    position: relative;
}

.main-sidebar .sidebar .submenu {
    position: absolute;
    width: 200px;
    right: 75px;
    top: 0;
    display: none;
    text-align: right;
    background-color: #000;
}

.main-sidebar .sidebar .item3 {
    padding: 0;
}

.main-sidebar .sidebar .item3 > a {
    color: #fff;
    font-size: 1.3rem;
}

.main-sidebar .sidebar .item3 .sub_title {
    text-align: center;
    background-color: #e8be58;
    color: #000;
    font-size: 1.4rem;
    line-height: 35px;
}

.main-sidebar .sidebar .item.has_sub:after {
    content: none;
}

.tooltip-inner {
    font-size: 1.3rem;
    padding: 0.5rem;
}


/*header*/

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    background: #000;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
    text-align: center;
}

.main-header .logo {
    background: #b38f39;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    float: right;
    height: 50px;
    width: 230px;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.main-header .menu-responsive {
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #F44336;
    border-radius: 50%;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.main-header .navbar {
    /* -webkit-transition: margin-right .3s ease-in-out;
     -o-transition: margin-right .3s ease-in-out;
     transition: margin-right .3s ease-in-out;
     margin-bottom: 0;
     margin-right: 230px;
     min-height: 50px;*/
    display: none;
}

.main-header .menu-responsive i {
    line-height: 40px;
    vertical-align: middle;
}

.navbar-custom-menu {
    float: left;
    position: relative;
    display: block;
}

.navbar-custom-menu .user-menu-btn i {
    color: #fff;
}

.main-header .menu-responsive {
    display: none;
}

.navbar-custom-menu .user-menu-btn {
    display: inline-block;
    vertical-align: middle;
}

.navbar-custom-menu .user-img {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent none no-repeat center center / cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 50%;
}

.navbar-custom-menu .user-img img {
    border-radius: 50%;
}

.navbar-custom-menu .user-name {
    float: left;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 7px;
}

.navbar-custom-menu .user-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 100%;
    text-align: right;
    top: 47px;
    display: none;
    direction: rtl;
}

.navbar-custom-menu .user-menu:before {
    content: "";
    position: absolute;
    border-bottom: solid 10px #fff;
    border-top: solid 10px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: -20px;
    left: 10px;
}

.navbar-custom-menu .user-menu:after {
    content: "";
    position: absolute;
    border-bottom: solid 10px rgba(0, 0, 0, 0.2);
    border-top: solid 10px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: -21px;
    left: 10px;
    z-index: -1;
}

.navbar-custom-menu .user-menu .item > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 7px 12px;
    font-size: 1.2rem;
    line-height: 24px;
}

.navbar-custom-menu .user-menu .item > a:hover {
    color: #b38f39;
}

.navbar-custom-menu .user-menu .item > a i {
    vertical-align: middle;
}

.navbar-custom-menu .user-name p {
    color: #F44336;
    font-weight: bold;
    display: inline-block;
}

.navbar-custom-menu .user-name p span {
    color: #000;
    font-weight: normal
}

.projectsItem {
    padding: 5px;
}

.projectsItem a section {
    background: aliceblue;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    min-height: 148px;
}

.projectsItem a section img {
    margin: 0;
    height: 100px;
    width: 100%;
}

.projectsItem a section h5 {
    margin: 10px;
}

.removeBox {
    position: absolute;
    left: 18px;
    top: 4px;
    padding: 0 5px 0 5px;
    height: 18px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1000;
}

.scoreHistory {
}

.scoreHistory img {
    width: 40% !important;
    height: 60px !important;
}

.scoreHistory p {
    font-size: 13px !important;
    margin: 0 !important;
}

img.fish {
    width: 100% !important;
    height: 300px !important;
    margin: 0 !important;
}

#spinnerElement {
    background: #c1c1c1c2;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 1000000;
    color: #2f63b1 !important;
    text-align: center;
    vertical-align: baseline;
    display: none;
}

#spinnerElement.show {
    display: block !important;
}

#spinnerElement .holder {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#spinnerElement .holder .spinner {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 2px 2px 2px #003164;
    animation: spinner 1.2s linear infinite;
}

#spinnerElement > .content {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #00ceff !important;
    text-align: center;
    line-height: 103px;
    color: white;
    font-size: 10px
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*footer*/

footer {
    width: 100%;
    height: 100%;
    background-image: url(./../images/wave.png);
    background-position: inherit;
    background-size: cover;
    z-index: -1;
}

footer p {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
    border-top: solid 1px rgba(0, 0, 0, 0.5);
}

.selectTransactions .content-wrapper {
    padding: 18px 0;
}

.logo_responsive {
    display: none;
}

.main-header .toggle-menu-btn {
    float: right;
}

.content-wrapper {
    -webkit-transition: -webkit-transform .3s ease-in-out, all .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, all .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, all .3s ease-in-out;
    transition: transform .3s ease-in-out, all .3s ease-in-out;
}

.login_box .title-style2 {
    margin-bottom: 20px;
}

.form_style1 input[type="text"],
.form_style1 input[type="password"] {
    margin-bottom: 20px;
}

.login_box .customer_tel {
    margin-top: 20px;
}

.navbar-custom-menu {
    display: none;
}

.logo_responsive {
    width: 50%;
    height: 60px;
    display: inline-block;
    text-align: center;
}

.logo_responsive img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.content-wrapper {
    min-height: 320px;
    width: 100%;
}

.content-original {
    position: relative;
    /* max-width: 360px; */
    box-shadow: 0 0 40px 0px #696969;
}

.content-original .back-bg {
    box-shadow: 0 0 0 0 #000;
}


/*.content-original:before{
    position: absolute;
    content: '';
    left:0;
    right:0;
    top: 0;
    bottom:0;
    background: transparent url("../images/content-shadow.png") no-repeat;
}*/

.content-box {
    /* position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto; */

    /* background-image: linear-gradient(#76f8ff, #c7c7c7); */
    background-color: #f1f1f1;
    padding: 0;
}

.visible-scroll {
    overflow-x: auto;
    height: 595px;
}

.selectTransactions .content-wrapper {
    padding: 0;
}

.card_style {
    width: 100%;
    position: relative;
}

.card_style a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /* height: 250px; */
    position: relative;
    margin-bottom: 10px;
}

.card_style img {
    width: 100%;
    object-fit: contain;
}


/*
    .card_style a{
        color: #fff;
        font-size: 2rem;
        line-height: 40px;
        height:100%;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        background-color: #575757;
        background-color: rgba(0,0,0,0.3);
        border-radius: 10px;
    }
    .card_style a .lnr-plus-circle{
        font-size: 50px;
        line-height: 100px;
        color: #2cfccb;
    }*/

.card_info {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    width: 100%;*/
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin-bottom: -85px;
    /*padding: 0 15px;*/
    padding: 0;
    text-align: center;
    width: 100%;
}

.card_info .item {
    float: right;
    width: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.card_info .item:first-child {
    float: none;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.card_info .item.type2 {
    float: none;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.card_info .item:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
}

.layers-balance {
    margin-top: 10px;
}


/*.layers-balance{
    margin: 10px;
}*/

.layers-balance .item {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px;
    width: 50%;
    float: right;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    line-height: 24px;
}

.layers-balance .total {
    width: 100%;
    border: none;
}

.layers-balance .item .info {
    float: right;
    width: 50%;
}

.layers-balance .item:last-child {
    margin-bottom: 0;
}

.layers-balance .item:nth-child(even):after {
    position: absolute;
    content: "";
    left: 0;
    background-color: #ddd;
    width: 1px;
    top: 0;
    bottom: 0;
    height: 25px;
    margin: auto 0;
}

.buy-3 .layers-balance .item:nth-child(even):after,
.profile .layers-balance .item:nth-child(even):after {
    content: none;
}

.layers .layers-balance .item {
    color: #3AEECE;
}

.buy-3 .layers-balance .item,
.layers .layers-balance .item.total,
.profile .layers-balance .item {
    background-color: #294644;
}

.layers-balance .item.half {
    width: 48%;
    margin-left: 4%;
    color: #3AEECE;
}

.profile .layers-balance .item.half {
    color: #07bdc8;
}

.layers-balance .item.half:nth-child(2n) {
    margin-left: 0;
}

.layers-balance .item .inventory {
    color: #07bdc8;
    font-size: 1.5rem;
}

.layers .layers-balance .item:nth-child(even):after {
    background-color: #3AEECE;
}


/*.buy-3 .layers-balance .item,.layers .layers-balance .item.total,.profile .layers-balance .item{
    background-color: #294644;
}*/

.layers-balance .item .card-number {
    font-size: 1.65rem;
}


.selectBoxItem{}
.selectBoxItem i{
    font-size: 14px;
}
.selectBoxItem select{
    font-size: 12px !important;
    background: #003164 !important;
}
.selectBoxItem input:after{}
.change .layers-balance {
    text-align: center;
}

.change .layers-balance .item:last-child {
    float: none;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.profile-info {
    padding: 15px;
    position: relative;
}

.profile-info .profile-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.profile-info .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-info .profile-name {
    color: #fff;
    font-size: 1.7rem;
    line-height: 34px;
}

.profile-info input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: 2;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.profile-info input[type="file"] + span {
    border-radius: 50%;
    background-color: #3AEECE;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.profile-info input[type="file"] + span i {
    vertical-align: middle;
    line-height: 30px;
    font-size: 1.5rem;
}


/* footer{display: none;}*/

.list-style1 .item {
    /*code comment*/
    /*width:50%;float:right;*/
    /*border-bottom:solid 1px #fff;!*code comment*!*/
    /*code add*/
    padding: 5px;
    /*code add*/
}

.list-style1 .item:first-child {
    /*code comment*/
    /*width: 100%;float: none;*/
    /*code comment*/
}

.list-style1 .item:nth-child(even) {
    /*code comment*/
    /*border-left: solid 1px #fff;*/
    /*code comment*/
}

.list-style1 .item:nth-last-child(2),
.list-style1 .item:last-child {
    border-bottom: none;
}

.list-style1 .item > a {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    font-size: 10px;
    padding: 15px 0 0 0 ;
    line-height: 20px;
    min-height: 100%;
    border-radius: 6px;
    margin: 0 1px;
    background: #fff;
}

.list-style1 .item:nth-last-child(1) >a p {background-color: #003f5b;}
.list-style1 .item:nth-last-child(1) >a i {color: #003f5b;}
.list-style1 .item:nth-last-child(2) >a p {background-color: #424d39;}
.list-style1 .item:nth-last-child(2) >a i {color: #424d39;}
.list-style1 .item:nth-last-child(3) >a p {background-color: #9c7b01;}
.list-style1 .item:nth-last-child(3) >a i {color: #9c7b01;}
.list-style1 .item:nth-last-child(4) >a p {background-color: #E040FB;}
.list-style1 .item:nth-last-child(4) >a i {color: #E040FB;}
.list-style1 .item:nth-last-child(5) >a p {background-color: #FF1744;}
.list-style1 .item:nth-last-child(5) >a i{color: #FF1744;}
.list-style1 .item:nth-last-child(6) >a p {background-color: #FF6E40;}
.list-style1 .item:nth-last-child(6) >a i{color: #FF6E40;}
.list-style1 .item:nth-last-child(7) >a p{background-color: #26C6DA;}
.list-style1 .item:nth-last-child(7) >a i{color: #26C6DA;}
.list-style1 .item:nth-last-child(8) >a p{background-color: #562a17;}
.list-style1 .item:nth-last-child(8) >a i{color: #562a17;}
.list-style1 .item:nth-last-child(9) >a p{background-color: #0d5b68;}
.list-style1 .item:nth-last-child(9) >a i{color: #0d5b68;}
.list-style1 .item:nth-last-child(10) >a p{background-color: #5f0166;}
.list-style1 .item:nth-last-child(10) >a i{color: #5f0166;}
.list-style1 .item:nth-last-child(11) >a p{background-color: #098105;}
.list-style1 .item:nth-last-child(11) >a i{color: #098105;}
.list-style1 .item:nth-last-child(12) >a p{background-color: #1f66ff;}
.list-style1 .item:nth-last-child(12) >a i{color: #1f66ff;}
.list-style1 .item:nth-last-child(13) >a p{background-color: #2a6743;}
.list-style1 .item:nth-last-child(13) >a i{color: #2a6743;}
.list-style1 .item:nth-last-child(14) >a p{background-color: #00B8D4;}
.list-style1 .item:nth-last-child(14) >a i{color: #00B8D4;}
.list-style1 .item:nth-last-child(15) >a p{background-color: #bb4926;}
.list-style1 .item:nth-last-child(15) >a i{color: #bb4926;}
.list-style1 .item:nth-last-child(16) >a p{background-color: #ffa216;}
.list-style1 .item:nth-last-child(16) >a i{color: #ffa216;}
.list-style1 .item:nth-last-child(17) >a p{background-color: #D50000;}
.list-style1 .item:nth-last-child(17) >a i{color: #D50000;}
.list-style1 .item:nth-last-child(18) >a p{background-color: #00B0FF;}
.list-style1 .item:nth-last-child(18) >a i{color: #00B0FF;}
.list-style1 .item:nth-last-child(19) >a p{background-color: #BA68C8;}
.list-style1 .item:nth-last-child(19) >a i{color: #BA68C8;}
.list-style1 .item:nth-last-child(20) >a p{background-color: #a77d00;}
.list-style1 .item:nth-last-child(20) >a i{color: #a77d00;}
.list-style1 .item:nth-last-child(21) >a p{background-color: #ec5c30;}
.list-style1 .item:nth-last-child(21) >a i{color: #ec5c30;}
.list-style1 .item:nth-last-child(22) >a p{background-color: #07dc64;}
.list-style1 .item:nth-last-child(22) >a i{color: #07dc64;}
.list-style1 .item:nth-last-child(23) >a p{background-color: #6f3bec;}
.list-style1 .item:nth-last-child(23) >a i{color: #6f3bec;}
.list-style1 .item:nth-last-child(24) >a p{background-color: #0aef95;}
.list-style1 .item:nth-last-child(24) >a i{color: #0aef95;}
.list-style1 .item:nth-last-child(25) >a p{background-color: #0d5b68;}
.list-style1 .item:nth-last-child(25) >a i{color: #0d5b68;}


.list-style1 .item > a i , .list-style1 .item > a span{
    /*color: #585858;*/
    margin-bottom: 10px !important;
}
.list-style1 .item > a p{
    margin: 0;
    border-radius: 0 0 6px 6px;
    padding: 4px;
}
.list-style1 .item > a:first-child span {
    display: block;
}

.list-style1 ul {
    /*code add*/
    margin-right: 0;
    margin-left: 0;
    /*code add*/
}

.list-style1 .item > a:hover {
    color: #ffffff;
}

.list-style1 .item > a span,
.money-transfer .alert-white span {
    background: transparent none no-repeat center center / contain;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.inputElement {
    padding: 5px 45px 5px 5px;
}

.beforeElement {
    position: absolute;
    margin-top: -54px;
    font-size: 15px;
    margin-right: 0px;
    background-color: #07bec8;
    padding: 11px 8px;
    color: #fff;
    border-radius: 0 3px 3px 0;
    font-weight: 600;
    width: 37px;
    height: 37px;
    text-align: center;
}


.beforeElement.e2 {
    margin-top: -54px;
}


.fileElement {
    width: 40px;
    z-index: 6;
    height: 40px !important;
    border: none;
    font-size: 0;
    margin: 0 0 0 5px !important;
    padding: 0;
    box-shadow: none !important;
}

.fileElement::before {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background-color: #07bec8;
    font-size: 28px;
    position: absolute;
    color: #fff;
    width: 40px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

/*start joda sazi*/

.list-style1 .item:first-child > a span {
    display: block;
    margin: auto;
    vertical-align: middle;
}


/*start joda sazi*/

.money-transfer .alert-white span {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}


/*.list-style1 .item > a #money0{background-image: url("../images/icon/buy.png");}*/

.list-style1 .item > a #money0 {
    background-image: url("../images/icon/karafarin-buy.png");
}

.list-style1 .item > a #money1,
.money-transfer .alert-white #money1 {
    background-image: url("../images/icon/pay.png");
}

.list-style1 .item > a i {
    font-size: 30px;
    width: 100%;
}

/*.list-style1 .item > a #money2,.money-transfer .alert-white #money2{background-image: url("../images/icon/payment-method.png");}*/

.list-style1 .item > a #money2,
.money-transfer .alert-white #money2 {
    background-image: url("../images/icon/my-insurances.png");
}

.list-style1 .item > a #money3,
.money-transfer .alert-white #money3 {
    background-image: url("../images/icon/funds.png");
}

.list-style1 .item > a #money4 {
    background-image: url("../images/icon/tablet.png");
}

.list-style1 .item > a #money5,
.money-transfer .alert-white #money5 {
    background-image: url("../images/icon/give-money.png");
}

.list-style1 .item > a #money6 {
    background-image: url("../images/icon/contract.png");
}

.list-style1 .item > a #money7 {
    background-image: url("../images/icon/elevator.png");
}

.list-style1 .item > a #money8 {
    background-image: url("../images/icon/accident.png");
}

.list-style1 .item > a #money9 {
    background-image: url("../images/icon/family.png");
}

.list-style1 .item > a #money10 {
    background-image: url("../images/icon/doctors.png");
}

.list-style1 .item > a #money11 {
    background-image: url("../images/icon/fire.png");
}

.list-style1 .item > a #money12 {
    background-image: url("../images/icon/club-plus.png");
}

.list-style1 .item > a #money13 {
    background-image: url("../images/icon/co-workers.png");
}


/* .right-side-collapsed .main-header .logo,.main-header .navbar,.right-side-collapsed .main-sidebar .sidebar .item.has_sub:after{display: none;}
 .right-side-collapsed .main-sidebar .sidebar .item > a{text-align: center;}
 .right-side-collapsed .submenu{display: none !important;}*/

.list-style2 {
    padding-top: 10px;
}

.list-style2 .item {
    text-align: right;
    /*overflow-x: scroll;*/
    width: 100%;
}

.list-style2 .item .alert-white {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 28px;
}

.list-style2 .item .subscription-code {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    margin-bottom: 1em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.list-style2 .item .subscription-code .item2 {
    float: right;
    width: 50%;
}

.list-style2 .item .subscription-code .item2 span {
    line-height: 40px;
    font-size: 1.3rem;
    display: block;
    position: relative;
}

.list-style2 .item .subscription-code .item2 span button {
    font-size: 1.8rem;
    line-height: normal;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: auto;
    border: 0;
    background-color: transparent;
}

.list-style2 .item .subscription-code .item2 input {
    text-align: center;
    font-size: 1.7rem;
}

.list-style2 .item .subscription-code .item2 .form-group {
    margin: 0;
}

.list-style2 .item .subscription-code .item2 .form-group .form-control {
    border: 0;
}

.list-style2 .item .title-style1 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 7px 10px;
}

.list-style2 .item label {
    color: #3AEECE;
    font-size: 1.3rem;
    line-height: 20px;
}

.list-style2.buy-1 .item .form-group {
    border-bottom: 5px solid #294644;
}

.list-style2 .item .form-control {
    height: 40px;
    border-radius: 0.5rem;
}

.list-style2.money-transfer .item .alert-white {
    text-align: right;
    margin-bottom: 25px;
}

.list-style2.money-transfer .item .alert-white i {
    float: left;
    vertical-align: middle;
    font-size: 2rem;
    position: relative;
    top: 5px;
}

.list-style2.money-transfer .item .form-group {
    position: relative;
}

.list-style2.money-transfer .item .form-group .form-icon {
    position: absolute;
    left: 0;
    margin: auto 0;
    font-size: 1.8rem;
    bottom: 0;
    color: #3AEECE;
    vertical-align: middle;
    top: 0;
    line-height: 38px;
}

.list-style2.money-transfer .item .form-group .form-icon.type2 {
    left: auto;
    right: 0;
    color: #ebebeb;
    font-size: 1.4rem;
    top: 13px;
}

.list-style2.money-transfer .item .form-group .form-icon.type2 .money-transfer {
    background: transparent url("../images/icon/moneytr.png") no-repeat center/contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.list-style2.money-transfer .item .form-group .form-icon.type1 {
    color: #ebebeb;
    font-size: 1.3rem;
}

.list-style2.money-transfer .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: solid 2px #ddd;
    margin-bottom: 18px;
    border-radius: 0;
    outline: none;
    font-size: 1.3rem;
    color: #fff;
    padding-left: 40px;
    padding-right: 28px;
    box-shadow: none !important;
}

.list-style2 textarea.form-control {
    height: 100px !important;
}

.list-style2.money-transfer .form-control.subscribe_code {
    padding-right: 5px;
}

.list-style2.money-transfer .form-control:focus {
    border-bottom-color: #07bdc8;
    outline: none;
}

.list-style2.money-transfer .form-control:focus + .form-icon {
    color: #07bdc8;
}


/* .list-style2.buy-3 .item:nth-child(2){
     border:solid 1px red;
     background-color: #fff;
     border-radius: .25rem;
 }*/

.radio_style1 {
    padding: 2px 0;
    direction: rtl;
    text-align: right;
}

.radio_style1 .item2 {
    float: right;
    width: 50%;
    padding: 6px 0;
    text-align: right;
}

.radio_style1 label {
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 24px;
    margin: 0;
}

.login_box {
    text-align: center;
    /* padding:10px;*/
}

.login_box .icon1 {
    display: inline-block;
    vertical-align: middle;
}

.login_box.user-login .icon1 {
    background: transparent url("../images/icon/multi_user.png") no-repeat center/ contain;
    width: 50px;
    height: 50px;
}

.login_box.admin-login .icon1 {
    background: transparent url("../images/logo.png") no-repeat center/ contain;
    height: 85px;
    width: 150px;
}

.login_box .form_style1 input[type="text"],
.login_box .form_style1 input[type="password"],
.login_box .form_style1 input[type="number"] {
    text-align: center;
}

.login_box .title-style2 {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.form_style1 input[type="text"],
.form_style1 input[type="password"],
.form_style1 input[type="number"] {
    border-radius: 0;
    height: 40px;
    padding: 6px;
    font-size: 12px;
}

.btn_style1 {
    background-color: #294644 !important;
    color: #3AEECE !important;
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
}

.btn_style1.type1 {
    width: 50%;
    margin: 0 auto;
}

.login_box.admin-login .btn_style1 {
    background-color: #f9e285 !important;
    color: #000200 !important;
}

.login_box.user-login .btn_style1 {
    background-color: #294644 !important;
    color: #3AEECE !important;
}

.login_box .forgot_pass,
.buy-2 .title {
    color: #ddd;
    font-size: 12px;
    line-height: 24px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.buy-2 .title {
    padding: 0;
}

.login_box .forgot_pass:hover,
.buy-2 .title:hover {
    color: #3AEECE;
}

.login_box .customer_tel {
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 5px;
    background-color: #272727;
    margin-top: 15px;
}

.login_box .customer_tel p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.login_box .customer_logo {
    vertical-align: middle;
    display: inline-block;
}

.buy-2 .title-style1 {
    color: #3AEECE;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: right;
}

.user-role .content-wrapper .quick-access,
.user-role .tile-menu .quick-access {
    display: none;
}

.visible-yscroll {
    overflow: scroll;
    height: 480px;
    overflow-x: hidden;
    padding: 0 7px;
    position: relative;
    top: 59px;
}

.bank .list-style2.money-transfer {
    overflow-x: scroll;
    overflow-y: visible;
    height: 646px;
}

.content-original .alert {
    direction: rtl;
    text-align: right;
    font-size: 12px;
}

.modal-style1 {
    font-size: 1.4rem;
    direction: rtl;
    text-align: center;
}

.modal-style1 .name {
    font-weight: bold;
}

.modal-style1 button {
    margin-left: 5px;
    font-size: 1.4rem;
    min-width: 100px;
}

.modal-style1 img {
    width: 100%;
}

.transactionHistory {
    border: 0;
}

.transactionHistory thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.transactionHistory tbody {
    background-color: transparent;
}

.transactionHistory tr {
    display: block;
    margin-bottom: 10px;
    background-color: #294644;
}

.transactionHistory tbody td {
    border-bottom: solid 1px #ddd;
    display: block;
    text-align: left;
    width: auto !important;
}

.transactionHistory td span {
    text-align: left;
}

.transactionHistory td:last-child {
    border-bottom: none;
}

.transactionHistory td:before {
    content: attr(data-label);
    float: right;
    color: #fff;
}

.btn-1 {
    outline: 0;
    font-size: 12px;
    padding: 7px 10px;
    background-color: #07bdc8;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    display: block;
    line-height: 20px;
    min-width: 125px;
    /* margin: 10px auto; */
}

.btn-1:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
    transition: all .4s !important;
    -moz-transition: all .4s !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
}

.btn-2 {
    background-color: #07bdc8 !important;
    padding: 10px !important;
    width: 100px !important;
    border-radius: 5px;
}

.btn-3 {
    background-color: #07bdc8 !important;
    padding: 10px !important;
    width: 145px !important;
    border-radius: 5px;
}


.hover1:hover {
    border: 1px solid #ddd !important;
    color: #4a4a4a !important;
}

.hover2:hover {
    border: 1px solid #07bdc8 !important;
    color: #07bdc8 !important;
}

.link1 {
    color: #fff;
    cursor: pointer;
    font-family: IRANSans_Num, IRANSans !important;
}

.link1:hover {
    color: #07bdc8 !important;
}

.maxw-100 {
    max-width: 100px;
}

.lobibox-notify-wrapper.top {
    top: 50px !important;
}

#mainBackgroundImgTag {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#main-sidebar-image-tag {
    position: absolute;
    z-index: -1;
    /* height: 100%; */
    top: 0;
    bottom: 0;
    right: 0;
    width: 114.9px;
}

.min-height-114 {
    min-height: 114px;
}

.howDisplayList {
    text-align: left;
}

.howDisplayList i {
    font-size: 20px;
    margin: 0 0 0 4px;
    cursor: pointer;
}

.howDisplayList i.active {
    color: #16a085;
}

.catalogItem{}
.catalogItem .row{
    padding: 22px;
    background: #fff;
}
.catalogItem .row a{
    display: block;
    width: 70%;
    margin: 10px auto;
    padding: 12px;
}


.contactUsContent{
    margin: 0;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    line-height: 2;
}

.contactUsItems{
   margin: 0;
}
.contactUsItems ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.contactUsItems ul li{}
.contactUsItems ul li a span{

}
.contactUsItems ul li a i{

}
.contactUsItems ul li img{

}
.contactUsItems ul li a{
    display: block;
    margin: 10px;
    padding: unset;
    width: 40px !important;
    min-width: 40px !important;
    color: #fff !important;
    font-size: 30px;
    border-radius: 21px;
    text-align: center;
    height: 40px;
    padding-top: 4px;
}
.contactUsItems ul li a.site{}
.contactUsItems ul li a.instagram{background: #dd3793;}
.contactUsItems ul li a.telegram{background: #0096fa;}
.contactUsItems ul li a.whatsapp{background: #1acc2b;}
.contactUsItems ul li a.email{background: #001a5d;}


.catalogDetailPage{}
.catalogDetailPage .item {}
.catalogDetailPage .item .card{}
.catalogDetailPage .item .card img{
    margin: 3%;
}
.catalogDetailPage .item .card iframe{}
.catalogDetailPage .item .card video{
    width: 94% !important;
    margin: 3%;
    height: auto;
}
#persianDatePicker1,
#persianDatePicker2,
#persianDatePicker3,
#persianDatePicker4,
#persianDatePicker5,
#persianDatePicker {
    width: 100%;
    border: .5px solid #ddd;
    border-radius: 5px;
    padding: 5px 45px;
}

.datePikerCalendar {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 32px;
    margin-top: -54px;
    margin-right: 5px;
    color: #07bdc8;
}

.JDatePicker {
    background: #07bec8 !important;
}

.displayViewIsGrid {
}

.displayViewIsGrid .card {
    display: flex;
    flex-direction: row;
}

.displayViewIsGrid .card img {
    width: 20% !important;
    height: 60px !important;
    margin: 10px !important;
}

.displayViewIsGrid .card .card-body {
    min-height: 89px !important;
}

.displayViewIsGrid .card .card-body p {
}

.table2 tr td, .table2 tr th {
    text-align: center;
    padding: 10px 4px;
    height: 45px;
    vertical-align: inherit;
    font-size: 10.5px !important;
}

.table2 tr td {
    font-size: 14px;
}

.table2 tr td i.see {
    cursor: pointer;
}

.deleteItem {
    color: #ff1f1f;
    cursor: pointer;
    font-size: 14px;
}

.fa-check-square {
    color: #0ce50c;
}

section.sidebar {
    /* position: relative;
    right: 24px; */
}

@media (max-width: 767.9px) {
    #mainBackgroundImgTag {
        display: none !important;
    }

    #main-sidebar-image-tag {
        display: none !important;
    }

    .modal {
        width: 94%;
        top: 75px;
        right: 3%;
        padding: 8px;
    }
}

.helpBtn {
    position: absolute;
    left: 32%;
    top: 9px;
    font-size: 30px;
    color: #003164;
}

.page-2 {
    /* margin-top: 10px; */
}

.box-1 {
}

.box-1 h5 {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 25px;
}

.box-1 p {
    line-height: 2;
    font-size: 13px;
}

.box-1 h4 {
    font-size: 20px;
    color: #78f6fd;
    position: absolute;
    margin: 9px;
}

.box-1 .btn {
    margin-right: auto;
    width: 95px;
    min-width: 95px;
}

.box-1 .card-body {
    padding-top: 0;
}

.box-1 img {
    width: 94%;
    height: 172px;
    margin: auto;
    margin-top: 11px;
    border-radius: 10px;
}

.box-1 .img_2 {
    width: 100%;
    margin-top: 0;
}

.box-2 {
}

.box-2 p.b {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
}

.box-2 p.negative {
    color: #f27523;
}

.box-2 p.posetive {
    color: #36ebb8;
}

.box-2 p.date {
    text-align: end;
    font-size: 13px;
}

.box-2 .card-body {
    padding: 5px;
}

.box-2 p {
}

.box-2 img {
    width: 60%;
    height: 100px;
}

.form-2 {
    background: #fff;
    padding: 16px;
    margin: 0 0 10px 0;
    border-radius: 4px;
}

.form-2 label {
    font-weight: 900;
    font-size: 12px;
}

select.form-control:not([size]):not([multiple]),
.form-2 input {
    height: 37px;
    margin-bottom: 17px;
    box-shadow: 0 0 6px #ddd;
}

.form-2 .btn {
    margin-right: auto;
    width: 100px;
    min-width: 100px;
}

.form-2 h1.title {
    font-size: 18px;
    margin-top: 0;

}

.form-2 .form-check {
    padding: 0;
    margin: 10px 0;
}

.form-2 .form-check input {
    height: 14px !important;
    margin: 0 !important;
}

.form-2 .form-check label {
    font-weight: 100 !important;
    margin-right: 20px !important;
    font-size: 13px !important;
}

ul.nav.nav-tabs {
}

ul.nav.nav-tabs li {
}

ul.nav.nav-tabs li a {
    font-size: 13px;
    padding: 8px;
    font-weight: 700;
}

ul.nav.nav-tabs + .tab-content {
}

ul.nav.nav-tabs + .tab-content > div {
    padding: 20px 0 0 0;
}

input.dateElement {
    display: inline !important;
}

a.pcalBtn {
    width: 40px;
    height: 40px;
    right: 32px;
    margin-top: 1.5px;
}

.lobibox-close {
    position: absolute !important;
    right: 0px !important;
    top: 0 !important;
    font-size: 22px !important;
}

.lobibox-notify-wrapper.left {
    left: 0;
    margin-right: 0;
    top: 50px;
}

.lobibox-notify {
    width: auto !important;
}

.lobibox-notify.notify-mini .lobibox-notify-body {
    margin: 15px !important;
}

.form-1 {
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 10%);
    background-color: #003164;
    margin: 0px auto auto auto;
}

.form-1 .modal-dialog .modal-title {
    text-align: right;
    padding-right: 21px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fbefef;
    font-size: 16px;
}

.form-1 .modal-dialog .forget-password {
    max-width: 50%;
    margin: 25px auto 15px auto;
}

.form-1 .modal-dialog .forget-password label {
    position: absolute;
    top: -27px;
    right: 10px;
}

.form-1 .modal-dialog input,
.form-1 .modal-dialog button,
.form-1 ul li.login-register .button-login {
    box-shadow: none;
    outline: 0;
}

.form-1 .modal-dialog button.button-login {
    margin-left: 5px;
}

.form-1 .modal-dialog .modal-body p {
    color: #000000;
    text-align: right;
}

.form-1 ul.guide-faq li button:hover {
    background-color: #3AEECE;
    color: #ffffff;
}

.form-1 ul {
    padding-right: 0;
}

.form-1 ul li {
    list-style: none;
    text-align: center;
}

.form-1 ul > li {
    display: block;
}

.form-1 ul > li p.description-for-user {
    margin: 5px 0 10px 0;
    color: #ffffff;
    line-height: 2;
}

.form-1 ul li .button-login {
    background-color: #e4a90d;
    color: #ffffff;
    border: 0;
    outline: 0;
}

.form-1 ul li .button-login:hover,
.form-1 ul.guide-faq li a {
    transition: all 0.5s;
}

.form-1 ul li .button-login:hover,
.form-1 ul.guide-faq li a:hover {
    background-color: #294644;
}

.form-1 ul li.login-register .button-login {
    margin: 10px auto;
    min-width: 50%;
    line-height: 24px;
}

.form-1 ul li a.forgot_pass {
    color: #ffffff;
}

.form-1 ul.guide-faq li {
    display: inline-block;
    padding: 2px;
}

.form-1 ul.guide-faq li span {
    outline: 0;
    font-size: 12px;
    padding: 7px 5px;
    background-color: #e4a90d;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.form-1 .main-logo {
    display: block;
    max-width: 27%;
    margin: 15px auto;
}

.form-1 p.description {
    font-size: 16px;
    display: block;
    clear: both;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

#marital_date_pDatePicker {
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    width: max-content !important;
    margin: auto !important;
}

.ph2::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ebebeb !important;
    font-size: 12px !important;
}

.ph2:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ebebeb !important;
    font-size: 12px !important;
}

.ph2::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ebebeb !important;
    font-size: 12px !important;
}


.table2 {
    background-color: #fffffff7;
    border-radius: 5px;
}

.table3 tr th {
    text-align: center;
    padding: 15px 6px;
    font-size: 12px;
}

.table3 tr td {
    text-align: center;
    font-size: 11px;
}


.user-role .content-wrapper .quick-access,
.user-role .tile-menu .quick-access {
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    padding: 0;
    background-color: #003164;
    position: relative;
    z-index: 1000;
}

.user-role .content-wrapper .quick-access .item2,
.user-role .tile-menu .quick-access .item2 {
    width: 20%;
    float: right;
    display: block;
}

.user-role .content-wrapper .quick-access .item2 a,
.user-role .tile-menu .quick-access .item2 a {
    color: #fff;
    display: list-item;
    width: 100%;
    font-size: 1.3rem;
    line-height: 52px;
    text-align: center;
}

.user-role .content-wrapper .quick-access .item2 a.active,
.user-role .tile-menu .quick-access .item2 a.active {
    color: #e8be58;
}

.user-role .content-wrapper .quick-access .item2 > a i,
.user-role .tile-menu .quick-access .item2 > a i {
    width: 25px;
    height: 25px;
    font-size: 2rem;
    vertical-align: middle;
    display: inline-block;
    background: transparent none no-repeat center/contain;
}

.user-role .content-wrapper .quick-access .item2 > a .icon1,
.user-role .tile-menu .quick-access .item2 > a .icon1 {
    background-image: url("../images/icon/home.png");
}

.user-role .content-wrapper .quick-access .item2 > a .icon2,
.user-role .tile-menu .quick-access .item2 > a .icon2 {
    background-image: url("../images/icon/customer-support.png");
}

.user-role .content-wrapper .quick-access .item2 > a .icon3,
.user-role .tile-menu .quick-access .item2 > a .icon3 {
    background-image: url("../images/icon/report.png");
}

.user-role .content-wrapper .quick-access .item2 > a .icon4,
.user-role .tile-menu .quick-access .item2 > a .icon4 {
    background-image: url("../images/icon/faq.png");
}

.user-role .content-wrapper .quick-access .item2 > a .icon5,
.user-role .tile-menu .quick-access .item2 > a .icon5 {
    background-image: url("../images/icon/profile.png");
}


/* .main-sidebar .sidebar .quick-access .item2>a.active .icon1,
.user-role .tile-menu .quick-access .item2>a:hover .icon1  */
.user-role .content-wrapper .quick-access .item2 > a:hover .icon1,
.user-role .content-wrapper .quick-access .item2 > a.active .icon1 {
    background-image: url("../images/icon/home-hover.png");
}

/* .user-role .tile-menu .quick-access .item2>a:hover .icon2  */
.user-role .content-wrapper .quick-access .item2 > a:hover .icon2,
.user-role .content-wrapper .quick-access .item2 > a.active .icon2 {
    background-image: url("../images/icon/customer-support-hover.png");
}

/* .user-role .tile-menu .quick-access .item2>a:hover .icon3  */
.user-role .content-wrapper .quick-access .item2 > a:hover .icon3m,
.user-role .content-wrapper .quick-access .item2 > a.active .icon3 {
    background-image: url("../images/icon/report-hover.png");
}

/* .user-role .tile-menu .quick-access .item2>a:hover .icon4  */
.user-role .content-wrapper .quick-access .item2 > a:hover .icon4m
.user-role .content-wrapper .quick-access .item2 > a.active .icon4 {
    background-image: url("../images/icon/faq-hover.png");
}

/* .user-role .tile-menu .quick-access .item2>a:hover .icon5  */
.user-role .content-wrapper .quick-access .item2 > a:hover .icon5,
.user-role .content-wrapper .quick-access .item2 > a.active .icon5 {
    background-image: url("../images/icon/profile-hover.png");
}

.user-role + footer {
    display: none;
}


/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.bank .list-style2.money-transfer {
    overflow-y: scroll;
    overflow-x: visible;
}

@media (min-width: 992px) {
    .form-1 {
        max-width: 65%;
    }

    .content-box {
        min-height: 540px;
    }

}

@media (min-width: 1200px) {
    .form-1 ul.guide-faq {
        /*margin: 0 20px;*/
    }

    ul.download-app {
        margin-left: 22px;
        margin-right: 18px;
    }
}

@media (min-width: 923px) and (max-width: 1366px) {
    .content-original .back-bg {
        height: 591px;
        width: 100%;
    }
}

@media (max-width: 992px) {

    .content-box {
        min-height: 590px;
    }

    .main-sidebar {
        right: 65px;
        padding: 0;
        padding-top: 70px;
        background-size: cover;
        bottom: auto;
    }

    .main-sidebar .item:first-child {
        height: 150px;
    }

    .main-sidebar .item .logo-bg {
        width: 120px;
        height: 120px;
    }

    .rsp-table {
        border: 0;
    }

    .rsp-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .rsp-table tbody {
        background-color: transparent;
    }

    .rsp-table tr {
        display: block;
        margin-bottom: 10px;
        background-color: #294644;
    }

    .rsp-table tbody td {
        border-bottom: solid 1px #ddd;
        display: block;
        text-align: left;
        width: auto !important;
    }

    .rsp-table td span {
        text-align: left;
    }

    .rsp-table td:last-child {
        border-bottom: none;
    }

    .rsp-table td:before {
        content: attr(data-label);
        float: right;
        color: #fff;
    }
}

@media (width: 800px) {
    .main-sidebar {
        background-size: contain;
    }
}

@media (max-width: 768px) {
    .content-box {
        /* margin-top:50px; */
    }

    /*.visible-yscroll{
        overflow: visible;
    }*/
    .main-content[data-role="customer_club"] {
        overflow: scroll;
        height: 430px;
    }

    /* body {
        background: transparent url("../images/contentBg1.png") repeat center/contain !important;
        background-attachment: fixed;
    } */
    .content-box {
        /* position: static;
        padding: 0 15px 10px; */
    }

    .content-original {
        box-shadow: none;
    }

    .back-bg {
        display: none;
    }

    .main-header .navbar {
        display: block;
    }

    .content-wrapper {
        margin: 0;
    }

    .main-header .menu-responsive {
        display: block;
    }

    .main-sidebar {
        display: none;
        right: 45px;
        padding: 50px 0;
        background-size: cover;
    }

}

@media (max-width: 640px) {
    .main-sidebar {
        background-size: contain;
    }
}

@media (max-width: 480px) {
    .main-sidebar {
        background-size: cover;
        height: auto;
    }
}

@media (max-width: 411px) {
    .main-sidebar {
        background-size: contain;
    }

    .login_box .customer_tel p {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    /* .card_style{padding: 15px 0;}*/
    .right-side-collapsed .main-header .logo {
        display: none;
    }

    .navbar-custom-menu {
        display: block;
    }

    .logo_responsive {
        display: inline-block;
    }

    .list-style1 .item > a {
        /*code add*/
        font-size: 10px;
        /*code add*/
    }
}


/*start new style for login page*/

.customer_tel p {
    margin-bottom: 10px;
}

.customer_tel h2.head {
    color: #ffffff;
    margin: 10px 0;
    font-size: 12px;
}

.customer_tel ul.guide-faq li {
    display: inline-block;
}

.customer_tel ul.guide-faq li button {
    transition: all 0.5s;
    outline: 0;
    font-size: 12px;
    color: #3AEECE;
    padding: 7px 15px;
    background-color: #294644;
    text-align: center;
    border-radius: 2px;
    border: 0;
}

.customer_tel ul.guide-faq li button:hover {
    background-color: #3AEECE;
    color: #ffffff;
}

.customer_tel ul.guide-faq li:nth-child(2) {
    margin-right: 2px;
}

.modal-faq-guide {
    margin-top: 40px;
}

.modal-faq-guide .modal-body p {
    color: #000000;
    text-align: right;
}

.modal-faq-guide button.close {
    position: absolute;
    width: 32px;
    right: -7px;
    top: -9px;
    color: #ffffff;
    opacity: 1;
    background-color: #294644;
    border-radius: 50%;
    height: 30px;
    line-height: 9px;
    outline: 0;
}

.modal-faq-guide .modal-header {
    border-bottom: 0;
}

.customer_tel h3 {
    color: #3AEECE;
    font-size: 13px;
}

.customer_tel h3 span {
    direction: ltr;
    display: inline-block;
    padding-bottom: 10px;
}

ul.download-app {
    margin-left: 22px;
    margin-right: 18px;
}

ul.download-app li {
    padding-right: 5px;
    padding-left: 0;
    margin-bottom: 10px;
}

ul.download-app li a img,
ul.download-app li button > img {
    width: 100%;
    max-height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

ul.download-app li button {
    background-color: transparent;
    border: 0;
}

ul.download-app li .modal-dialog img {
    width: 85%;
    margin: auto auto 20px auto;
    display: block;
}

@media (max-width: 768px) {
    .modal-faq-guide {
        margin-right: 20px;
        margin-left: 20px;
    }

    ul.download-app li .modal-dialog img {
        width: 100%;
    }
}


/*end new style for login page*/


/* modal ---- vmerchant*/

.modal-percent-cart .modal-dialog {
    margin-top: 50px;
}

.modal-percent-cart .modal-header {
    display: block;
    padding: 5px 10px;
}

.percent-cart img.w-100 {
    margin: auto;
    max-width: 81%;
    display: block;
    border-radius: 5px;
}

.modal-percent-cart .modal-header .close {
    position: absolute;
    color: #ffffff;
    background-color: #294644;
    border-radius: 50%;
    right: -1px;
    opacity: 1;
    top: -3px;
    padding: 0;
    width: 30px;
    height: 30px;
    outline: 0;
}

.modal-percent-cart h1 {
    font-size: 16px;
    position: relative;
    margin-top: 18px;
}

.modal-percent-cart h1::before {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    background-color: #ddd;
    content: "";
    width: 56px;
    height: 2px;
    margin: auto;
}

.modal-percent-cart h2 {
    margin-top: 20px;
}

.modal-percent-cart h2 span {
    position: relative;
    font-size: 16px;
}

.modal-percent-cart h2 span::before {
    content: "\f101";
    right: -14px;
}

.modal-percent-cart h2 span::after {
    content: "\f100";
    left: -14px;
}

.modal-percent-cart h2 span::before,
.modal-percent-cart h2 span::after {
    position: absolute;
    font-family: "fontawesome";
    top: 0;
    color: #294644;
}

.modal-percent-cart .modal-content {
    background-color: #f4f4f4;
}

.modal-percent-cart .modal-body {
    background-color: #fff;
    border-radius: 25px;
    margin: 5px 10px;
    max-height: 350px;
    overflow-x: inherit;
    overflow-y: scroll;
    position: relative;
}

.modal-percent-cart .modal-body p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 15px;
    color: #294644;
}

.modal-percent-cart .modal-footer {
    background-color: #f4f4f4;
    margin-top: 17px;
    border-top: 0;
}

.modal-percent-cart .modal-footer button {
    margin: auto;
    display: block;
    background-color: #294644;
    padding: 10px 25px;
    border-radius: 5px;
    min-width: 65%;
    color: #35b9a3;
    text-shadow: none;
}

.modal-percent-cart .modal-header {
    border-bottom: 0;
}

.modal-percent-cart .modal-header button.btn-secondary {
    background-color: #294644;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
}

.modal-percent-cart .fa.fa-angle-down {
    display: block;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .19);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin: 15px auto;
    position: fixed;
    bottom: 42px;
    right: 44%;
    z-index: 2;
}

.modal-percent-cart ul {
    margin: 15px 25px;
}

.modal-percent-cart ul > li {
    display: block;
    font-size: 16px;
}

.modal-percent-cart ul > li span {
    display: inline-block;
}

.modal-percent-cart ul > li span:nth-child(1) {
    float: right;
    color: #294644;
}

.modal-percent-cart ul > li span:nth-child(2) {
    color: #000000;
}

.modal-dialog img {
    width: 85%;
    margin: auto auto 20px auto;
    display: block;
}

.content-box .modal-dialog .modal-title {
    text-align: right;
    padding-right: 21px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fbefef;
    font-size: 16px;
}

.content-box .modal-dialog .date {
    margin-top: 10px;
    font-size: 13px;
    position: absolute;
    left: 15px;
}

.content-box .modal-dialog .forget-password {
    margin: 25px auto 15px auto;
}

.content-box .modal-dialog .forget-password label {
    position: absolute;
    top: -27px;
    right: 10px;
}

.content-box .modal-dialog input,
.content-box .modal-dialog button,
.content-box ul li.login-register .button-login {
    box-shadow: none;
    outline: 0;
}

.content-box .modal-dialog button.button-login {
    margin-left: 5px;
}

.content-box .modal-dialog .modal-body p {
    color: #000000;
    text-align: right;
}

.modal-dialog p {
    margin-left: 0 !important;
    padding-top: 5px;
}

.content-box .modal-footer .button-login {
    background-color: #07bdc8;
    color: #ffffff;
    border: 0;
    outline: 0;
}

.content-box .modal-footer .button-login:hover,
.content-box ul.guide-faq li a {
    transition: all 0.5s;
}

.content-box .modal-footer .button-login:hover,
.content-box ul.guide-faq li a:hover {
    background-color: #294644;
}

.content-box .modal-footer .button-login {
    margin: 10px auto;
    min-width: 50%;
    line-height: 24px;
}


@media (min-width: 992px) {
    .visible-yscroll {
        height: 480px;
    }

    .content-box {
        min-height: 540px;
    }
}


@media (max-width: 992px) {
    .visible-yscroll {
        height: 465px;
    }

    .content-box {
        min-height: 527px;
    }
}


@media (max-width: 768px) {
    .visible-yscroll {
        height: 872px;
    }

    .content-box {
        min-height: 934px;
    }
}

@media (max-width: 575px) {
    .visible-yscroll {
        height: 577px;
    }

    .content-box {
        min-height: 638px;
    }
}


@media (max-width: 540px) {
    .visible-yscroll {
        height: 608px;
    }

    .content-box {
        min-height: 668px;
    }
}


@media (max-width: 415px) {
    .visible-yscroll {
        height: 623px;
    }

    .content-box {
        min-height: 681px;
    }
}

@media (max-width: 411px) {
    .visible-yscroll {
        height: 623px;
    }

    .content-box {
        min-height: 681px;
    }
}


@media (max-width: 375px) {
    .visible-yscroll {
        height: 557px;
    }

    .content-box {
        min-height: 616px;
    }
}


@media (max-width: 360px) {
    .visible-yscroll {
        height: 531px;
    }

    .content-box {
        min-height: 590px;
    }
}


@media (max-width: 320px) {
    .visible-yscroll {
        height: 455px;
    }

    .content-box {
        min-height: 515px;
    }
}


@media (max-width: 280px) {
    header.mobileHeader a img {
        /*width: 80px;*/
    }

    .content-box {
        min-height: 600px;
    }

    .visible-yscroll {
        height: 541px;
    }

}


/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*###################################################################*/
/*######################         Menu          ######################*/

#mobileMenuIcon {
    display: inline-block;
    cursor: pointer;
    margin: 6px;
}

#mobileMenuIcon .bar1,
#mobileMenuIcon .bar2,
#mobileMenuIcon .bar3 {
    width: 25px;
    height: 4px;
    background-color: #ebebeb;
    margin: 4px 0;
    transition: 0.4s;
}

#mobileMenuIcon.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 4px);
    transform: rotate(-45deg) translate(-3px, 4px);
}

#mobileMenuIcon.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
#mobileMenuIcon.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

header.mobileHeader {
    background: #003164;
    padding: 7px 10px 7px 0;
    color: #bfcbcc;
    width: 100%;
    z-index: 100;
    margin: 0;
}

header.mobileHeader h1 {
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header.mobileHeader a img {
    width: 40px;
    height: 40px;
}

header.mobileHeader + .modal {
}

header.mobileHeader + .modal .modal-dialog {
}

.redirectBackArrow, .headerHelpBtn {
    width: 33px;
    padding: 11px 8px 14px;
    height: 37px;
    font-size: 16px;
    cursor: pointer;
}

.menu-tab {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 100;
    top: 0px;
    left: 0px;
    cursor: pointer;
    transition: all .6s ease-in-out;
    text-align: center;
}

.menu-tab div {
    width: 25px;
    height: 3px;
    background-color: #bfcbcc;
    display: block;
    margin: 5px 7px;
    transition: all .6s ease-in-out;
}

.menu-tab div:nth-child(1) {
    margin-top: 10px;
}


.menu-tab.active {
    left: 268px;
    transition: all 600ms ease-in-out;
    background-color: rgba(255, 255, 255, 0.2);
}

.menu-tab.active #one {
    transform: translateY(9px) rotate(-135deg);
    transition: all .6s ease-in-out;
    background-color: #e74c3c;
}

.menu-tab.active #two {
    opacity: 0;
    transition: .4s ease;
}

.menu-tab.active #three {
    transform: translateY(-9px) rotate(-45deg);
    transition: all .6s ease-in-out;
    background-color: #e74c3c;
}


.menu-hide {
    left: 0;
    height: 587px;
    position: absolute;
    z-index: -2;
    top: 0px;
    transition: all .6s ease-in-out;
    width: 0;
}

.menu-hide nav {
    display: none;
}

.menu-hide nav ul li {
    height: 35px;
    list-style-type: none;
    text-align: right;
    transition: all .5s ease;
    display: grid;
}

.menu-hide nav ul li:hover {
    background-color: #5563f1;
    transition: all .5s ease;
}

.menu-hide nav ul li:first-child {
    height: 53px;
    text-align: center;
    padding-top: 15px;
    background-color: #00adff;
    font-size: 15px;
    color: #fff;
}

.productExtendedBtn{
    width: 35px !important;
    min-width: 35px !important;
    height: 35px;
    margin-right: auto !important;
    display: block;
    background: #07bec8 !important;
    border: none;
}

.warrantyProductSection{
    background-color: #eeefef;
    border-radius: 5px;
}
.warrantyProductSection .item:nth-child(even){
    background-color: #bdbdbd;
}

.warrantyDetailProducts {
    background: #dfdfe1;
    margin-bottom: 15px;
}

.warrantyDetailProducts h3 {
    margin: 0;
    padding: 10px;
    background: #eaeaf1;
    width: 100px;
    margin-top: 60px;
    position: relative;
    top: -34px;
    border-radius: 6px;
    font-size: 17px;
    margin-bottom: -40px;
}
.warrantyDetailProducts .item:nth-child(even) {
    background-color: #eaeaf1;
}

.menu-hide nav ul li a {
    padding: 8px 10px;
    font-size: 12px;
}

span.gameWinner{
    position: absolute;
    background-color: #01caff;
    padding: 5px 10px;
    border-radius: 0 15px 0 0;
    bottom: -1px;
    left: -1px;
    border: 3px dashed #003164;
    color: #fff;
}

.menu-hide nav ul li:hover > a {
    text-decoration: none;
    color: #becfd0;
    font-weight: 800;
}

.menu-hide.show {
    left: 0px;
    background-color: rgb(27 58 105 / 95%);
    transition: all .6s ease-in-out;
    width: 268px;
    z-index: 10;
}

.menu-hide.show nav {
    display: block;
}


@media (min-width: 575.1px) {
    header.mobileHeader {
        position: absolute;
    }

}

@media (max-width: 575px) {
    header.mobileHeader {
        position: fixed;
    }

}






