body {
    font-family: 'Acme', sans-serif;
    font-size: 16px;
}

.section-search input{
    padding: 5px !important;
    font-size: 18px !important;
    width: 90% !important;
    border: #f4f4f4 3px solid !important;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.section-follow .fa-4x {
    margin: 5px 10px;
    font-size: 3rem;
    transition: .5s;
}

.section-follow .fa-4x:hover{
    transform: translateY(.2rem);
}

.target {
    transition: .3s;
}

.target:hover {
    transform: translateY(-.4rem);
}

.card-title{
    text-align: center;
    border: 1px dashed #ada7a7;
    border-top: none;
}
.card .card-content {
    padding: 0px 0px 20px;
}
.card .card-image img {
    height: 250px;
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(35 93 175/var(--tw-bg-opacity))
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(35 93 175 / var(--tw-text-opacity));
}
.p-20{padding: 20px;}
.margin-top-20{margin-top: 20px;}
.card .card-content p {
    margin: 5px 0px;
    font-size: large;
}
.my-0{margin-top: 0px;
    margin-bottom: 0px;
}
.mb-0{
    margin-bottom: 0px;
}
.my-1{margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-1{margin-left: 1rem;
    margin-right: 1rem;
    }
.py-0{padding-top: 0px;
    padding-bottom: 0px;
}
.d-end{display: flex;
justify-content: end;}

.btn, .btn-large, .btn-small {
    background-color: #235daf;
height: auto;
}


.container-fluid {
    margin: 0 auto;
    max-width: 1280px;
}
.d-center{
    display: flex;
    align-items: center;
}
.w-85{
    width: 85%;
}
.w-75{
    width: 75%;
}
.sidenav li>a>i{
    margin: 0px;
}

.social-media
{
    margin-top: 10px;
}
.social-media a{
    border: 1px dashed #fff;
    padding: 5px;
    margin-right: 8px;
    justify-content: center;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 5px;
    
}
.fa-1x {
    font-size: 1.5em;
}
footer ul li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 17px;
    margin-right: 5px;
}
footer a {
    color: #fff;
}
footer ul li:hover {
    color:#235daf;
    margin-left: 10px;
    transition: 0.8s;
}
footer ul li:hover a{
    color:#235daf;
  
}
label {
    font-size: 1.2rem;
    color: #000;
}
select {
    display: block;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    /* position: relative; */
    opacity: 1;
    margin-right: 5px;
    pointer-events: all;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-space-between{justify-content: space-between;}
.w-100{
    width: 100%;
}
.text-dark{
    color: #000;
}
p {
    margin: 0px;
}
.underline {
    text-decoration-line: underline;
}
.text-nowrap{text-wrap: nowrap;}
.re-id{
    background-color: rgb(241 245 249);
    border: 1px dashed #d9cece;
    border-radius: 5px;
    padding: 5.5px;
    display: flex;
    align-items: center;
}
.wh-4{width: 4rem; height: 4rem;}
.border-bottom{border-bottom: 1px dashed #d9cece;
    padding-bottom: 20px;
}

.w-50{
    width: 50%;
}
@media only screen and (min-width: 601px) {
    .container-fluid {
        width:95%
    }
    .sm-d-center{
        display: flex;
        align-items: center;
    }
    .sm-w-75{
        width: 75%;
    }
    .sm-w-50{
        width: 35%;
    }
    .md-rotate-270 {rotate: 270deg;}
    .border-left{border-left: 1px dashed #d9cece;}
}

@media only screen and (max-width: 600px) {
    .r-journey{
        border: 1px dashed #d9cece;
        margin: 10px;
    }
    .m-journey{
        padding: 10px;
    }
    }
    .text-error {
        color: rgb(186 26 26);
    }
    .d-block{display: block;}
    /*start r add */
    :root {
        --font-family-raleway: "Raleway", sans-serif;
        --primary-color-1: #2c3e50;
        --primary-color-2: #34495e;
        --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3);
        --shadow-light: 0 2rem 5rem rgba(0, 0, 0, 0.06);
        --dotted-line: 1px dotted #afb2b6;
        --color-clouds: #ecf0f1;
    }
    
    button,
    button:hover,
    button:active,
    button:focus {
        display: inline-block;
        background: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        padding: 0;
        margin: 0;
        color: var(--primary-color-2);
    }
    
    .date_picker_month_navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .date_picker_prev_month {
        transform: translateX(28%);
    }
    
    .date_picker_next_month {
        transform: translateX(-28%);
    }
    
    .date_picker_month_nav_btn {
        display: block;
        position: relative;
        font-size: 3rem;
    }
    
    .date_picker_month_name {
        font-weight: 500;
        font-size: 2.2rem;
        transform: translateY(-1px);
    }
    
    .date_picker_month_days {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        /* grid-template-rows: 2rem repeat(6, minmax(4rem, 1fr)); */
        text-align: center;
    }
    
    .date_picker_month_days li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .date_picker_month_days li button {
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        background: transparent;
        color: var(--primary-color-1);
        border-radius: 50%;
        font-weight: 900;
        transition: all 0.3s ease;
    }
    
    .date_picker_month_days li button.active {
        background-color: #235daf;
        color: var(--color-clouds);
    }
    
    li.date_picker_week_day {
        font-size: 1.1rem;
        font-weight: 500;
    }
    /*  */
    .tabs .tab {
        text-transform: capitalize;
    }
    
    .tabs {
        position: relative;
        min-height: 450px;
        /* width: 500px; */
        margin: 25px 0;
    }
    
    .tab label {
        background: #ddd;
        padding: 10px;
        border: 1px solid #ccc;
        cursor: pointer;
        margin-left: -1px;
    }
    
    .tab:first-child label {
        margin-left: 0;
    }
    
    .tab input[type=radio] {
        display: none;
    }
    
    .tab-content {
        position: absolute;
        /* top: 45px; */
        left: 0;
        right: 0;
        /* bottom: 0; */
        background: white;
        padding: 20px;
        border: 1px solid #ccc;
        display: none;
        line-height: 25px;
    }
    
    input[type=radio]:checked~label {
        background: white;
        border-bottom: 1px solid white;
    }
    
    input[type=radio]:checked~label~.tab-content {
        display: block;
    }
    /*  */
    .main {
    border-bottom: 1px dashed #d9cece;
    padding-bottom: 10px;
}

table {
    border-collapse: unset;
}

.list {

    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.item {
    width: 100%;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-weight: 400;
}

/**********
***********/

#drop-1:checked~.list-1 {
    visibility: visible;
    opacity: 2;
    z-index: 10;
    position: relative;
}

/**********
***********/

#drop-2:checked~.list-2 {
    visibility: visible;
    opacity: 2;
    z-index: 10;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    position: relative;
}

#drop-2:checked~.dropHeader-2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/**********
***********/

.list-3 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 10;
}

#drop-3:checked~.list-3 {
    visibility: visible;
    opacity: 2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
}

/**********
***********/

.list-4 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 10;
}

#drop-4:checked~.list-4 {
    visibility: visible;
    opacity: 2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
}

/**********
***********/

.list-5 {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    z-index: 10;
}

#drop-5:checked~.list-5 {
    visibility: visible;
    opacity: 2;
    position: relative;
}

#drop-5:checked~.list-5 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
