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

* {
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
}

.main_s {
    width: 100%;
    height: 100vh;
}

.login_s {
    width: 100%;
    height: 100vh;
    background: #F5F5F5;
}

.s_background {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.up_b_back {
    width: 100%;
    height: 60%;
    background: linear-gradient(90deg, #301E72 25%, #5B39D8);
}

.header {
    height: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.login_content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.home_content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.login_content h1 {
    color: white;
    font-size: 48px;
    font-weight: 400;
}

.home_content h1 {
    color: white;
    font-size: 48px;
    font-weight: 400;
}

.logp {
    color: white;
    font-size: 20px;
    font-weight: 200;
}

.login_box {
    padding: 80px 100px;
    background: #ffffff;
    box-shadow: 0 19px 34px -25px #000000;
    border-radius: 5px;
    margin-top: 30px;
}

.ms_btn {
    padding: 18px 40px;
    border: 1px solid #D3D3D3;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    color: #000000;
}

.ms_btn p {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    margin-top: 2px;
}

.ms_btn svg {
    width: 21px;
    margin-right: 12px;
}

.ms_btn:hover {
    background: #e2e2e259;
}

.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-top: 0px;
    padding: 24px 0 0;
    align-items: center;
    justify-content: center;
    width: 380px;
    vertical-align: baseline;
}

.divider-wrapper:before,
.divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: .5em;
    margin: 0;
}

.divider {
    text-align: center;
    flex: .2 0 auto;
    margin: 0;
    height: 12px;
}

.divider-wrapper:before,
.divider-wrapper:after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: .5em;
    margin: 0;
}

.form_log {
    margin-top: 40px;
}

.input_cont {
    display: flex;
    flex-direction: column;
}

.input_cont input {
    padding: 15px 35px;
    font-size: 15px;
    margin-bottom: 25px;
    border: 1px solid #c2c8d0;
    border-radius: 8px;
}

.submit_btn {
    width: 100%;
    height: 45px;
    background: #E1892E;
    border: none;
    font-size: 15px;
    color: white;
    cursor: pointer;
}

/* .submit_btn:hover{
    background: ;
} */

.container {
    height: 50px;
    margin-top: 15px;
}

.center {
    width: 380px;
    height: 45px;
    position: absolute;
}

.btn {
    width: 100%;
    height: 45px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #E1892E;
    outline: none;
    transition: 1s ease-in-out;
}

.btn svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #ffffff;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 1s ease-in-out;
}

.btn:hover {
    transition: 1s ease-in-out;
    background: #E1892E;
}

.btn:hover svg {
    stroke-dashoffset: 0;
}

.btn:hover span {
    color: white;
}

.btn span {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 300;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 18px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

/* menu toggle */

.menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: not-allowed;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* profile menu */

.profile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: end;
    margin-right: 35px;
    width: 100%;
}

.profile h3 {
    text-align: end;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 500;
    color: white;
    font-size: 17px;
}

.profile p {
    line-height: 1;
    font-size: 14px;
    opacity: .6;
}

.profile .img-box {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.profile i {
    font-size: 20px;
    margin-top: -5px;
    color: white;
}

/* .profile .img-box .fa-solid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* menu (the right one) */

.menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 20px;
    width: 200px;
    min-height: 45px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
}

.menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}

.menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* menu links */

.menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
}

.menu ul li {
    list-style: none;
}

.menu ul li:hover {
    background: #eee;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 6px;
}

.menu ul li a i {
    font-size: 1.2em;
}

.home_box {
    padding: 80px 100px;
    background: #ffffff;
    box-shadow: 0 19px 34px -25px #000000;
    /* border-radius: 5px; */
    text-align: left;
    margin-bottom: 100px;
}

.home_box h2 {
    font-size: 23px;
    font-weight: 500;
}

.policy_content {
    margin-top: 50px;
}

.policy_inputs {
    display: flex;
}

.input-container {
    display: flex;
    flex-direction: column;
    /* margin: 20px 0; */
    font-family: Arial, sans-serif;
    margin-top: 30px;
}

/* Label styling */
.input-container label {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

/* Input styling */
.input-container input[type="text"] {
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;

}

/* Change border color on focus */
.input-container input[type="text"]:focus {
    border-color: #E1892E;
    outline: none;
}

.input-container h2 {
    font-size: 35px;
}

hr {
    margin-top: 40px;
    border: 1px solid #e2e2e2b6;
}

/* Bottom navbar styling */
.bottom-navbar {
    position: fixed;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.bottom-navbar-content {
    background-color: #E08642;
    color: white;
    display: flex;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 80%;
    /* border-radius: 10px; */
}

.bottom-navbarb {
    width: 100%;
    padding: 0px 160px 0px 160px;
    height: 50px;
    display: flex;
    align-items: center;
}

.bottom-navbarb h3 {
    font-size: 20px;
    font-weight: 500;
    width: 40%;
}

.botm-button {
    width: 60%;
    display: flex;
    justify-content: end;
}

.botm-button button {
    width: 150px;
    height: 35px;
    background: #AB1F66;
    border: none;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.botm-button button:hover {
    background: #ab1f65c5;
}

.loader_cont {
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;

}

.loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.no_data {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box_header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.button_c {
    width: 100%;
    display: flex;
    justify-content: end;
}

.box_header h2 {
    width: 20%;
}

.box_header button {
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #AB1F66;
    color: white;
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    /* visibility: hidden; Hidden by default */
    opacity: 0;
    transition: opacity 1s ease;
}

.modal_content {
    width: 60%;
    background: white;
    padding: 40px;
    position: fixed;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tbl_header {
    background: #301E72;
    color: white;
    padding: 10px;
}

.table tbody tr {
    height: 45px;
    font-weight: 400;
}

.table tbody tr td {
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.table thead tr th {
    height: 45px;
    font-weight: 500;
}

.close_cont {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: end;
}

.close_cont .fa-circle-xmark {
    color: #a80404;
    font-size: 22px;
    cursor: pointer;
}

.modal-contentt {
    background-color: white;
    padding: 20px;
    margin: 100px auto;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.edit-btn {
    font-size: 21px;
    cursor: pointer;
    background: none;
    border: none;
    color: #1e6bcf;
}

.delete-btn {
    font-size: 21px;
    cursor: pointer;
    background: none;
    border: none;
    color: #e65c65;
    margin-left: 15px;
}

.close {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    float: right;
    width: 2%;
    text-align: end;
}

#editModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}
/* 
#newPolicyM {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
} */

.modal-content {
    background-color: white;
    padding: 40px;
    margin: 100px auto;
    width: 37%;
    border-radius: 8px;
}

.modal-content p {
    margin-bottom: 30px;
}


.form_group {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 10px;
}

.form_group input {
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    margin-right: 15px;
    font-size: 15px;
}

.form_group label {
    margin-bottom: 5px;
    padding-left: 10px;
}

.form_ {
    display: flex;
}

.btn_content button:nth-child(1) {
    padding: 10px 33px;
    margin-top: 18px;
    border: none;
    color: white;
    background: #F49E47;
    cursor: pointer;
}

.btn_content button:nth-child(1):hover {
    background: #f3b87d;
}

.btn_content button:nth-child(2) {
    padding: 10px 33px;
    margin-top: 18px;
    border: none;
    color: white;
    background: #f44747;
    cursor: pointer;
}

.btn_content button:nth-child(2):hover {
    background: #ee1616;
}

.button_cont {
    display: flex;
    justify-content: end;
    margin-right: 15px;
}

.button_cont button {
    padding: 10px 33px;
    margin-top: 18px;
    border: none;
    color: white;
    background: #F49E47;
    cursor: pointer;
}

.button_cont button:hover {
    background: #f3b87d;
}

.header_tbl {
    width: 100%;
    display: flex;
}

.icon_t {
    width: 50%;
    display: flex;
    justify-content: end;
}

.fa-square-plus {
    font-size: 25px;
    color: #F49E47;
    cursor: pointer;
}

.fa-thumbs-up {
    font-size: 25px;
    color: #47a0f4;
    cursor: pointer;
    margin-right: 20px;
}

.fa-thumbs-up:hover {
    transform: scale(1.1);
}

.header_tbl h2 {
    width: 50%;
}

.tbl_action_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.tbl_action_h button {
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    cursor: pointer;
}

.tbl_search_real {
    width: 200px;
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
    .login_box {
        width: 85%;
        padding: 0px;
    }
}

@-webkit-keyframes square-spin {
    0% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }

    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes square-spin {
    0% {
        transform: perspective(100px) rotateX(0) rotateY(0);
    }

    25% {
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }

    50% {
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }

    75% {
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }

    100% {
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}



.square-spin>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: #000000;
    -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #E08642;
    color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
    width: 260px;
}

.notification p {
    margin: 0;
}

.em_color {
    background: #9a1e5e !important;
}

.fase1_btn_extra{
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fase1_btn_extra:hover{
    transform: scale(1.05);
    transition: 0.3s;
     background: #923264
}
.add-selected-btn{
    width: 65%;
}
.dt-header{
    display: flex;
}
.dataTables_filter{
    display: flex;
    align-items: center;
}

/* Target the whole page scrollbar */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f100;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #5b39d686;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #301e72;;
}

/* Both elements use this base transition */
.slide {
  transition: all 0.4s ease;
}

/* Hidden state */
.hidden-slide {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}

/* Visible state */
.visible-slide {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.wrapper{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

/* Loader 3 */
.loader-3 {
  display: block;
	height: 32px;
	width: 32px;
}
.loader-3 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}
.loader-3 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	border: 3px solid #301E72;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	-webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.btn_open {
  position: relative;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.btn_open[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Spinner hidden by default */
.btn-spinner {
  display: none;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Loading state */
.btn_open.loading .btn-content {
  visibility: hidden;
  opacity: 0;
}

.btn_open.loading .btn-spinner {
  display: inline-flex;
}

.loading {
  position: relative;
  background: #e1e1e1;
  width: 500px;
}
.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100px);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: loading 0.8s infinite;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

/* 🔹 Generic shimmer skeleton */
.skeleton {
  position: relative;
  background: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmer 1.2s infinite;
}
@keyframes shimmer {
  100% { left: 100%; }
}

/* 🔹 Container mimics actual policy cards */
.skeleton-card {
  border-radius: 10px;
  margin-bottom: 16px;
}

/* 🔹 Skeleton elements sized exactly like actual content */
.skeleton-title {
  height: 24px;
  width: 200px;
  margin-bottom: 8px;
  border-radius: 6px;
}
.skeleton-subtitle {
  height: 16px;
  width: 250px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.skeleton-label {
  height: 14px;
  width: 140px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.skeleton-input {
  height: 42px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}
.skeleton-total {
  height: 28px;
  width: 120px;
  margin-left: auto;
  border-radius: 8px;
}

.modal_2 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

/* Modal content */
.modal-content {
  background-color: #fff;
  padding: 30px;
  margin: 80px auto;
  width: 45%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
}

/* Text spacing */
.modal-content p {
  margin-bottom: 20px;
}

/* Make table container scrollable on small screens */
.table_content {
  overflow-x: auto;
  width: 100%;
}

.currency_type{
    font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .modal-content {
    width: 70%;
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .modal-content {
    width: 90%;
    padding: 20px;
  }
  .tbl_header th,
  .table_content td {
    font-size: 13px;
    white-space: nowrap;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .modal-content {
    width: 95%;
    padding: 15px;
  }
  h2 {
    font-size: 18px;
  }
  .modal-content p {
    font-size: 14px;
  }
}

/* Smooth open animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


@-webkit-keyframes loader-3-1 {
	0%   { -webkit-transform: rotate(0deg); }
	40%  { -webkit-transform: rotate(180deg); }
	60%  { -webkit-transform: rotate(180deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-3-1 {
	0%   { transform: rotate(0deg); }
	40%  { transform: rotate(180deg); }
	60%  { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}
.loader-3 span::after {
	content: "";
	position: absolute;
	top: 0; left: 7px;
	bottom: 0; right: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #301E72;
	border-radius: 50%;
	-webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-2 {
	0%   { -webkit-transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}
@keyframes loader-3-2 {
	0%   { transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}

@media (max-width: 1280px) {
    .login_content h1{
        font-size: 40px;
    }
    .logp{
        margin-top: 2px;
        font-size: 18px;
    }
    .login_box {
        padding: 40px 60px;
    }

    .ms_btn {
        padding: 15px 30px;
    }

    .ms_btn p {
        font-size: 15px;
    }

    .divider-wrapper {
        width: 100%;
    }

    .center {
        width: 340px;
    }

    .btn svg {
        width: 340px;
    }

    .btn span {
        font-size: 15px;
    }
    .form_log{
        margin-top:30px;
    }
    .header{
        height: 286px;
    }
    .modal-content{
        width: 55%;
    }
    .home_box{
        width: 75%;
        padding: 80px 85px;
    }
    .input-container{
        margin-left: 0px !important;
    }
    .bottom-navbarb{
        padding-left: 30px;
        padding-right: 30px;
    }
    .botm-button{
        width: 66%;
    }
}

@media (max-width: 600px) {
    .navbar {
        display: none;
    }

    .log_content {
        width: 100%;
        margin-left: 0;
    }

    .log_box {
        width: 75%;
    }
}