/********** FUENTES **********/

@font-face {
    font-family: satoshi;
    src: url('fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: satoshi;
	font-style: italic;
	font-weight: 400;
    src: url('fonts/Satoshi-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}


/********** ESTILOS**********/
html, body, div, span, applet, object, iframe,h3, h4, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, dl, dt, dd {
	font-family: 'Satoshi';
	font-style: normal;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

a {
    outline: none;
    color: var(--M500);
    text-decoration: none;
}
a:visited {
/*color: #660099;*/
}
a:hover {
	text-decoration: underline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    font-size: 16px;
}

body {
	color: var(--S900);
    min-width: 358px;
    background-color: #fff;
}
.btn, .form__control{
	font-family: 'Satoshi';
}


/* Variables de color*/
:root {

    /* Primario */
    --P50: #FFF6EC;
    --P100: #FFECD3;
    --P200: #FFD5A5;
    --P300: #FFB66D;
    --P400: #FF8B32;
    --P500: #FF6A0A;
    --P600: #e54800;
    --P700: #fe5000;
    --P800: #A12C0B;
    --P900: #82270C;
    --P950: #461004;

    /* Shark */
    --S50: #F8FAFC;
    --S100: #F1F5F9;
    --S200: #E2E8F0;
    --S300: #CBD5E1;
    --S400: #94A3B8;
    --S500: #64748B;
    --S600: #475569;
    --S700: #334155;
    --S800: #1E293B;
    --S900: #0F172A;
    --S950: #020617;

    /* Error */
    --error50: #fef2f2;
    --error100: #FEE2E2;
    --error200: #FECACA;
    --error300: #FCA5A5;
    --error400: #F87171;
    --error500: #EF4444;
    --error600: #DC2626;
    --error700: #B91C1C;
    --error800: #991B1B;
    --error900: #7F1D1D;
    --error950: #440b0b;

    /* Exito */
    --exito50: #ECFDF3;
    --exito100: #DCFCE7;
    --exito200: #BBF7D0;
    --exito300: #86EFAC;
    --exito400: #4ADE80;
    --exito500: #22C55E;
    --exito600: #16A34A;
    --exito700: #15803c;
    --exito800: #166533;
    --exito900: #14532b;
    --exito950: #052e14;

    /* Alerta */
    --alerta50: #FFFBEB;
    --alerta100: #FEF3C7;
    --alerta200: #FDE68A;
    --alerta300: #FCD34D;
    --alerta400: #FBBF24;
    --alerta500: #F59E0B;
    --alerta600: #D97706;
    --alerta700: #B45309;
    --alerta800: #92400E;
    --alerta900: #78350F;
    --alerta950: #423306;

    /* Información */
    --info50: #f0faff;
    --info100: #e0f5fe;
    --info200: #bae8fd;
    --info300: #7dd5fc;
    --info400: #38bcf8;
    --info500: #0ea5e9;
    --info600: #028ac7;
    --info700: #0370a1;
    --info800: #075e85;
    --info900: #0c506e;
    --info950: #083549;

    /* Variables de espacio */
    --medida8: 0.5rem;
    --medida12: 0.75rem;
    --medida16: 1rem;
    --medida20: 1.25rem;
    --medida24: 1.5rem;
    --medida28: 1.75rem;
    --medida32: 2rem;
    --medida36: 2.25rem;
    --medida40: 2.5rem;
    --medida44: 2.75rem;
    --medida48: 3rem;
    --medida52: 3.25rem;
    --medida56: 3.5rem;

    /* Variables de bordes radius */
    --radiusSm: 0.25rem;
    --radiusMd: 0.5rem;
    --radiusLg: 0.75rem;
}


/* Textos */

h1,h2,h3,h4 {
    color: var(--S950);
    font-weight: 500;
    margin: 0px;
}

h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.25rem;
}

label, p {
    font-size: 1rem;
    line-height: 1.5rem;
}

p {
    margin: 0rem;
}

strong {
    font-weight: bold;
    margin: 0px;
}
.font-semibold { font-weight: 500;}

small {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}

i {
    font-size: var(--medida24);
}

a {
    outline: none;
    color: var(--M500);
    text-decoration: none;
}



.link{
    color: var(--P600);
    text-decoration: none;
}
.link:hover{
    text-decoration: underline;
}
.link--sinEstilo{
    text-decoration: none;
    color: initial;
	border: none;
	padding: 0;
	background: transparent;
}



/* Clases */
.linea__separadora{
    width: 100%;
    height: 1px;
    background-color: #CBD5E1;
}
.gap12{
    gap: 12px;
}
.w100{
    width: 100%;
}
.wMin{
    width: min-content !important;
}
.wFitContent{
    width: fit-content !important;
}

.mt-16{
    margin-top: 16px;
}

.mb-12{
    margin-bottom: 12px;
}
.fz-14{
    font-size: 14px !important;
}
.fz-16{
    font-size: 16px !important;
}
.fw700{
    font-weight: 700;
}
.color--gris{
    color: #94A3B8;
}

.color--naranjo{
    color: #e54800;
}

.flex-end{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.row--noWrap{
    flex-wrap: nowrap;
}
.row--gap4{
    gap: 4px;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-none{
    cursor: default;
}
.divContenidoGris{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 370px;
    padding: 24px;
    background: #F8FAFC;
    border-radius: 8px;
}
.divGrid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.tituloGrid{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.porcentajeVerde{
    color: #16A34A;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.msg-error{
    display: block;
}
/**** LOGIN ****/
.login {
	background: var(--S50);
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 60px;
	align-items: center;
	width: 100%;
	height: 100vh;
	/*gap: 40px;*/
}
.contenedorLogin__form {
	background-color:#FFF;
	display: grid;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	border-radius: 0 12px 12px 0;
}
.login__img {
	width: 100%;
	height: 100%;
	border-radius: 12px 0 0 12px;
	background-image: url(../imagenes/login/img-login.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.login__form {
  max-width: 390px;
}
.login__form .form__group {
  margin-bottom: var(--medida12) !important;
}
.login__tit{
	color: var(--S800);
	font-size: 2.2rem;
	font-weight:600;
	line-height: 2.5rem;
	text-align:center;
	margin-bottom: 0.5rem;
}
.login__bajada{
	color: var(--S500);
    font-size: 0.875rem;
	font-weight:500;
	line-height: normal;
	text-align:center;
	margin-bottom: var(--medida40);
}
.btn--linkAtras {
	color: var(--S950);
}

/*Dashboard*/
.rowCompromisos {
	width: 25%;
    padding: var(--medida24);
    border: solid 1px var(--S200);
	flex-direction: column;
	align-items: flex-start;
}
.rowCompromisos:first-child {
	border-radius: 12px 0 0 12px;
}
.rowCompromisos:last-child {
	border-radius: 0 12px 12px 0;
}
.txt_Monitoreo, .txt_Reportes, .txt_Certificados, .txt_Capacitacion {
	font-size: 0.875rem;
	color: var(--S600);
	line-height: 1.125rem;
	display: flex;
	align-items: center;
	gap: var(--medida12);
	margin-bottom: 3px;
}

.txt_Monitoreo:before, .txt_Reportes:before, .txt_Certificados:before, .txt_Capacitacion:before {
	width: 4px;
	height: 18px;
	border-radius: 0.25rem;
	content:"";
}
.txt_Monitoreo:before {
	background-color: #F3F31C;
}
.txt_Reportes:before {
	background-color: #444CE7;
}

.txt_Certificados:before {
	background-color: #DD2590;
}
.txt_Capacitacion:before {
	background-color: #29C20A;
}
.listCompromisos{
	list-style-type: none;
	padding-left: 1rem;
	display: flex;
	padding-left: 1rem;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	width: 100%;

}
.blockTitulo, .grid{
	display: grid;
	grid-template-columns: auto auto;
	margin-bottom: 1.5rem;
	gap: 0.75rem;
}
.grid{
	grid-template-columns: 1fr 1fr;
}

.gridColl {
	display: grid;
	grid-template-columns: auto 376px;
	gap: 0.75rem;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.blockTitulo .select2-container {
	font-size: 0.75rem;
	color: var(--S600);
}
.blockTitulo .select2-container .select2-selection--single {
	height: 30px;
}
.blockTitulo .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--S600);
	line-height: 30px;
}
.blockTitulo .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}
.blockTitulo .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent #475569 #475569 transparent;
}
.tituloIcon {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	height: 1.5rem;
}
.tituloIconF400 {
	color: var(--S400);
	font-size: 0.875rem;
}
.tituloIconF600 {
	color: var(--S600);
	font-size: 0.875rem;
}
.bajada {
	color: var(--S400);
}
.overflowAuto { overflow:auto;}
.overflowAuto .row {
  flex-wrap: nowrap;
}
.overflowAuto .row .btn{ white-space:nowrap;}
.scrollDocumentos{
    overflow: auto;
    max-height: 300px;
}
/*.listCompromisos{
	list-style-type: none;
	padding-left: 1rem;
}*/
.listCompromisos__Item{
	color: var(--S400);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: var(--medida20);
	display:flex;
	align-items: center;
	gap: 0.25rem;
	width: 100%;
}
.listCompromisos__Item--Icon {
	font-size: var(--medida16);
}

.listCompromisos__Item--Cant{
	color: var(--S600);
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	flex-grow: 1;
	justify-content: end;
}
.divContenedorColor {
	background-color: var(--P600);
	display: flex;
	padding: var(--medida24);
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 0.75rem;
}
.divContenedorColor:hover {
	text-decoration: none;
	background-color: var(--P500);
}
/*
.divContenedorColor {
	background-color: var(--P600);
	display: flex;
	padding: var(--medida24);
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 0.75rem;
}*/
.divContenedorColor .blockTitulo  {  color:#FFF; align-items: center; width: 100%; margin:0;}
.divContenedorColor .blockTitulo  h4{ color:#FFF; font-weight:500;font-size: 0.875rem; line-height:normal;}
.divContenedorColor .blockTitulo i { display:flex; justify-content: flex-end;}
.cantidadActivas {
	color:#FFF;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 2.25rem;

}
.graficoscoll {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}
/***** Calendario *****/
.compromisosGant {
	font-size: 10px;
	color: var(--S200);
	line-height: 11px;
	display: flex;
	padding: 0.75rem;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--S200);
}
.txtG_Monitoreo, .txtG_Capacitacion, .txtG_Reportes, .txtG_certificados {
	font-size: var(--medida12);
	color: var(--S600);
	display: flex;
	align-items: center;
	gap: 5px;
}

.txtG_Monitoreo:before, .txtG_Reportes:before, .txtG_certificados:before, .txtG_Capacitacion:before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content:"";
}
.txtG_Monitoreo:before {
	background-color: #F3F31C;
}
.txtG_Capacitacion:before {
	background-color: #29C20A;
}
.txtG_Reportes:before {
	background-color: #444CE7;
}
.txtG_certificados:before {
	background-color: #DD2590;
}
.btn-group {
	border-top: 1px solid var(--S100);
	padding-top: 1.5rem;
}

/***** Perfil *****/
.dt_label {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--S500);
}
.dd_form {
	font-size: 1rem;
	font-weight: 600;
	color: var(--S600);
}


/* RCA */
.barraPasos{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    background: #F1F5F9;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 36px;
}
.barraPasosMovil{
    display: none;
}
.barraPasos p{
    font-weight: 600;
}
.barraPasos__flex{
    display: flex;
    align-items: center;
    gap: 12px;
}

.barraPasos__numero{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #334155;
    width: 42px;
    height: 42px;
}

.barraPasos__linea{
    width: 48px;
    height: 1px;
    background-color: #94A3B8;
}


.barraPasos__flex--disabled p{
    color: #94A3B8;
}
.barraPasos__flex--disabled .barraPasos__numero{
    border: 1px solid #94A3B8;
}

.barraPasos__flex--final{
    justify-content: flex-end;
}

/* Tabs Compromisos */
.tab--compromisos .tab__listaBotones{
    display: flex;
    list-style: none;
    padding: 0px;
    border: 0px;
}
.tab--compromisos .tab__listaBotones{
    gap: 24px;
}
.tab--compromisos .tab__boton {
    border-radius: 8px;
    background: #F1F5F9;
    width: 100%;
}
.tab--compromisos .tab__boton--active {
    background: #e54800 !important;
}
.tab--compromisos .tab__boton--active .tab__nombre{
    color: white;
}
.tab--compromisos .tab__nombre{
    font-weight: 700;
    color: #475569;
}

/* Card */
.cardBase{
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 24px;
}
.cardBase__titulo{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.cardBase--bgGris{
    background-color: #F8FAFC;
}
/* Exito */
.contenedorExito{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100vh;
}
.exito{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 8px;
    width: 400px;
}
.exito h1 {
	font-size: 36px;
	line-height: 2.5rem;
}
.exito p {
	color: var(--S500);
	font-size: 0.875rem;
	line-height: normal;
	font-weight: 500;
}

/* Filtros */
.contenedorFiltros{
    background-color: rgba(0, 0, 0, 0.337);
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    right: -200%;
    top: 0px;
    position: fixed;
    transition: all 300ms;
    z-index: 10;
}
.filtros, .tareas_lateral{
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    background-color: white;
    width: 375px;
    height: 100%;
    padding: 24px 0px;
}
.tareas_lateral{
	width: 100%;
	max-width: 580px;
}
.filtros__header{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0px 36px;
}

.filtros__btn{
    position: absolute;
    bottom: 36px;
    width: 100%;
    padding: 0px 36px;
    background-color: white;
}

.filtros__body{
    max-height: 75vh;
    overflow: auto;
}

.filtros__body__div{
    padding: 0px 36px;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}
.acordeonSelect__contenido__grid{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px;
}

/***** Tarea *****/
.dd__tarea {
	margin-top: 12px;
}
.dt_etiqueta {
	font-size: 0.875rem;
	color: var(--S400);
	width: 140px;
	float: left;
}
.dd_texto {
	font-size: 0.875rem;
	color: var(--S600);
	margin-left: 140px;
	margin-bottom: 12px;
}
.dd__tarea .dd_texto:last-child { margin-bottom:0;}
.filtros__body .separacion{ border-color:var(--S100); padding-top: var(--medida24); margin-bottom: var(--medida24);}
.filtros__body .txt_Monitoreo, .filtros__body .txt_Reportes, .filtros__body .txt_Certificados, .filtros__body .txt_Capacitacion{
	font-size: 1.5rem;
	color: var(--S950);
	line-height: 2rem;
}
.filtros__body .txt_Monitoreo::before, .filtros__body .txt_Reportes::before, .filtros__body .txt_Certificados::before, .filtros__body .txt_Capacitacion::before {
  height: 32px;

}

.table {
	border-collapse: separate;
    border-spacing: 0 var(--medida8);
    width: 100%;
}

.table tr td{
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	vertical-align: middle;
	background-color: var(--S50);
}

.table tr td:first-child {
	border-radius: 0.75rem 0 0 0.75rem;
}
.table tr td:last-child {
	border-radius: 0 0.75rem 0.75rem 0;
}
.w-px140 {
	width: 140px;

}

/* DevExtreme */
a:hover {
	text-decoration: underline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dx-datagrid-table{
    border-collapse: collapse;

}
.dx-datagrid-headers{
    color:#64748B !important;
    font-weight: 700 !important;
}
.dx-datagrid-table tbody tr:nth-child(odd) {
    background-color: #F1F5F9;
}
.dx-datagrid-table tbody tr:nth-child(even) {
    background-color: #fff;
}
.dx-datagrid-table td {
    padding: 12px !important;
}
.dx-header-row td{
    padding: 18px 12px !important;
}
.dx-datagrid-table tr th:first-child,
.dx-datagrid-table tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.dx-datagrid-table tr th:last-child,
.dx-datagrid-table tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dx-datagrid .dx-column-lines > td {
    border: 0px !important;
}
.dx-datagrid-borders > .dx-datagrid-filter-panel, .dx-datagrid-borders > .dx-datagrid-headers{
    border: 0px !important;
}
.dx-datagrid-borders > .dx-datagrid-headers, .dx-datagrid-borders > .dx-datagrid-rowsview, .dx-datagrid-borders > .dx-datagrid-total-footer{
    border: 0px !important;
}
.dx-master-detail-row tr{
    background-color: #f9ede0 !important;
}
/*====== Responsive ======*/
@media (min-width: 680px) and (max-width: 1300px) {
.gridColl .grid {
  grid-template-columns: auto;
}
}

@media (min-width: 451px) and (max-width: 1300px) {
.rowCompromisos:first-child { border-radius: 12px 0 0 0;}
.rowCompromisos:nth-child(2){ border-radius: 0 12px 0 0;}
.rowCompromisos:nth-child(3){ border-radius: 0 0 0 12px; border-top: none;}
.rowCompromisos:last-child { border-radius: 0 0 12px 0; border-top: none;}
}
@media(max-width: 1300px){
.gridColl { grid-template-columns: auto 270px;}
.rowCompromisos { width:50%;}
.divContenedorColor { height: 116px;}
.graficoscoll:first-child { margin-bottom: 1.4rem;}
}
@media(max-width: 1000px){
.login { padding: 30px;}
.contenedorLogin__form { padding: 20px;}
.gridColl { grid-template-columns: auto 200px;}

}
@media(max-width: 820px){
.login {
  grid-template-columns: 1fr;
  padding: 24px;
}
.login__img {
	display: none;
}
}


@media (max-width: 768px) {
    /* RCA */
    .barraPasos__txt{
        display: none;
    }
}

@media(max-width: 680px){
.gridColl { grid-template-columns: auto; }
.grid.gridTable {grid-template-columns: 1fr;}
.tituloGrid{
	display: flex;
	flex-direction: column;
}

}

@media (max-width: 576px) {
    .row--noWrap{
        flex-wrap: wrap;
    }
    .row--noWrapMovil{
        flex-wrap: nowrap !important;
    }
    .w100Responsivo{
        width: 100% !important;
    }
    /*  */
    .btn{
        width: 100%;
    }
    .column-responsivo{
        flex-direction: column;
    }

    /* RCA */
    .barraPasos{
        display: flex;
    }
    .barraPasos__flex{
        display: none;
        width: 100%;
    }
    .barraPasos__flex--final{
        display: flex !important;
        flex-direction: column-reverse;
    }
    .barraPasos__flex--final .btn{
        width: 100%;
    }
    .barraPasos__txt{
        display: block;
    }
    .barraPasos__flex--movil{
        display: flex;
    }
    .barraPasosMovil{
        display: grid;
    }
    /* Modal */
    .modal__botones{
        flex-direction: column;
    }

    /* Filtros */
    .filtros{
        width: 100%;
    }
}

@media (max-width: 450px) {
 .rowCompromisos {
    width: 100%;
  }
 .rowCompromisos:first-child {
    border-radius: 12px 12px 0 0;
  }
.rowCompromisos:last-child {
  border-radius: 0 0 12px 12px;
}
.divContenedorColor {
  padding: var(--medida16);
}
}
.table-icon{
    font-size: 20px!important;
}
.icon-spacing {
    margin-right: 10px; /* Adjust the value as needed */
}
.text-white{
    color: white!important;
}
.loader-compromisos {
    width: 38px;
    height: 38px;
    border: 4px solid #fe5000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    opacity: 0.7; /* Adjust the opacity value as per your requirement */
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gray-card {
    background-color: rgb(245, 245, 245)!important;
}
