@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat: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&display=swap');

body {
    margin: 0;
}



.calendar-div .owl-nav button span {
    position: absolute;
    top: -8px;
}

.calendar-div .owl-nav button {
    border: 1px solid #CC992E !important;
    width: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-size: 40px !important;
    position: relative;
}

.owl-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -55px;
    right: 0;
}

.calendar-div {
    position: relative;
    height: 75%;
}

/*Sign Up Page Css*/
.content h2 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
}

.form-row input {
    height: 50px;
    border-radius: 50px;
    padding-left: 15px;
    font-family: 'Montserrat';
    width: 100%;
    border: 0;
    font-size: 16px;
}

.form-row input:focus {
    outline: 0 !important;
}

.content p {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.52px;
    margin: 0;
}

.form-container form {
    margin-top: 20px;
}

.logo {
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
    padding: 0px 30px;
}

.logo1 {
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    display: block;
}

.form-container {
    background: #CC992E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    font-family: 'Montserrat';
}

.form-container .container {
    width: 480px;
    padding: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 5px;
}

.form-row input::placeholder {
    color: #00000085;
}

.form-btn {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 22px;
}

.extra-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

}

.extra-options label {
    color: white;
}

.extra-options a {
    text-decoration: none;
    color: white;
}

.signup-btn {
    width: 210px;
    height: 60px;
    font-size: 18px;
    background-color: white;
    color: #CC992E;
    cursor: pointer;
    border: 0;
    border-radius: 35px;
    margin: 0px auto;
    font-family: 'Montserrat';
    letter-spacing: -0.88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    text-align: center;
    color: white;
}

.text a {
    text-decoration: none;
    color: #fff;
}

.div-logo img {
    width: 60%;
}

.div-logo {
    text-align: center;
    margin-bottom: 40px;
}

/*Sign Up Page Css*/

/*Dashboard Page Css*/


.admin {
    display: flex;
    gap: 20px;
}


.column2 {
    width: 77%;
}

.sidebar-items {
    padding: 20px 30px 0px;
}

.right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.prof img {
    width: 75%;
}

.invitebtn :hover {
    background: transparent;
    color: #CC992E;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invitebtn {
    padding: 15px 60px;
    border-radius: 40px;
    border: 1px solid #CC992E;
    background: #CC992E;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.sidebar {
    background: #CC992E;
    border-radius: 0px 94px 94px 0px;
    height: 100vh;
    padding: 20px 0px;
    font-family: 'Montserrat' !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cc992e #f8f9fa;
}

.sidebar-links2 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

.sidebar-links2 a:hover {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    color: black;
    transition: 0.3s;
}

.sidebar-links2 .active {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    color: black;
}

.sidebar-h3 {
    font-size: 14px;
    letter-spacing: 0.65px;
    color: #FFFFFF;
    font-weight: 500;
}

.sidebar-logo {
    width: 75%;
    margin-bottom: 50px;
}

.sidebar-links a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-links {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-left: 15px;
    margin-top: 20px;
}

.sidebar-links2 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    gap: 10px;
}

.sidebar-links1 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 26px;
}

.sidebar-links1 {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    margin-left: 15px;
    margin-top: 15px;
}

.sidebar-links1 a:hover {
    background: #fff;
    color: #CC992E;
    transition: 0.3s;
}

.sidebar-links a:hover,
.sidebar-links a.active {
    font-weight: 600;
    transition: 0.3s;
}

.main1-a {
    font-size: 30px;
    font-weight: 700;
    color: #26283C;
}

.main-div {
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    justify-content: normal;
    height: 100vh;
    padding: 30px 0 10px;
    margin: auto;
    overflow-y: auto;
}

.main1-b {
    font-size: 16px;
    color: #7D7D7D;
    font-weight: 400;
}

.search-box {
    background: #F9F9FB;
    border-radius: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin: 20px 0;
}

.search-box .form-control {
    padding: 0;
}

.search-box .form-control:focus {
    outline: 0 !important;
    box-shadow: none;
}

#button-addon2 {
    color: #ABB1C9 !important;
}

.search-box .form-control::placeholder {
    outline: 0 !important;
}

.schedule-btn {
    width: 160px;
    height: 56px;
    background: #CC992E;
    border-radius: 33px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
}

.center1a {
    font: 900 78px/86px Montserrat;
    color: #000;
}

.center1b {
    font: 400 10px/14px Montserrat;
    color: #000;
    margin: 0;
}

.center-main1-inner {
    background: transparent linear-gradient(180deg, #E8DE7A38 0%, #CC992E 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #CC992E;
    border-radius: 19px;
    padding: 15px;
    margin-bottom: 10px;
}

.rightbar .notice_box {
    position: relative;
}

.rightbar .notice_box .bubble_count {
    position: absolute;
    top: -5px;
    right: -10px;
    color: #fff;
    font-size: 8px;
    background: #3670EE;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightbar {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding: 25px 10px;
    margin-right: 20px;
}

.rightbar i {
    color: #7A86A1;
}

.admin-img {
    box-shadow: 0px 0px 26px #00000070;
    border: 1px solid #3670EE;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.rigt1-a {
    font-size: 14px;
    font-weight: 500;
    color: #080B23;
    text-decoration: none;
}

.rigt1-b {
    font-size: 12px;
    font-weight: 300;
    color: #A8A8A8;
    margin: 0;
}

.rightbar-inner img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.right-arrow i {
    color: #00000082;
    border: 1px solid #00000080;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-arrow {
    text-decoration: none;
}

.rightbar-inner {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rightbar-hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 1000px;
    margin: 0 20px 0px 20px;
}

.rightbar-hover:hover {
    box-shadow: 0px 3px 6px #00000029;
    transition: 0.3s;
}

.righbar-below {
    height: 500px;
    overflow-y: auto;
}

.righbar-below::-webkit-scrollbar,
.table-main::-webkit-scrollbar {
    width: 5px;
}

.righbar-below::-webkit-scrollbar-track,
.table-main::-webkit-scrollbar-track {
    background: #232e3326;
    border-radius: 3px;
}

.righbar-below::-webkit-scrollbar-thumb,
.table-main::-webkit-scrollbar-thumb {
    background: #3670ee;
    border-radius: 3px;
}

.table-main {
    height: 200px;
    overflow: auto;
}

body {
    overflow-x: hidden;
}

.center-main1-innera .accordion-button {
    background: transparent;
    font: 400 14px / 14px Montserrat;
}

.center-main1-innera .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: inset 0 calc(-1 * 1px) 0 #CC992E63;
    color: #000;
}

.center-main1-innera .accordion-item {
    border: 1px solid #CC992E63;
}

.center-main1-innera .accordion-body {
    font: 400 13px / 24px Montserrat;
}

.center-main1-innera .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

/*Switch*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.center-main2 {
    display: none;
    margin-top: 20px;
}

.monthly {
    font: 600 16px / 14px Montserrat;
    color: #000;
    margin: 0;
}

.monthly1 {
    font: 400 16px / 14px Montserrat;
    color: #000;
    margin: 0;
}

.text-div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.center-main1 {
    margin-top: 20px;
}

/*Switch*/

/*Dashboard Page Css*/

.main-calender {
    width: 100%;
    height: 100% !important;
    border: 0
}

/*Countdown Page Css*/
.countdown {
    text-align: center;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#timer {
    font-size: 32px;
    margin-top: 20px;
    color: #333;
}

.counta {
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.countb {
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    line-height: 22px;
}

.countdown1 {
    text-align: center;
    padding: 20px 0;
    height: 70vh;
    overflow: hidden auto;
}

#calendar button {
    background: transparent;
    border: 1px solid #CC992E;
    color: #000;
    border-radius: 6px;
    margin-left: 10px;
}

#countdown ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 130px;
    justify-content: center;
    align-items: center;
}

#countdown li:before {
    content: ':';
    position: absolute;
    top: 0%;
    right: -20%;
    font-size: 40px;
}

#countdown {
    border: 1px solid #CC992E;
    padding: 50px;
    width: 80%;
    margin: 25px auto;
}

#countdown li {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    position: relative;
}

#countdown li:last-of-type::before {
    display: none;
}

#countdown li span {
    font-size: 42px;
}

.count span {
    display: block;
}

.count-input {
    width: 59%;
    height: 60px;
    border-radius: 40px;
    border: 1px solid #CC992E;
    padding-left: 20px;
    font-size: 16px;
}

.count-submit {
    width: 19%;
    height: 60px;
    border-radius: 40px;
    border: 1px solid #CC992E;
    background: #CC992E;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}

.count-input:focus {
    outline: 0 !important;
}

.countdown-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.count-submit:hover,
.invitebtn:hover {
    background: transparent;
    color: #CC992E;
}

.form-div label {
    font-size: 18px;
}

.form-div {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.date-picker {
    border-radius: 40px;
    border: 1px solid #CC992E;
    padding: 10px 20px;
}

#calendar table th a {
    color: #000 !important;
    text-decoration: none;
}

.fc .fc-daygrid-day-number {
    color: #000;
    text-decoration: none;
}

#calendar {
    height: 460px;
}

.center-main {
    padding-right: 10px;
    height: 100%;
}

/*Countdown Page Css*/


/*  Book page  */

.inner-main {
    display: flex;
    gap: 20px;
}

.book-main,
.advert-main,
.mezuza-main {
    width: 65%;
}

.right-bar {
    width: 35%;
}

.friends {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
}

.friend a {
    display: grid;
    grid-template-columns: 15% 64% 14%;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 1000px;
    opacity: 1;
    padding: 10px;
    text-decoration: none;
}

.f-name p {
    margin-bottom: 0;
    font-size: 12px;
    color: #A8A8A8;
}

.f-img img {
    width: 90%;
}

.friend h5,
.friend h6 {
    margin-bottom: 0;
}

.f-name h5 {
    font-size: 16px;
    color: #171725;
}

.f-status i {
    color: #82C43C;
    font-size: 12px;
}

.f-status {
    text-align: center;
}


.form-field,
.description {
    width: 100%;
    border: 1px solid #CC992E5C;
    border-radius: 50px;
}

.form-field {
    padding: 20px;
}

.twofields {
    display: grid;
    grid-template-columns: 49.3% 49.3%;
    width: 100%;
    gap: 10px;
}

form.form-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.book-img {
    padding-top: 40px;
    text-align: center;
}

.book-img img {
    width: 45%;
}

.form-field:focus-visible,
.description:focus-visible {
    outline: 0;
}

.onefield {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: flex-start;
}

.onefield i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #CC992E;
    font-size: 30px;
}

/*  Book page  */




/*  Mezuza page  */

.black-head {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.nav-link {
    background-color: transparent;
    margin-bottom: 0 !important;
    border: 1px solid #CC992E !important;
    border-top-left-radius: 50px !important;
    width: 100%;
    color: #CC992E;
    text-align: left;
    display: flex;
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 50px;
    border-top-right-radius: 50px !important;
    align-items: center;
    justify-content: space-between;
}

.nav-link:hover {
    color: #CC992E;
}

.nav-link.active {
    background-color: #CC992E !important;
    color: white !important;
}

ul#myTab {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 15px;
    border: 0;
    margin-bottom: 30px;
}

.table-container {
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.table-body {
    height: 30vh;
    overflow: hidden auto;
}

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.date-btn {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.date-btn p {
    margin-bottom: 0;
}

.actions {
    display: flex;
    gap: 10px;
    width: 55%;
    justify-content: right;
}

.search {
    padding: 8px 12px 8px 30px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 100%;
}

.search:focus-visible {
    outline: 0;
}

.filter {
    padding: 8px 12px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

thead {
    background: #fdfdfd;
    color: goldenrod;
    text-align: left;
    border-bottom: 1px solid #eee;
}

th,
td {
    padding: 14px;
    font-size: 14px;
}

tr.paid-row {
    background: #fff7e0;
    font-weight: bold;
    color: goldenrod;
}

.actions form i {
    position: absolute;
    left: 10px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.actions form {
    position: relative;
}

.filter i {
    font-size: 10px;
}


/*  Mezuza page  */





/*  Subscription page  */

.package {
    color: white;
    background-color: #CC992E;
    padding: 20px;
    border-radius: 20px;
}

.subs-main {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
    padding: 15px;
    height: 70vh;
    overflow: hidden auto;
}

.package ul {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 16px;
    flex-direction: column;
    gap: 2px;
    height: 50vh;
}

.package h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.highlight {
    font-size: 22px;
    font-weight: 600;
}

.description {
    padding: 20px 20px 100px;
}

/*  Subscription page  */
.logout-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.logout-btn:hover {
    color: #f8d7da; /* Slightly lighter on hover */
}

.logout-form {
    margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {


    /*  Header  */

    .left {
        width: 70%;
    }

    .invitebtn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .main1-b {
        font-size: 14px;
    }

    .main1-a {
        font-size: 22px;
    }

    .right {
        gap: 5px;
    }

    .prof img {
        width: 100%;
    }

    .header {
        padding: 0px 15px;
    }

    /*  Header  */


    /*  Sidebar  */

    .sidebar {
        left: -300px;
        position: fixed;
        width: 70%;
        z-index: 5;
        transition: 0.3s;
    }

    .sidebar.show {
        left: 0;
    }

    .column2 {
        width: 100%;
    }

    .closebtn {
        background: transparent;
        color: white;
        border: 0;
        width: 20%;
        text-align: left;
    }

    .nameicon {
        display: flex;
        justify-content: space-between;
    }

    .sidebar-links2 {
        margin-top: 5px;
    }

    .logo {
        font-size: 22px;
        padding: 0px 20px;
    }

    .sidebar-links2 a {
        padding: 8px 20px;
    }

    .sidebar-items {
        padding: 10px 45px 0px 20px;
    }

    .sidebar-links1 a {
        height: fit-content;
        padding: 5px 10px;
    }


    /*  Sidebar  */



    /*  Countdown Main  */

    .openbtn {
        background-color: #CC992E;
        color: white;
        border: 0;
        padding: 5px 10px;
        border-radius: 0px 40px 40px 0px;
    }

    .openbtn i,
    .closebtn i {
        font-size: 17px;
    }

    .counta {
        font-size: 30px;
    }

    .countb {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .form-div label {
        font-size: 14px;
    }

    #countdown li span {
        font-size: 30px;
    }

    #countdown li {
        font-size: 16px;
    }

    #countdown ul {
        gap: 45px;
    }

    #countdown {
        padding: 20px;
        width: 90%;
    }

    .count-submit {
        width: 26%;
        font-size: 14px;
        height: 50px;
    }

    .count-input {
        width: 62%;
        height: 50px;
    }

    #countdown li:before {
        right: -70%;
        top: 10%;
    }

    .countdown1 {
        padding: 20px 10px;
    }

    .countdown-form {
        gap: 10px;
    }

    /*  Countdown Main  */



    /*  Book Main  */

    .right-bar {
        display: none;
    }

    .book-main {
        width: 100%;
        padding: 10px;
    }

    .onefield i {
        font-size: 25px;
    }

    /*  Book Main  */

    /*  Mezuza Page  */



    .mezuza-main {
        width: 100%;
        padding: 10px;
    }

    .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }

    .black-head {
        font-size: 20px;
    }

    .mezuza-head {
        font-size: 14px;
    }

    .table-container {
        padding: 20px 0px 0px;
    }

    .table-header {
        margin-bottom: 10px;
    }

    th,
    td {
        padding: 10px;
        font-size: 10px;
    }

    .date-btn {
        padding: 10px 9px;
        font-size: 12px;
        gap: 5px;
    }

    .actions {
        gap: 5px;
        width: 49%;
    }

    input.search {
        font-size: 12px;
    }

    ul#myTab {
        margin-bottom: 10px;
    }

    .table-body {
        height: 35vh;
    }




    /*  Mezuza Page  */


    /*  Subscription Page  */


    .highlight {
        font-size: 16px;
    }

    .advert-main {
        width: 65%;
    }

    .package ul {
        font-size: 14px;
        gap: 5px;
        overflow: hidden auto;
        height: 35vh;
    }

    .package h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* For WebKit browsers */
    ::-webkit-scrollbar {
        width: 8px;
    }

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

    ::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 20px;
        border: 2px solid transparent;
        background-clip: content-box;
    }


    /*  Subscription Page  */




    /*  Subscription Page  */


    .description {
        font-size: 14px;
        padding: 15px 15px 60px;
    }

    .advert-main {
        width: 100%;
        padding: 10px;
    }

    .form-field {
        padding: 15px;
        font-size: 14px;
    }

    /*  Subscription Page  */


    /*  Signup Page  */


    .logo1 {
        margin-bottom: 25px;
        font-size: 32px;
    }

    .content h2 {
        font-size: 25px;
    }

    .form-container .container {
        width: 90%;
        padding: 20px;
    }

    .extra-options a,
    .text,
    .extra-options label,
    .form-row input,
    .content p {
        font-size: 14px;
    }

    .signup-btn {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }


    /*  Signup Page  */
}



@media only screen and (min-width:768px) and (max-width:1023px) {

    /* Sidebar */
    .sidebar {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .column2 {
        width: 70%;
    }

    /* .sidebar {
        width: 29%;
    } */

    .sidebar-links2 {
        margin-top: 5px;
    }

    .logo {
        font-size: 22px;
        padding: 0px 20px;
    }

    .sidebar-links2 a {
        padding: 8px 20px;
    }

    .sidebar-items {
        padding: 10px 45px 0px 20px;
    }

    .sidebar-links1 a {
        height: fit-content;
        padding: 5px 10px;
    }

    /* Sidebar */



    /*  Header  */

    .left {
        width: 70%;
    }

    .invitebtn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .main1-b {
        font-size: 14px;
    }

    .main1-a {
        font-size: 22px;
    }

    .right {
        gap: 5px;
    }

    .prof img {
        width: 85%;
    }

    /*  Header  */


    /*  Calendar Page  */

    .calendar-div {
        height: 70%;
    }

    /*  Calendar Page  */

    /*  Countdown Main  */

    .counta {
        font-size: 35px;
    }

    .countb {
        font-size: 14px;
        font-weight: 400;
        width: 80%;
    }

    .form-div label {
        font-size: 16px;
    }

    #countdown li span {
        font-size: 30px;
    }

    #countdown li:before {
        right: -100%;
    }

    #countdown li {
        font-size: 16px;
    }

    #countdown ul {
        gap: 80px;
    }

    #countdown {
        padding: 30px;
        width: 90%;
    }

    .count-submit {
        width: 22%;
        font-size: 16px;
        height: 50px;
    }

    .count-input {
        width: 66%;
        height: 50px;
    }

    /*  Countdown Main  */


    /*  Book Page  */

    .f-img img {
        width: 100%;
    }

    .f-name h5 {
        font-size: 12px;
    }

    .f-name p {
        font-size: 10px;
    }

    input.form-field {
        padding: 15px;
        font-size: 14px;
    }

    .main-div {
        justify-content: normal;
    }

    .onefield i {
        right: 20px;
        font-size: 20px;
    }


    /*  Book Page  */



    /*  Mezuza Page  */



    .mezuza-main {
        width: 65%;
    }

    .nav-link {
        padding: 10px 15px;
        font-size: 16px;
    }

    .black-head {
        font-size: 20px;
    }

    .mezuza-head {
        font-size: 14px;
    }

    .table-container {
        padding: 20px 0px 0px;
    }

    .table-header {
        margin-bottom: 10px;
    }

    th,
    td {
        padding: 10px;
        font-size: 10px;
    }

    .date-btn {
        padding: 10px 9px;
        font-size: 12px;
        gap: 5px;
    }

    .actions {
        gap: 5px;
        width: 49%;
    }

    input.search {
        font-size: 12px;
    }

    ul#myTab {
        margin-bottom: 10px;
    }

    .table-body {
        height: 25vh;
    }


    /*  Mezuza Page  */



    /*  Subscription Page  */


    .highlight {
        font-size: 16px;
    }

    .package ul {
        font-size: 14px;
        gap: 5px;
        overflow: hidden auto;
        height: 35vh;
    }

    .package h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* For WebKit browsers */
    ::-webkit-scrollbar {
        width: 8px;
    }

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

    ::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 20px;
        border: 2px solid transparent;
        background-clip: content-box;
    }


    /*  Subscription Page  */



    /*  Advertisement Page  */


    .advert-main {
        width: 65%;
    }

    .description {
        font-size: 14px;
        padding: 15px 15px 60px;
    }


    /*  Advertisement Page  */



    /*  Signup Page  */


    .logo1 {
        font-size: 40px;
    }

    .content h2 {
        font-size: 30px;
    }

    .content p {
        font-size: 18px;
    }



    /*  Signup Page  */



}