/*
Theme Name: IDAS theme
Template: hello-elementor
Author: Madbox
Description: Custom theme IDAS Hello Elementor Child
Version: 1.0.1645350702
Updated: 2022-02-20 10:51:42

*/

/* ALL CSS */
a {
	color: #000000;
}
::-webkit-scrollbar {
    background-color: #000000 !important;
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 6px ;
}
::-webkit-scrollbar:horizontal {
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #CCB1B5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
::-webkit-scrollbar-track {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* BTN */
#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader {
	font-size: 13px;
	padding: 12px 24px;
}