/* Contributor Login Page CSS Start */
.insg-portal-wrap {
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #000;
}
.insg-login-card .dashboard-login-title {
	font-family: "Italiana", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #000;
	text-align: center;
}
.insg-login-card .insg-inline-msg {
	font-family: "Geologica", Sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.28em;
    margin-bottom: 24px;
    text-align: center;
}
.insg-login-card #insg-portal-login-form .insg-form-row {
	margin-bottom: 25px;
}
.insg-login-card #insg-portal-login-form label {
	color: #000;
    font-family: "Geologica";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
.insg-login-card #insg-portal-login-form input {
    padding: 0px 0px 10px 0px;
}
#insg-portal-login-form button {
    width: 100% !important;
    max-width: 125px;
    border-color: #000;
    cursor: pointer;
}
.insg-error {
	margin-top: 10px;
	color: red;
}
.insg-loader {
    position: absolute;
    top: auto;
    left: 140px;
    right: 0;
    bottom: 10px;
    height: 20px;
    width: 20px;
    background: transparent;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 10px;
    z-index: 999;
}
.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.insg-card {
  position: relative;
}
/* Contributor Login Page CSS End */

/* Contributor Dashboard Page CSS Start */
.insg-portal-dashboard {
	max-width: 1160px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 10px;
	border: none;
}
.insg-modal {
	margin-top: 0px !important;
}
.insg-portal-head {
	margin-bottom: 40px;
}
.insg-portal-dashboard .insg-portal-head .main-dashboard-title {
	font-family: "Italiana", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    color: #000;
	text-align: left;
}
.insg-blog-flex-wrap {
	display: flex;
    flex-wrap: nowrap;
    align-items: start;
}
.insg-blog-flex-wrap .left-side {
	max-width: 250px;
	width: 100%;
	padding: 20px;
	margin-right: 20px;
	padding: 20px;
	border: none;
	background-color: #fff;
	box-shadow: rgba(195, 195, 195, 0.55) 0px 0px 10px 0px;
	border-radius: 10px;
}
.insg-blog-flex-wrap .left-side .con-dash-nav:last-child {
	margin-bottom: 0px;
}
.insg-blog-flex-wrap .left-side .con-dash-nav {
	margin-bottom: 15px;
}
.insg-blog-flex-wrap .left-side .con-dash-nav button {
	width: 100%;
	text-align: left;
}
.insg-blog-flex-wrap .right-side {
	max-width: calc(100% - 250px);
	width: 100%;
	margin-left: 20px;
	padding: 50px 30px;
	border: none;
	background-color: #fff;
	box-shadow: rgba(195, 195, 195, 0.55) 0px 0px 10px 0px;
	border-radius: 10px;
}
.insg-portal-dashboard .insg-portal-head .create-post-title {
	font-family: "Italiana", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    color: #000;
	text-align: center;
}
.insg-modal #insg-create-post-form .insg-form-row {
	margin-bottom: 25px;
}
.insg-modal #insg-create-post-form label {
	color: #000;
    font-family: "Geologica";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
/* .insg-modal #insg-create-post-form .insg-form-row .insg-categories {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 15px;
}
.insg-modal #insg-create-post-form .insg-form-row .insg-categories label {
	font-weight: 200;
} */
.insg-modal #insg-create-post-form input,
.insg-modal #insg-create-post-form textarea {
    padding: 0px 0px 10px 0px;
}
.insg-modal #insg-create-post-form button {
    width: 100% !important;
    max-width: 125px;
    border-color: #000;
    cursor: pointer;
}
.insg-modal #insg-create-post-form .insg-form-row.content_editor_part button {
    color: #000 !important;
    max-width: 100% !important;
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 10px 15px !important;
    border-radius: 0px !important;
}
.insg-modal #insg-create-post-form .insg-form-row.content_editor_part button:hover {
	background-color: black !important;
	color: #FFF !important;
}
.insg-modal #insg-create-post-form .insg-form-row.content_editor_part .mce-toolbar .mce-btn:hover i {
	color: #FFF !important;
}
.insg-modal #insg-create-post-form #mceu_15 {
	display: none;
}
.insg-modal #insg-create-post-form .mce-toolbar .mce-btn-group .mce-btn.mce-active,
.insg-modal #insg-create-post-form .mce-toolbar .mce-btn-group .mce-btn:active,
.insg-modal #insg-create-post-form .qt-dfw.active {
    background: #000;
    border-color: #000;
}
.insg-modal #insg-create-post-form .mce-toolbar .mce-btn-group .mce-btn.mce-active i,
.insg-modal #insg-create-post-form .mce-toolbar .mce-btn-group .mce-btn:active i,
.insg-modal #insg-create-post-form .qt-dfw.active i,
.insg-modal #insg-create-post-form .mce-toolbar .mce-btn-group .mce-btn:focus,
.insg-modal #insg-create-post-form .mce-toolbar .mce-btn-group .mce-btn:hover,
.insg-modal #insg-create-post-form .qt-dfw:focus, .qt-dfw:hover {
    background: #000;
    color: #FFF;
    box-shadow: none;
    outline: 0px;
}
.insg-modal #insg-create-post-form #wp-post_content-editor-tools {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.insg-modal #insg-create-post-form #wp-post_content-editor-tools #wp-post_content-media-buttons {
	max-width: 160px;
    width: 100%;align-content
}
.insg-modal #insg-create-post-form .insg-form-row.content_editor_part .wp-editor-tabs {
    float: none;
    max-width: calc(100% - 160px);
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 0px;
    justify-content: flex-end;
}
.insg-modal #insg-create-post-form .insg-form-row.content_editor_part .wp-editor-tabs button {
    max-width: 80px !important;
    margin: 0px;
}
.insg-modal .insg-error {
	margin-top: 10px;
	color: red;
}
figure.wp-block-table.blogs-table {
	width: 100%;
	height: auto !important;
	max-height: 400px !important;
	overflow: auto;
	padding: 0 15px 15px 0;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	box-sizing: border-box;
}
figure.wp-block-table.blogs-table table {
    border-collapse: collapse;
    table-layout: auto;
    margin: 0;
}
figure.wp-block-table.blogs-table::-webkit-scrollbar {
	width: 4px; 
	height: 4px !important;
	border: none;
}
.blogs_list_table_part table th.id-head-col,
.blogs_list_table_part table td.id-data-col {
	max-width: 100px;
	min-width: 100px;
	width: 100px;
}
.blogs_list_table_part table th,
.blogs_list_table_part table td {
	text-align: left !important;
	white-space: nowrap;
    width: 100%;
    padding: 10px;
}
.insg-hero .insg-hero-inner-wrap {
	margin-bottom: 0px;
}
.insg-hero .insg-hero-inner-wrap .user-name {
	margin-bottom: 20px;
}	
.insg-hero .insg-hero-inner-wrap strong,
#blogs_list_table_part .insg-tab ,
.insg-modal-overlay .create-post-title {
	color: #000;
    font-family: "Geologica";
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
}
#blogs_list_table_part .insg-tab ,
.insg-modal-overlay .create-post-title {
	margin-bottom: 30px !important;
	font-weight: 600 !important;
	font-family: "Italiana", Sans-serif;
}
.insg-hero .insg-hero-inner-wrap .insg-inline-msg {
	color: #000;
    font-family: "Geologica";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.logout-popup {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logout-popup-content {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.logout-popup-content .confirm-title {
    color: #000;
    font-family: "Geologica";
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
	margin-bottom: 40px;
}
.logout-popup-content button {
   min-width: 70px;
   max-width: 70px;
}
.logout-popup-content button#logout-yes {
	margin-right: 10px;
}
.logout-popup-content button#logout-no {
	margin-left: 10px;
}
/* Contributor Dashboard Page CSS End */