@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body {
	width: 100% !important;
	height: 100% !important;
}

.editorify-page {
  width: 90%;
  padding: 15px;
  color: #444;
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
}

.editorify-alert {
	width: auto;
  padding: 10px;
  background-color: #f3c9c5;
  border: 1px solid #f1aaa3;
  border-radius: 5px;
  color: #77342d;
  font-size: 15px;
}

.editorify-logo {
	text-align: center;
  margin-bottom: 10px;
}

.editorify-logo img {
	max-width: 220px;
}

.editorify-video-section {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #E6E6E6;
    margin-top: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    text-align: left;
    min-height:390px;
}

.editorify-video-section .editorify-video-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #E6E6E6;
}

.editorify-left-videos {
	width: 60%;
  float: left;
  text-align: center;
  padding-top: 20px;
}

.editorify-video-section .right-videos {
  width: 40%;
  float: left;
}

.editorify-video-section .right-videos ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.editorify-video-section .right-videos ul li {
    margin-left: 42px;
    margin-right: 25px;
    padding-top: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E6E6E6;
    color: #555;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display:flex;
}

.editorify-video-section .right-videos ul li i {
    margin-right: 10px;
    color: #E6E6E6;
}

.editorify-clearfix {
	clear: both;
}

.editorify-login-url {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}

.editorify-btn-login-me {
    background-color: #3c3430;
    color: white;
    border-radius: 40px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 40%);
    margin: 12px;
    margin-top: 20px;
    cursor: pointer;
}

.editorify-btn-login-me:hover {
    transform: scale(1.02);
    filter: brightness(90%);
    outline: none;
}

.editorify-page {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}
.editorify-page .container {
    margin-top: 2rem;
}
.editorify-page .card {
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    min-width: 100%;
}
.editorify-page .logo {
    max-width: 200px;
    height: auto;
}
.editorify-page .dashboard-btn {
    background-color: #ff6347;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(255, 99, 71, 0.3);
    font-size: 0.875rem;
}
.editorify-page .dashboard-btn:hover {
    background-color: #ff7f50;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(255, 99, 71, 0.4);
}
.editorify-page .success-message {
    color: #22c55e;
    font-weight: bold;
}

.editorify-page .checkmark {
    margin-left: 0.5rem;
}

.editorify-page table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 2rem;
}
.editorify-page th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}
.editorify-page th {
    background-color: #f8fafc;
    font-weight: bold;
}
.editorify-page .status-critical {
    color: #e53e3e;
    font-weight: bold;
}
.editorify-page .status-warning {
    color: #d69e2e;
    font-weight: bold;
}

.editorify-page .success-message {
    color: #22c55e;
    font-weight: bold;
}
.editorify-page .checkmark {
    margin-left: 0.5rem;
}
.editorify-page .small-text {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 1rem;
}

.editorify-page p {
    font-size: 16px;
}

.editorify-page .p-4 {
    padding: 1rem;
}

.editorify-page .max-w-2xl {
    max-width: 42rem;
}

.editorify-page .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1536px) {
    .editorify-page .container {
        max-width: 1536px;
    }
}

@media (min-width: 1280px) {
    .editorify-page .container {
        max-width: 1280px;
    }
}

@media (min-width: 1024px) {
    .editorify-page  .container {
        max-width: 1024px;
    }
}

@media (min-width: 768px) {
    .editorify-page  .container {
        max-width: 768px;
    }
}

@media (min-width: 640px) {
    .editorify-page  .container {
        max-width: 640px;
    }
}

.editorify-page .p-8 {
    padding: 2rem;
}

.editorify-page .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.editorify-page .mb-4 {
    margin-bottom: 1rem;
}

.editorify-page .card {
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.editorify-page .items-center {
    align-items: center;
}

.editorify-page .flex-col {
    flex-direction: column;
}

.editorify-page .flex {
    display: flex;
}

.editorify-page .mb-6 {
    margin-bottom: 1.5rem;
}

.editorify-page img {
    max-width: 100%;
    height: auto;
}

.editorify-page img {
    display: block;
    vertical-align: middle;
}

.editorify-page .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.editorify-page .font-bold {
    font-weight: 700;
}

.editorify-page .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.editorify-page .text-center {
    text-align: center;
}

.editorify-page .mb-2 {
    margin-bottom: 0.5rem;
}

.editorify-page h1 {
    margin: 0;
}

.editorify-page .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.editorify-page p {
    margin: 0;
}

.editorify-page .inline {
    display: inline;
}

.editorify-page .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.editorify-page .mb-6 {
    margin-bottom: 1.5rem;
}

.editorify-page .mt-4 {
    margin-top: 1rem;
}

.editorify-page .inline-block {
    display: inline-block;
}

.editorify-page .max-w-4xl {
    max-width: 56rem;
}

