/*
 * Customized CSS for https://uruppattursoundararajan.in
 * Copyright 2020-2025 Uruppattur Soundararajan
 */


@import '../../../node_modules/bootstrap/scss/functions';
@import '../../../node_modules/bootstrap/scss/variables';
@import '../../../node_modules/bootstrap/scss/bootstrap';

/* Add your custom variables here */
$dropdown-bg: $dark;
$dropdown-link-color: $light;



.body {
  padding-top: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header {
    z-index: 2;
}

.ticker {
display: flex;
flex-wrap: wrap;
width: 80%;
height: 50px;
margin: 0 auto
}

.news {
width: 76%;
background: #cc4444;
padding: 0 2%
}

.title {
    width: 20%;
    text-align: center;
    background: #c81c1c;
    position: relative
}

.title:after {
    position: absolute;
    content: "";
    right: -22%;
    border-left: 20px solid #c81c1c;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 21px solid transparent;
    top: 0px
}

.title h5 {
    font-size: 18px;
    margin: 8% 0
}

.news marquee {
    font-size: 18px;
    margin-top: 12px
}

.news-content p {
    margin-right: 41px;
    display: inline
}

.portfolio-item {
  margin-bottom: 30px;
}

/* Modify the backgorund color */ 
.navbar-custom { 
    background-color: DarkCyan;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

} 


.navbar-custom .navbar-text { 
    color: BlanchedAlmond !important; 
} 

nav .navbar-nav li a{
  color: BlanchedAlmond !important;
  }

.navbar-nav .dropdown-menu {
    background-color: #008B8B;
}

.navbar-nav .dropdown-item {
    color: #FFEBCD;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: #FFEBCD;
    background-color: #008B8B;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

.container {
  width: 100%;     
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.btnlogout {
    height:35px;
    width:75px;
    text-align: center; 
}

ul.no-bullets {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0;
}
.video-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.v-td, .v-th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.wrapper {
    min-height: 100%;
    position: relative;
}

.content {
    /* padding the footer adds 40 to footer height */
    padding-bottom: 140px;
}

.pushme {
    
}

.footer {
    position: bottom !important;
    flex-shrink: 0;
    background: #008B8B;    
    font-family: 'Open Sans', sans-serif;
    color: #FFEBCD;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: 100%;
}

.container-footer {
  width: 100%;
  padding-top: 15px;   
}

/* Full-width input fields */
input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #008B8B;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  align: center;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

#myInput {
  background-image: url('/images/search.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.col-centered{
        float: none;
        margin: 0 auto;
    }