.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; }
.text-gradient {
    background: -webkit-linear-gradient(45deg, #3b9029, #00768a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gradient {
    color: #fff;
    background: linear-gradient(45deg, #3b9029, #00768a);
}
.btn-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #00768a, #3b9029);
}
.btn-gradient-second {
    color: #fff;
    background: linear-gradient(45deg, #0084a6, #00c1fe);
}
.btn-gradient-second:hover {
    color: #fff;
    background: linear-gradient(45deg, #00c1fe, #0084a6);
}
.btn-outline-gradient {
    color: #027787;
    border: none;
    background: linear-gradient(45deg, #3b9029, #00768a);
    position: relative;
    z-index: 1;
}
.btn-outline-gradient::before {
    content: '';
    position: absolute;
    background-color: white;
    border-radius: 8px;
    z-index: -1;
    inset: 2px;
}
.btn-outline-gradient:is(:hover, :focus)::before {
    background: linear-gradient(45deg, #3b9029, #00768a);
}
.theme-shadow {
    box-shadow: 0px 1px 0px 1px #ddd;
}
.br-theme {
    border-radius: 20px;
}
/*Gateway*/
.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.hiddenradio [type=radio] + div.cryptocoin {
    cursor: pointer;
    min-width: 100px;
    padding: 8px 10px;
    color: #061628;
    margin: 10px 0 10px 0px;
    box-shadow: 0px 1px 0px 1px #ddd;
}
.hiddenradio .cryptocoin img {
    width: 35px;
}
.hiddenradio .cryptocoin.walleticons img {
    width: 60px;
}
.hiddenradio [type=radio]:checked + div.cryptocoin {
    background: #e1fff2 !important;
    box-shadow: 0 0 0 2px #89d9b6;
}
/*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(45deg, #3b9029, #00768a);
}
.copylinktext.rightlink {
    background: linear-gradient(45deg, #00768a, #3b9029);
}
.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*/

/*Packages*/
.package {
    background-image: url(https://hydromono.com/user-assets/img/packages/pricing1.png) !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    box-shadow: none;
    min-height: 400px;
}
.package .package-inner {
    background-image: url(https://hydromono.com/user-assets/img/packages/pricing2.png) !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
}
.package .package-inner .package-box {
    background-image: url(https://hydromono.com/user-assets/img/packages/pricing3.png) !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
}
.pheader {
    width: 100%;
    position: absolute;
    margin-left: 10%;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}
.pbody {
    width: 75%;
    position: absolute;
    margin-left: 6%;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}
.pfooter {
    width: 75%;
    position: absolute;
    margin-left: 6%;
    left: 50%;
    top: 78%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}
.custom-bg {
    background-color: #e9e7f7;
    padding: 30px;
    border-radius: 20px;
}
.customform .form-group {
    margin-bottom: 0.325rem;
}
.customform .form-control {
    height: 35px;
}
.customform .btn {
    padding: 6px 20px;
}
/*Packages*/

.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;
    }
}
.table-bordered td, .table-bordered th {
    vertical-align: middle;
}
.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #00768a;
    border-color: #00768a;
}
.page-link {
    color: #00768a;
    border-radius: 10px;
}
.page-link:hover {
    color: #00768a;
}
.page-link:focus {
    box-shadow: none !important;
}
.page-item:not(:first-child) .page-link {
    margin-left: 5px;
}
.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 50px;
}
.custom-pagination nav svg {
    width: 16px;
}
/*Google Translator*/
#google_translate_element span {
    display: none !important;
}
.goog-te-gadget {
    font-size: 0 !important;
    color: transparent !important;
    height: 35px !important;
    overflow: hidden !important;
    margin-top: -4px !important;
    margin-bottom: -5px !important;
}
.goog-te-gadget .goog-te-combo {
    width: 150px !important;
    height: 35px !important;
    padding: 0px 10px !important;
    margin: 0 !important;
    background: linear-gradient(90deg, #156675 10%, #0d91a7 90%) !important;
    color: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px !important;
    border-radius: 30px !important;
}
/*Google Translator*/
.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}    
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #030d20cc;
}

