@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}

.bg-blue {
    background-color: #060b26;
}

img {
    max-width: 100%;
}

.row {
    display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: "Roboto", sans-serif;
}


/* header css  */

.site-header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 36px;
    align-items: center;
}

header.site-header .col {
    width: 50%;
}

header.site-header .row {
    align-items: center;
    justify-content: space-between;
}

header.site-header a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

header.site-header a.active {
    color: #FFC700 !important;
    position: relative;
}

a.active::after {
    content: "";
    position: absolute;
    width: 52%;
    height: 1px;
    background-color: #FFC700;
    left: 26px;
    bottom: -7px;
    margin: auto !important;
    text-align: center;
}

.site-header-nav {
    text-align: end;
}

header.site-header {
    position: absolute;
    width: 100%;
    padding-top: 25px;
}

.home-page .site-header {
    position: absolute;
}

.other-page .site-header {
    position: relative;
    background-color: #001B36;
    padding-top: 0;
}

header.site-header .site-header-login-btn {
    background-color: #FFC70080;
    text-decoration: none;
    padding: 7px 44px;
    border: 2px solid #FF9B0080;
    border-radius: 8px;
}

.right-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #000;
    width: 100%;
    height: 100vh;
    max-width: 376px;
    z-index: 99999;
    transition: all 0.3s linear;
}

.right-drawer.active {
    left: 0;
    transition: all 0.3s linear;
    z-index: 9999;
}

.right-drawer ul {
    display: block;
    text-align: start;
}

.mobile-toogle-menu {
    display: none;
}

.right-drawer ul li {
    padding-top: 28px;
    padding-left: 24px;
}

.right-drawer .site-header-login-btn {
    background-color: #FFC70080;
    text-decoration: none;
    padding: 7px 44px;
    border: 2px solid #FF9B0080;
    max-width: 144px;
    border-radius: 8px;
    transition: all 0.2s linear;
}

.site-header-login-btn.site-btn:hover {
    background-color: transparent;
    transition: all 0.2s linear;
}


/* site banner css  */

.site-banner {
    background-image: url(image/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20% 0px 9%;
    background-position: 100% 97%;
}

.site-banner .row {
    align-items: center;
}

.site-banner h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.site-banner p {
    font-size: 30px;
    color: #FFC700;
    font-weight: 300;
    margin-top: 31px;
    line-height: 53px;
}

.site-banner p strong {
    font-weight: 700;
}

.site-banner a {
    background-color: #FF0000;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    border: 2px solid #000;
    padding: 6px 17px;
    border-radius: 8px;
    display: inline-block;
    font-size: 27px;
}

.site-banner .banner-btn {
    position: absolute;
    right: 0;
}


/* footer css  */

footer.site-footer {
    background-color: #010920;
    padding: 100px 0 41px;
    border-top: 1px solid #001B36;
}

footer.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.site-footer label {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}

footer.site-footer a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

footer.site-footer li {
    padding-top: 17px;
}

.footer-bottom h4 {
    text-align: end;
    color: #FFF9F999;
    font-size: 14px;
    padding-top: 100px;
}


/* contact welcome back csss  */

.contact-welcome-back .col {
    width: 50%;
}

.form-content h2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 80px;
}

.contact-welcome-back .form-group {
    margin-bottom: 15px;
}

.btn-login {
    background: #001f3f;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.signup-link {
    text-align: center;
    margin-top: 10px;
}

.contact-welcome-back .form-content {
    padding: 50px 43px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    background-color: #27A3DB;
    text-decoration: none;
    transition: all 0.2s linear;
}

.btn-login {
    background: #001f3f;
    width: 100%;
    max-width: 424px;
    margin: auto;
    font-size: 30px;
    border-radius: 9px;
    padding: 7px 0;
    transition: all 0.2s linear;
}

.login {
    text-align: center;
}

.side-img {
    height: 100%;
}

.side-img img {
    height: 100%;
}

.side-img img {
    height: 100%;
    width: 100%;
}

.contact-welcome-back .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    border-radius: 10px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #29ABEA;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-welcome-back .form-group {
    display: flex;
    justify-content: center;
    padding: 13px 0;
}

.form-text {
    width: 27%;
    padding-top: 15px;
}

.form-field {
    width: 30%;
}
span.required{
    color: red;
}
.contact-welcome-back p {
    color: #553922;
    font-size: 18px;
    font-weight: 400;
}

.contact-welcome-back p a {
    color: #000;
    font-weight: 600;
}

.Create.Account .col {
    width: 50%;
}

.Create.Account .form-content {
    display: flex;
    flex-wrap: wrap;
}

.Create.Account .form-content .form-group {
    width: 41%;
    margin: 0 30px;
}

.Create.Account .form-content form {
    width: 100%;
}

.Create.Account h2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 80px;
}

.Create.Account .form-content input,
.Create.Account .form-content select {
    height: 44px;
    border-radius: 10px;
    margin-bottom: 31px;
    outline: 1px solid #FAFAFA;
    box-shadow: none;
    background-color: #FAFAFA;
}

.input-group.num-flag {
    display: flex;
    align-items: baseline;
    border: 1px solid #FAFAFA;
    border-radius: 12px;
    outline: 1px solid #cccc;
}

.Create.Account .input-group.num-flag input {
    margin: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: unset !important;
    outline: none !important;
    width: 81%;
    text-align: start !important;
    margin-left: 16px !important;
}

.Create.Account .input-group-addon:first-child {
    border-right: 0;
    width: 19%;
    background-color: transparent;
}

.side-bg {
    background-image: url('image/Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.side-content {
    padding: 7% 2% 27%;
}

.side-content p,
.side-content li {
    color: #fff;
    font-size: 24px;
    width: 100%;
    max-width: 550px;
    line-height: 45px;
    position: relative;
}

.side-content ul {
    list-style: none;
    position: relative;
}

.side-content h2 {
    color: #fff;
    text-align: start !important;
}

.arrrow-img {
    position: absolute;
    left: -42px;
}

.Create.Account .login {
    margin-top: 100px !important;
}

.otp-inputs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.otp-box {
    width: 44px;
    height: 42px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #29ABEA;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    outline: none;
}

.otp-box:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.input-group.num-flag select {
    margin: 0 !important;
    border: none !important;
    outline: none !important;
}


/* NAVBAR (TOP) */

.navbar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    z-index: 999;
}

.navbar button {
    background-color: #FFD700;
    border: none;
    padding: 18px 33px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border-radius: 100px;
}

.navbar button:hover {
    background-color: #FFC300;
}


/* SIDEBAR (LEFT) */

.sidebar {
    position: absolute;
    top: 139px;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #000E27;
    padding: 20px;
    border-radius: 0;
    transition: all .2s ease-in-out;
    top: 106px;
}

.sidebar.active {
    width: 270px;
    background-color: #fff;
    z-index: 999;
}

.toggle-dash.active a {
    background-color: #000E27;
}

.sidebar.active .content-box-dash {
    opacity: 1;
}

.content-box-dash {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.togglemobile {
    display: none;
}

canvas {
    max-width: 400px;
    max-height: 400px;
    margin: auto;
    display: block;
}

.sidebar h2 {
    color: #000E27;
    margin-bottom: 20px;
    text-align: center;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    margin: 15px 0;
}

.sidebar a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    transition: background 0.3s;
    background-color: #000;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.sidebar a::before {
    content: "";
    position: absolute;
    width: 3%;
    height: 41px;
    left: -19px;
    background-color: #000;
    top: 0;
}

.sidebar a:hover {
    background: #2f4e7f;
}

.chart-widget {
    padding: 60px 0;
}

.chart-widget .img-box {
    margin-top: 20px;
}


/* MAIN CONTENT */

.main-content.dashboard {
    padding: 100px 30px 30px;
    /* Top padding to avoid navbar overlap */
    min-height: 100vh;
}


/* INDIVIDUAL CARD */

.card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    max-width: 100%;
}

.card h3 {
    margin-bottom: 15px;
    font-size: 25px;
    text-align: start;
}


/* PROFILE INFO INSIDE CARD */

.profile-info {
    text-align: left;
}

.profile-info p {
    margin: 5px 0;
}

.profile-info p strong {
    display: inline-block;
    width: 80px;
}

.sidebar i {
    margin-right: 17px;
}

.dashboard {
    width: 100%;
    height: 100%;
    background-position: 41% 100%;
    background: linear-gradient(to bottom, #001B36 30%, #CFE8FF 67%);
}

.cards-dashboard .col {
    width: 45%;
    margin: 20px;
}

.cards-dashboard .row {
    flex-wrap: wrap;
}


/* .left {
    width: 30%;
}

.right {
    width: 70%;
} */

.card i {
    margin-right: 8px;
}

.icon-card {
    display: flex;
    align-items: center;
    gap: 27px;
    /* justify-content: center; */
    width: 100%;
}

.toggle-dash a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
}

.input-group.flag-field {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-left: 12px;
    width: 100%;
}

.input-group-text.custom-dropdown {
    display: flex;
    align-items: center;
}

.input-group.flag-field input {
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: unset !important;
}

.input-group.flag-field select {
    margin: 0 !important;
    border: none !important;
    outline: none !important;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    flex-direction: column;
}

.modal-body {
    width: 100%;
}

.modal-body img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.modal-content .content {
    background-color: #D8F2FE;
    padding: 50px 0;
    width: 100%;
    max-width: 700px;
}

.modal-content .content p {
    font-size: 22px;
    font-weight: 400;
}

.modal-content .content h3 {
    font-size: 28px;
    font-weight: 600;
}

.modal-content .content a {
    background-color: #FFCC05;
    color: #fff;
    padding: 22px 69px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 100px;
    font-size: 31px;
    font-weight: 600;
}

.close {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 1;
}


/* .modal-content .heading {
    text-align: center;
} */

.input-group {
    width: 50%;
    margin: 0 auto;
}

.scan-btn {
    margin-top: 20px;
}

.banner {
    background: #0a1931;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
}

.banner h2 {
    color: #00d4ff;
    font-weight: bold;
}

.info-box {
    background: rgba(0, 212, 255, 0.2);
    padding: 15px;
    border-left: 5px solid #00d4ff;
    display: inline-block;
    margin-top: 15px;
}

.ip-adress {
    background-image: url(image/Scanning-lock.png);
    background-size: contain;
    height: 100%;
    background-position: center;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-color: #D8F2FE;
}
.ui.fluid.dropdown {
    display: block;
    width: 100% !important;
    min-width: 0;
    height: 44px;
    border-radius: 10px;
    margin-bottom: 31px;
    outline: 1px solid #FAFAFA;
    box-shadow: none;
    background-color: #FAFAFA;
    line-height: 1.4rem;
}

.field-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.five.wide.field{
   width: 30%;
}
.seven.wide.field {
   width: 70%;
}
.seven.wide.field input
{
    width: 100%;
}
.seven.wide.field input[type="text"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ccc;
}
.ui.fluid.dropdown {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 10px 5px;
}
.ui.fluid.dropdown .text i {
    margin-right: 1px;
}
.ip-adress,
.chart-widget {
    width: calc(100% - 70px);
    margin-left: auto;
}
.ui.selection.dropdown .menu > .item {
    padding: 2px;
    display: flex;
    align-items: center;
}
.ui.search.dropdown > input.search {
    padding: 0 !important;
}
.ui.search.dropdown > .text {
    font-size: 11px;
}

.side-bar {
    position: absolute;
    z-index: 99;
    left: -100%;
    top: 11%;
    width: 100%;
    background-color: blue;
    height: 76%;
    max-width: 228px;
}

.ip-adress .form-group label {
    display: block;
    text-align: center;
    font-size: 20px;
}

.ip-adress .form-group input {
    background-color: #fff;
    height: 50px;
    border: 1px solid #BECEE5;
}

.ip-adress .row {
    align-items: center;
}

.ip-adress .btn-scan a {
    background-color: #2879F1;
}

.complete-profile {
    padding: 70px 0;
}

.Create.Account.complete-profile .form-content .form-group {
    width: 45%;
    margin: 0 5px;
}

.main-heading {
    text-align: center;
    margin-bottom: 50px;
}

.main-heading h1 {
    font-size: 45px;
}

.form-content.border-separate {
    border-left: 1px solid #000;
    padding-left: 25px;
}

.complete-profile textarea {
    border-radius: 10px;
    margin-bottom: 31px;
    outline: 1px solid #FAFAFA;
    box-shadow: none;
    background-color: #FAFAFA;
    height: 150px;
}

.btn-scan {
    text-align: center;
    margin: 50px 0;
}

.and-txt {
    text-align: center;
}

.and-txt h4 {
    font-size: 20px;
}