
.form_input_error {
    font-weight: 500;
    color: #DC3545;
}

.purple_icon {
    color: #9352b3 !important;
}

.dark_border {
    border: solid 1px #3E4555;
}

.light_border {
    border: solid 1px #DFDFDF;
    background-color: #ffffff;
}

.icon-color, i {
    color: #3E4555;
}

.icon-purple {
    color: #9352b3;
}


.breaker {
    border-top: solid 1px #3E4555;
    width: 50%;
    margin: auto;
}

/* ====================================== COLORS ====================================== */

.color_disabled {
    color: #becbcf;
}

/* ====================================== Paragraph Text ====================================== */

.read-more-text {
    font-weight: 500;
    font-size: 19px;
    color: #3E4555;
    margin: 0px;
}

p {
    color: #3E4555;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
}

.li-bold {
    font-size: 16px;
    line-height: 24px;
    color: #3E4555;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}


.ul-text {
    color: #485673;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
}

/* ======================================= ALL PAGES  ======================================= */

.page-title {
    margin: 0px;
}

.page-subtitle {
    margin-bottom: 0px;
}

.page-text {
    color: #485673;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
}

/* ======================================= Basic Tags  ======================================= */

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

label {
    font-weight: 500;
}


/* ======================================= buttons ======================================= */

.btn {
    outline: none;
    padding: 0 15px;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-main {
    background: #9352b3;
    color: #fff;
}

.btn-main:disabled {
    background-color: #becbcf;
}

.btn-main:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    background: #9352b3;
    color: #fff;
}

.btn-main:active:focus {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    background: #9352b3;
    color: #fff;
}


/* button effect */

.btn-effect {
    overflow: hidden;
}

.ripple {
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    opacity: 1;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

/* ======================================= social buttons ======================================= */

.facebook-btn, .facebook-btn:visited {
    color: #fff;
    background-color: #4267B2;
    background-image: none;
    text-transform: none;
}

.facebook-btn i {
    color: #fff;
    font-size: 19px !important;
    margin-right: 5px;
}

.facebook-btn:hover, .facebook-btn:active, .facebook-btn:focus, .facebook-btn:disabled {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}


/* ======================================= links  ======================================= */

a {
    color: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

a:hover {
    color: #9352b3;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none !important;
}

.purple-link {
    color: #9352b3;
    text-decoration: underline;
}

.link {
    color: #9352b3;
    text-decoration: none;
}

.link:hover, .bold-link:hover {
    color: #9352b3;
    text-decoration: underline !important;
}

.bold-link {
    color: #9352b3;
    text-decoration: none;
    font-weight: 500;
}

.white-link {
    color: #fff !important;
}

.read-more {
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
    color: #9352b3;
    text-decoration: none;
}

.read-more i {
    font-size: 19px;
    padding-left: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #9352b3;
}

.read-more:hover i {
    padding-left: 7px;
}

/* ======================================= tables  ======================================= */

.table {
    border-collapse: collapse;
    border-spacing: 0;
    --bs-table-color: inherit;
    --bs-table-border-color: #868d9e;
    --radius: 10px;
}

thead {
    border-bottom: 2px solid;
    border-color: inherit;
}

td, th {
    padding: 0.75rem;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

th {
    font-weight: 700;
}

/*.rounded tr:first-child > :first-child {*/
/*    border-top-left-radius: var(--radius);*/
/*}*/

/*.rounded tr:first-child > :last-child {*/
/*    border-top-right-radius: var(--radius);*/
/*}*/

/*.rounded tr:last-child > :first-child {*/
/*    border-bottom-left-radius: var(--radius);*/
/*}*/

/*.rounded tr:last-child > :last-child {*/
/*    border-bottom-right-radius: var(--radius);*/
/*}*/

/* ---- google ads ---- */

.google-auto-placed {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ======================================= network icons  ======================================= */

.network-image-small {
    max-width: 125px;
    max-height: 75px;
}

.network-image-border {
    border: 1px;
    border-style: solid;
    border-color: #3E4555;
}

/* =======================================  favorite view icons  ======================================= */

.favorite-view-selected, .favorite-view-icons i:hover {
    color: #9352B3;
}

.favorite-view-icons i {
    font-size: 24px;
    padding: 10px;
}

/* =======================================  checkboxes  ======================================= */


.checkboxWithLabel {
    position: absolute;
    left: -9999px;
}

.checkboxWithLabel + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.checkboxWithLabel + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #e3e3e3;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2px;
}

.checkboxWithLabel + label:after {
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    color: #9352b3;
    top: 2px;
    left: 2px;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.checkboxWithLabel:not(:checked) + label:after,
.checkboxNoLabel:not(:checked):after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkboxWithLabel:checked + label:after,
.checkboxNoLabel:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* =======================================  checkbox no label  ======================================= */

.checkboxNoLabel {
    position: relative;
    width: 1.25em;
    height: 1.25em;
    margin-top: 4px !important;
    margin-right: 2px !important;
}

.checkboxNoLabel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #e3e3e3;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.checkboxNoLabel:after {
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    color: #9352b3;
    top: 2px;
    left: 2px;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/* ====================================== select ====================================== */

.select-light {
    background-color: #edf5f7;
    border-color: #3e4555;
}

/* =======================================  tooltip  ======================================= */

.sr-tooltip {
    --bs-tooltip-bg: #fff !important;
    --bs-tooltip-color: #3e4555;
    --bs-tooltip-max-width: 400px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-font-size: 18px;
    --bs-tooltip-padding-y: 10px;
    --bs-tooltip-padding-x: 15px;
    border: 1px solid #3e4555;
    border-radius: 5px;
    font-weight: 500;
}


/* =======================================  Header  ======================================= */

.header-warning {
    color: #856404;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 450;
}

.header-warning a {
    color: #856404;
    font-weight: 550;
}

.header-warning a:hover {
    color: #856404;
    text-decoration: underline !important;
}


/* --------------------------------------
    GRADIENT WITH MAIN & SECONDARY COLORS
-------------------------------------- */
.overlay-gradient .slotholder:after,
.overlay-gradient:after,
.blog-post .blog-thumb a:before,
ul.blog-posts-widget .blog-content .blog-thumb a:before,
.bloglist-post-holder .bloglist-thumb-link .bloglist-post-thumbnail:after,
.movie-box-1 .poster:before, .movie-poster:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#a11f3c), to(#9352b3));
    background: -webkit-linear-gradient(bottom, #9352b3 0%, #a11f3c 100%);
    background: -o-linear-gradient(bottom, #9352b3 0%, #a11f3c 100%);
    background: linear-gradient(to bottom, #a11f3c 0%, #9352b3 100%);
}


/*** ======  Back to Top Button ====== ***/

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#backtotop a {
    color: #fff;
    text-decoration: none;
    background-color: #9352b3;
    border: 0 none;
    display: block;
    width: 46px;
    height: 46px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
}

#backtotop a:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
}

/* ======================================= Start Footer  ======================================= */

.footer-dark {
    background-color: #3e4555 !important;
    color: #ffffff;
}

.footer-dark p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}


/************* Widget Area *************/

.footer-widget-container {
    color: #ffffff;
}

.footer-widget-title {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    text-transform: capitalize;
    color: #ffffff !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600 !important;
}

/*********** Footer UL List *************/

.footer-listing {
    padding: 0px;
    margin: 0px;
}

.footer-listing li {
    list-style: none;
    margin: 0;
    background-color: #3e4555;
    border: 0px;
    padding: 0px;
}

.footer-listing li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 300 !important;
}

.footer-listing li:hover a {
    padding-left: 10px;
    color: #9352b3 !important;
}

.footer-listing li:last-child a {
    padding-bottom: 0;
}

.footer-listing li i {
    margin-right: 7px;
    vertical-align: middle;
}

/************* Copyright Area *************/

.footer-copyright-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    margin-right: 20px !important;
}

.footer-copyright-link:hover {
    color: #9352b3 !important;
}

.footer-copyright-text {
    text-align: right !important;
}


/* ======================================= End Footer  ======================================= */
