/*reset css start*/
* {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
}

html,
body {
    height: 100%;
    background-color: white;
    background: url(../images/bg-net.png);
    overflow: hidden;
}

button:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*reset css end*/
/*variable start*/
/*variable end*/
/*mixin start*/
/*mixin end*/
.select-box {
    margin-top: 20px;
}

.select-box label {
    color: #495057;
    font-size: 14px;
    margin-bottom: 5px;
}

.select-box select {
    font-size: 14px;
    color: #495057;
    width: 95%;
}

.photo-cntnr {
    max-width: 576px;
    width: 100%;
    margin-bottom: 20px;
}

.photo-cntnr .caption {
    display: flex;
    box-shadow: 0px 1px 5px #ccc;
    gap: 15px;
    padding: 10px;
}

.photo-cntnr .caption span {
    font-size: 14px;
    color: #42a3f1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.left-nav {
    width: 20%;
    max-width: 250px;
    background-color: #36485b;
    height: 100vh;
    transition: all linear 0.3s;
    position: sticky;
    top: 0;
    bottom: 0;
}

.left-nav ul {
    padding: 15px 0;
}

.left-nav ul li {
    padding: 0px 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.left-nav ul li i {
    color: #b8c7ce;
}

.left-nav ul li a {
    color: #b8c7ce;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.left-nav.left-0 {
    max-width: 3%;
    overflow: hidden;
}

.left-nav.left-0 a {
    color: #36485b;
    white-space: nowrap;
}

.left-nav .logo {
    background-color: #3299f4;
    padding: 10px;
}

.right-pannel {
    width: 100%;
}

.right-pannel nav {
    margin-top: 20px;
}

.right-pannel .top-strip-inner {
    background-color: #42a3f1;
    padding: 7px 20px;
    position: sticky;
    top: 0;
}

.right-pannel .top-strip-inner .hamburger {
    gap: 10px;
}

.right-pannel .top-strip-inner .hamburger i {
    color: #fff;
}

.right-pannel .top-strip-inner .hamburger span {
    font-size: 13px;
    color: #fff;
}

.right-pannel .top-strip-inner .navigation {
    gap: 15px;
}

.right-pannel .top-strip-inner .navigation .nav-box {
    gap: 10px;
}

.right-pannel .top-strip-inner .navigation .nav-box i {
    color: #fff;
}

.right-pannel .top-strip-inner .navigation .nav-box .play {
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-pannel .top-strip-inner .navigation .nav-box .play i {
    color: #fff;
}

.right-pannel .top-strip-inner .navigation .nav-box span {
    font-size: 13px;
    color: #fff;
}

.right-pannel .tabing .light-green-text {
    color: #74ac4e !important;
    font-size: 14px;
    font-weight: 600;
}

.right-pannel .tabing .card-outer {
    margin-top: 30px;
}

.right-pannel .tabing .card-outer .paddin-20 {
    padding-left: 20px;
}

.right-pannel .tabing .card-outer .card-new {
    flex-direction: row;
    box-shadow: 0px 0px 2px #ccc;
    padding: 15px;
}

.right-pannel .tabing .card-outer .card-new button.add-route {
    background-color: #42a3f1;
    color: #fff;
    border: 0;
    padding: 7px;
    border-radius: 7px;
    width: 100%;
    margin-top: 20px;
}

.right-pannel .tabing .card-outer .card-new .pool-table th {
    width: 50%;
    padding: 15px 0;
}

.right-pannel .tabing .card-outer .card-new .pool-table th .space {
    margin-right: 10px;
}

.right-pannel .tabing .card-outer .card-new table {
    width: 100%;
}

.right-pannel .tabing .card-outer .card-new table tr {
    border-bottom: solid 1px #ccc;
}

.right-pannel .tabing .card-outer .card-new table tr:last-child {
    border-bottom: 0;
}

.right-pannel .tabing .card-outer .card-new table tr th:last-child {
    text-align: right;
}

.right-pannel .tabing .card-outer .card-new table tr td {
    padding: 15px 0;
    font-size: 14px;
    color: #495057;
    font-weight: 500;
    margin-bottom: 5px;
}

.right-pannel .tabing .card-outer .card-new table tr td .light {
    background-color: #277ee1;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.right-pannel .tabing .card-outer .card-new table tr td .light-green {
    background-color: green;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.right-pannel .tabing .card-outer .card-new table tr td:last-child {
    text-align: right;
}

.right-pannel .tabing .card-outer .card-new table tr td i.space {
    margin-right: 10px;
}

.right-pannel .tabing .card-outer .card-new .pannel-outer {
    width: 100%;
}

.right-pannel .tabing .card-outer .card-new .blue-text {
    color: #42a3f1 !important;
}

.right-pannel .tabing .card-outer .card-new .billing-outer {
    padding: 10px;
    width: 100%;
}

.right-pannel .tabing .card-outer .card-new .billing-outer p {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
    margin-bottom: 5px;
}

.right-pannel .tabing .card-outer .card-new .billing-outer h3 {
    color: #42a3f1;
    font-size: 14px;
    font-weight: 500;
}

.right-pannel .tabing .card-outer .card-new .history label {
    color: #42a3f1;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.right-pannel .tabing .card-outer .card-new+.card-new {
    margin-top: 30px;
}

.right-pannel .tabing .card-outer .card-new .light-grey-text {
    border-bottom: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-pannel .tabing .card-outer .card-new .light-grey-text:last-child {
    border-bottom: 0;
}

.right-pannel .tabing .card-outer .card-new .pool-outer {
    border-bottom: solid 1px #ccc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.right-pannel .tabing .card-outer .card-new .pool span {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
    gap: 5px;
}

.right-pannel .tabing .card-outer .card-new .history-outer {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.right-pannel .tabing .card-outer .card-new .history-outer.bdr-0 {
    border-bottom: 0;
}

.right-pannel .tabing .card-outer .card-new .light-grey-text {
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.right-pannel .tabing .card-outer .card-new .light-grey-text .center-text {
    text-align: center;
    font-size: 14px;
    color: #495057;
    font-weight: 500;
    width: 100%;
}

.right-pannel .tabing .card-outer .card-new .light-grey-text .light-circle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #495057;
}

.right-pannel .tabing .card-outer .card-new .light-grey-text p {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
}

.right-pannel .bread-crum {
    padding: 10px 0;
    border-bottom: solid 1px #dfdfdf;
}

.right-pannel .bread-crum ul.right-ul {
    gap: 10px;
}

.right-pannel .bread-crum ul.right-ul li {
    display: flex;
    gap: 5px;
    align-items: center;
}

.right-pannel .bread-crum ul li a,
.right-pannel .bread-crum ul li i {
    color: #0d6efd;
    font-size: 14px;
}

.right-pannel .bread-crum ul li a.active,
.right-pannel .bread-crum ul li i.active {
    color: #212529 bf;
}

.right-pannel .bread-crum ul li span.after {
    margin: 0 10px;
}

.mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
    overflow: hidden;
    overflow-x: scroll;
}

.mobile-menu .mobile-menu-inner {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu i {
    color: #495057;
    font-size: 20px;
}

.mobile-menu i.active {
    color: #42a3f1;
}

.login-cntnr button.btn-sign-in {
    background-color: #efeeea;
    color: #142745;
    padding: 15px 20px;
    border: 0;
    font-weight: 600;
}

/* .login-cntnr .input-group-text {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.login-cntnr .input-group-text i {
    color: #000;
} */

/* .login-cntnr .input-group {
    border-bottom: solid 1px #000;
} */

/* .login-cntnr .input-group input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
} */

/* .login-cntnr .input-group input::placeholder {
    color: #000;
}

.login-cntnr .input-group input:focus-visible,
.login-cntnr .input-group input:focus {
    border: 0;
    outline: 0;
    box-shadow: 0px 0px 0px;
} */

.login-cntnr .login-box {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.login-cntnr .login-box .get-started {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.login-cntnr .login-box .text-skimmer {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.login-cntnr .login-box .join-txt {
    color: #000;
    font-size: 13px;
    text-align: center;
}

.login-cntnr .login-box .remember {
    color: #000;
}

.login-cntnr .login-box .link-text a {
    color: #000;
}

.login-cntnr .login-right {
    background-color: #fff;
    padding: 50px;
    background-image: url(../images/bg-white.png);
}

.login-cntnr .login-right .login-image {
    width: 990px;
}

.login-cntnr .login-right .login-image img {
    width: 100%;
    object-fit: cover;
}

.login-cntnr .login-right h3 {
    color: #313135;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-cntnr .login-right p.login-desc-text {
    color: #62626a;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .login-cntnr .login-box {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .login-right {
        display: none;
    }
}

@media screen and (max-width: 1200px) and (min-width: 700px) {
    .left-nav.left-0 {
        width: 7%;
        max-width: inherit;
    }
}

@media (min-width: 701px) {

    .mobile-menu,
    .angle-left {
        display: none;
    }
}

@media (max-width: 700px) {

    .right-pannel .bread-crum ul li a,
    .right-pannel .bread-crum ul li i,
    .nav-tabs .nav-link,
    .right-pannel .tabing .card-outer .card-new .pool span,
    .right-pannel .tabing .card-outer .card-new .billing-outer p,
    .right-pannel .tabing .card-outer .card-new .history label,
    .right-pannel .tabing .card-outer .card-new table tr td {
        font-size: 12px !important;
    }

    .history label,
    .right-pannel .tabing .card-outer .card-new .pool span {
        white-space: nowrap;
    }

    .right-pannel .tabing .card-outer .paddin-20 {
        padding-left: 0;
        margin-top: 20px;
    }

    .angle-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .angle-left .icon i {
        font-size: 20px;
        color: #fff;
    }

    .angle-left .name {
        color: #fff;
    }

    .angle-left .name span {
        font-size: 16px;
        font-weight: bold;
        display: block;
        text-align: center;
    }

    .angle-left .name label {
        font-size: 13px;
        display: block;
        text-align: center;
    }

    .hamburger {
        display: none !important;
    }

    .right-pannel .tabing .card-outer .card-new .pool-table th {
        width: inherit;
    }

    .navigation {
        display: none !important;
    }

    .left-nav {
        left: -250px;
        width: 250px;
        position: fixed;
    }

    .left-nav.left-0 {
        max-width: inherit;
        left: 0;
    }

    .left-nav.left-0 a {
        color: #b8c7ce;
    }
}