body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #000;
}

input {
    margin: 10px 0px 10px 0px;
    border-radius: 3px!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 10px!important;
    border-color: #ddd!important;
}

input:hover {
    border-color: #999!important;
}

select {
    margin: 10px 0px 10px 0px;
    border-radius: 3px!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 10px!important;
    border-color: #555!important;
}

select:hover {
    border-color: #999!important;
}

.trumbowyg-button-pane button {
    background-color: #fff!important;
}

textarea {
    margin: 10px 0px 10px 0px;
    border-radius: 3px!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 10px!important;
    border-color: #555!important;
}

textarea:hover {
    border-color: #999!important;
}

.list-input {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-radius: 0!important;
}




button {
    border-radius: 3px!important;
    background-color: #fff!important;
    color: #000!important;
    border: solid 1px #000!important;
}

.validate-error {
    border: solid 1px #a11!important;
}

button:disabled {
    background-color: #fff!important;
    color: #555!important;
    border: solid 1px #555!important;
  }

.button-cta {
    border: solid 2px #000!important;
    padding: 6px 25px 6px 25px;
    border-radius: 30px!important;
    font-size: 15px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #444;
    /* text-decoration: underline; */
}

.toast {
    opacity: 1 !important;    
}

#toast-container > div {
    opacity: 1 !important; 
    -webkit-box-shadow: none;
    -moz-box-shadow: none!important;
    box-shadow: unset!important;
}



.toast-container>div{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar {
    background-color: #000;
}

.navbar-toggler {
    border: 0!important;
    color: #fff!important;
    background-color: #fff!important;
}

.nav-item a {
    font-weight: bold;
    color: #fff!important;
}

/* Hide the down arrows */
.navbar-nav .dropdown-toggle::after {
    content: none;
}

.dropdown-item {
    padding: 10px;
}

.dropdown-item:hover {
    background-color: #f17099;
}

.dashboard-featured-link {
    color: #f17099;
}

.pink-text {
    color: #f17099!important;
}

.dropdown-menu {
    background-color: #000!important;
}

.login-header {
    font-weight: bold;
}

.auth-logo {
    width: 70%;
}

.social-icons{
    text-align: end;
}

.social-icons a {
    color: #fff;
    padding: 10px;    
}

.social-icons-mobile a {
    color: #000;
    padding: 10px;
}

.main-content {
    min-height: 500px;
}

.footer-get-in-touch {
    display:block;
    font-weight: bold;
    font-size: 18px;
}

.footer-company-name {
    display:block;
    font-weight: bold;
    font-size: 28px;
}

.footer-copy {
    display:block;
    font-weight: bold;
    font-size: 14px;
}

.footer-legal-links {
    display:block;
}

.footer-legal-links a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.footer-info-line {
    display:block;
}

.footer-info-line a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
}

.page-register h1 {
    font-weight: bold;
    font-size: 38px;
}

.page-register h2 {
    font-weight: bold;
    font-size: 28px;
}

.page-lists h1 {
    font-weight: bold;
    font-size: 38px;
}

.page-lists h2 {
    font-weight: bold;
    font-size: 28px;
}

.navi-location .current {
    text-decoration: underline;
}

.pnl-dashboard h1 {
    font-size: 60px;
}

.pnl-dashboard h2 {
    font-size: 42px;
    margin: 10px 0 10px 0;
}

.page-title h1 {
    font-size: 60px;
}

.list-item .award-title {
    font-weight: bold;
    font-size: 18px;
}

.list-item .photo {
    width: 100%;
}

.list-item .submission-name {
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.list-item .agency-name {
    display: block;
    font-size: 22px;
}

.list-item .year {
    /* padding-top: 10px; */
    font-weight: bold;
}

.list-item .category-country {
    font-style: italic;
    font-size: 16px;
}

.list-item .photo-container {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.submission-card .left-title {
    display: block;
    font-size: 12px;
}

.submission-card .left-value {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.submission-card .right-title {
    display: block;
    font-size: 12px;
}

.submission-card .right-value {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.submission-card h1 {
    font-size: 80px;
    font-weight: bold;
}

.submission-card .content {
    font-size: 24px;
}

.submission-card .credit-title {
    font-size: 14px;
}

.submission-card .credit-name {
    border-bottom: solid #222 1px;
    padding: 12px 0px 18px 0px;
    font-weight: bold;
    font-size: 22px;
}

.submission-card .gallery-photo {
    width: 100%;
    margin: 30px 0 0 0;
}

/* Loading Spinner */
/* CSS for the loading overlay */
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}

/* CSS for the loading spinner */
#loading-spinner {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    border: 5px solid #030303;
    border-top: 5px solid #666;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.nav-tabs .nav-link {
    background-color: #555!important;
    margin-right: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #000!important;
    border-bottom: #f17099 solid 2px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
} 

.nav-tabs {
    border-color: #666;    
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    font-weight: normal;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.myProfile-non-editable-title {
    font-size: 12px;
    color: #777;
    line-height: 2px;
}

.table-submissions th {
    font-weight: bold;
    color: #000;
    padding: 10px;
}

.table-submissions td {
    color: #000;
    padding: 12px;
}

.paginate_button .page-link {
    color: #000;
    background-color: #fff;
}

.dataTables_paginate {
    margin-top: 14px!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before { 
    background-color: #666!important;
}

.accordion-body {
    background-color: #fff;
    color: #000;
}

.accordion-button {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-bottom: 1px solid #000!important;
    border-radius: 0!important;
}

.accordion-item {
    border: 0;
}

.accordion-header .accordion-button {
    padding-top: 30px;
    font-weight: bold;
}

.trumbowyg-button-pane {
    background-color: #fff!important;
}

.trumbowyg-bold-button {
    background-color: #000!important;
    border: 0!important;
    height: 25px!important;
    width: 29px!important;
    margin: 5px;
}

.trumbowyg-italic-button {
    background-color: #000!important;
    border: 0!important;
    height: 25px!important;
    width: 29px!important;
    margin: 5px;
}

.trumbowyg-underline-button {
    background-color: #000!important;
    border: 0!important;
    height: 25px!important;
    width: 29px!important;
    margin: 5px;
}

.trumbowyg-orderedList-button {
    background-color: #000!important;
    border: 0!important;
    height: 25px!important;
    width: 29px!important;
    margin: 5px;
}

.trumbowyg-unorderedList-button {
    background-color: #000!important;
    border: 0!important;
    height: 25px!important;
    width: 29px!important;
    margin: 5px;
}

.trumbowyg-link-button {
    background-color: #000!important;
    border: 0!important;
    height: 25px!important;
    width: 29px!important;
    margin: 5px;
}

.trumbowyg-box, .trumbowyg-editor-box {
    margin-top: 10px;
    border-color: #666!important;
}

.trumbowyg-box {
    border-radius: 3px;
    /* border-color: #ced4da!important; */
}

.additionalCredit-item {
    border-bottom: solid 1px #ddd;
}

#btn_openAddCredit {
    cursor: pointer;
}

.lnk_deleteCredit {
    cursor: pointer;
}

.lnk_deleteVideo {
    cursor: pointer;
}

.lnk_deleteImage {
    cursor: pointer;
}

.lnk_deletePDF {
    cursor: pointer;
}

.btnUpload {
    cursor: pointer;
}

.mediaBox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 280px;
    text-align: center;
    border: 1px solid black;
    box-sizing: border-box;
    background-color: #ddd;
    color: black;
    line-height: 100px;
    cursor: pointer;
    font-size: 12px;
    overflow: hidden;
}

.mediaBox:hover .mediaBoxOverlay {
    opacity: 1; /* Fade-in effect on hover */
    visibility: visible; /* Show overlay on hover */
}

.mediaBoxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s, visibility 0.5s; /* Add transitions */
}

.mediaBoxOverlay i {
    color: black;
    cursor: pointer;
}

/* .mediaBoxOverlay i:hover {
    color: #f17099;
}

.mediaBoxOverlay span:hover {
    color: #f17099;
} */

.mediaBoxOverlay .actionButton {
    position: relative; 
    bottom: -46px;
}

.mediaBoxOverlay .actionButton:hover {
    color: #f17099;
}

/* .paginate_button .page-link {
    background-color: #000;
} */

.table th {
    color: #000;
}

.table td {
    color: #000;
}

.txt_totalAmount {
    font-size: 18px;
}

.checkoutCheckbox {
    width: 18px;
    height: 18px;
}

.couponInput {
    height: 30px;
    font-size: 14px;
    margin: 5px;
}

#lnk_coupon {
    cursor: pointer;
}

.bootbox-close-button {
    display: none;
}

.bootbox-body {
    color: #000;
}

.bootbox-body a {
    color: #f17099;
}

.modal-title {
    color: #fff;
}

.modal-footer {
    justify-content: center!important;
}

/* CSS animation for the loading spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 575px) {
    /* CSS rules for mobile devices go here */
    .main-content {
        margin-top: 30px;
    }

    .footer-pnl-contact {
        margin-top: 20px;
    }
    .footer-company-name {
        font-size: 22px;
    }

    .footer-info-line a {
        font-size: 22px;
    }

    #loading-spinner {
        left: 43%;        
    }

    .page-title h1 {
        font-size: 40px;
    }
    
    .submission-card h1 {
        font-size: 40px;        
    }

    .submission-card .content {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* CSS rules for tablets go here */
    #loading-spinner {
        left: 46%;        
    }

    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* CSS rules for desktop go here */
    .footer-company-name {
        font-size: 22px;
    }

    .footer-info-line a {
        font-size: 22px;
    }

    .submission-card h1 {
        font-size: 45px;        
    }

    .submission-card .content {
        font-size: 20px;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* CSS rules for large screens go here */
    .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    /* CSS rules for very large screens go here */
    .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }
}
