body{
    background-color: #fff;
}
.btn.btn-success {
    background-color: #6CBE45;
}
h1,h2,h3,h4,h5{
    color: #383838;
}
td.dataTables_empty.mdc-data-table__cell {
    text-align: center;
    padding: 15px;
}

/*a {
    color: #6CBE45;
}
a:focus, a:hover{
    color: #ffffff;
}*/

  a:focus, a:hover {
    color: #e3ba26;
}

a {
    color: #e3ba26;
}
.is-focused .form-control {
background-image: linear-gradient(to top, #6CBE45 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #6CBE45;
}

.login-form {
    max-width: 305px;
    margin: 0 auto;
}

.login-form h2 {
    margin: 30px 0;
    font-weight: bold;
}


/*custom css*/

.main-panel {
    padding: 0 15px;
    padding-bottom: 80px;
}


/*.logo-normal img{
    width: 100%;
}*/
.sidebar{
    background-color: #363740;
    box-shadow: none;
}
.sidebar .logo{
    background: #363740;
}
.sidebar .logo:after{
    display: none;
}

.sidebar .nav{
    margin-top: 0;
}
.sidebar .logo .simple-text {
    color: #fff;
    font-size: 19px;
    padding: 5px 20px;
}
.sidebar .sidebar-background:after{
    background: #363740;
    opacity: 1;
}
.sidebar .nav li:first-child>a{
    margin: 0;
}
.sidebar .nav li .dropdown-menu a, .sidebar .nav li a{
    border-radius: 0;
    margin: 10px 0px 0;
    border-left: 3px solid transparent;
}
.sidebar .nav li.active,
.sidebar .nav li .dropdown-menu a:focus,
.sidebar .nav li .dropdown-menu a:hover,
.sidebar .nav li:hover>a{
    border-left: 3px solid #F4FFEF;
    background-color: rgba(255,255,255,0.15);
}
.sidebar .nav p{
    color: #A4A6B3;
}
.navbar.navbar-absolute{
    padding-top: 20px;
}
.navbar .navbar-brand{
    font-size: 25px;
    font-weight: 300;
    margin: 0;
}
.cus-navbar{
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.main-panel>.content{
    padding: 0 0;
    margin: 0;
}
.cus-card{
    box-shadow: none;
}
.cus-card .card-body{
    padding: 0;
}
/*.table-responsive{
    border-radius: 20px 20px 0 0;
}*/
div.dataTables_wrapper .mdc-data-table__cell{
    color: #333;
}
.table thead {
    background-color: #f6f6f6;
    border-radius: 20px 20px 0 0;
}
.table thead tr th{
    font-size: 14px;
    font-weight: bold;
    padding: 25px 8px;
}
.pagination{
    justify-content: center;
}

ul.bredcrumb-ul {
    padding: 15px 0px;
    margin: 0;
}
ul.bredcrumb-ul > li {
    position: relative;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
ul.bredcrumb-ul > li::before {
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
}
ul.bredcrumb-ul > li:last-child{
    font-weight: 600;
}
ul.bredcrumb-ul > li:last-child::before{
    content: "";
}
ul.bredcrumb-ul > li > a {
    color: #000;
    display: block;
}
.profile-header-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.profile-img {
    width: 60px;
}
.profile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.profile-heading  > h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.profile-heading > p {
    margin: 0;
}
.profile-heading {
    margin-left: 15px;
}
.cus-menu .dropdown-toggle:after{
    display: none;
}
.cus-menu .dropdown-menu > li a.dropdown-item > i {
    margin-right: 15px;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover{
    background-color: #6CBE45;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(54 176 39 / 40%);
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:focus,
.nav-tabs .nav-item .nav-link:hover{
    color: #333 !important;
    border-radius: 0;
    font-weight: normal;
    min-width: 120px;
    text-align: center;
    border-bottom: 3px solid transparent !important;
}
.nav-tabs .nav-item .nav-link.active{
    font-weight: bold;
    border-bottom: 3px solid #6CBE45 !important;   
}
.no-shadow{
    box-shadow: none;
}
.bg-color-grey{
    background-color: #f8f8f8;
}
.profile-details-card {
    border-radius: 20px;
    padding: 20px;
}
.profile-details label {
    font-size: 12px;
    margin: 0;
}
.profile-details h4 {
    font-size: 14px;
    color: #515151;
}
.profile-details .form-group {
    padding: 0;
    margin-top: 15px;
}
.profile-details .form-group:first-child {
    margin: 0;
}

.edit-img {
    width: 150px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    height: 150px;
    display: block;
    border-radius: 10px;
}

.edit-img > img {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 100px;
}

span.edit-img-icon {
    position: absolute;
    right: -30px;
    top: 10px;
    cursor: pointer;
    color: #6CBE45;
}
.edit-profile-sec .form-group,
.cus-form-group .form-group {
    padding-bottom: 0px;
    position: relative;
    margin: 35px 0 0;
    padding-top: 10px;
}

.category-textbox {
    position: relative;
}
.category-textbox > .trash-category-icon {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 18px;
    color: #6CBE45;
    cursor: pointer;
    min-width: 25px;
    text-align: right;
}
.cus-btn.no-color {
    background-color: transparent;
    color: #6cbe45;
}
.no-shadow-hover:hover,
.no-shadow-hover:active,
.no-shadow-hover:focus,
.no-shadow-hover:visited{
    box-shadow: none;
    background-color: transparent !important;
    border-color: transparent !important;
}
ul.timeline-ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.timeline-card {
    padding: 20px 25px;
}
ul.timeline-ul > li > a {
    display: block;
    position: relative;
    padding-right: 25px;
}
ul.timeline-ul > li > a::after {
    width: calc(100% - 12px);
    height: 2px;
    bottom: 12px;
    left: 13px;
    content: "";
    position: absolute;
    background-color: #aaa;
}
ul.timeline-ul > li:last-child > a::after {
    display: none;
}
ul.timeline-ul > li > a > p {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
ul.timeline-ul > li > a > p.time {
    font-size: 12px;
    font-weight: 100;
    color: #aaa;
}
ul.timeline-ul > li > a > span {
    font-size: 16px;
    color: #aaa;
    position: relative;
    z-index: 3;
    background-color: #f8f8f8;
    border-radius: 80px;
}
ul.timeline-ul > li.active > a::after{
    background-color: #ee9f00;
}
ul.timeline-ul > li.active.last > a::after{
    background-color: #aaa;
}
ul.timeline-ul > li.active > a > span{
    color: #ee9f00;
}

@media (max-width: 1230px) {
div#votetext {
    padding: 0 21px !important; 
}
}
.mdc-button {
    min-width: 34px;
    height: 34px;
    padding: 0;
    margin: 0 5px;
    border-radius: 70px;
}
.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    background-color: #4caf50;
}
.mdc-button:not(:disabled) {
    color: #e3ba26;
}
.mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff);
}
.alertmessage{
      padding: 5px;
}
.card [class*="header-"], .card[class*="bg-"] {
    color: black;
}
label.error{
    color: red;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.cus-datatable > div{
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    align-items: stretch;
}


.left-section {
    height: 100vh;
    overflow: auto;
    position: relative;
}
.right-section {
    width: 100%;
    float: left;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    background-color: #f0f0f0;
}
h4.section-heading {
    margin: 30px 0;
}
.font-500{
    font-weight: 500;
}
ul.support-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.support-ul > li{
    display: inline-block;
}
ul.support-ul > li > a {
    color: #fff;
    display: block;
    padding: 9px 30px;
    margin: 0 10px 15px 0;
    border-radius: 20px;
    background-color: #EE9F00;
}
.card-heading-btn-sec > h5{
    margin: 0;
}
.font-400{
    font-weight: 400;
}
.color-black{
    color: #333;
}

@media (min-width: 840px){
    .cus-datatable .mdc-layout-grid__inner > .mdc-layout-grid__cell--span-6:first-child{
        justify-self: flex-start;
    }
    .cus-datatable .mdc-layout-grid__inner > .mdc-layout-grid__cell--span-6{
        justify-self: flex-end;
    }

}
@media(max-width: 767px){
    ul.timeline-ul{
        flex-direction: column;
    }
    ul.timeline-ul > li > a > span {
        position: absolute;
        left: 0;
        top: 35%;
        line-height: 0;
    }

    ul.timeline-ul > li > a {padding-right: 0;padding-left: 25px;float: left;}

    ul.timeline-ul > li > a::after {
        bottom: auto;
        top: 30px;
        left: 6px;
        width: 2px;
        height: 100%;
    }
	.cus-datatable .mdc-layout-grid__inner > .mdc-layout-grid__cell--span-6{
        justify-self: flex-start;
    }
    .cus-datatable .cus-datatable div.dataTables_wrapper div.dataTables_filter{
        text-align: left;
    }
    label {
        display: flex;
        align-items: center;
    }
}

i.material-icons.poem-matches-pencilicon{
    font-size: 20px;
    color: #e3ba26;
   }
   .plisticon {
    float: right;
   margin-top: 35px;
}


.poem-matches-leftdiv {
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 13px;
    margin-bottom: 10px;
}

.preview-imgs img {
    width: 100% !important;
    height: 206px;
    object-fit: contain;
}

img.img-responsive.pr-images.new-promts123img {
    width: 100% !important;
    object-fit: contain;
}

a.btn.btn-success.btn-round {
    background: #e3ba26;
}
a.btn.btn-success.btn-round:active {
    background: #e3ba26;
}
button.btn.btn-success.btn-round{
     background: #e3ba26;
}

button.btn.btn-success.btn-round:active{
     background: #e3ba26;
}

button.mdc-button.mdc-button--raised.mdc-button--colored{
    background: #e3ba26; 
}
a.color-success{
    color:#e3ba26;
}

.pagination>.page-item.active>a, .pagination>.page-item.active>a:focus, .pagination>.page-item.active>a:hover, .pagination>.page-item.active>span, .pagination>.page-item.active>span:focus, .pagination>.page-item.active>span:hover {
    background-color: #e3ba26 !important;
    border-color: #e3ba26 !important;
    color: #ffffff;
    box-shadow: 0 4px 5px 0 rgb(156 39 176 / 14%), 0 1px 10px 0 rgb(156 39 176 / 12%), 0 2px 4px -1px rgb(156 39 176 / 20%);

    z-index: 1;
    color: #E3BA26 !important;
    background-color: transparent !important;
    border-color: #E3BA26 !important;
    border-radius: 4px !important;
    border: 1px solid #E3BA26;
    box-shadow: none !important;
}
}

.col-md-6.col-lg-6.promptlist {
    margin-bottom: 20px;
}

a.table-link.open-edit.btn.btn-sm.btn-danger.text-white {
    background: #e3ba26;
}
a.btn.btn-link.btn-sm.btn-warning{
    color: #e3ba26; 
}

select.form-control.form-contolborder {
    border-bottom: 1px solid #acacac;
    background-image: none !important;
}

input.form-control.form-contolborder {
    border-bottom: 1px solid #e3ba26;
    background-image: none !important;
}

textarea.form-control.form-contolborder {
    border-bottom: 1px solid #e3ba26;
    background-image: none !important;
}

.form-check .form-check-input:checked~.form-check-sign .check {
    background: #e3ba26 !important;
}

a.btn.btn-link.btn-sm.btn-warning.locationcls {
    background: #e3ba26;
    color: #ffffff;
}

/*#country_list_wrapper.mdc-button:not(:disabled) {
    color: #e3ba26;
}*/

.showpoem {
    display: grid;
}

a.seepoem.adminpoem {
    cursor: pointer;
}

/*.col-lg-5.no-padding-left {
        position: absolute;
        right: 0px;
        top: 0px;
}*/

.col-lg-5.no-padding-left {
    position: fixed;
    right: 0px;
    top: 0px;
    max-width: 34%;
}

.promptsdetails-likebtn {
z-index: 9;
}
@media only screen and (max-width: 600px) {
.col-md-5.no-padding-left {
position: relative;
right: 0px;
top: 0px;
max-width:100%;
}
}

.nav-item.signlogoutuser{
position:absolute;
bottom: 70px;
}
.nav-item.signlogoutuser:hover{
width:100%;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #e3ba26 !important;
    color: #e3ba26;
    font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
    outline: none;
    box-shadow: none!important;
}

strong.favsuccess {
    width: 239px;
    height: 31px;
    left: 79px;
    top: 64px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #2E2E2E;
}

span.spansuccess {
    width: 254px;
    height: 50px;
    left: 71px;
    top: 106px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1.25px;
    color: #2E2E2E;
}


.voteconfirm .swal2-actions .swal2-confirm{
     left: 0%; 
     right: 0%; 
     top: 0%; 
     bottom: 0%; 
    background: #E3BA26;
    border: 1px solid #E3BA26;
    box-sizing: border-box;
    border-radius: 50px !important;
}

 a.internal-voting-btnsystem.btn.btn-primary {
    background: #e3ba26;
    padding: 9px 10px;
    border-radius: 20px;
    margin-left: -25px;
}
a.internal-voting-btnsystem.btn.btn-primary:hover {
    box-shadow: none;
}
a.internal-voting-btnsystem.btn.btn-primary:active {
    background-color: #e3ba26;
}


.edit-imgs {
   margin-top: 0px;
}
li.newprompt123-head.promptdetails-responsive.homehead {
  /*  margin-left: 34%;*/
  margin-left: 42%;
}
h4.promptdetails-whitehead.text-capitalize {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #505050;
    white-space: pre-wrap;
    margin-left:85px;
}

.promptdetails-stages {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #505050;
}
.newprompts123-heading.homemonth {
    float: right;
}
.promptdetails-stages {
    float: left;
}
ul.promptdetails-whitesidebar {
    list-style: none;
}
a.collapse-item.whitesidebar-item {
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #505050;
    font-weight: 700;
    padding: 7px;
}

@media (max-width: 600px){
.promptdetails-responsive {
    margin-left: 0px !important;
}
.newprompts123-heading.homemonth {
    float: none;
}
.promptdetails-stages {
    float: none;
    margin-top: 15px;
}
.collapsehide{
    display: none !important;
}

}
@media (max-width: 995px){
.off-canvas-sidebar nav .navbar-collapse:before, .sidebar:before {
    background-color: transparent;
    content: "";
}
a.nav-link.collapsed.togglenavlink {
    display: none;
}
ul.nav.collapse-navul.collapsehide {
    display: none;
}
}
a.simple-text.logo-normal.witoutlogin {
    color: #3c4858;
}

.preview-imgs {
position: relative;

}
.preview-imgs .closes {
   position: absolute;
    top: -16px;
    right: 155px;
    color: red;
    background: black;
    border: 2px solid red;
    padding-left: 8px;
    border-radius: 40px;
    width: 34px;
    height: 34px;
    font-size: 25px;
}

.form-check .form-check-input:checked~.form-check-sign .check:before {
    color: #e3ba26;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: b .3s forwards;
}
.form-check .form-check-input:checked~.form-check-sign .check {
    background: #ffffff !important;
}

.form-check .form-check-sign .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(227 186 38);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}


 

    .col.text-center.pb-2.datetext {
    color:#000000;
    font-weight: bold;
}

#alertusremailexisted{
    color:red; 
    display:none;
     font-size: 12px;
}

#alertusremailexisted1{
    color:red; 
    display:none;
     font-size: 12px;
}

li.nav-item.userlogoutcls {
    margin-top: 110%;
}


.nav-pills .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #e3ba26;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(156 39 176 / 60%);
}

.nav-pills .nav-item .nav-link{
    font-family: Montserrat !important;
    font-style: normal;
    font-weight: bold !important;
    margin-right: 26px;
    text-transform: capitalize;
     /*color: #2E2E2E !important;*/
}
.monthdash{
    width: 100%;
}

p.texttile {
    margin-bottom: -11px !important;
}

.poem-matches-leftdivs{
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 13px;
}
@media (max-width: 600px){
a.downloadzipbutton {
    top: 0px !important;
}
.zipclass {
    text-align: left !important;
}
}
@media only screen and (max-width: 800px) {

	/* Force table to not be like tables anymore */
	.mdl-data-table table, 
	.mdl-data-table thead, 
	.mdl-data-table tbody, 
	.mdl-data-table th, 
	.mdl-data-table td, 
	.mdl-data-table tr { 
		/*display: block; */
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.mdl-data-table thead tr { 
		/*position: absolute;*/
		top: -9999px;
		left: -9999px;
	}

	.mdl-data-table tr { border: 1px solid #ccc; }

	/*.mdl-data-table  td { 
		
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
*/
	.mdl-data-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
        visibility: hidden;
	}

	/*
	Label the data
	*/
	.mdl-data-table td:before { content: attr(data-title); }
}

a.viewpdf {
    background: #E3BA26;
    border: 1px solid #E3BA26;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    padding: 9px 31px;
}
.site_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.site_bottom p, .site_bottom a {
    color: #aaa;
}
.site_bottom p {
    font-size: 12px;
    margin: 5px 0;
}

a.downloadzipbutton {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 75px;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    background: #E3BA26;
    border: 1px solid #E3BA26;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 11px 39px;
    position: relative;
    top: 59px;
}


select.form-control.form-contolborder {
    border-bottom: 1px solid #e3ba26;
    background-image: none !important;
}

.reg_sign1{
/* position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;

    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding-left: 144px;
}

.imageloader {
    float: right;
}

@media only screen and (max-width: 991px){
.align-self-center.reg_sign1 {
    padding-left: 0px !important;
    width: 100%;
    z-index: 999;
}
}

.align-self-center.reg_sign1 a:hover {
    color: #e3ba26;
}

.align-self-center.reg_sign1 a {
    color: #aaa;
    font-size: 12px;
}

.align-self-center.reg_sign1 p {
    font-size: 12px;
    color: #aaa;
}
button#buttons:hover {
    background: #e3ba26;
}

/*.refershcls i {
    color: #e3ba26;
    margin: 8px;
}*/

.refershcls {
    font-weight: bold;
    font-size: 16px;
    display: inline;
    font-family: 'Montserrat';
}
.refershcls a {
    color: #e3ba26 !important;
}

@media screen and (min-device-width: 600px) and (max-device-width: 1080px)
{
    button#serachprompt {
    display: block;
}
a.createprompts {
    padding: 10px 10px;
    position: relative;
    bottom: 19px;
}

}

/*@media only screen and (max-width: 1024px){
.mdc-layout-grid__inner {
    display: flex;
}
}

th.userlistcls.sorting.mdc-data-table__header-row.mdc-data-table__header-cell {
    padding: 34px;
    padding-left: 14px;
}*/

 @media screen and (min-device-width: 600px) and (max-device-width: 992px) { 
 .add-display{
     display: flex;
  }
}
.mdc-layout-grid.dt-table .mdc-layout-grid__inner {
    display: grid;
}

.btn.btn-success:hover{
        background: #e3ba26 !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 375px){
span.prompt-details123-btn {
    display: table;
}
}

