body {
    font-family: 'Loew Next Arabic', sans-serif!important;
}

.login-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.login-container .image {
    width: 180px;
    height: auto;
}

.login-container h1 {
    font-size: 35px;
    text-align: center;
    color: #005258;
    font-family: 'REGA', sans-serif;
}

login-container p {
    margin: 0;
}

.login-container form {
    display: flex;
    flex-direction: column;
    min-width: 500px;
}

.login-container form .group {
    display: flex;
    direction: rtl;
    text-align: right; 
    justify-content: center; 
    align-items: center; 
}

.login-container form .group input {
    display: block;
    margin: auto auto;
    width: 100%;
    margin-bottom: 2em;
    padding: .5em 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
    color: #757575;
    text-align: left;
}

.login-container form .group label {
    width: fit-content;
    min-width: 150px;
}

.login-container form .login-btn {
    width: 200px;
    margin: 0 0 0 auto;
    color: white;
    background-color: #005258;
    padding: 6px 20px 9px;
    border-radius: 7px;
    font-weight: 700;
    margin-top: 20px;
}

header.style5 .logo img {
    margin-top: 0px!important;
}

.two-bar {
    padding: 8px 0!important;
}

.sticky-menu .logo img {
    width: 70%!important;
}

.islamic-education-img img.masjid-shape {
	margin-left: unset!important;
    margin-right: 16px!important;
}

.sticky-menu-inner {
	flex-direction: row-reverse!important;
}

@media (max-width: 520px) {
    .login-container {
        padding: 30px 20px 30px;
        gap: 15px;
    }
    .login-container form .group label {
        min-width: 130px;
        font-size: 14px;
    }
    .login-container form .group input {
        margin-bottom: 1rem;
        font-size: 15px;
    }
    .login-container form {
        display: flex;
        flex-direction: column;
        min-width: 300px;
    }
	.rtl .students {
		padding: 10px!important;
    	padding-left: 20px!important;
		margin-top: -127px!important;
	}
	.students figure {
		width: 70px!important;
		height: 70px!important;
		font-size: 40px!important;
		margin-right: 0!important;
	}
	.blog-text > a:not(h4 a) {
		right: 300px!important;
	}
	.heading h2 strong:before {
		width: 63px!important;
		bottom: 5px!important;
	}
	.islamic-education-img img.masjid-shape {
		margin-bottom: -27px!important;
		margin-right: 7px!important;
	}
}

.page1 {
    direction: rtl;
    text-align: right;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page1 h1 {
    padding: 50px 10px 20px;
    font-size: 38px;
    text-align: center;
    font-family: 'REGA', sans-serif;
    color: #015256;
}

.page1 .headers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page1 .headers .image {
    width: 200px;
}

.page1 form {
    margin: 10px 0 30px;
    border-radius: 20px;
    padding: 50px 30px 20px 30px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.page1 form > div {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 20px;
    align-items: center;
}

.page1 form textarea {
    padding: 10px;
    height: 100px;
    border: 2px solid #005257;
    border-radius: 5px;
    line-height: normal;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.2),
        0 3px 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #ffffff, #e6f2f3);
    color: #333;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page1 form textarea:focus {
    border-color: #007c82;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.15),
        0 4px 8px rgba(0, 124, 130, 0.3);
    outline: none;
}

.page1 form textarea::placeholder {
    color: #999;
}

tbody tr:last-of-type {
    line-height: 0;
}

.results tbody tr:last-of-type {
    line-height: unset;
}

.page1 h2 {
    font-size: 30px;
    font-family: 'REGA', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #015256;
}

.page1 h2::after {
    margin: 0 auto;
    content: "";
    display: block;
    margin-top: 10px;
    width: 100px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(217deg, rgba(0, 47, 85, 0.8), rgba(0, 47, 85, 0) 70.71%), 
            linear-gradient(127deg, rgba(0, 47, 85, 0.8), rgba(0, 47, 85, 0) 70.71%), 
            linear-gradient(336deg, rgba(0, 47, 85, 0.8), rgba(0, 47, 85, 0) 70.71%);
} 

.page1 h3 {
    margin: 15px 0 5px;
    font-size: 21px;
    font-family: 'REGA', sans-serif;
    text-align: center;
    color: white;
}

.table-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.table-container table {
    width: 100%; /* Ensure the table takes up the full width of its container */
    border-collapse: collapse; /* Ensure borders are collapsed */
}

/* Media query for screens smaller than 700px */
@media (max-width: 700px) {
    .table-container {
        overflow-x: auto; /* Enable horizontal scrolling */
        display: block; /* Make sure the container is a block element to apply scrolling */
    }
    
    .table-container table {
        min-width: 600px; /* Set a minimum width to ensure horizontal scrolling when needed */
    }
}

table thead > tr:first-child {
    background-color: #005257;

}

table thead > tr:nth-child(2) {
    font-size: 19px;
    padding: 5px 10px;
}

table thead > tr > th {
    padding: 12px;
}

table tr > td {
    padding: 15px;
    color: #000;
}

table thead > tr > th:nth-child(2) {
    text-align: center;
}

table tbody > tr > td:nth-child(odd) {
    background-color: #005257;
    min-width: 150px;
    text-align: center;
    color: white;
}

.page1 table select {
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 20px 10px 30px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: #fff;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: " ▼ ";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

table tbody > tr > .text-area {
    background-color: transparent!important;
    padding: 0!important;
}

.page1 form button {
    background: linear-gradient(0deg, rgba(1, 82, 86, .9) 0%, rgba(1, 82, 86, 1) 100%);
    border: none;
    overflow: hidden;
    min-width: 200px;
    color: #fff;
    border-radius: 5px;
    padding: 12px 50px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.page1 form button::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transform: scale(.1);
    transform: scale(.1);
}

.page1 form button:hover {
    color: #fff;
    border: none;
    background: transparent;
}

.page1 form button:hover::after {
    background: rgb(0,3,255);
    background: linear-gradient(0deg, rgba(1,82,86,.9) 0%,  rgba(1,82,86,1)100%);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page1 form th,
.page1 form td {
    font-family: 'Loew Next Arabic', sans-serif!important;
}

@media (max-width: 1300px) {
    .page1 h1 {
        font-size: 30px;
        padding: 20px 10px 10px;
    }
    .page1 .headers .image {
        width: 170px;
    }
    .page1 form {
        margin: 0 0 30px;
        padding: 30px 30px 20px 30px;
    }
    table thead > tr > th {
        padding: 7px;
    }
    table thead > tr:nth-child(2) {
        font-size: 17px;
        padding: 4px 8px;
    }
    table tr > td {
        padding: 7px;
    }
    .page1 h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .page1 h2::after {
        margin-top: 5px;
    }
}

@media (max-width: 800px) {
    .page1 h1,
    .page1 h2,
    .page1 h3,
    .page1 td,
    .page1 th {
        line-height: 1.5;
    }

    .page1 h1 {
        padding: 20px 10px 0px;
        text-align: center;
        font-size: 27px;
    }
    .page1 form > div {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-bottom: 20px;
        align-items: center;
    }
    .page1 h2 {
        font-size: 22px;
    }

    .page1 h3 {
        margin: 20px 0;
        font-size: 20px;
    }
    table tbody > tr > td:nth-child(odd) {
        min-width: fit-content;
    }
    table tbody > tr > td {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .page1 h1 {
        padding: 30px 0 20px;
        font-size: 21px;
    }
    .page1 h3 {
        margin: 4px 0 0;
        font-size: 18px;
    }
    .page1 table select {
        padding: 7px 7px 7px 20px;
        font-size: 11px;
    }
    .select-wrapper::after {
        font-size: .8rem;
        left: 6px;
    }
    table tr > td {
        padding: 5px;
    }
    .page1 form {
        padding: 20px 10px 20px 10px;
        margin: 0 0 30px;
    }
    .page1 .optionNumber {
        font-size: 12px!important;
    }
    table thead > tr:nth-child(2) {
        font-size: 15px;
    }
}

.results table thead > tr > th {
    color: white;
    text-align: center;
}

.pagination {
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}

.pagination a, .pagination span.current {
    margin: 0 0 0 7px;
}

.pagination span.dots {
    margin-left: 7px;
}

.pagination a, .pagination span {
    display: block;
    padding: 7px 9px;
    background-color: #eee;
    color: #005257;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.pagination .current {
    background-color: #005257;
    color: #fff;
}

.page1 .filter-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
    padding-top: 25px;
}

.page1 .filter-form > .filter-select {
    display: flex;
    gap: 25px;
    margin-bottom: 7px;
    flex-direction: row;
    flex-wrap: wrap;
}

.page1 .filter-form > .filter-buttons {
    gap: 20px;
}

.page1 .filter-form > .filter-buttons > button {
    padding: 10px 30px;
    font-size: 15px;
}

.page1 .filter-form > .filter-select .group {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.page1 .filter-form > .filter-select .group > label {
    width: 105px;
    margin: 0;
}

.page1 .filter-form > .filter-select .group > select {
    font-size: 13px;
    background-color: transparent;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    direction: rtl;
    text-align: right;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 15px;
    position: relative;
}
.modal-header {
    display: flex;
    padding: 2px 16px;
    background-color: #005257;
    color: white;
    border-bottom: 1px solid #888;
    border-radius: 8px 8px 0 0;
    margin-top: 20px;
}

#errorModal .modal-header {
    background-image: url(https://vip-portfolio.altariq.ps/wp-content/themes/darsgah/assets/images/alert-error.svg);
}

#successModal .modal-header {
    background-image: url(https://vip-portfolio.altariq.ps/wp-content/themes/darsgah/assets/images/check.svg);
}

#errorModal .modal-header,
#successModal .modal-header {
    background-color: #005257;
    background-position: center;
    background-size: 60px 60px;
    height: 100px;
    background-repeat: no-repeat;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

#errorModal .close-btn,
#successModal .close-btn {
    cursor: pointer;
    padding: 13px 30px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    background-color: #005257;
    color: white;
    font-weight: 600;
}

.modal-body {
    padding: 20px;
    text-align: center;
}

.modal-body p {
    color: #005257;
    font-weight: 700;
    font-size: 19px;
    margin: 12px 0 25px;
}

.modal-footer {
    padding: 10px 20px;
    background-color: #f1f1f1;
    border-top: 1px solid #888;
    border-radius: 0 0 8px 8px;
    text-align: right;
}
.close {
    color: #005257;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
}
.close:hover,
.close:focus {
    color: #005257;
    text-decoration: none;
    cursor: pointer;
}

#errorModal .close {
    color: #005257;
    opacity: 1;
    text-align: center;
}

.login-container.thank-you {
    text-align: right;
    direction: rtl;
    gap: unset;
    padding: 50px 10px 30px;
}

.login-container.thank-you p,
.login-container.thank-you ol > li {
    font-family: 'Loew Next Arabic', sans-serif!important;
}

.login-container.thank-you .image {
    margin-bottom: 10px;
    width: 300px;
}

.login-container.thank-you p {
    margin-top: 20px;
    color: #222;
}

.login-container > .error-msg {
    color: red!important;
}

.login-container.thank-you ol > li {
    font-size: 15px;
    color; #999;
    line-height: 2.5;
}

.login-container > p {
    text-align: right;
    direction: rtl;
    font-size: 18px!important;
    color: #000!important;
    margin: 0;
}
.login-container > ol {
    text-align: right;
    direction: rtl;
    color: #777!important;
}

.thank-you .button-container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.thank-you .button-container > a {
    background-color: #005257;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Loew Next Arabic', sans-serif!important;
}

@media (max-width: 550px) {
    .login-container.thank-you .image {
        margin-bottom: 25px;
        width: 200px;
    }
    .login-container.thank-you {
        padding: 30px 10px 30px;
    }
    .login-container h1 {
        font-size: 24px;
    }
    .login-container.thank-you ol > li {
        font-size: 14px;
    }
    .login-container.thank-you p {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .login-container.thank-you {
        direction: rtl;
        text-align: right;
    }
}

body.rtl .representatives-list > .container {
    text-align: right!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin: 50px auto;
}



.representatives-list .container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100%/3) - 27px);
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    background-color: #29333d;
    border: 1px solid #ffb606;
    padding-bottom: 20px;
}

.representatives-list .container > div::before {
    content: "";
    top: 0.9375rem;
    left: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    border: 6px solid #058349;
    position: absolute;
    z-index: 3;
}

.representatives-list .container > div > .representative-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}

.representatives-list .container > div > .representative-thumbnail > img {
    width: 100%;
}

.representatives-list .container > div .city {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.representatives-list .container > div .representative-text {
    padding: 10px 10px 30px 10px;
}

.representatives-list .container > div .representative-text > .desc > p {
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.representatives-list .container > div h2 {
    font-size: 30px;
    text-align: center;
    color: white;
}

.representatives-list .container > div p {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 1250px) {
    .representatives-list .container > div h2 {
        font-size: 27px;
    }
    .representatives-list .container > div p {
        font-size: 15px;
    }
}

@media (max-width: 1150px) {
    .representatives-list .container > div {
        width: calc((100%/2) - 27px);
    }
}

@media (max-width: 800px) {
    .representatives-list .container > div {
        padding: 20px 15px;
    }
}

@media (max-width: 700px) {
    .representatives-list .container > div {
        width: 100%;
    }
}

.rspn-mnu-btn,
.rspn-mnu-cls {
	display: flex;
	justify-content: center!important;
	align-items: center!important;
}

.header-search-button.search-box-outer {
    border-right: unset!important;
}

.gap.blogpost {
	padding-top: unset!important;
}
.gap.no-top {
	padding-bottom: unset!important;
}
.gap.no-top.gallery {
	padding-bottom: 120px!important;
}

.galler-slider .owl-nav {
    right: 46%!important;
    bottom: -85px!important;
	top: unset!important;
	left: unset!important;
}

.widget-box.widget.style2 > h3 {
	margin-bottom: 40px;
	border-bottom: 5px solid var(--theme-colour);
	color: white;
	display: inline-block;
}

.widget-box.widget.style2 .rcnt-wrp .rcnt-inf span {
	color: #d7d7d7;
    font-size: 14px;
}

.rcnt-bx span.d-block.thm-clr i {
    padding-right: unset;
    padding-left: 10px;
}

.rcnt-wrp > .rcnt-bx > .rcnt-inf a {
	color: #fff;
}

.rcnt-wrp > .rcnt-bx > .rcnt-inf a:hover {
	color: #ffb606;
}

.style2 .rcnt-wrp > .rcnt-bx > a > img {
	border-radius: 10px;
}

@media (max-width: 600px) {
	.rtl .reached-over-text {
    	margin-right: unset!important;
		width: 100%!important;
        margin-left: 0!important;
	}
}

.complaints {
    padding: 40px 40px;
}

.complaints > .container {
    max-width: 1000px;
}

.complaints p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
}

.complaints .defaultListing {
    padding: 0px 15px 10px;
}

.complaints ul li {
    color: #231f20;
    font-size: 18px;
    padding-right: 0px;
    position: relative;
    font-weight: 500;
    font-family: 'Tajawal';
}

.complaints ul li::before {
    position: absolute;
    right: -12px;
    top: 4px;
    content: "\f0d9";
    font: 16px / 25px FontAwesome;
    font-style: normal;
}

.complaints-form {
    margin-top: 30px;
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
}

.complaints-form .out-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 50px;
    column-gap: 30px;
}

.complaints-form .group {
    width: calc((100%/2) - 15px);
    display: flex;
    flex-direction: column;
}

.complaints-form .group.text-area,
.complaints-form .group.select-type,
.complaints-form .group.file-upload {
    width: 100%;
}

.complaints-form .group input,
.complaints-form .group textarea,
.complaints-form .group select {
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 10px;
}

.complaints-form .group label {
    color: #000;
}

.complaints-form .group label > span {
    color: red;
}

.complaints-form input[type=submit] {
    width: fit-content;
    padding: 10px 40px;
    background-color: #058349;
    color: white;
    vertical-align: middle;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
}

.complaints .error-msg {
    color: #058349;
}

@media (max-width: 1070px) {
    .pt-210 {
        padding-top: 5.5rem;
    }
}

@media (max-width: 900px) {
    .pt-210 {
        padding-top: 4.375rem;
    }
     .complaints {
        padding: 40px 0;
    }
}

@media (max-width: 600px) {
    .complaints-form {
        padding: 30px 15px;
    }

    .complaints-form .group {
        width: 100%;
    }

    .complaints-form .out-group {
        row-gap: 20px;
    }
}

.login-page {
    background-color: #058349;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.login-page > .container {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.login-page .login-inner {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: white;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    border-radius: 15px;
    align-items: center;
}

.login-page .login-inner > .image {
    margin-bottom: 40px;
}

.login-inner .login-username > label, 
.login-inner .login-password > label,
.login-inner .login-remember > label {
    width: 115px;
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    color: #000
}

.login-inner .login-submit .button {
    border-radius: 5px;
    background-color: #058349;
    color: white;
    font-family: "Tajawal", sans-serif;
    font-weight: 600;
}

.login-inner .login-username .input,
.login-inner .login-password .input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 300px;
}

.you-login > a {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 8px 20px;
    background-color: #058349;
    color: white;
    border-radius: 7px;
}

.you-login > p {
    color: red;
}

@media (max-width: 490px) {
    .post-info2 {
        padding: unset!important;
    }
    .post-meta2 > li {
        flex: unset!important;
    }
    .post-info2-inner {
        display: none!important;
    }
    ul.mb-0.list-unstyled.d-inline-flex {
        margin-bottom: unset!important;
        margin-top: 10px;
    }
    .post-meta2 > li:not(:first-child) {
        margin: unset!important;
    }
}

.style5 .navbar .navbar-links {
    margin-bottom: 0!important;
}

.disabled-link > a {
    pointer-events: none;
    color: grey;
    opacity: 0.6;
}

.registration-page {
    background-color: #058349;
    height: 100%;
    padding: 40px 0;
}

.registration-page label {
    margin: 0;
    color: black;
}

.registration-page label > span {
    color: red;
}

.registration-page input[type="text"],
.registration-page input[type="password"],
.registration-page input[type="email"],
.registration-page input[type="tel"] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 8px;
}

.registration-page input[type="submit"] {
    margin-top: 15px;
    padding: 7px 30px;
    background-color: #058349;
    color: white;
    border: none;
    cursor: pointer;
    width: fit-content;
    border-radius: 7px;
}

.registration-page input[type="submit"]:hover {
    background-color: #005177;
}

.registration-page h2,
.registration-page .register-form {
    font-family: "Tajawal";
}

.registration-page h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    color: white;
}

.register-form {
    max-width: 600px;
    width: 100%;
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    background-color: white;
}

.register-form .image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.register-form .group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 7px;
}