:root{
    --primary: #520E06 !important;
    --bg-nav-color: #2A2A2A;
}
body{
    font-family: 'Lato', sans-serif !important;
}
.primary{
    background-color: var(--primary) !important;
    color: white !important;
}
.btn-primary-outline{
    border: 1px solid var(--primary)!important;
    color: #000;
}
.navbar{
    background-color: var(--bg-nav-color);
}
.form-control:focus{
    box-shadow: none !important;

}
.form-control-sm {
    min-height: calc(1.6em + 0.5rem + 14px) !important;
}
.cursor-pointer{
    cursor: pointer;
}
.login-btn {
    background-color: #520E06;
    color: #fff !important;
    font-weight: 500 !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.forgot-password {
    text-decoration: none !important;
    font-size: 14px !important;
}

.link-create {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    
}

.poweredBY {
    position: relative;
    bottom: -120px;
    display: flex;
    justify-content: center;
}

.poweredBY span {
    font-weight: 700;
}

.registerPwdBy {
    text-align: center;
}

.registerPwdBy span {
    font-weight: bold;
}

.iti--allow-dropdown {
    width: 100%;
}

.contactLink {
    color: #a91202;
    margin-top: 100px;
}

.contactLink a {
    text-decoration: none;
    font-weight: bold;
    color: #a91202;
}
.main-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 18px;
}
.main-cards .card-item {
    grid-column: span 2;
}
.main-cards .card {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: var(--card-border-radius);
    border: 0 !important;
    padding:1rem;
}
.calender-btn {
    padding: 10px;
    background-color: rgba(244, 247, 254, 1);
    color: #A3AED0;
    display: flex;
    gap: 4px;
    justify-content: center;
    width: fit-content;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 30px;
}
.verificationModal {
    background-color: #05040464;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.Verification_container {
    background-color: #fff;
    border-radius: 50px !important;
    width: 320px !important;
    height: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verificationHeader h4 {
    font-weight: bold;
}

.number input {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 15px;
}

.logoMain img {
    width: 100%;
}
.dataTable td {
    padding: 15px 10px !important;
}
.dataTable thead tr{
    background-color:#F4F7FE !important;
}
.dataTable thead th {
    padding: 15px 5px 15px 10px !important
}

.logoMain {
    width: 15%;
}

.UserName span {
    font-weight: bold;
}

.userNavbarmain {
    gap: 40px;
}

.userNavbar {
    display: flex;
    align-items: center;
    gap: 35px;
}

.userNavbar a {
    text-decoration: none;
    font-weight: 500 !important;
    color: #FFFFFF63;
}

.primary-Btn {
    background-color: #a91202 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.rightContent span {
    background-color: #a91202 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 30px;
}

.rightContent h6 {
    font-weight: 600;
}

/* .dataTables_wrapper {
    margin-top: 30px;
} */

#myTable {
    margin: 0 0 15px;
}
table.dataTable thead th{
    border-bottom: 0 !important;
}
table.dataTable tbody tr{
    border-bottom: 1px solid #F3F3F3;
}
table.dataTable tr.odd td.sorting_1{
    background-color: transparent !important;
}
/* table.dataTable td{
    padding:0 !important
} */

.dataTables_filter {
    margin-bottom: 20px;
}

.sorting_asc {
    /* border: 1px solid #BDB8B8; */
}

#myTable_length {
    display: none;
}

.sorting {
    /* border: 1px solid #BDB8B8; */
}

.odd td {
    /* border: 1px solid #BDB8B8; */
}

.even td {
    /* border: 1px solid #BDB8B8; */
}

.acriondetials a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
}

.dataTables_filter {
    display: none;
}

.search {
     position: relative;
    width: 232px;
    padding: 6px;
    background: #fff;
    border-radius: 9px;
}
.search input {
background-color: #F4F7FE !important;
border:  0 !important;
}

.search i {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #0000009d;
}

.searchDatatable {
    padding: 0.250rem 0.75rem 0.250rem 1.6rem !important;
    background-color: #fff !important;
}

/* .primary {
    color: #a91202 !important;
} */

.icon-edit {
    background-color: #17a2b8;
    border-radius: 3px 0 0 3px;
}

.icon-delete {
    background-color: #dc3545;
    border-radius: 0 3px 3px 0;
}

.left-line-arrow {
    font-size: 20px;
}

.form-label {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #000000;
;
}

.paginate_button {
    color: #000;
    text-decoration: none;
}

.dataTables_paginate {
    gap: 10px;
    display: flex;
}
.dropdown-toggle.active {
    font-weight: 500 !important;
    color: #fff !important;
}
a.active {
    color: #fff;
    font-weight: bold !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
    color: #000000 !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
    text-decoration: none;
    font-weight: 500 !important;
    color: #000000;
}
.userNavbarmain a:hover {
    color: #ffffff !important;
    font-weight: bold !important;
    text-decoration: none;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #707070;
    margin: auto;
    position: relative;
    z-index: 999 !important;
}

.firstCircle .circle {
    background-color: #6A1209 !important;
    border: 0 !important;
}

.timelimeMain {
    display: flex;
    gap: 30px;
    margin: 14px auto;
    justify-content: space-between;
    position: relative;
    width: 50%;
}
.timelimeMain::after{
    content: "";
    position: absolute;
    top: 7px;
    width: 100%;
    height: 2px;
    background-color:#6A1209;
    z-index: 0;
    left: 0;
}

/* .firstCircle {
    position: relative;
}

.firstCircle::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 230px;
    height: 2px;
    background-color: #a91202;
    z-index: 0;
    left: 0;
} */

/* .secondCircle {
    position: relative;
}

.secondCircle::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 230px;
    height: 2px;
    background-color: #a91202;
    z-index: 0;
    left: 0;
} */

.dropdown-list-contents {
    flex-direction: column;
}

.othersModalMain {
    width: 100%;
    height: 100vh;
    background-color: #00000067;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.othersModalConatiner {
    width: 700px;
    height: 200px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.select-dropdown button {
    padding: 6px 35px 6px 10px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 210px;
    text-align: left;
}

.select-dropdown::focus {
    outline: none;
}

.zmdi {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 14px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
}

.details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin: 3rem 15rem;
}
.details1 {
    display: grid;
    grid-template-rows: 0.8fr 1fr 0.3fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
/* Genel stil */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 10px;
}

/* Giriş stil */
.toggle-switch .toggle-input {
    display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 24px;
    background-color: #dcdcdc;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked + .toggle-label {
    background-color: #4caf50;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
    transform: translateX(16px);
}

/* Light tema */
.toggle-switch.light .toggle-label {
    background-color: #bebebe;
}

.toggle-switch.light .toggle-input:checked + .toggle-label {
    background-color: #9b9b9b;
}

.toggle-switch.light .toggle-input:checked + .toggle-label::before {
    transform: translateX(6px);
}

/* Dark tema */
.toggle-switch.dark .toggle-label {
    background-color: #4b4b4b;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label {
    background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
    transform: translateX(16px);
}
.iti__country-list {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.iti__country-list::-webkit-scrollbar {
    width: 9px;
    height: 8px;
    background-color: #ffffff;
}

.iti__country-list::-webkit-scrollbar-thumbr {
    background-color: #ffffff;
}

.upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(62, 62, 62, 0.7);
    border-radius: 10px;
    position: relative;
}

.image-area::before {
    content: "";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}
.modal-buttons {
    position: absolute;
    top: 6px;
    right: 22px;
    display: flex;
    gap: 10px;
    margin-right: 38px;
}
.modal-buttons button {
    text-decoration: none;
    font-weight: 500;
    background: none !important;
    border: none;
    /* padding: 0!important; */
    /*optional*/
    /* font-family: arial, sans-serif; */
    /*input has OS specific font-family*/
    /* text-decoration: underline; */
    cursor: pointer;
}
.modal-buttons div {
    font-weight: 600;
}

.toast-success {
    background-color: #3db73d !important;
}

.toast-error {
    background-color: #bd362f !important;
}
.cardPacakge h1 {
    font-weight: 300;
    text-decoration: line-through;
}

.cardPackage {
    height: 60vh !important;
    border-radius: 17px !important;
}

.status-switch {
    display: inline !important;
    padding-left: 0 !important;
    margin-left: 4em !important;
}

.header .button {
    font-size: 1rem;
    font-weight: 500 !important;
    height: 49px;
    width: 150px;
    border: 1px solid #313131;
    border-radius: 3px;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.hero {
    width: 100%;
    /* height: 120vh; */
    background-size: 120%;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
    background-color: #1c0300;
}
.hero-left :is(h1, h2, h3, h4, p) {
    color: #fff;
}
.hero-left h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.3;
}
.hero-left p {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 35px;
}
.hero-left button {
    font-size: 1.1rem;
    font-weight: 500 !important;
    height: 49px;
    width: 188px;
}

.about {
    margin-bottom: 20px;
}
.about h3 {
    font-size: 1.8rem;
    font-weight: 700;
}
.about p {
    font-size: 1.2rem;
    color: #5e5e5e;
    font-weight: 500;
}
.imgsection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}

.imgsection img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.scrolling .container {
    padding: 4rem 8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    /* margin: 0 10rem; */
}
.scrolling h2 {
    font-size: 1.8rem;
    font-weight: 800;
}
.scrolling .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 27rem;
}
.scrolling .text .lines span {
    height: 4px;
    width: 65px;
    background-color: #ffc8c2;
    border-radius: 1px;
    margin-bottom: 18px;
}
.scrolling .text h4 {
    font-size: 1.3rem;
    font-weight: 550;
    line-height: 1.5;
    margin-bottom: 15px;
}
.scrolling .text p {
    max-width: 25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 7px;
}
.app {
    background-size: cover;
    background-repeat: no-repeat;
}
.app .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}
.app .text h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
}
.app .text p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}
.line {
    background-color: #938504;
    height: 3px;
    width: 170px;
}

.working-app {
    padding: 5rem 0;
}
.working-app h2 {
    font-size: 1.8rem;
    font-weight: 800;
}
.working-app .container:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: center;
    padding: 0 0 1.5rem 0;
}
.working-app .items-list {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.working-app .items-list img {
    /* display: flex; */
    /* margin: auto; */
    width: 210px;
}
.working-app .items-list h4 {
    color: #fff;
    text-align: center;
    line-height: 1.3;
}
.working-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.working-details .item {
    background-color: #a91202;
    border-radius: 10px;
    padding: 3rem;
    text-align: center;
}
.working-details .item h3 {
    color: #fff;
    margin-bottom: 0;
}
.item:nth-child(1) h3,
.item:nth-child(4) h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 44px;
}
.item:nth-child(2) h3,
.item:nth-child(3) h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
}
.working-details .item p {
    color: #fff;
    margin: 0;
    font-weight: 550;
    font-size: 1rem;
}
.item:nth-child(3) p {
    font-size: 20px;
    text-transform: uppercase;
}
.container {
    padding: 0;
}
.Pricing-List {
    padding: 5rem 0;
    background-color: #ffe7e5;
}
.Pricing-List .container {
    padding: 3.5rem 8rem 0;
}
.Pricing-List h2 {
    font-size: 1.8rem;
    font-weight: 800;
}
.Pricing-List .price-card {
    background-color: #ffc8c8;
    border-radius: 10px;
    padding: 2rem 1.3rem;
}
.Pricing-List .price-card h3 {
    border-radius: 10px;
    font-weight: 550;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 15px;
}
.Pricing-List .price-card p {
    font-size: 16px;
    font-weight: 550;
    color: #5e5e5e;
    margin-bottom: 21px;
    max-width: 280px;
}
.Pricing-List .price-card i {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
.Pricing-List .price-card button {
    font-size: 1.1rem;
    font-weight: 500 !important;
    height: 49px;
    width: 188px;
    margin-bottom: 25px;
}
.main-price {
    margin-top: -54px;
}
.main-price .price-card {
    margin-top: -42px;
}
.main-price .badge {
    font-size: 1.1rem;
    font-weight: 500 !important;
    width: 188px;
    margin-bottom: 25px;
    background-color: #242424 !important;
    display: flex;
    justify-content: center;
    height: 70px;
    width: fit-content;
    padding: 17px 29px;
    border-radius: 12px;
}
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.accordion-item {
    color: #111;
    margin: 1rem 0;
    border: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    background-color: transparent !important;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    font-size: 1.2rem;
    color: #242424;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    font-weight: 500;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid #d8d8d8;
    /* border-image: linear-gradient(to right, transparent, #34495e, transparent) 1; */
}

.applast {
    background-size: cover;
    background-repeat: no-repeat;
}
.applast .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}
.applast h3 {
    font-size: 32px;
    font-weight: 600;
}
.applast .text {
    max-width: 33rem;
}
.applast .text {
    padding: 90px 0 50px 0;
}
.applast .text h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff;
}
.applast .text p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 35px;
    color: #fff;
}
.applast .text button {
    padding: 10px 25px;
    font-weight: 550 !important;
    width: 153px;
    font-size: 14px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    align-items: center;
}

footer nav {
    display: flex;
    align-items: start;
    gap: 50px;
}

footer nav .navlinks {
    color: #fff;
}
footer nav .navlinks h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
}
footer nav .navlinks p {
    color: #c3c3c3;
    font-weight: 400;
    font-size: 1rem;
}

.dropdown-profile{
    z-index: 999;
    top: 33px;
    left: -22px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    width: 127px;
    display: none;
}
.dropdown-profile a{
  display: block;
  color: #000;
  padding: 10px;
  margin: 0;
}
.dropdown-profile a:hover{
   background-color: #f3f3f3bb;
}