:root{
    --white: #ffffff;
    --light-white: #f5f5f5;
    --gray: #c6c6c6;
    --light-gray: #e8e8e8;
    --primary: #02606a;
    --light-primary: #68b0a6;
    --black: #202020;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary-1: #5F0F40;
    --primary-2: #7e3e66;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

@font-face {
    font-family: 'UCM_Title';
    src: local(''),url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'UCM_Body';
    src: local(''),url('../fonts/Inter.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: UCM_Title;
}

body {
    font-family: UCM_Body;
}

    body .main-body {
        font-size: .8em;
    }

a {
    text-decoration: none;
    color: var(--primary-2);
}

#fullscreen-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

    #fullscreen-loader img {
        width: 5em;
    }

.login-bg {
    background: url("../images/bg.jpg") no-repeat center;
    background-size: cover;
    height: 100vh;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-outer {
    width: 90%;
    min-height: 20em;
    background: rgba(255,255,255,0.6);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: 1em;
}

.login-inner {
    width: 100%;
    height: 100% !important;
    background: rgba(255,255,255,0.7);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .7em;
    border-radius: 10px;
}
.register-outer {
    width: 90%;
    min-height: 5em;
    background: rgba(255,255,255,0.6);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: 1em;
}
.register-inner {
    width: 100%;
    height: 80% !important;
    background: rgba(255,255,255,0.7);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .7em;
    border-radius:10px;
}

.logo-login {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

    .logo-login img {
        width: 50%;
    }

.form-group {
    margin-bottom: .9em;
}


.body {
    background: var(--light-white);
}

.navigation {
    background: var(--white);
}

.logo {
    border-bottom: .14em solid var(--light-gray);
}

.main-navigation {
    margin-top: .3em;
}

    .main-navigation li {
        position: relative;
        margin-top: .3em;
    }

        .main-navigation li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            text-decoration: none;
            color: var(--black);
            padding: .9em 0em .9em .6em;
            font-size: .8em;
        }

        .main-navigation li:hover,
        .main-navigation .active {
            background: var(--primary-2);
        }

            .main-navigation li:hover a,
            .main-navigation .active a {
                color: var(--white);
            }

        .main-navigation li i {
            width: 15%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .main-navigation li span,
        .main-navigation li .btn-logout {
            width: 75%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .main-navigation li .btn-logout {
            background: transparent;
            border: 0;
            font-size: .8em;
            display: flex;
        }

.tile {
    border: 1.7px solid var(--primary-2); 
    border-radius: 0.40rem;
    background: var(--light);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    /* border: 0px var(--primary-2) !important; */
    min-height: 10em;
    position: relative;
    margin-bottom: 1em;
    color: var(--primary-2);
}
.bg-white{
    background: var( --light-gray) !important ;
}

.bg-info {
    background: var(--info) !important;
}

.bg-success {
    background: var(--success) !important;
}

.bg-warning {
    background: var(--warning) !important;
}

.bg-danger {
    background: var(--danger) !important;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-primary-1 {
    background: var(--primary-1) !important;
}
.bg-primary-2 {
    background: var(--primary-2) !important;
}
.btn-outline-primary-1{
    border-color: var(--primary-1) !important;
}
.btn-outline-primary-1:hover{
    background: linear-gradient(145deg, #806189, #8a4c78) !important;
    /* background: linear-gradient(145deg, #72507e, #7e3e66) !important; */
    /* background: var(--primary-2) !important; */
}

.icon-custom img{
    width: 1em;
}
.icon-custom>.icon-custom-hover{

    display: none;
}
.icon-custom:hover > .icon-custom-main{
    display: none;
}
.icon-custom:hover > .icon-custom-hover{
    display: inline-block;
}
.icon-custom span{
    font-size: .6em;
    display: none;
}
.icon-custom:hover span{
    display: inline-block;
}
.tile-footer {
    border-top: 1.7px solid var(--primary-2);
    background-color: rgba(0,0,0,.1);
    text-align:center;
    padding: .3em 0em;
}
.tile-footer:hover {
    background: linear-gradient(145deg, #72507e, #7e3e66) !important;
    /* background: var(--primary-2) !important; */
}
.tile-footer a {
    color: var(--primary-2);
    transition: color 0.3s ease; /* Add a transition for smooth color change */
    text-decoration: none; /* Remove underline from link */
}
.tile-footer:hover a {
    color: var(--light) !important;
    letter-spacing: .01em;
}

/* .tile-footer {
    background-color: rgba(0,0,0,.1);
    text-align: center;
    padding: .3em 0em;
}

    .tile-footer a {
        color: var(--white);
    }

   .tile-footer a:hover {
          letter-spacing: .01em;
           -webkit-transition: .5s all ease-in-out;
           -moz-transition: .5s all ease-in-out;
           transition: .5s all ease-in-out;
        } */

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.font-size-09 {
    font-size: .9em !important;
}

.form-control,
.form-select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.img-gallery {
    margin-top: .9em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .img-gallery li {
        width: 20%;
    }

        .img-gallery li:not(:first-child) {
            margin-left: .9em;
        }

[class^='select2'] {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.iframe {
    width: 100%;
    height: 30em;
}

.filter-ul li {
    width: 100%;
}

.admin-image {
    width: 5em;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.textarea {
    height: 10em !important;
    resize: none;
}

.no-resize {
    resize: none;
}

.main-navigation li.divider {
    text-align: center;
    font-size: .8em;
    width: 100%;
    display: block !important;
    height: 1em;
    border-top: .1em solid var(--primary);
    padding: 1em .9em;
    margin-bottom: 1em;
}

    .main-navigation li.divider:hover {
        background: transparent !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
    }

.statement {
    font-size: .9em !important;
}

.amount-transfer {
    cursor: pointer;
}

.text-area {
    height: 20em;
    resize: none;
}

.logo img {
    width: 40%;
}

.main-navigation li ul li a:hover {
    background: var(--black);
}

.main-navigation li ul {
    -webkit-border-radius: 0em 0em 2em 0em;
    -moz-border-radius: 0em 0em 2em 0em;
    border-radius: 0em 0em 2em 0em;
}

.main-navigation li ul li:last-child:hover {
    -webkit-border-radius: 0em 0em 2em 0em;
    -moz-border-radius: 0em 0em 2em 0em;
    border-radius: 0em 0em 2em 0em;
}

.main-navigation li ul li:last-child:hover a {
    -webkit-border-radius: 0em 0em 2em 0em;
    -moz-border-radius: 0em 0em 2em 0em;
    border-radius: 0em 0em 2em 0em;
}

.rounded-3-2 {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
}

.rounded-3-2,
.rounded-3-2 .card-body,
.rounded-3-2 .card-header,
.rounded-3-2 .card-footer
{
    border: 0 !important;
}

.rounded-3-2 .card-header,
.rounded-3-2 .card-img-top {
    -webkit-border-radius: 1.5em 1.5em 0em 0em;
    -moz-border-radius: 1.5em 1.5em 0em 0em;
    border-radius: 1.5em 1.5em 0em 0em;
}

.rounded-3-2 .card-img-top img {
    -webkit-border-radius: 1.5em 1.5em 0em 0em;
    -moz-border-radius: 1.5em 1.5em 0em 0em;
    border-radius: 1.5em 1.5em 0em 0em;
}

.rounded-3-2 .card-img-bottom img {
    -webkit-border-radius: 0em 0em 1.5em 1.5em;
    -moz-border-radius: 0em 0em 1.5em 1.5em;
    border-radius: 0em 0em 1.5em 1.5em;
}

.rounded-3-2 .card-footer,
.rounded-3-2 .card-img-bottom {
    -webkit-border-radius:   0em 0em 1.5em 1.5em;
    -moz-border-radius:   0em 0em 1.5em 1.5em;
    border-radius:   0em 0em 1.5em 1.5em;
}

.admin-image-1 {
    width: 3em;
    height: 3em;
}
.disabled-action {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.6);
    top: 0;
    backdrop-filter: blur(.09em);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.disabled-action .icon {
    font-size: 5em;
    animation: flick 1s infinite;
}

.modal .select2-close-mask {
    z-index: 2099 !important;
}

.modal .select2-container--bootstrap-5 .select2-dropdown {
    z-index: 3051 !important;
}

.steps-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 3em;
}

.steps-ul li {
    width: 33.333%;
    text-align: center;
}

.steps-ul li span {
    display: inline-block;
    margin-top: 1em;
    border: .1em solid var(--primary-1);
    padding: .5em 1em;
    cursor: pointer;
}

.steps-ul li:hover span {
    background: var(--primary-1) !important;
    color: var(--light-white) !important;
    transition: all .5s linear;
}

.steps-ul li h3 {
    text-align: center;
}

.steps-ul li:not(:last-child) {
    border-right: .2em solid var(--primary-1);
}

.font-5 {
    font-size: 3em;
}

/* number of images*/
.gallery {
    --d: 10s;
    /* duration */
    display: grid;
    width: 4em;
    margin: 1em 0em;
}

    .gallery > img {
        grid-area: 1/1;
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
        border: 3px solid #f2f2f2;
        box-shadow: 0 0 4px #0007;
        z-index: 2;
        animation: slide var(--d) infinite, z-order var(--d) infinite steps(1);
    }

    .gallery img:last-child {
        animation-name: slide, z-order-last;
    }

    .gallery > img:nth-child(1) {
        animation-delay: calc(0*var(--d));
        --r: 12deg;
    }

    .gallery > img:nth-child(2) {
        animation-delay: calc(-0.2*var(--d));
        --r: -4deg;
    }

    .gallery > img:nth-child(3) {
        animation-delay: calc(-0.4*var(--d));
        --r: -2deg;
    }

    .gallery > img:nth-child(4) {
        animation-delay: calc(-0.6*var(--d));
        --r: 3deg;
    }

    .gallery > img:nth-child(5) {
        animation-delay: calc(-0.8*var(--d));
        --r: 2deg;
    }

.iti {
    display: flex;
}
.profile-nav{
    display:flex;
    list-style: none;
}
.profile-nav li{
    display:flex;
    justify-content: center;
    align-items: center;
}
.profile-nav li a{
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: .7em 1.3em;
    display:flex;
    justify-content: center;
    align-items: center;
    border: .1em solid var(--light-gray);
    color: var(--primary-1);
    background: var(--white);
}
.profile-nav li:hover a{
    background: var(--light-white);
}
.profile-nav li:not(:first-child){
    margin-left: .6em;
}
.profile-card-header .card-img-top {
    height: 10em;
    background: url("../images/general/Universal_Craft_Market-logo.png") no-repeat center;
    background-size: contain;
    position: relative;
}
.profile-card-header .overlay-profile{
    height:100%;
    position: absolute;
    width: 100%;
    background:rgba(0,0,0,.3);
    border-top-right-radius: 1.3em;
    border-top-left-radius: 1.3em;
}
.profile-card .text{
    margin-bottom: 1em;
}




@keyframes slide {
    10% {
        transform: translateX(120%) rotate(var(--r));
    }

    0%, 100%, 20% {
        transform: translateX(0%) rotate(var(--r));
    }
}

@keyframes z-order {
    10%, 20% {
        z-index: 1;
    }

    80% {
        z-index: 2;
    }
}

@keyframes z-order-last {
    10%, 20% {
        z-index: 1;
    }

    90% {
        z-index: 2;
    }
}

@media (min-width: 576px) {
    .login-outer {
        width: 80% !important;
    }

    .navigation {
        min-height: 0 !important;
    }

    .main-navigation li:hover,
    .main-navigation .active {
        -webkit-border-radius: 0em 2em 2em 0em;
        -moz-border-radius: 0em 2em 2em 0em;
        border-radius: 0em 2em 2em 0em;
    }

    .logo img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .login-outer {
        width: 40% !important;
    }

    .navigation {
        min-height: 0 !important;
    }
}

@media (min-width: 992px) {

    .login-outer {
        width: 33.333% !important;
    }
 

    .navigation {
        min-height: 100vh !important;
    }

    body .main-body {
        font-size: 1em !important;
    }
}
.statement {
    font-size: .7em !important;
}

@media (min-width: 1200px) {
    .login-outer {
        width: 40% !important;
        padding: 7px;
    }
    .register-outer{
        width:70%;
        padding:7px;
       
    }
}

@media (min-width: 1400px) {
    .login-outer {
        width: 33.333% !important;
    }
}
.icon{
    float: inline-start;
    margin-right: -30vw;
}