: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;
}

.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;
}
.logo-login{
    display: flex;
    align-items:center;
    justify-content:center;
    padding-top: 1em;
    /* padding-bottom: 1em; */
}
.logo-login img{
    width: 40%;
}
.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;
    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: var(--light-white) !important; */
        background: linear-gradient(145deg, #72507e, #7e3e66) !important;
    }
.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 {
    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: var(--primary-2) !important;
   
    
}
.tile-footer a{
    color: var(--primary-2);
}
.tile-footer a:hover{
    color:var(--light) !important;
    letter-spacing: .01em;
   
} */
.btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: var(--primary-1) !important;
    color:var(--primary-1) !important ;
    
}
.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: .6em !important;
}
.amount-transfer{
    cursor: pointer;
}
.text-area{
    height: 20em;
    resize: none;
}
.logo img {
    width: 40%;
}
.main-navigation li ul li a:hover {
    background: var(--primary-1);
}
.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;
}
.product-search{
    width:100%;
    min-height: 12em;
    background: var(--white);
    backdrop-filter: blur(5px);
    z-index:2;
    padding: 1em 2em;
    margin-bottom: 1em;
}
legend{
    font-size: .9em;
}
/* 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;
}
.hover{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.hover:hover{
    font-size: 1.2em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.btn-outline-primary:hover {
    color: var(--light) !important;
    background: linear-gradient(145deg, #72507e, #7e3e66) !important;;
  
}

.bt
#qrcode {
    width: 5em;
    height: 5em;
}
@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;
    }
}

.user-image{
    width: 10em;
    height: 10em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: .5em;
    border: .5em solid var(--light-gray);
    margin: 0 auto;
}
.user-image img {
    width: 100% !important;
    height: 100% !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.user-body{
    margin-top: .3em;
}
.user-body .tile-user{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3em .4em;
}
.user-body .tile-user:nth-child(even){
    background: var(--light-gray);
}
.access-denied{
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}
.access-denied-image{
    width: 50%;
}
.visibility-none{
    visibility: hidden;
}

@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;
    }
    
}
@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;
    }
}
/* @media (min-width: 1200px) {
    .login-outer {
        width: 33.333% !important;
    }
    
}

@media (min-width: 1400px) {
    .login-outer{
        width: 33.333% !important;
    }
    
} */
.w-10{
    width: 10% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.product-image{
    display:flex;
    justify-content:center;
    align-items:center;
}
.inner-nav{
    display: flex;
    list-style: none;
    border-bottom: .1em solid var(--primary);
    margin: 0;
    padding: 0;
}
.inner-nav li:not(:last-child){
   margin-right: .2em;
   display: flex;
   justify-content: center;
   align-items: center;
}
.inner-nav li>a{
    display: flex;
    justify-content:center;
    align-items:center;
    padding: .4em .5em;
    color: var(--primary);
    -webkit-border-top-right-radius: .3em;
    -moz-border-top-right-radius: .3em;
    border-top-right-radius: .3em;
    -webkit-border-top-left-radius: .3em;
    -moz-border-top-left-radius: .3em;
    border-top-left-radius: .3em;
}
.inner-nav li:hover>a,
.inner-nav li>a.active
{
    background: var(--primary);
    color: var(--white);
}
.product-image-admin{
    position: relative;
    height: 100%;
    width: 100%;
}
.product-image-admin-overlay {
    position: absolute !important;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2) !important;
    display: none;
    justify-content:center;
    align-items: center;
    color: var(--white);
}
.product-image-admin:hover .product-image-admin-overlay{
    display: flex;
}
.text-justify{
    text-align: justify !important;
}
.accordion-button:not(.collapsed){
    color: var(--dark);
    background: var(--white);
}
.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;
}
.faq-text{
    word-break:break-all;
}
.admin-image-1{
    width: 3em;
    height: 3em;
}
.buttons{
    display: flex;
    justify-content:space-between;
    margin-bottom: 1em;
}
.buttons .icon-custom{
    margin-left: .1em;
}
.icon{
    float: inline-start;
    margin-right: -40vw;
}
