/* Author : www.rexcity.com */
/*===========================*/
html{
    position: relative;
    min-height: 100%;
}
body{
    height: 100%;
    margin-bottom: 200px;/*Margin bottom for footer height*/
}
/*=======
  Rex color
  ==========*/
.bgc-1 { 
    background-color: #1c714a !important;
}
.bgc-2 { 
    background-color: #9add77 !important;
}
.bgc-3,.card-header { 
    background-color: #f5fff5 !important;
}
.bgc-4 { 
    background-color: transparent !important;
}
.bgc-w { 
    background-color: white !important;
}
.c-1,.c-1.a,.a2 a, .msg-fa .fa { 
    color: #1c714a !important;
}
.c-2 { 
    color: #9add77 !important; 
}
.c-3 { 
    color: #f5fff5 !important; 
}
.c-w { 
    color: white !important;
}
.c-r, .c-r div, .c-r a { 
    color: #ad0000 !important; 
}
/*===================
  Common used properties
  ========================*/
.d-0 { 
    display: none; 
}
.bd-0 { 
    border: 0 !important; 
}
.bd-1{
    border: 1px solid rgba(0,0,0,.125);
}
.wspace-2 { 
    word-spacing: 20px; 
}
.p-relative { 
    position: relative; 
}
.p-absolute { 
    position: absolute; 
}
.ft-light,h6,h5,h4,h3,.h6,.h5,.h4,.h3 { 
    font-weight: 300 !important; 
}
.goUpBtn,.my-content li:hover,.modal-ptr:hover,.xmsgview:hover,.xmsgreply:hover,a:hover,.ptr:hover,.comment-reply:hover,
.i_like:hover,.i_like_o:hover,.toggle-ptr:hover,.topup-type-back:hover,.remove_pricing:hover,.add_pricing:hover { 
    cursor: pointer; 
}
.shadow-tp { 
    box-shadow: 0 0 5px 0 #9add77; 
}
.w-nowrap { 
    white-space:nowrap; 
}
.f-right div { 
    float: right !important; 
}
.f-none .dropdown-menu { 
    float: none !important; 
}
.bt-line li,.bt-line2 a,.bt-line3, .commentList li { 
    border-bottom: 1px solid #dee2e6 !important; 
}
.fh { 
    font-size: 1.5em; 
}
.max-w-dcard { 
    max-width:400px; 
}
.min-w-dcard { 
    min-width:290px; 
}
object{ 
    pointer-events: none; 
}
.alert-danger{ 
    border-left: 6px solid #f44336; 
}
.alert-success{ 
    border-left: 6px solid #9add77; 
}
a, a:hover{
    text-decoration: none;
}
/*====================
  Header
  ==================*/
.nav-head-dress{
    padding: 0.25rem 0.5rem;
    background-color: #f5fff5;
    border-bottom: 1px solid #9add77;
}
.rx .navbar-toggler {
    border: 2px solid;
    border-color: rgb(28,113,74);
}
.nav-head-dress .p-nav { /*page nav*/
    height: 59px;
    margin: 0 .4rem;
    font-size: 0.75rem;
    padding: 1.2rem .20rem;
    border-bottom: .25rem solid transparent;
}
.nav-head-dress .p-nav:hover {
    border-bottom-color: #1c714a;
}
.nav-head-dress .active {
    background-color: #fff;
    border-bottom-color: #1c714a;
}
.nv-t a {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.top-right {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #9add77;
}
/*=========
  AD
  ============*/
.home-ads {
    position: relative;
    width: 300px;
    height: 100px;
    margin-top: 12%;
}
/*=========
  Button
  ============*/
.btn-outline-secondary {
    color: #fff;
    padding: 0px;
    border-radius: 0;
    background-color: #1c714a; 
}
.btn-outline-secondary:hover {
    color: #9add77;
    border-color: #9add77;
    background-color: #1c714a;  
}
.btn-outline-secondary:active {
    box-shadow: 0 0 0 0.2rem rgba(28,113,74, 0.5); 
}
.btn-outline-secondary:focus {
    box-shadow: 0 0 0.15rem 0.1rem rgba(28,113,74, 0.25); 
}
.btn-2 {
    background-color: #9add77;
    border-color: transparent; 
}
/*=========
  check button
  ============*/
.check-container {
  /*display: block;*/
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check-container input, .hiden-check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #e0e0e0;
}
/* When the checkbox is checked, add background */
.check-container input:checked ~ .checkmark {
  background-color: #9add77;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd2 .r-radio .check-container {
    padding-left: 20px;
}
.r-radio .checkmark {
    border-radius: 50% !important;
}
.r-radio .check-container .checkmark:after {
  top:6px;
  left:6px;
  width:12px;
  height:12px;
  border-radius: 50%;
  background: white;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*=========
  Form
  ============*/
.form-control {
    border: 1px solid #e0e0e0;
}
.form-bd-0 .form-control { 
    border: 0 !important; 
}
.rx .form-control {
    border: 0;
    background-color: #f5fff5;
    border-bottom: 0.2px solid #1c714a;
    max-width: 500px;
}
.form-control:focus {
    border: 0.2px solid #9add77;
    background-color: #fff !important;
    box-shadow: 0 0 0.15rem 0.1rem rgba(28,113,74, 0.25);
}
.form-control:disabled, .form-control[readonly]{
  background-color: #f5fff5 !important;
}
.shd-bg,.shd-fm .form-control,.shd-fm .form-control[readonly] {
  background-color: #eeeeee !important;
}
.toggle-ptr:active {
    opacity: 0.25;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.max-fl {
    max-width:320px;
}
/*=========
  Card
  ============*/
@media (min-width: 160px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.rx .card-header {
    padding: 0 0;
    margin-bottom: 0;
    font-size: 0.75rem;
    background-color: #f5fff5;
}
.rx.card-deck .card {/*set flex item min size in safari's way*/
    flex: 1 0 120px;
}
.rx.tags .card {/*set flex item min size in safari's way*/
    flex: 1 0 160px !important;
}
.tox.tox-tinymce{ /*shadow for tinymce*/
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/*=======
font-awesome
==================*/
.fa {
    width: 40px;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}
.bfa .fa {
    font-size: 25px;
}
.sfa .fa {
    width: 18px;
    font-size: 15px;
}
.tfa .fa {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    color: #1c714a;
    font-size: 28px;
}
.fa-whatsapp { color: #4ea322;}
.fa-facebook { color: #3B5998; }
.fa-twitter { color: #55ACEE; }
.fa-instagram{ color: #000;}
.fa-cc-mastercard { color: #ff5f00; }
.c-black, a.a3{ color: black !important;}
.t-rex, .t-black { color: #1c714a !important;}
.t-tv, .t-tv div { color: #4ea322 !important;}
.t-book, .t-book div { color: #ff8d05 !important; }
.t-image, .t-image div { color: #9123a6 !important;}
.t-users, .t-users div { color: #009ff2 !important; }
.t-software, .t-software div { color: #3B5998 !important;}
.t-calendar, .t-calendar div { color: #bbad46 !important;}
.txred, .t-video-camera, .t-video-camera div { color: #e61a58 !important;}
.tb-rex .tb, .tb-rex a{ border-left: 6px solid #1c714a;}
.tb-rex .tb:hover, .tb-rex a:hover { background-color: #9add77; }
.tb-tv{ border-color: #4ea322 !important;}
.tb-book{ border-color: #ff8d05 !important;}
.tb-image{ border-color: #9123a6 !important;}
.tb-users{ border-color: #009ff2 !important;}
.tb-software{ border-color: #3B5998 !important;}
.tb-calendar{ border-color: #bbad46 !important;}
.tb-video-camera{ border-color: #e61a58 !important;}
/*=======
Footer
==================*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 35px;
    color: #1c714a;
    font-size:13px; 
}
#mobile-indicator {
    display: none;
}
@media (max-width: 420px) {
    #mobile-indicator {
        display: block;
    }
}
/*=======
Other contents
  ==========*/
.small-font,.light-nav,.rx.light-nav .card-header{
    font-size: 0.9rem;
    font-weight: 400 !important;
}
.small-font {
    font-weight: 300 !important;
}
.ft-medium,.medium-font { 
    font-size: 1.2em; 
}
.shade-text{
    font-size: 0.9rem;
    font-weight: 300 !important;
    color: #6c757d !important;
}
.rc-404 {
    top: 0; left: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('/img/p404.png');
    background-size: cover;
}
#goUpBtn {
    display: none;
}
/* */
.group-select-sm .btn {
    border: 1px solid #e0e0e0;
    padding: .15rem .75rem !important;
}
.pattern-5 {
background-color: #f5fff5;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23e4f8dc' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23d2f2c2' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23c0eba9' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23aee490' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%239add77' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23aee490' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23c0eba9' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23d2f2c2' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23e4f8dc' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23f5fff5' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
/*loading*/
.loader15{text-align:center;margin:40px 0}
.loader15 span{width:20px;height:20px;border-radius:0;background:#9add77;display:inline-block}
.loader15 span:first-child{animation:loading-152 .5s linear infinite;opacity:0;transform:translate(-20px)}
.loader15 span:nth-child(2),.loader15 span:nth-child(3){animation:loading-153 .5s linear infinite}
.loader15 span:last-child{animation:loading-15 .5s linear infinite}
@-webkit-keyframes loading-15{
    100%{transform:translate(40px);opacity:0}
}
@keyframes loading-15{
    100%{transform:translate(40px);opacity:0}
}
@-webkit-keyframes loading-152{
    100%{transform:translate(20px);opacity:1}
}
@keyframes loading-152{
    100%{transform:translate(20px);opacity:1}
}
@-webkit-keyframes loading-153{
    100%{transform:translate(20px)}
}
@keyframes loading-153{
    100%{transform:translate(20px)}
}
/*gradient*/
.c-grd, .t-black c-grd {
    background-image: -webkit-linear-gradient(left, #9add77, #1c714a); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(left, #9add77, #1c714a); /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(left, #9add77, #1c714a); /* For pre-releases of IE 10*/
    background-image:      -o-linear-gradient(left, #9add77, #1c714a); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to right, #9add77, #1c714a); /* Standard syntax; must be last */
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.c-grd2, .t-black c-grd {
    background-image: -webkit-linear-gradient(left, #ffbcbc, #B22222);
    background-image:    -moz-linear-gradient(left, #ffbcbc, #B22222);
    background-image:     -ms-linear-gradient(left, #ffbcbc, #B22222);
    background-image:      -o-linear-gradient(left, #ffbcbc, #B22222);
    background-image:         linear-gradient(to right, #ffbcbc, #B22222);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.strip-line tr:nth-child(even){background-color: #f5fff5}
.strip-div div:nth-child(even){background-color: #f5fff5}
.commentList li:nth-child(even){background-color: #f5fff5}
.odd-strip-div div:nth-child(odd){background-color: #f5fff5}
.odd-strip-fm .form-row:nth-child(odd){background-color: #f5fff5}
.odd-strip-col [class*="col-"]:nth-child(odd){background-color: #f5fff5}

.table thead th, legend { 
    border-bottom: 1px solid #dee2e6; 
}
.table thead th.prev,.table thead th.switch,.table thead th.next {
    border: 0 !important;
}
select:not([multiple]){ 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding: .5em; padding-right: 1.5em
}
/*rexcity is box houses no radious*/
div,li,input,option,button,span,select,textarea,.img-bd-0 img,.form-control,a,.rd-0,.nav-link,
/*pesuedo classes*/
.tgp1,.tgp2,.tgp3,.e-div,.d-div,.ajax-nav,.local-nav,.ajaxform,.ajax-upload,.p-nav,.nv-toggler,.slider,.nv-toggler2,
.switch_bt,.hd-check,.c-content,.coin-content,.coin-handle,.ptype-select,.tab-a,.amount-text,.psubmit { border-radius: 0 !important; }
