a {
    text-decoration: none;
}

.navbar-brand {
    color: #ff5e14 !important;
    font-weight: bold;
}

.btn-outline-light:hover {
    color: #151414 !important;
}

ul.product-plans {
    width: 100%;
    /* margin-inline: auto; */
    display: flex;
    row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

ul.product-plans li.product-plan:nth-child(1) {
    --accent-color: #fa0038
}

ul.product-plans li.product-plan:nth-child(2) {
    --accent-color: #164fa9
}

ul.product-plans li.product-plan:nth-child(3) {
    --accent-color: #1a9b8b
}

ul.product-plans li.product-plan {
    --overlap-size: 1.5rem;
    --border-radius: 2rem;
    width: min(16rem, 100%);
    margin-inline: var(--overlap-size);
    padding-block: 2rem;
    display: grid;
    grid-template-rows: max-content max-content 1fr max-content;
    gap: 0.5rem;
    border-radius: var(--border-radius) 0 var(--border-radius) 0;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

ul.product-plans li.product-plan .title {
    font-size: 2rem;
    color: var(--accent-color);
    text-align: center;
}

ul.product-plans li.product-plan .price {
    margin-right: calc(var(--overlap-size) * -1);
    justify-self: end;
    padding-block: 0.25rem;
    padding-inline: var(--overlap-size);
    background-color: red;
    color: white;
    position: relative;
}

ul.product-plans li.product-plan .price::after {
    content: "";
    position: absolute;
    height: var(--overlap-size);
    width: var(--overlap-size);
    right: 0;
    top: 100%;
    background-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

ul.product-plans li.product-plan .btn {
    justify-self: start;
    margin-left: calc(var(--overlap-size) * -1);
    padding-block: 0.5rem;
    padding-inline: 2.5rem;
    border: none;
    font-family: inherit;
    color: white;
    font-size: 1.1rem;
    background-color: red;
    background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 0);
    background-size: 100% 200%;
    transition: background-position 100ms ease;
    position: relative;
    cursor: pointer;
}

ul.product-plans li.product-plan .btn:focus-visible {
    outline-offset: 5px;
    outline: 2px solid var(--accent-color);
    background-position: 0 100%;
}

ul.product-plans li.product-plan .btn:hover {
    background-position: 0 100%;
}

ul.product-plans li.product-plan .btn::after {
    content: "";
    position: absolute;
    height: var(--overlap-size);
    width: var(--overlap-size);
    left: 0;
    bottom: 100%;
    background-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

ul.product-plans li.product-plan .btn:active {
    transform: scale(0.95);
}

ul.product-plans li.product-plan .btn:active::after {
    transform-origin: left bottom;
    transform: scale(0.9);
}

ul.product-plans li.product-plan .features {
    align-self: flex-start;
    list-style: none;
    padding-inline: 2rem;
    display: grid;
}

ul.product-plans li.product-plan .features li:not(:first-child) {
    border-top: 1px solid rgb(200, 200, 200);
}

ul.product-plans li.product-plan .features li {
    padding: 0.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1rem 1fr;
}

ul.product-plans li.product-plan .features li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: grid;
    place-items: center;
}

ul.product-plans li.product-plan .features li.check::before {
    content: "\2713";
    color: green;
}

ul.product-plans li.product-plan .features li.cross::before {
    content: "\d7";
    color: red;
}

.credits {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.credits a {
    color: var(--color);
}

.subs__container {
    height: 80vh;
}

.login {
    /* margin: 20px auto; */
    padding: 40px 50px;
    max-width: 400px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border: 1px solid #c0c0c0 !important;
    /*border-radius: 2px;*/
    font-family: Raleway, sans-serif;
}

/*.login input[type=text],*/
/*.login input[type=password] {*/
/*    border: 1px solid #c0c0c0;*/
/*    transition: .2s;*/
/*}*/

/*.login input[type=text]:hover {*/
/*    border-color: #212529;*/
/*    outline: none;*/
/*    transition: all .2s ease-in-out;*/
/*}*/

#mydiv input:focus
{
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
}

.login input:focus {
    outline: none;
    border: 1px solid #c0c0c0 !important;
}

.login input[type=submit] {
    border: none;
    background: #212529;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 20px 0px;
}

.login input[type=submit]:hover {
    background: #212529;
}

.login h2 {
    margin: 20px 0 0;
    color: #212529;
    font-size: 28px;
}

.login p {
    margin-bottom: 40px;
}

.links {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.links a {
    display: table-cell;
    padding-top: 10px;
}

.links a:first-child {
    text-align: left;
}

.links a:last-child {
    text-align: right;
}

.login h2,
.login p,
.login a {
    text-align: center;
}

.login a {
    text-decoration: none;
    font-size: .8em;
}

.login a:visited {
    color: inherit;
}

.login a:hover {
    text-decoration: underline;
}

.side__bar {
    height: 100vh;
}

.side__bar ul {
    padding: 0px;
    list-style-type: none;
}

.side__bar ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px !important;
    display: block;
    width: 100%;
    font-weight: 600;
    transition: .4s all;
}

.side__bar ul li a:hover {
    background-color: #ff5e14;
    color: #fff;
}

.side__bar ul li a.active {
    background-color: #ff5e14;
    color: #fff;
}

.dashboard__card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 3rem;
    color: #000;
}

.create__cover__form label {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.form__row__dashboard {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 10px;
}

.dataTables_filter {
    display: flex;
    justify-content: end;
}

.toggleSidebar {
    cursor: pointer;
}

.sidebar-col {
    transition: .4s all;
}

.sidebar_col {
    width: 15%;
    transition: .4s all;
}

.main__content__col {
    width: 85%;
    transition: .4s all;
}

.hide__icons ul li a {
    text-align: center;
}

.hide__icons ul li span {
    display: none;
}

.width__4 {
    width: 4% !important;
}

.width__100 {
    width: 100%;
}

#listing__table_wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 80vh;
}

.cursor {
    cursor: pointer;
}

#mydiv {
    z-index: 9;
    background-color: #fff;
    text-align: center;
    border: 1px solid #d3d3d3;
    padding: 10px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}

#mydiv div {
    width: 100%;
}

.banner__img {
    width: 100%;
    height: 720px;
}

.qr__code {
    cursor: pointer;
}

.action__btn {
    width: max-content;
}

.btn___center {
    /* position: absolute;
    top: 43%;
    left: 40%; */
    background-color: #ffffff78;
    padding: 50px;
    filter: blur(10);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border-radius: 10px;
}

.error__alert {
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 8px !important;
}

@media(max-width:1527.27px) {
    .banner__img {
        height: 680px;
    }
}

@media(max-width:1344px) {
    .banner__img {
        height: 580px;
    }
}

@media(max-width:1120px) {
    .banner__img {
        height: 465px;
    }
}

@media(max-width:600px) {
    .banner__img {
        height: 100vh;
    }
    #mydiv {
        width: 90%;
        /*top: 30% !important;*/
        /*left: 5% !important;*/
        height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:991px) {
    .subs__container {
        height: max-content;
    }
    .sidebar_col {
        display: none;
    }
    .main__content__col {
        width: 100%;
        transition: .4s all;
    }
}

@media (max-width:786px) {
    #listing__table_wrapper {
        overflow-x: scroll;
        height: 95vh;
    }
    .navbar a {
        font-size: 10px;
        width: 88px !important;
        padding: 7px !important;
    }
    .navbar .fs-4 {
        font-size: 17px !important;
    }
}

@media(max-width:600px) {
    .sidebar_col {
        width: 12%;
    }
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-social-icon a {
    text-decoration: none;
}

.footer-social-icon a:hover {
    color: #fff !important;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.mobile__div{
    width: 375px !important;
    height: 667px;
    margin: auto;
    border: 1px solid lightgrey;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 20px;
}
.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}