﻿
.rounded-section {
    border-radius: 25px;
    padding: 0px;
    background-color: #181635;
    
}

.card-pad {
    padding: 0.25rem;
}



.centered-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 3px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    /* Add any other styling you want for the button */
}

.icon-button1 {
    display: inline-block;
    line-height: 80px;
    width: 35px;
    
    border-radius: 50%;
    margin: 3px;
    font-size: 35px;
}




.tooltip {
    position: absolute;
    display: none;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    z-index: 999;
}

.myfont {
    font-size: 13px;
}
.prog-categ {
    font-size: 13px;
    font-weight: bold;
    color: #d03f7d;
}

.mytrends {
    font-size: 14px;
    margin-top:1px;
}

.descript {
    font-size: 14px;
    text-align:justify;
    margin-bottom: 4px;
    margin-top: -12px;
}

.button-label {
    margin-top: 5px;
    font-size: 14px;
}

.widget .panel-body {
    padding: 0px;
}

.widget .list-group {
    margin-bottom: 0;
}

.widget .panel-title {
    display: inline
}

.widget .label-info {
    float: right;
}

.widget li.list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

    .widget li.list-group-item:hover {
        background-color: transparent;
    }

.widget .mic-info {
    color: #666666;
    font-size: 11px;
}

.widget .mic-info1 {
    color: #666666;
    font-size: 11px;
    margin-top: -10px;
}

.widget .action {
    margin-top: 5px;
}

.widget .comment-text {
    font-size: 12.5px;
}

.widget .replied-message{
   margin-top:-10px;
   font-size:12px;
}


.widget .btn-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #029f5b;
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
    cursor:pointer;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }


.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd
}

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 25px 0
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center
}

.mylist {
    font-size: 14px;
}

.active {
    color: green;
    border: 1.5px dashed black;
}

.icon-bg {
    width: 40px; /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    background-color: #333; /* Change the background color as needed */
    color: #fff; /* Change the icon color as needed */
    text-decoration: none;
    margin-right: 10px; /* Add spacing between icons */
    transition: background-color 0.3s ease;
}
    .icon-bg:hover {
        background-color: #555; /* Change hover background color */
    }

.icon-card-bg {
    width: 25px;
    height: 25px; 
    background-color: #333; 
    color: #fff; 
    text-decoration: none;
    margin-right: 10px; 
    transition: background-color 0.3s ease;
}

    .icon-card-bg:hover {
        background-color: #555; /* Change hover background color */
    }
.dropdown-item:hover {
    background-color: #d4dadb; /* Light blue color */
  
}
.dropdown-hover .dropdown-menu {
    display: none;
  
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
  
    margin-top: 0;
}

.mic-info-container {
    margin-bottom: 10px; /* Adjust the value as per your requirement */
}

.mybtn i {
    font-size: 13px; /* Adjust this value as needed */
}

/* Adjusting the padding and margin to make the buttons smaller */
.mybtn {
    padding: 3px 8px; /* Adjust padding as needed */
    margin-right: 3px; /* Adjust margin as needed */
    font-size: 13px; /* Adjust font size of text */
}

.custom-card-body {
    position: relative; /* Ensure the button is positioned relative to this element */
}
/* CSS to add rounded borders to the custom card body and footer */
.custom-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden; /* Ensures rounded corners are applied to child elements */
}

/* CSS for the 'Customize Now' button and its hover effect */

.custom-card-btn:hover {
    background-color:#38aa0e; /* Change this to your "success" color */
}
/* CSS to position the 'Customize Now' button */
.custom-card-btn {
    display: block;
    bottom: -15px;
    z-index: 1;
    background-color: #bc1616;
    left: 50%;
    transform: translateX(-50%);
}

/* CSS to style the stars and the footer heading */
.custom-star-icon {
    margin: 0 2px;
}

.custom-card-footer {
    border: 1px solid #ccc;
   background-color:#4d413cab;
}
}
.position-absolute {
    position: absolute !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.d-none {
    display: none !important;
}
.list-border{
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden; /* Ensures rounded corners are applied to child elements */
}
.code-body{background-color:snow}
.section-body {
    border: 1px solid #ccc;
    border-radius:4px;
    margin-block:auto;
    background-color:snow
}
.eye-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-danger{
    font-size:13px;
}
.border-transparent {
    border: 1px solid rgba(204, 204, 204, 0.2); /* Grey border with 20% opacity */
}
.Author{
    font-size:15px;
}
.ad-border{
    border: 1px solid rgba(204, 204, 204, 0.2); /* Grey border with 20% opacity */
}
.banner {
    position: relative;
    background-color:#7455e100;
    color: #fff;
    padding: 2px;
    border-radius: 25px;
    z-index: 999;
}
.icon-lang {
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    margin-right: 0px;
    transition: background-color 0.3s ease;
}

    .icon-lang:hover {
        background-color: #555; /* Change hover background color */
    }
.icon-svg {
    display: inline-flex;
    margin: 6px;
    margin-bottom: 18px;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(154, 156, 161, 0.35) !important;
}
.paper-info {
    margin-top: -105px;
}
.image-container {
  
    
    align-items: center;
    justify-content: center;
}

.sample-image {
    width: 95%;
    height: auto;
    border-color: cadetblue;
    margin-bottom: 10px;
    box-shadow: 7px 3px 5px rgba(0, 0, 0, 0.3); /* Adjust as needed for spacing between images */
}

.sample-image:last-child {
        margin-bottom: 0;
    }
.responsive-width {
    width: 350px;
   
}

/* For small screens (mobile devices) */
@media (max-width: 768px) {
    .responsive-width {
        width: 100%;
        margin-left: 2px; /* Full width for mobile */
    }
}