* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'hk-grotesk';
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

.text-blu {
    color: #0B0734;
}

.font-italic {
    font-style: italic;
}

@font-face {
    font-family: 'hk-grotesk';
    src: url(../fonts/hk-grotesk.regular.ttf);
}

@font-face {
    font-family: 'poppins-bold';
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}

button:focus {
    box-shadow: none !important;
}

select:focus {
    box-shadow: none !important;
}

body {
    font-family: 'hk-grotesk', sans-serif;
    font-size: 1rem;
    line-height: 24px;
    color: #1A170D;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}

.fsize-sm {
    font-size: 1rem;
}

.fsize-x-sm {
    font-size: 0.875rem;
}

.fsize-med {
    font-size: 1.5rem;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    color: #ffffff;
}

a {
    color: #091E31;
}

a:hover {
    color: #091E31;
}

.form-check-input:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #091E31;
}

.form-control:focus {
    box-shadow: none;
}


/* Works on Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #F2F2F2 #fff;
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 12px;
    height: 9px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #DBDBDB;
    border-radius: 20px;
}

.innerScrollBar::-webkit-scrollbar {
    width: 8px;
    height: 9px;
}

.innerScrollBar::-webkit-scrollbar-track {
    background: transparent;
}

.innerScrollBar::-webkit-scrollbar-thumb {
    background-color: #DBDBDB;
    border-radius: 10px;
    border-color: transparent;
}

.fweight-normal {
    font-weight: normal;
}

.fweight-med {
    font-weight: 500;
}

.fweight-bold {
    font-weight: 700;
}

.fweight-bolder {
    font-weight: 800;
}

small {
    font-size: 12px;
    line-height: normal;
}

.bg-0 {
    background-color: transparent;
}

.text-opacity {
    opacity: 0.5;
}


/* ==========================Common Style============================= */

.bg-theme-primary {
    background-color: #091E31!important;
}

.bg-theme-secondry {
    background-color: #06B8A1!important;
}

.bg-theme-light-gray {
    background-color: #DBDBDB!important;
}

.bg-theme-danger {
    background-color: #B73B3B!important;
}

.bg-theme-warning {
    background-color: #B77E3B!important;
}

.bg-theme-success-light {
    background-color: #72B73B!important;
}

.bg-theme-green-light {
    background-color: #5EF051!important;
}

.bg-theme-primary-light {
    background-color: #51BBF0!important;
}

.bg-theme-purple {
    background-color: #4C3BB7!important;
}

.bg-theme-success {
    background-color: #3BB799!important;
}


/* ==========================text color Style============================= */

.text-theme-primary {
    color: #091E31!important;
}

.text-theme-secondry {
    color: #06B8A1!important;
}

.text-theme-light-gray {
    color: #DBDBDB!important;
}

.text-theme-gray {
    color: #4A4A4A!important;
}

.text-theme-green {
    color: #3BB7A1!important;
}


/* Button Themes */

.btn-theme-primary {
    background-color: #091E31;
    color: #fff;
}

.btn-theme-primary:hover,
.btn-theme-primary:focus {
    background-color: #51BBF0;
}

.btn-theme-secondry {
    background-color: #06B8A1;
    color: #fff;
}

.btn-theme-secondry:hover,
.btn-theme-secondry:hover {
    background-color: #06b8a0b7;
}

.btn-theme-light {
    background-color: #DBDBDB;
    color: #636363;
}

.btn-theme-outline-light {
    border-color: #B2BBC9;
    color: #8A8C8F;
}

.btn-theme-outline {
    background-color: #ffffff;
    border-color: #B2BBC9;
    color: #8A8C8F;
}


/* Font Weight Style */

.fw-medium {
    font-weight: 500!important;
}

.fw-semi-bold {
    font-weight: 600!important;
}


/* Border Radius */

.border-radius-20 {
    border-radius: 20px!important;
}

 ::selection {
    color: #fff;
    background-color: #091E31;
}

 ::-moz-selection {
    color: #fff;
    background-color: #091E31;
}


/* Form-Contrl */

.form-control,
.form-select {
    background-position: right 2em center;
    color: #4A4A4A;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
    padding: 1rem 2rem;
}

.form-select {
    color: #4A4A4A!important;
}

.form-select::selection {
    color: #C7C7C7!important;
}

.form-control::placeholder {
    color: #C7C7C7;
    font-weight: 400;
}


/* Landing page */

.bg-body-landing {
    /* background-image: url(../images/landing-bg-graphic.svg); */
    background-position: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F8F5F5;
}


/* ====================================User authentication/Login/Register style====================================== */

.support-banner {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/support-banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: center;
}

.banner-content {
    position: absolute;
    height: 24px;
    color: #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: inherit;
}

.banner-content h5 {
    font-size: 1.5rem;
    font-weight: 500;
}

.banner-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 42px;
    border-bottom: 2px solid;
    display: inline-block;
    text-transform: uppercase;
}

.banner-content h2 span {
    color: #091E31;
    font-weight: 700;
}

.rd-requestForm h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.rd-requestForm .form-control,
.rd-requestForm .form-select {
    background-position: right 2em center;
    color: #4A4A4A;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 21px;
    padding: 1rem 2rem;
}

.rd-requestForm textarea.form-control {
    height: auto;
    border-radius: 20px;
}

.rd-requestForm .btn {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 56px;
}

.rd-requestForm {
    width: 375px;
    border: 1px solid #00000012;
    /* padding: 0px 0px 10px; */
    position: relative;
}

.rd-requestForm .connectButton {
    /* width: 320px !important; */
    font-size: 18px;
    /* margin-top: 43px; */
    margin: 15px 0 16px 0;
    border-radius: 10px;
}
.rd-requestForm .flatterButton {
    background-color: #fff;
    color:#1A170D;
    font-weight:500;
    font-size: 18px;
    border-radius: 10px;
    /* margin-top: 43px; */
    /* margin-bottom: 27px; */
}


.rd-requestForm h5.text-theme-secondry.fweight-med {
    font-size: 22px;
}

.rd-requestForm p.text-theme-gray.fweight-med {
    font-size: 22px;
}

.rd-requestForm .topLogo {
    background-color: #fff;
    box-shadow: 0 3px 6px #00000012;
    padding: 25px 0;
}

.rd-requestForm .onRadar {
    margin-top: 30px;
}

.rd-requestForm .profileImg {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.rd-requestForm .showImage {
    background-color: #F7F7F9;
}

.rd-requestForm .profileImg img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.rd-requestForm .user-info {
    text-align: right;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 20px;
}

.rd-requestForm .user-info .u-name {
    text-transform: capitalize;
    font-family: 'poppins-bold', sans-serif;
    font-size: 1.6rem;
    color: #000;
}

.rd-requestForm .user-info .u-location {
    opacity: 0.5;
    font-size: 1.125;
}

.rd-requestForm .text-bg-info {
    width: auto;
    margin: 0 20px;
    border-radius: 20px 20px 0 0;
    background-color: #F7F7F9;
}

.rd-requestForm .rememeberNote {
    margin-top: 15px;
}

.rd-requestForm .scanRadar {
    background: rgba(19, 26, 34, 0.5);
}

.rd-requestForm .scanRadar {
    background: rgba(19, 26, 34, 0.5);
    position: absolute;
    left: 0;
    width: 100%;
}
.rd-requestForm .text-bg-info .profile-img img {
    height: 24px;
}
.rd-requestForm .text-bg-info .heart-img img {
    width: 48px; 
    height: 48px;
}

/* .rd-requestForm .scanRadar img {
    width: 90%;
} */
.rd-popup {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 25px 0;
    margin: 0 20px;
    width: 100%;
    z-index: 1;
}
.rd-popup  img.rd-scan {
    width: 245px !important;
    margin: 30px 0;
}
.rd-popup .rd-powered img{
    height: 2rem;
}

.disableContent {
    z-index: -1;
}

.noProfileImg {
    background-image: none;
    clip-path: polygon(0 0,0 100%, 100% 100%, 100% 0%);
    background-color: #F7F7F9;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */

@media (max-width:768px) {
    .rd-requestForm .connectButton {
        width: 320px !important;
    }
    .rd-requestForm {
        width: 100%;
        border: none;
    }
    .rd-requestFormOuter {
        margin-right: 0px !important;
        /* padding-right: 0px; */
    }
}

@media(max-width:992px) {
    .support-banner {
        min-height: 400px;
    }
    .rd-SplitFullpage .row.h-100 {
        height: auto !important;
    }
    .support-banner {
        display: none;
    }
}

@media (min-width:768px) {
    .rd-requestForm {
        height: auto;
    }
}

@media(min-width:992px) {
    .rd-SplitFullpage {
        display: table;
        width: 100%;
        height: 100%;
    }
    .rd-requestFormOuter {
        padding: 60px 0;
    }
}