@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Montserrat", sans-serif; */
/* font-family: "Just Another Hand", cursive; */

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

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

:root {
    --black-color: #102631;
    --red-bg-color: #FDEBEB;
    --red-bg-color: #EBFDF0;
    --green-color: #24A15E;
    --yellow-bg-color: #FDF6EB;
    --blue-bg-color: #F4FBFF;
    --blue-border-color: #A9CDE4;
    --blue-link-color: #5CA7D0;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

input {
    border-radius: 8px;
    box-shadow: none;
    outline: none !important;
}

.blackBtn {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 15px 24px;
    border-radius: 5px;
    background-color: var(--black-color);
    color: white;
    display: inline-block;
    transition: all .4s ease-in-out;
    border: 1px solid var(--black-color);
}

.blackBtn:hover {
    color: var(--black-color);
    background-color: transparent;
    border: 1px solid var(--black-color);
    font-weight: 500;
}

.btn {
    padding: 15px 24px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid black;
    margin: 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: white;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    /* padding: 0 !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-color);
    line-height: normal;
    margin: 0;
    padding: 0;
}

h2 {
    color: var(--black-color);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 90.909% */
}




/* 
==============================
    Header Start
==============================
*/
header {
    margin: 0;
    padding: 20px 0;
    background-color: white;
    box-shadow: 0px 4px 24px 0px rgba(188, 212, 228, 0.60);
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-collapse {
    align-items: center;
    padding: 20px 10px;
}

.navbar-collapse ul li {
    padding-bottom: 30px;
}

.navbar-collapse a {
    text-decoration: none;
    color: #102631;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
    border: none;
    box-shadow: 0px 15px 24px 0px rgba(188, 212, 228, 0.60);
}

.dropdown-menu .dropdown-item:active {
    background: none;
    padding: 10px;
    line-height: 20px;
}

.navbar-nav .nav-item .nav-link {
    color: #102631;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.navbar-nav .nav-item .nav-link .eth_arrow {
    width: 12px;
    height: 12px;
    margin-left: 1px;
}

.navbar-nav .nav-item .nav-link svg {
    width: 22px;
    height: 22px;
}

.dropdown-menu h5 img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.nav-link.show .eth_arrow {
    transform: rotateX(180deg);
}

.select-selected.select-arrow-active::after {
    transform: rotateX(180deg);
}

.dropdown-menu .dropdown-item {
    color: #102631;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 111.111% */
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-menu .dropdown-item.active {
    background-color: #F8F9Fa;
}

.navbar form {
    gap: 10px;
}

.navbar form p {
    color: #102631;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
}

.custom-select {
    position: relative;
    border: 1px solid #3b3d3e3a;
    color: #3B3D3E;
    background-color: transparent;
    border-radius: 8px;
    width: 120px;
}


.custom-select select {
    display: none;
    /*hide original SELECT element: */
}


/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #102631 !important;
    background: url('../img/dropdownIco.svg') center center no-repeat;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    padding: 5px 15px;
    cursor: pointer;
    color: #102631;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #f6f6f6;
    color: #3B3D3E;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 3px;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 64px 0px rgba(130, 180, 211, 0.30);
    z-index: 5554;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div {
    border-bottom: 1px solid #EFEFEF;
    font-weight: 500;
}

.select-items div:nth-last-child(1) {
    border-bottom: none;
}

.select-items div:hover {
    border-radius: 5px;
    background-color: #102631;
    color: white;
}

.select-items .same-as-selected {
    background: #000;
    color: white !important;
    border-radius: 5px;
}


/* 
====== Lets Connect Footer ============
*/
#lets_connect {
    margin: 0;
    padding: 100px 0;
}

#lets_connect .container {
    position: relative;
}

#lets_connect .container:after {
    content: "";
    position: absolute;
    background: url(../img/squareShape.svg) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: -50px;
    width: 130px;
    height: 135px;
    z-index: -1;
}

.footer_text {
    padding: 10px 0 10px 10px;
}

.footer_text p {
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer_text h1 {
    font-family: Montserrat;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: 130px;
    text-transform: uppercase;
}

.footer_text h2 {
    font-family: Montserrat;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 110px;
    text-transform: uppercase;
    align-items: center;
}


.footer_text h2 button {
    padding: 0 0 0 30px;
    color: #102631;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* border-radius: 5px; */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    border: none;
}

.footer_text h2 img {
    margin-left: -25px;
    z-index: -1 !important;
    transition: all .3s ease-in-out;
}

.footer_text h2:hover img {
    transform: scale(1.1);
}

.footer_text h2 button:hover {
    background-color: transparent;
    color: #102631;
}

.footer_text h2 .fa-envelope {
    margin-right: 5px;
}

.footer_bottom {
    padding: 50px 0 0 0;
    margin: 0;
}

.footer_img {
    position: relative;
    padding: 10px;
}

.footer_img::after {
    content: '';
    position: absolute;
    background: url('../img/footerSky_squ.svg') no-repeat;
    width: 200px;
    height: 210px;
    /* right: 30px; */
    left: 200px;
    z-index: -1;
    bottom: -10px;
}

.footer_img .footer_img_Namebox {
    position: absolute;
    /* right: 0; */
    left: 290px;
    top: 30px;
    transform: rotate(-22deg);
    width: 140px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer_img_Namebox p {
    color: #102631;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    letter-spacing: 0.36px;
}

.footer_img_Namebox h6 {
    color: #323640;
    font-family: "Just Another Hand", cursive;
    font-size: 30px;
    font-weight: 400;
    width: fit-content;
    line-height: 35px;
    /* 66.667% */
    letter-spacing: 0.9px;
}

.footer_img svg {
    position: absolute;
    top: -50px;
    right: 215px;
}

.footer_bottom .social_icon a {
    font-size: 20px;
    position: relative;
    margin-left: 50px;
    color: #000;
}

.footer_bottom .social_icon a:hover {
    color: #5CA7D0;
}

.footer_bottom .social_icon a:nth-child(1) {
    margin-left: 0;
}

.footer_bottom .social_icon a i::after {
    position: absolute;
    content: "";
    background: url('../img/socialmediaBg.png') no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 45px;
    z-index: -1;
    left: -15px;
    top: -10px;
    transition: all .3s ease-in-out;
}

.footer_bottom .social_icon a i:hover::after {
    transform: scale(1.09);
}

.footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 52px;
    padding: 0;
    margin: 0;
}

.footer_bottom li a {
    text-decoration: none;
    color: #000;
}

.footer_bottom li a:hover {
    color: #5CA7D0;
}


/* 
============== Banner ================
*/

#loading_banner {
    background: url('../img/heroBG.png') no-repeat;
    background-size: cover;
}

#banner {
    margin: 78px 0 0 0;
    padding: 100px 0 30px 0;
    background: url('../img/heroBG.png') no-repeat;
    background-size: cover;
}

.banner_item {
    padding: 30px 0;
}

.banner_text h1 {
    color: #102631;
    font-size: 47px;
    font-weight: 700;
    line-height: 64px;
    /* 116.364% */
    text-transform: uppercase;
}

.banner_text p {
    color: #102631;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    padding: 20px 0;
}


/* 
========== Card Section ================
*/
#card_sec {
    margin: 0;
    padding: 30px 0;
}

#card_sec .nav-tabs {
    border: none;
    /* display: flex; */
}

#card_sec .nav-tabs {
    scrollbar-width: none;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    margin-bottom: 0;
    padding-bottom: 1px;
}

#card_sec .nav-tabs {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    align-items: center;
    margin-bottom: -5px;
}

#card_sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}

.card-navbar {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
}

.nav-tabs .nav-link {
    margin: 0;
    padding: 0 20px;
    border: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.card-nav .card-navlink {
    border-radius: 5px;
    background: #F1F5F7;
    padding: 15px 20px;
    margin: 5px;
    color: #536E79;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.card-nav .card-navlink.active,
.card-nav .card-navlink:hover {
    background-color: #102631;
    color: white;
}

.card-search input {
    padding: 0 10px;
    outline: none;
    border-left: none;
    box-shadow: none !important;
    /* border: 1px solid; */
    cursor: pointer;
}

.input-group {
    border-radius: 5px;
    /* border: 1px solid #82B4D3; */
    background: #FFF;
    /* cursor: pointer; */
}

input[type="search"]::-webkit-search-cancel-button:focus {
    cursor: pointer;
}

.input-group .input-group-text {
    border-right: none;
    border-color: #82B4D3;
    padding: 9px 10px;
}

.input-group input:focus {
    border: 1px solid #82B4D3;
    border-left: none;
}

.input-group input {
    border-color: #82B4D3;
}

.tab-content {
    margin: 0;
    padding: 50px 0;
}

.card {
    padding: 10px 10px 0 10px;
    border-radius: 8px;
    border: 1px solid #A7CBE2;
    transition: all .3s ease;
    cursor: pointer;
}


.card:hover .img_arrow {
    background-color: #6AC9FF;
}

/* Card detail */
.card .card-img-top {
    position: relative;
}



.card .card-body {
    padding: 5px 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.card .card_detail {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    margin-top: -10px;
}

.card .card-title {
    color: black;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 0;
}

.card .card-text {
    color: #3B3D3E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    padding: 0;
    margin-bottom: 5px;
}

.card .card-blue-box {
    margin: 5px 0;
    padding: 10px 15px;
    border-radius: 20px;
    background: #E4F5FF;
    width: fit-content;
}

.card .card-blue-box p {
    color: #5CA7D0;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
}

.card .blue_box {
    /* position: absolute; */
    /* bottom: 60px; */
}

.card .pink_box {
    /* position: absolute; */
    /* bottom: 10px; */
}

.card .card-pink-box {
    border-radius: 20px;
    background: #FFEFF8;
    width: fit-content;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 5px 0px 0;
}

.card .card-pink-box p {
    color: #D283B0;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
}


/* 
=========== What Are Section ================
*/
#what_are {
    margin: 0;
    padding: 50px 0;
}

.what_are_img {
    background: url(../img/Mask\ group.svg) no-repeat center center;
    background-size: cover;
    border-radius: 8px;
    padding: 70px 90px 50px 70px;
}

.what_are_text {
    margin: 0;
    padding: 0;
}

.what_are_text h1 {
    color: #102631;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 10px 0;
}

.what_are_text h1 span {
    color: #5CB4E6;
}

.what_are_text p {
    text-align: justify;
    padding: 10px 0 50px 0;
}

.what_are_right {
    padding: 25px 10px 20px 50px;
}

.what_are_right .first_what {
    display: flex;
    gap: 40px;
    padding: 20px 0;
}

.what_are_right h1 {
    border: 1px solid black;
    border-radius: 100%;
    padding: 35px;
    width: fit-content;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what_are_right h3 {
    padding: 10px 0;
    font-size: 30px;
    line-height: normal;
}

.what_are_right p {
    font-size: 18px;
    padding: 20px 0;
}

.what_are_right ul li {
    list-style-type: disc;
}


/* 
========================================
    ETH Unit Converter Page
========================================
*/


/* banner */
#unit_banner {
    background: url('../img/unit_con_banner.png') no-repeat;
    background-size: 100%;
    padding: 0px 0 20px 0;
    margin-top: 70px;
}

.unit_con_banner .banner_item {
    padding: 100px 0 0 0;
}

.unit_con_banner .banner_text h1 {
    color: #102631;
    text-align: center;
    font-size: 44px;
    text-transform: none;
    font-weight: 600;
    line-height: 24px;
    /* 54.545% */
}

.breadcrumb {
    justify-content: center;
    padding: 50px 0 0 0;
}

.breadcrumb-item {
    color: #102631 !important;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb-item a {
    color: #102631;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-item a:hover {
    color: #5CA7D0;
}


/* ===== Enter Detail ====== */
#enter_detail {
    padding: 10px 0;
    margin-bottom: 20px;
}

#enter_detail .card {
    border: none;
    padding-top: 0;
    padding: 0 5px 5px 5px;
    min-height: 200px;
}


#enter_detail .card .img_arrow {
    display: none;
}

.enter_detail {
    padding: 0px 20px;
}

.enter_detail .yellow_box {
    min-height: auto;
    width: 100%;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    background: #FDF6EB;
    display: inline-flex;
    gap: 10px;
}

.enter_detail .red_box {
    width: 100%;
    min-height: auto;
    padding: 20px;
    margin: 0 0 10px 0;
    border-radius: 8px;
    background: #FDEBEB;
    display: inline-flex;
    gap: 10px;
}

.enter_detail .yellow_box p {
    font-size: 16px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    /* 187.5% */
}

.enter_detail .red_box p {
    color: #D96262;
    font-size: 16px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 30px;
    /* padding-bottom: 10px; */
    /* 187.5% */
}

.enter_detail .red_box p a {
    color: #D96262;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.enter_detail .form_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    color: #102631;
}

.enter_detail .form_top h4 {
    font-weight: 600;
}

.enter_detail .form_top button {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #A7CBE2;
    font-weight: 500;
    font-size: 16px;
}

.enter_detail .form_top button:hover {
    background-color: #A9CDE4;
    color: #102631;
}

.enter_detail .blackBtn {
    width: fit-content;
    padding: 10px 20px;
    margin: 18px 0 20px 0px;
}

.enter_detail form input {
    border-radius: 8px;
    border: 1px solid #A9CDE4;
    background: #F5F8F9;
    color: var(--black-color);
    padding: 8px 12px;
}

#ens_has form input {
    background: #FAFAFA;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
}

#ens_has form input:focus {
    border-radius: 8px;
    border: 1px solid #A9CDE4;
    background: #F5F8F9;
    padding: 8px 12px;
}

.enter_detail form input::placeholder {
    font-size: 16px;
    font-weight: 400;
}

.enter_detail form input:focus {
    padding: 8px 12px;
    outline: none;
    box-shadow: none;
    margin: 0;
}

.enter_detail .form-label {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    color: #102631;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}




/*======== Card Slider =========*/
#card_slider {
    margin: 0;
    padding: 100px 0;
    position: relative;
}

#card_slider::before {
    content: '';
    position: absolute;
    background: url(../img/squareShape.svg) no-repeat;
    background-size: 100%;
    width: 90px;
    height: 90px;
    z-index: -1;
    left: 250px;
    top: 0px;
}

#card_slider::after {
    content: '';
    position: absolute;
    background: url(../img/squareSky.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    z-index: -1;
    right: 250px;
    top: 100px;
}

.card_slider_heading {
    padding: 30px 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.card_slider_heading h2 {
    font-size: 58px;
    font-weight: 500;
    line-height: 90px;
    /* 132.353% */
    text-transform: uppercase;
}

.card_slider_heading h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 90px;
    /* 132.353% */
    text-transform: uppercase;
}

.card_slider_heading p {
    line-height: 60px;
    font-size: 24px;
    font-weight: 400;
}


/* card slider */
.owl-carousel .owl-item .card-img-top {
    display: block !important;
    width: 100% !important;
}

.owl-carousel .owl-item img {
    display: inherit;
    width: inherit;
}

.owl-carousel .owl-item {
    position: relative;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-item::before {
    content: "";
    width: 100%;
    /* height: 147px; */
    border-radius: 20px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(255, 255, 255, 0.1);
}

.item {
    position: relative;
    padding: 1px;
}

.owl-carousel .owl-stage-outer {
    padding: 0 0 80px;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.owl-carousel .owl-nav button {
    margin: 0;
    color: black !important;
    z-index: 555;
    transition: all .4s ease-in-out;
    width: 62px;
    height: 62px;
    border: 1px solid black !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.owl-carousel .owl-nav button:hover {
    border-color: #82B4D3 !important;
}

.owl-carousel .owl-nav button.owl-prev:after {
    content: "";
    background: url(../img/slider_arrow_right.svg) center center no-repeat;
    width: 28px;
    height: 20px;
    filter: brightness(0);
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
    background-size: 100% 100%;
}

.owl-carousel .owl-nav button.owl-next:after {
    content: "";
    background: url(../img/slider_arrow_right.svg) center center no-repeat;
    width: 28px;
    height: 20px;
    filter: brightness(0);
    transition: all .4s ease-in-out;
    background-size: 100% 100%;
}

.owl-carousel .owl-nav button:hover:after {
    filter: brightness(1);
}

.owl-carousel .owl-nav button:hover {
    color: black !important;
    border-color: black;
}




/* 
=================================
    Notarise Document Page
=================================
*/
.notarise_doc_redbox .notarise_doc_redbox_detail{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.notarise_doc_redbox figure img {
    margin-top: 11px;
}


.notarise_doc_redbox .notarise_doc_redbox_detail a {
    background: #ffff;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--black-color) !important;
    border-radius: 8px;
    padding: 8px 13px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* 
=================================
    END Hash Page
=================================
*/
#ens_has label img {
    cursor: pointer;
    position: relative;
}

.tooltip {
    --bs-tooltip-opacity: 1;
    box-shadow: 0px 0px 64px 0px #97BBD14D;
    margin-left: 120px !important;
    position: absolute;
}

.tooltip-inner {
    background-color: #ffff;
    opacity: 1;
    color: #000;
    text-align: start;
    max-width: 340px !important;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
}


.tooltip .tooltip-arrow {
    display: none;
}


/* 
=================================
    END Wjois Page
=================================
*/
.ens_whois .red_box {
    width: 100%;
    min-height: auto;
    padding: 20px;
    margin: 10px 0 10px 0;
    border-radius: 8px;
    background: #FDEBEB;
    display: inline-flex;
    gap: 10px;
}

.ens_whois .red_box p {
    color: #D96262;
    font-size: 16px;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 0;
    /* 187.5% */
}

.ens_whois table {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    background-color: #F8FAFA;
    border-radius: 8px;
    overflow-x: auto !important;
}

.ens_whois table tbody tr {
    padding: 10px 0;
    border-bottom: 1px solid #ECF1F3;
}


.ens_whois table tr th {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: var(--black-color);
    padding: 15px 0 15px 20px;
    /* border-bottom: 1px solid #ECF1F3; */
    text-wrap: nowrap;
}

.ens_whois table tr td {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black-color);
    padding: 15px 10px 15px 20px;
    /* border-bottom: 1px solid #ECF1F3; */
    text-wrap: nowrap;
}


.ens_whois table tr span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--black-color);
}

.ens_whois table tr:nth-last-child(2) {
    border-bottom: 1px solid #C5D6E0;
}

.ens_whois table tr:last-child {
    border-bottom: 0;
}

.ens_whois table tr td a {
    text-decoration: none;
    color: var(--black-color);
}

.ens_whois table tr td .text_resolver {
    background: #FFFFFF;
    color: #536E79;
    font-weight: 600;
    padding: 8px 13px;
    border-radius: 5px;
    margin-left: 5px;
}

.ens_whois .text_record_fuse span.heading {
    font-size: 16px;
}

.ens_whois .text_record_fuse span {
    font-size: 12px;
}


/* 
==============================
    Sign Message Page
==============================
 */
.enter_detail .green_box {
    min-height: auto;
    width: 100%;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    background: #EBFDF0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.enter_detail .green_box p {
    color: var(--black-color);
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
}

.enter_detail .green_box .heading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #24A15E;
    padding-bottom: 10px;
}

.enter_detail .green_box .green_btn {
    color: #ffff;
    background-color: #24A15E;
    border: none;
    box-shadow: none;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.enter_detail .green_box .green_btn:hover {
    background-color: #1a7142;
}


/* 
==============================
    Sign a Type Message Page
==============================
 */
.enter_detail .blue_box {
    min-height: auto;
    width: 100%;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    background-color: var(--blue-bg-color);
    border: 1px solid #A9CDE4;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.enter_detail .blue_box p {
    font-size: 16px;
}

.enter_detail .add_btn {
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--black-color);
    margin: 10px 0 10px 0 px;
    transition: all .3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.enter_detail .add_btn:hover {
    background-color: var(--black-color);
    color: #fff;
}



/* the code below is for the dropdown heading */
.wrapper-dropdown-type {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 12px;
    background: #F5F8F9;
    border: 1px solid #A7CBE2;
    border-radius: 8px;
    text-align: left;
    color: var(--black-color);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
}



.wrapper-dropdown-type .arrow {
    margin-top: 8px;
    float: right;
    /* rotate: 180deg; */
}

.wrapper-dropdown-type .selected-display {
    color: #5F6264;
    font-size: 16px;
}

.wrapper-dropdown-type img {
    transition: all 0.3s;
}

.wrapper-dropdown-type::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-type .rotated {
    transform: rotate(-180deg);
}

.wrapper-dropdown-type .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown-type .dropdown li {
    padding: 0 15px;
    line-height: 45px;
}

.wrapper-dropdown-type .dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown-type .dropdown {
    padding: 0.5rem !important;

}

.wrapper-dropdown-type .dropdown li:hover {
    background-color: #E4F5FF;
    border-radius: 8px;
}

.wrapper-dropdown-type.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 15px;
    margin-top: -7px;
    height: 150px;
    /* overflow-y: scroll; */
}


/* 
================================
    Interface Database
================================
*/
input::-webkit-search-cancel-button:focus {
    cursor: pointer;
}

.interface_data_detail input {
    cursor: pointer;
}

::-webkit-search-cancel-button {
    cursor: pointer;
}

.interface_data_detail .enter_detail_bottom p {
    width: fit-content;
    font-size: 14px;
}

.interface_data_detail .enter_detail_bottom a {
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-link-color);
    text-decoration: underline;
}

.interface_data_detail .blue_box_item {
    display: flex;
    flex-direction: column;
    background-color: #F8F9FA;
    margin-bottom: 15px;
    border: none;
}

.interface_data_detail .blue_box_item:hover {
    background: #F8F9FA;
}

.interface_data_detail .blue_box_item .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.interface_data_detail .blue_box_item a {
    width: fit-content;
    font-size: 16px;
    color: var(--blue-link-color);
    font-weight: 700;
    text-decoration: underline;
}

.interface_data_detail .blue_box_item p {
    width: fit-content;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
}

.interface_data_detail .blue_box_item p:nth-child(2) {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 0;
}

.interface_data_detail .blue_box_item span a {
    color: #868688;
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
}

.interface_data_detail .blue_box_item span a:focus {
    padding: 0 !important;
}

.interface_data_detail a:focus {
    padding: 0 12px !important;
}

.form_label_ABI {
    font-size: 28px !important;
    font-weight: 600;
}


/* 
======================================
    Interface Database Detail Page
======================================
*/
#interface_db_tab .interface_db_nav {
    margin-bottom: 0;
}

#interface_db_tab .interface_db_nav button {
    background: #F1F5F7;
    color: #536E79;
    padding: 12px 20px;
    margin: 5px 15px 5px 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}

#interface_db_tab .interface_db_nav button.active {
    background-color: var(--black-color);
    color: #fff;
}

#interface_db_tab .tab-content {
    padding: 0;
}

#interface_db_tab .tab-content textarea {
    background-color: #F5F8F9;
    border: 1px solid var(--blue-border-color);
    border-radius: 8px;
    text-align: start;
    color: var(--black-color);
    padding: 10px;
}

#interface_db_tab .tab-content textarea::-webkit-scrollbar-track {
    background: var(--blue-bg-color);
    border-radius: 8px;
}

#interface_db_tab .tab-content textarea::-webkit-scrollbar-thumb {
    background: var(--blue-border-color);
    border-radius: 50px;
}

#interface_db_tab .tab-content textarea::-webkit-scrollbar {
    width: 10px;
}

#interface_db_tab .tab-content .function_selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#interface_db_tab .tab-content .function_selector label {
    width: fit-content;
    font-size: 25px;
}

#interface_db_tab .tab-content .function_selector button {
    width: fit-content;
    border: 1px solid var(--black-color);
    background-color: transparent;
    color: var(--black-color);
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-flex;
    gap: 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#interface_db_tab .tab-content .function_selector button:hover {
    background-color: var(--black-color);
    color: #fff;
}


/* standard */
.standard_table {
    width: 100%;
    border: 1px solid #ECF1F3;
    border-radius: 8px;
    margin-top: 20px;
}

.standard_table th {
    background-color: #EDF4FB;
    padding: 20px 10px;
    font-weight: 500;
}

.standard_table td {
    background-color: #FBFCFD;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.standard_table td.selected {
    background-color: #e5fbe5;
}

/* table */
#interface_db_tab .tab-content .function_selector_table {
    width: 100%;
    border: 1px solid #ECF1F3;
    border-radius: 8px;
    margin-top: 20px;
}

#interface_db_tab .tab-content .function_selector_table tr:nth-last-child(2) {
    border-bottom: 1px solid #ECF1F3;
}

#interface_db_tab .tab-content .function_selector_table th {
    background-color: #EDF4FB;
    padding: 20px 10px;
    font-weight: 500;
}

#interface_db_tab .tab-content .function_selector_table td {
    background-color: #FBFCFD;
    padding: 10px;
    font-size: 14px;
}

#interface_db_tab .tab-content .function_selector_table td input {
    background-color: #fff;
    padding: 6px 10px;
    width: 230px;
    font-size: 14px;
    color: var(--black-color);
    /* cursor: no-drop; */
}
#interface_db_tab .tab-content .function_selector_table td input::placeholder {
    font-size: 14px;
}

#interface_db_tab .tab-content .function_selector_table td span {
    background: #F1F3F4;
    padding: 10px;
    border-radius: 8px;
    cursor: no-drop;
    width: 200px;
}


#interface_db_tab .tab-content .function_selector_table td button {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none !important;
    background-color: transparent;
}



/* 
================================== 
    IERC20 Interface DB Page
================================== 
*/
.white_box {
    background-color: transparent;
    color: var(--black-color);
    border: 1px solid var(--black-color);
    border-radius: 8px;
    padding: 15px;
    min-height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.white_box input {
    border: none;
    width: 70%;
    font-weight: 600;
}

.white_box button {
    background-color: #E4F5FF;
    color: var(--blue-link-color);
    border-radius: 8px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    box-shadow: none;
    font-weight: 600;
}


.IERC20_table table tr {
    border-bottom: 1px solid #ECF1F3;
}

.IERC20_table table {
    width: 100%;
    border-radius: 8px;
}

.IERC20_table table tr td input::placeholder {
    font-size: 14px;
}

.IERC20_table table tr td:nth-child(3) input {
    border: none;
    background-color: #F1F3F4 !important;
    color: var(--black-color);
    width: 100%;
    padding: 10px;
    cursor: no-drop;
}





/* 
===========================
    Test Deployed Page
===========================
*/
.test_deployed_detail .checklist {
    display: flex;
    flex-direction: column;
}

.test_deployed_detail .checklist div span {
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

.test_deployed_detail .checklist div span input[type=checkbox] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 7px;
}


input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 1px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
    border: none;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 41%;
    top: 45%;
    width: 7px;
    height: 13px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.test_deployed_detail .checklist div {
    width: fit-content;
}

.test_deployed_detail .checklist div p {
    font-size: 14px;
}

.test_deployed_detail .form_top h4 {
    font-size: 28px;
    font-weight: 600;
}

.test_deployed_detail .test_Deplo_function_form {
    background: #F8FAFA;
    border-radius: 8px;
    padding: 10px 20px !important;
}

.test_deployed_detail .test_Deplo_function_form p {
    width: fit-content;
}

.test_deployed_detail .test_Deplo_function_form p.read {
    background-color: #E4F5FF;
    padding: 5px 15px;
    border-radius: 20px;
    color: var(--blue-link-color);
    font-size: 12px;
}

.test_deployed_detail .test_Deplo_function_form p.write {
    background-color: #FFEFF8;
    padding: 5px 15px;
    border-radius: 20px;
    color: #D283B0;
    font-size: 12px;
}



/* 
============================
    TEST a CONTRACT Page
============================
*/
.test_contract .test_contract_blueBox {
    background-color: #F8F9FA;
    border: none;
}
.test_contract .test_contract_blueBox p {
    color: var(--black-color);
    font-size: 14px;
}

.test_contract .test_contract_blueBox p a {
    font-weight: 600;
    text-decoration: underline;
    /* color: var(--blue-link-color); */
    color: var(--black-color);
}

#enter_detail {
    overflow-x: hidden;
}


input.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    