@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

/** Normal Css Start **/

body {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    color: #000000;
}

.title {
    color: #FF725E;
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
}

.btn {
    border-radius: 20px;
    padding: 16px 70px;
    font-size: 22px;
    line-height: normal;
    border-width: 2px;
    font-weight: 700;
}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #FF725E;
    --bs-btn-border-color: #FF725E;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: tratransparent;
    --bs-btn-hover-border-color: #FF725E;
    --bs-btn-focus-shadow-rgb: unset;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: tratransparent;
    --bs-btn-active-border-color: #FF725E;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #FF725E;
    --bs-btn-disabled-border-color: #FF725E;
}

.btn-outline-primary {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #FF725E;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #FF725E;
    --bs-btn-hover-border-color: #FF725E;
    --bs-btn-focus-shadow-rgb: unset;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #FF725E;
    --bs-btn-active-border-color: #FF725E;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #FF725E;
}


hr {
    opacity: 1;
    border-width: 2px;
    border-color: #FF725E;
    margin: 100px 0;
}

.form-control,
.form-select {
    border-radius: 18px;
    border: 2px solid #000000;
    padding: 0px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    color: #000000;
    font-weight: 600;
}

.form-select {
    color: #D9D9D9;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%23000000' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-size: 30px;
}

.form-control:focus,
.widget_categories select:focus,
.widget_archive select:focus,
.form-select:focus {
    box-shadow: unset;
    border-color: #000000;
}

.form-control::placeholder {
    color: #D9D9D9;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #D9D9D9;
}

.form-control::-ms-input-placeholder {
    color: #D9D9D9;
}

a:hover {
    color: #FF725E;
}

.link-text {
    color: #FF725E;
}

.link-text:hover {
    color: #eb8477;
}

.error {
    color: #FF0000;
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
}

.card-box {
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}


/** Normal Css end **/


/** Login Page Css Start **/

.login_section {
    display: flex;
    height: 100vh;
    align-items: center;
    padding: 50px 0;
}

.login-wrapper_details {
    max-width: 450px;
}

.btn_login {
    margin-top: 70px;
}

.register_link {
    color: #000000;
    font-size: 30px;
    text-decoration: unset;
    line-height: normal;
    font-weight: 400;
}

.button_wrapper .btn {
    padding: 15px 20px;
    min-width: 100px;
}


/** Login Page Css End **/


/** Dashboard Css Start **/

.user-details_section {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.login_box {
    padding-left: 0px;
    padding-right: 0px;
}

.logo-image img {
    max-width: 160px;
}

.button_wrapper {
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 25px;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-date,
.user-name {
    font-size: 26px;
    font-weight: 800;
    line-height: normal;
}

.user-entity_wrapper {
    padding-top: 25px;
}

.form-check-input {
    width: 28px;
    height: 28px;
    margin-top: 8px;
}

.form-check-label {
    color: #D9D9D9;
    font-size: 28px;
    font-weight: 600;
    padding-left: 12px;
}

.form-check {
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.form-check-input:focus {
    box-shadow: unset;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: unset;
}

.form-check-input:checked+.form-check-label {
    color: #FF725E;
}

.form-check:first-child:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 12px;
    height: 26px;
    width: 2px;
    background-color: #000000;
}

.form-check::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 12px;
    height: 26px;
    width: 2px;
    background-color: #000000;
}

.entity_list {
    height: 100%;
}

.entity_list_nav {
    border-radius: 15px;
    padding: 40px 30px;
    height: 480px;
    box-shadow: 0px 1px 4px 0px #00000040;
    width: 260px;
    position: relative;
    z-index: 1;
    justify-content: center;
    text-align: left;
    position: sticky;
    top: 0;
}

.entity_list_nav .nav-link {
    display: block;
    padding: 0px;
    font-size: 28px;
    font-weight: 600;
    color: #D9D9D9;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    padding-left: 40px;
}

.entity_list_nav .nav-link span::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -6px;
    height: 26px;
    width: 2px;
    background-color: #000000;
    margin-left: 20px;
}

.entity_list_nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.entity_list_nav.nav-pills .nav-link.active,
.entity_list_nav.nav-pills .show>.nav-link {
    color: #FF725E;
    background-color: transparent !important;
}

.entity_list_nav.nav-pills .nav-link.active::before,
.entity_list_nav.nav-pills .show>.nav-link::before {
    background-color: #000000;
    border-color: #000000;
}

.entity_list_nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 14px;
    height: 26px;
    width: 2px;
    background-color: #000000;
}

.entity_content {
    width: calc(100% - 260px);
    height: 505px;
    overflow-y: scroll;
}
.entity_row {
    display: flex;
    flex-wrap: wrap;
        margin-top: 5px;
}
.entity_content::-webkit-scrollbar {
    width: 2px;
}
.entity_content::-webkit-scrollbar-track {
    background-color: transparent;
}
.entity_content::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
}
.entity_col {
    flex: 1 0 45%;
    width: 50%;
    padding-right: calc(var(--bs-gutter-x)* 1);
    padding-left: 2px;
    margin-bottom: 30px;
}

.entity_card {
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 25px;
    height: 100%;
    padding: 18px 0;
}

.entity_title {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}

.entity_title a {
    text-decoration: none;
    color: #000000;
}
.login_wrapper-img img {
    width: 450px;
    margin: 0 auto;
}
/*.entity_col:last-child {
    margin-bottom: 0px;
}*/

/** Dashboard Css Start **/

.topbar_logo {
    width: 210px;
    margin: 0 auto 30px;
}

.user-form_section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-form_one.card-box,
.user-form_second.card-box {
    height: auto;
}

.user-form_details {
    margin-top: 50px;
}

.form-input_box {
    margin-bottom: 45px;
}

.contact_form-details {
    padding-top: 20px;
}




/* success and error message toaster */

.toster .toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    /* Ensures toasts are stacked vertically */
    gap: 10px;
    /* Adds spacing between toasts */
    z-index: 1050;
    /* Ensure it's above other content */
}


/* .toster .toast-top-right {
    top: 80px;
    right: 12px;
} */

.loader {
    display: none;
}


/*when submit spinner load*/

.spinner-border {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

/* Style for dropdown menu */
.dropdown-menu {
    width: 100vh;
    /* Adjusts width to 70% of the viewport width */
    max-width: 804px;
    /* Maximum width */
    background-color: #FF725E;
    border-radius: 12px;
    padding: 10px;
    border: none;
    position: relative;
    margin-top: 45px !important;
}

/* Rounded triangle between button and dropdown menu */
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-color: #FF725E;
    transform: rotate(45deg);
    border-radius: 4px;
    display: block;
    z-index: -1;

}

/* Show triangle when menu is open */
.dropdown.show .dropdown-menu::before {
    display: block;
}

/* Two-column layout */
.dropdown-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin-top: 15px;
}

/* Button-like appearance for items */
.dropdown-item {
    flex: 1 0 45%;
    text-align: center;
    padding: 12px;
    color: #000000;
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid white;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 22px;
}

/* Change background color on hover */
.dropdown-item:hover {
    background-color: #FF725E;
    color: white;
}

/* Style for selected item */
.dropdown-item.selected {
    background-color: #FF725E;
    /* Darker red for selected item */
}


/* Custom styles for the full-screen modal */
.modal-header {
    position: relative;
}

.btn-close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1050;
}

.modal-fullscreen .modal-body {
    overflow-y: hidden;
    padding: 0;
}

#formIframe {
    width: 100%;
    height: calc(100vh - 60px);
}

/** Responsive Start **/

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    /** Dashboard css start **/
    .login-date,
    .user-name {
        font-size: 22px;
    }
    .button_wrapper .btn {
        padding: 14px 22px;
        border-radius: 15px;
    }
    .form-control,
    .form-select {
        font-size: 20px;
    }
    .entity_list_nav::before {
        top: 66px;
    }
    /** Dashboard css end **/
}

@media (max-width: 991.98px) {
    .entity_col {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
        padding: 2px;
    }
    .entity_card {
        padding: 10px 0;
        border-radius: 10px;
    }
    .entity_title {
        font-size: 22px;
    }
    .member_box {
        margin-top: 15px;
    }
    .user-entity_wrapper {
        padding-top: 20px;
    }
    .login_box.card-box,
    .member_box.card-box,
    .button_wrapper {
        border-radius: 15px;
        padding: 15px 15px;
    }
  
    .entity_row::-webkit-scrollbar {
        width: 2px;
    }
    .entity_row::-webkit-scrollbar-track {
        background-color: #D9D9D980;
    }
    .entity_row::-webkit-scrollbar-thumb {
        background-color: #D9D9D9;
    }
    .entity_col:nth-last-of-type(-n+2) {
        margin-bottom: 20px;
    }
    .user-form_one .row:last-child .col .form-control,
    .contact_form-details .row .col .form-control {
        margin-bottom: 20px;
    }
    .user-form_one.card-box,
    .user-form_second.card-box {
        padding: 20px 15px;
    }
    .entity_list {
        height: auto;
    }
    .dropdown-menu {
        width: 90vh;
        max-width: 600px;
        margin-top: 35px !important;
    }
}

@media (max-width: 767.98px) {
    .title {
        font-size: 22px;
    }
    .form-control,
    .form-select {
        border-radius: 10px;
        height: 40px;
        font-size: 16px;
    }
    .btn_login {
        margin-top: 45px;
    }
    hr {
        margin: 40px 0;
    }
    .btn {
        border-radius: 10px;
        padding: 5px 48px;
        font-size: 20px;
        font-weight: 700;
    }
    /** Login Css strat **/
 
    .register_link {
        font-size: 20px;
    }
    .mobile_login-img {
        margin-top: -185px;
    }
    .mobile_login-img img {
        height: 480px;
        object-fit: cover;
    }
    .login-wrapper_details {
        max-width: 350px;
        padding: 0 20px;
        padding-top: 15px;
    }
    /** Login Css end **/
    .dropdown-menu {
        width: 80vh;
        max-width: 340px;
        margin-top: 25px !important;
    }
    .dropdown-columns {
        flex-direction: column;
        gap:12px;
        padding: 8px;
    }
    .dropdown-menu>div {
        max-height: 360px;
        overflow-y: auto;
    }
    .dropdown-item {
        padding: 6px;
    }

        
    .user-top_bar {
        box-shadow: 0px 1px 4px 0px #00000040;
        border-radius: 15px;
        padding: 10px 15px;
        padding-bottom: 15px;
        margin: 10px 10px 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff;
    }
    .login_box.card-box,
    .member_box.card-box,
    .button_wrapper {
        border-radius: 0px;
        padding: 0px;
        box-shadow: unset;
        margin-top: 10px;
    }
    .logo-image img {
        max-width: 125px;
        margin-bottom: 10px;
    }
    .button_wrapper .btn {
        padding: 25px 22px;
    }
    .user-entity_wrapper {
        padding-top: 222px;
    }
    .entity_content {
        overflow-y: auto;
        height: 330px;
    }
    .entity_title {
        font-size: 20px;
    }
    .entity_content {
        width: 100%;
    }
    .entity_list {
        flex-direction: column-reverse;
        position: relative;
    }
    .user-details_section {
        height: auto;
    }
    
    .topbar_logo {
        width: 100px;
        margin: 0px auto 15px;
    }
    .user-form_details {
        margin-top: 10px;
    }
    .form-input_box {
        margin-bottom: 10px;
    }
    .form-select {
        background-size: 20px;
        margin-bottom: 10px;
    }
    .user-form_one.card-box,
    .user-form_second.card-box {
        padding: 14px 15px 10px;
    }
    .contact_form-details {
        padding-top: 10px;
    }
    .user-form_one .row:last-child .col .form-control,
    .contact_form-details .row .col .form-control {
        margin-bottom: 10px;
    }
    .sending_btn {
        margin-top: 15px;
    }
	
	.entity_list_nav {
		width: 100%;
		height: 120px;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
    .entity_list_nav_mobile{
        bottom:2px;
        top:unset;
    }

	.entity_list_nav_mobile--inner {
		display: inline-flex;
		justify-content: center;
		height: 100%;
		position: relative;
		overflow: auto;
		max-width: 100%;
		padding: 20px;
	}

	.entity_list_nav_mobile--inner:after {
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		height: 2px;
		background-color: #000;
	}

	.entity_list_nav .nav-link {
		padding: 0 10px 0px;
		margin: 0;
		font-size: 16px;
		display: inline-flex;
		min-width: 26px;
		justify-content: center;
		width: 60px;
	}

	.entity_list_nav .nav-link span.text {
		width: 20px;
		display: inline-flex;
		justify-content: center;
	}

	.entity_list_nav .nav-link:nth-child(even) {
		align-items: end;
	}
	.entity_list_nav .nav-link::before {
		width: 22px;
		height: 22px;
		left: 0;
		right: 0;
		box-shadow: 0 0 0 5px #fff;
	}

	.entity_list_nav .nav-link::after {
		display: none;
	}

	.entity_list_nav .nav-link span::before {
		display: none;
	}
}


@media (max-width: 320px) {
    
    .button_wrapper {
        justify-content: center;
    }
    .button_wrapper .btn {
        padding: 10px 20px;
        min-width: auto;
        margin: 0 5px;
        font-size: 18px;
    }
    .user-entity_wrapper {
        padding-top: 195px;
    }
  
}
