.font-10 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-15 { font-size: 15px !important; }
.font-16 { font-size: 16px !important; }
.font-17 { font-size: 17px !important; }
.font-18 { font-size: 18px !important; }
.font-19 { font-size: 19px !important; }
.font-20 { font-size: 20px !important; }
.font-21 { font-size: 21px !important; }
.font-22 { font-size: 22px !important; }
.font-23 { font-size: 23px !important; }
.font-24 { font-size: 24px !important; }
.font-25 { font-size: 25px !important; }
.font-26 { font-size: 26px !important; }
.font-27 { font-size: 27px !important; }
.font-28 { font-size: 28px !important; }
.font-29 { font-size: 29px !important; }
.font-30 { font-size: 30px !important; }
.font-31 { font-size: 31px !important; }
.font-32 { font-size: 32px !important; }
.font-33 { font-size: 33px !important; }
.font-34 { font-size: 34px !important; }
.font-35 { font-size: 35px !important; }
.font-36 { font-size: 36px !important; }
.font-37 { font-size: 37px !important; }
.font-38 { font-size: 38px !important; }
.font-39 { font-size: 39px !important; }
.font-40 { font-size: 40px !important; }
.font-41 { font-size: 41px !important; }
.font-42 { font-size: 42px !important; }
.font-43 { font-size: 43px !important; }
.font-44 { font-size: 44px !important; }
.font-45 { font-size: 45px !important; }
.font-46 { font-size: 46px !important; }
.font-47 { font-size: 47px !important; }
.font-48 { font-size: 48px !important; }
.font-49 { font-size: 49px !important; }
.font-50 { font-size: 50px !important; }
.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }
.bodybg1 {
    background-color: rgba(250, 250, 250, 0.9);
    background-image: url('../images/coffeebg1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
}
.bodybg2 {
    background-color: rgba(250, 250, 250, 0.9);
    background-image: url('../images/coffeebg2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
}
.bsnone {
    box-shadow: none !important;
}
.card {
    box-shadow: 2px 2px 0 2px #b58022;
    border: 1px solid #b58022;
}
.card:hover {
    box-shadow: -2px -2px 0 2px #b58022;
}
.match-height {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.btn-default {
    display: inline-block;
    background: linear-gradient(93.93deg, #D8AB37 0%, #F18345 100%);
    height: 50px;
    padding: 14px 35px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    color: #fff;
    border: none;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    z-index: 1;
    text-transform: capitalize;
}
.address .addr-close {
    position: absolute;
    z-index: 1;
    top: -7px;
    right: -7px;
}
.ficon svg {
    width: 16px;
}
.badge-notify {
    position: absolute;
    right: 0px;
    top: 0;
    width: 15px;
    height: 15px;
    font-size: 10px;
    background: red;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
}
.notify-desc, .notify-time {
    font-size: 12px;
}
.pvavtar {
    background: url('../profile/semicircle.png');
    width: 225px;
    height: 225px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.pvavtar img {
    width: 185px;
    height: 200px;
    border-radius: 50%;
    margin-top: 12.5px;
}
/*Gateway*/
.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.hiddenradio label {
    margin: 8px 5px;
    width: 200px;
    font-size: 13px;
}
.hiddenradio [type=radio] + div.radiocheck {
    cursor: pointer;
    background: #ffefd3;
    border-radius: 15px;
    padding: 8px 10px;
    color: #061628;
}
.hiddenradio [type=radio]:checked + div.radiocheck {
    background: #b58022;
    color: #ffffff;
}

.hiddenradio div.radiocheckaddr, .hiddenradio div.radiocheckpm {
    cursor: pointer;
    border-radius: 15px;
    padding: 15px 20px;
    border: 2px solid #efefef;
    color: #061628;
}
.hiddenradio [type=radio]:checked + div.radiocheckaddr {
    background: #fff5e4;
    color: #222222;
    border: 2px solid #f6daa9;
}
.hiddenradio [type=radio]:checked + div.radiocheckpm {
    background: #fff0d6;
    color: #222222;
    border: 2px solid #f1d4a1;
}
.hiddenradio [type=radio] + div.radiocheckpm img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.paymentmodecheck input {
    position: absolute;
    z-index: 1;
}
/*Gateway*/

/*Copy Link*/
.copytext {
    position: relative;
    display: block;
    margin: 15px 0px;
    text-align: center;
}
.copytext .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    width: 100px;
    background-color: #1b3c48;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}
.copytext input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.copytext .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #1b3c48 transparent transparent transparent;
}
.copytext:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.copylinktext {
    border-radius: 10px;
    padding: 8px 20px;
    color: #ffffff !important;
    width: 100%;
}
.copylinktext.leftlink {
    background: linear-gradient(93.93deg, #e6ae2f 0%, #B58022 100%);
}
.copylinktext.rightlink {
    background: linear-gradient(93.93deg, #5C61F1 0%, #e6ae2f 100%);
}
.copylinkcount {
    padding: 10px 25px;
    margin-left: -5px;
    border-radius: 0 30px 30px 0;
    color: #ffffff !important;
}

.copyTooltip {
    position: relative;
    display: inline-block;
}
.copyTooltip input {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.copyTooltip .tooltiptext {
    font-size: 13px;
    visibility: hidden;
    width: 140px;
    background-color: #393554;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.copyTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #393554 transparent transparent transparent;
}
.copyTooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*Copy Link*/
.img-wrapper form label {
    font-weight: 500;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    top: 10px;
    margin-left: -25px;
    background: #171829;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}
.g-recaptcha>div {
    margin: 0 auto;
}

.blink {
  animation: blinker 1s step-start infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.input-group-text {
    background: #ffffff;
}
.input-group-custom {
    border-radius: 15px 0 0 15px;
    height: 46px;
}
.igcinput {
    border-left: none !important;
    padding-left: 0 !important;
}
.form-control:focus {
    box-shadow: none !important;
}
select {
  /* for Firefox */
  -moz-appearance: auto !important;
  /* for Chrome */
  -webkit-appearance: auto !important;
}

/* For IE10 */
select::-ms-expand {
  display: auto !important;
}
.table-bordered td, .table-bordered th {
    vertical-align: middle;
}

.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #b58022;
    border-color: #b58022;
}
.page-link {
    color: #b58022;
    border-radius: 10px;
}
.page-link:hover {
    color: #b58022;
}
.page-link:focus {
    box-shadow: none !important;
}
.page-item:not(:first-child) .page-link {
    margin-left: 5px;
}