﻿.formDiv div {
    display: flex;
    margin-bottom: 11px;
}

    .formDiv div label {
        height: 42px;
        width: 20%;
        background: #E6DBD1;
        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 42px;
        color: #262626;
        padding: 0 3%;
        text-align: center;
    }

    .formDiv div .dropCurren1, dropCurren2, .formDiv div .dropDate, .formDiv div .dropDay {
        width: 80%;
        height: 42px;
        background: #FFFCF7;
        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 42px;
        text-align: center;
        color: #262626;
        border: none;
        background-image: url('../../../../../Images/pic/conver.webp');
        background-repeat: no-repeat;
        background-position: left 1.75rem center;
        background-size: 9px 5px;
        border-radius: 0;
    }

    .formDiv div input {
        width: 80%;
        height: 42px;
        background: #FFFCF7;
        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 42px;
        text-align: center;
        color: #262626;
        border: none;
        border-radius: 0;
    }

.dirBoxRow {
    display: flex;
}

.form-select option:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-select option {
    width: 100%;
    text-align: center;
    margin-top: 1%;
    background: #F6F1EB;
}

    .form-select option:hover {
        background-color: #F0F0F0 !important;
    }

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.toggleMonth {
    display: none;
    grid-template-columns: auto auto auto auto;
    text-align: center;
    background: #FFFCF7;
    border-radius: 0px;
    padding: 1.2rem;
    position: absolute;
    z-index: 2;
    width: 98%;
}

.toggleDay {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    background: #FFFCF7;
    border-radius: 0px;
    padding: 1.2rem;
    position: absolute;
    z-index: 2;
    width: 98%;
    direction: ltr;
}

.toggleCurren1, .toggleCurren2 {
    display: none;
    flex-direction: column;
    text-align: center;
    background: #FFFCF7;
    border-radius: 0px;
    padding: 1.2rem;
    position: absolute;
    z-index: 2;
    width: 98%;
}

    .toggleCurren1 a, .toggleCurren2 a {
        font-family: "Iransansweb";
        font-style: normal;
        font-weight: 300;
        text-align: center;
        color: #262626;
        border: 1px solid #FFFCF7;
        border-radius: 0px;
        background: #F6F1EB;
    }

.toggleDay a {
    border: 1px solid #FFFCF7;
    border-radius: 0px;
    background: #F6F1EB;
    font-family: "Iransansweb";
    font-style: normal;
    font-weight: 300;
    width: 7%;
    height: 5%;
    padding: 1%;
    text-align: center;
}

.toggleMonth a {
    border: 1px solid #FFFCF7;
    border-radius: 0px;
    background: #F6F1EB;
    font-family: "Iransansweb";
    font-style: normal;
    font-weight: 300;
}

    .toggleMonth a:hover, .toggleDay a:hover, .toggleCurren1 a:hover, .toggleCurren2 a:hover {
        background: #F0F0F0;
    }

    .toggleMonth a:focus, .toggleDay a:focus, .toggleCurren1 a:focus, .toggleCurren2 a:focus {
        background: #606060;
        color: #FFFFFF !important;
    }

.selected {
    background: #606060 !important;
    color: #FFFFFF !important;
}

.textYear:focus {
    color: #262626;
}

.rowDetail .headerT {
    text-align: center;
    width: 100%;
    height: 42px;
    background: #DDDACE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius0;
    border: none;
}

    .rowDetail .headerT h4 {
        color: #262626;
        font-weight: normal;
    }

.rowDetail {
    height: 250px;
    background: rgba(180, 169, 160, 0.3);
}

.btn-IQ {
    background-color: #606060 !important;
    border: none !important;
    border-color: #000 !important;
    color: #fffcf7;
    font-size: 1.3rem !important;
    height: 37px !important;
    width: 100%;
    border-radius: 0px;
}

    .btn-IQ:hover, .btn-IQ:focus {
        background-color: #3C3C3C !important;
        color: #fffcf7 !important;
        outline: none !important;
        border: none !important;
    }

.pipCostom {
    height: 23vh;
    width: 1px;
    background: #262626;
}

@media(max-width:768px) {
    .colpipCostom {
        display: none !important;
    }

    .formDiv div label {
        font-size: 1.2rem
    }
    /*.rowDetail {
        height: auto;
     }*/
    .dateDetailsDay {
        line-height: 30px !important;
    }

    .dateDetails {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        line-height: 30px !important;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .dateDetailsDay div {
        width: max-content;
        font-size: 1.2rem;
    }
}

.svgConvert {
    display: flex;
    margin: 2% auto;
    cursor: pointer;
}

.div1From {
    margin-bottom: 0px !important;
}

.colpipCostom {
    display: flex;
    justify-content: center;
}


.NumberCurren {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #262626;
}

.dateDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 60px;
}

.dateDetailsDay2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .dateDetailsDay2 span {
        color: #262626;
        opacity: 0.7;
    }

.dateDetails p {
}

.pipe {
    border: 1px solid rgba(152, 152, 152, 0.6);
    margin: 20px 0px;
}

.crdBdy {
    transform: translate(-50%,-50%);
    top: 60%;
    left: 50%;
    position: absolute;
}

.dateDetailsDay {
    line-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .dateDetailsDay div {
        display: flex;
        flex-direction: row;
    }

        .dateDetailsDay div p {
            margin-right: auto;
            margin-left: auto;
        }

@media(min-width:576px) and (max-width:768px) {
    .toggleCurren1, .toggleCurren2 {
        width: 97% !important;
    }
}

@media(max-width:576px) {
    .toggleCurren1, .toggleCurren12 {
        width: 96%;
    }
}

@media(min-width:768px) {
    .footer {
        width: 100%;
        /*position: absolute;*/
        /*bottom: 0;*/
    }
}

input[type="number"]:focus {
    border: #92a458 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 164, 88, .4) !important;
}
