@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.text-xs {
	font-size: 13px !important;
}

/*reset*/
.btn-cyan {background-color: #73cdd5;color:#FFF; border: 1px solid #73cdd5}
.dt-buttons button{
	width: 125px!important
}

.portlet .border:not(.medium-editor):not(.dropdown-toggle) {border-color: #999!important}
/* Large desktop */
@media (min-width: 1200px) { 
	.brand-svg {width: 310px}
}     
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.brand-svg {width: 310px}
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.brand-svg {width: 210px}
}
     
/* Landscape phones and down */
@media (max-width: 480px) { 
	.brand-svg {width: 210px}
}