.instagram{ 
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.accordion-ukrida {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.accordion-ukrida .card-header {
    border-bottom-color: #EDEFF0;
    background-color: #0080c5;
    /*background: transparent;*/
}

.nav-tabs .nav-link {
    cursor: pointer;
}

.accordion-ukrida h5 button{
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    width: 100%;
    /*color: #004987;*/
    text-align: left;
}
    
.accordion-ukrida h5 button:hover{
    color: #ffe12e;
    text-decoration: none;
}


.accordion-ukrida .fa-stack {
    font-size: 14px;
    float:right;
}

.accordion-ukrida .fa-plus {
    color: #004987;
}


.accordion-ukrida table{
    margin-bottom: 0px;
}

/* btn scholarship */
.btn-scholar-internal:hover, .btn-ukrida:hover, .btn-scholar-external:hover{
	transform: scale(1.1);
}

.btn-scholar-internal, .btn-scholar-external, .btn-ukrida{
	transition: all .2s ease-in-out;
}

.noshow {
	display: none;
}

/* ukr logo */
.ukr-logo{
    text-align: left;
}

@media (max-width: 768px) {
    .ukr-logo{
        text-align: center;
    }
}

/* f css */
.bg-dark-blue{
	background-color: #003158;
}

.btn-dark-blue{
	background-color: #0080c5;
	border-color: #0080c5;
	border-radius: 50px;
	color: #fff;
}

/* subtitle class */
.subtitle {
    border-left: 6px solid #0067ac;
    padding: 12px 20px;
    font-weight: 500;
    margin-top: 80px;
    margin-bottom: 20px;
}

/* empty news homepage */
.empty-news-item {
	padding-top: 60px;
	display: block;
	text-align:center;
	height: 620px;	
	overflow: hidden;	
}

.file-btn {
    cursor: pointer;
}

/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.4); /* Black with transparency */
}

/* Modal Content */
.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    position: relative; /* Position the close button relative to this container */
}

/* Close Button */
.close {
    color: #aaa;
    position: absolute; /* Position the button absolutely */
    top: 10px;  /* Distance from the top */
    right: 10px; /* Distance from the right */
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
