﻿.formDiv div {
    display: flex;
    margin-bottom: 8px;
}

.grideType {
    width: 25%;
}

.grideYear, .grideMonth {
    width: 20%
}

.grideDay {
    width: 15%;
}

.toggleDayaF, .toggleMonthT {
    cursor: pointer;
}

.formDiv div label {
    height: 42px;
    width: 30%;
    background: #E6DBD1;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    color: #262626;
    padding: 0 3%;
    text-align: center;
    overflow: hidden
}

.toggleDaya, .toggleMontha {
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

      100% {
        transform: rotate(360deg);
    }
}

.formDiv div .dropType, .formDiv div .dropDate, .formDiv div .dropDay, .dropDayfrom, .dropDayTo, .dropDatefrom, .dropDateTo {
    /*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-size: 9px 5px;
    border-radius: 0;
}

.formDiv div input {
    width: 70%;
    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;
    font-size: 14px !important;
}

.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;
    text-align: center;
    background: #FFFCF7;
    border-radius: 0px;
    padding: 1.2rem;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.toggleDay {
    /*display: none;*/
    flex-wrap: wrap;
    justify-content: center;
    background: #FFFCF7;
    border-radius: 0px;
    padding: 1.2rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    direction: ltr;
}

.toggleType {
    /*display: none;*/
    flex-direction: column;
    text-align: center;
    background: #FFFCF7;
    border-radius: 0px;
    padding: 1.2rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-right: 4%;
}

    .toggleType a {
        font-family: "Iransansweb";
        font-style: normal;
        font-weight: 300;
        text-align: center;
        color: #262626;
        border: 1px solid #FFFCF7;
        border-radius: 0px;
        background: #F6F1EB;
        font-size: x-small;
        display: block
    }

.toggleDay a {
    border: 1px solid #FFFCF7;
    border-radius: 0px;
    background: #F6F1EB;
    font-family: "Iransansweb";
    font-style: normal;
    font-weight: 300;
    width: 32%;
    /*height: 5%;*/
    padding: 1%;
    text-align: center;
    display: inline-block;
}

.toggleMonth a {
    border: 1px solid #FFFCF7;
    border-radius: 0px;
    background: #F6F1EB;
    font-family: "Iransansweb";
    font-style: normal;
    font-weight: 300;
    display: block;
}

    .toggleMonth a:hover, .toggleDay a:hover, .toggleType a:hover {
        background: #F0F0F0;
    }

    .toggleMonth a:focus, .toggleDay a:focus, .toggleType a:focus {
        background: #606060;
        color: #FFFFFF !important;
    }

.selected {
    background: #606060 !important;
    color: #FFFFFF !important;
}

.textYear:focus {
    color: #262626;
    border-color: transparent !important;
    box-shadow: none !important
}

.rowDetail .headerT {
    text-align: center;
    /*    width: 100%;
*/ height: 81px;
    background: rgba(230, 219, 209, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    margin-top: 1%;
    border: none;
    flex-direction: column;
}

    .rowDetail .headerT h4 {
        color: #262626;
        font-weight: normal;
    }

.cardBody {
    background: rgba(230, 219, 209, 0.3);
    display: flex;
    align-items: center
}

.rowDetail {
    height: auto;
    /*background: rgba(230, 219, 209, 0.3);*/
}

.flexBox:nth-child(even) {
    flex-grow: 0;
}

.flexBox:nth-child(odd) {
    flex-grow: 1;
    flex-basis: 20px;
}

.btn-IQ {
    background-color: #606060 !important;
    border: none !important;
    border-color: #000 !important;
    color: #fffcf7;
    font-size: 1.3rem !important;
    height: 42px !important;
    width: 20%;
    border-radius: 0px;
}

    .btn-IQ:hover, .btn-IQ:focus {
        background-color: #3C3C3C !important;
        color: #fffcf7 !important;
        outline: none !important;
        border: none !important;
        box-shadow: none;
    }

.pipCostom {
    height: 18vh;
    width: 1px;
    background: rgba(152, 152, 152, 0.6);
}

@media(max-width:768px) {
    .colpipCostom {
        display: none !important;
    }

    .rowDetail {
        height: auto;
    }

    .dateDetails {
        line-height: 50px !important;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

.qamareLouding {
    color: #262626;
}

@media(min-width:768px) and (max-width:992px) {
    .dateDetailsDay div {
        width: max-content;
        font-size: 1.2rem;
    }
}

.colpipCostom {
    display: flex;
    justify-content: center;
    padding: 4% 0px;
}

.dateDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 32px;
    padding: 10px 0
}

    .dateDetails p {
    }

.dateDetailsDay {
    padding: 10px 0;
    line-height: 60px;
}

    .dateDetailsDay div {
        display: flex;
        flex-direction: row;
        justify-content: center
    }

/*        .dateDetailsDay div p {
            margin-right: auto;
            margin-left: auto;
        }*/


@media(min-width:768px) {
    .footer {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}

.navDataCov {
    border-top: 2px solid rgba(96, 96, 96, 0.4);
    border-bottom: 2px solid rgba(96, 96, 96, 0.4);
    margin-bottom: 15px;
}



.formConDate {
    display: flex;
    padding: 0px !important
}

.navDataCovItem {
    display: flex !important;
    justify-content: center;
}

    .navDataCovItem button {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
    }

.TabOpen {
    padding: 0 !important
}

.flexBox h4 {
    color: #5E673C;
    text-align: center;
    margin-bottom: 48px;
    font-size: 20px;
}

.dFlexClass, .calenderConvert {
    font-size: 18px;
    text-align: center
}

@media(max-width:768px) {
    .formDiv div label {
        width: 60% !important
    }

    .distance div:first-child {
        width: 25% !important
    }

    .distance {
        padding: 0px;
        flex-direction: column !important;
    }

        .distance .btn {
            width: 100% !important
        }

    .distanceFooter .tittleFooterDis span {
        font-size: 16px !important
    }

    .tittleFooterDisFooterDis span, .descriptionFooter span {
        font-size: 12px !important
    }

    .distanceFooter {
        margin-top: 30px !important;
    }

    .grideMonth {
        width: 100%;
    }

    .moveDateParentDis .DateDistance:nth-child(odd) {
        display: none !important
    }

    .moveDateParentDis {
        display: block !important;
        padding: 0px
    }

    .moveDateParent {
        display: flex;
        flex-direction: row;
        justify-content: space-around !important;
        width: 100% !important;
        padding: 0;
    }

    .dirPadding {
        margin-top: 5%;
    }

    .flexBox:last-child {
        border-bottom: none !important
    }

    .formConDate, .cardBody {
        flex-direction: column !important;
    }

    .formDiv div, .btn-IQ {
        width: 100%;
    }

    .flexBox:nth-child(2n) {
        display: none
    }

    .flexBox:nth-child(2n+1) {
        border-bottom: 1px solid rgba(96, 96, 96, 0.4);
        width: 100%;
    }

    .dateDetailsDay {
        line-height: 30px !important;
    }
}

@media(max-width:378px) {
    .navDataCovItem button {
        font-size: 1.1rem;
        padding: 10px 10px;
    }
}

#DayOfMounthSection, #calendarTypeSection, #MounthOfYearSection, #calendarTypeSectionDis {
    inset: auto auto auto auto !important;
    transform: translate(0px) !important;
    top: 100% !important;
}

@media(max-width:366px) {
    .brdItemTitle, .brdItemTitleact {
        font-size: 1.1rem !important;
    }
}

@media(max-width:430px) {
    .breadcrumb-item + .breadcrumb-item::before {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

.moveDateParent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

    .moveDateParent .moveDate:nth-child(odd) {
        background: #E6DBD1;
        /*margin: 0 10%;*/
        width: 15%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        padding: 0 3%;
    }

    .moveDateParent .moveDate span:nth-child(odd) {
        cursor: pointer
    }

    .moveDateParent .moveDate:nth-child(even) {
        width: 7%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.moveDate p {
    border: 1px solid rgba(96, 96, 96, 0.4);
    margin: 0;
}

.Inactive {
    opacity: 0.4;
    cursor: none;
}

.moveDateParentDis .DateDistance:nth-child(even) {
    background: #E6DBD1;
    /*margin: 0 10%;*/
    /*    width: 93px;
*/ height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.moveDateParentDis .DateDistance span:nth-child(even) {
    cursor: pointer
}

.moveDateParentDis .DateDistance:nth-child(odd) {
    width: 21%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.DateDistance p {
    border: 1px solid rgba(96, 96, 96, 0.4);
    margin: 0;
}

.distance {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

    .distance div label {
        height: 42px;
        width: 30%;
        background: #E6DBD1;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
        color: #262626;
        padding: 0 3%;
        text-align: center;
        margin-block: 0px !important
    }

    .distance div .textYear {
        box-shadow: none !important;
    }

    .distance div .dropDate, .distance div .dropDay, .dropDatefrom, .dropDateTo, .dropDayfrom, .dropDayTo {
        height: 42px;
        background: #FFFCF7;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
        background-size: auto;
        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-size: 9px 5px;
        border-radius: 0;
    }

    .distance div .textYear {
        height: 42px;
        background: #FFFCF7;
        background-color: rgb(255, 252, 247);
        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 42px;
        text-align: center;
        color: #262626;
        border: none;
        border-radius: 0;
    }

    .distance div {
        display: flex;
        align-items: center;
    }

        .distance div:first-child {
            width: 6%;
        }

    .distance .btn {
        width: 17%;
    }

.distanceFooter {
    margin: 15px 0 0 0;
    background: rgba(230, 219, 209, 0.3);
    height: 277px;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding-top: 58px;
}

    .distanceFooter .tittleFooterDis {
    }

        .distanceFooter .tittleFooterDis span {
            font-weight: 400;
            font-size: 20px;
            text-align: right;
            color: #262626;
        }

.tittleFooterDisFooterDis {
    display: flex;
    justify-content: center;
    padding: 4% 0;
    align-items: center;
}

    .tittleFooterDisFooterDis span {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }

    .tittleFooterDisFooterDis div {
        margin: 0 1%;
    }

        .tittleFooterDisFooterDis div:nth-child(even) {
            border: 1px solid rgba(96, 96, 96, 0.4);
            transform: rotate(180deg);
            height: 40px
        }

.descriptionFooter span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(38, 38, 38, 0.6) !important;
}

.moveDateParentDis {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.grideMonth input:focus {
    color: #262626 !important;
}

@media(max-width:768px) {

    .grideMonth {
        margin-bottom: 11px;
    }
}

.styleAut {
    border: 1px solid red !important
}

.kabiseClass {
    display: none !important
}

#toShamsiCalendar, #toMiladiCalendar, #toQamariCalendar {
    /*font-family: 'B Yekan'*/
}

.monthOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 9rem;
}

.moveDatedayAgo {
    display: none;
    width: 2% !important;
}

.moveAgu, .movedayLaterS, .movedayAgoS {
    display: none;
}

.moveAgu {
    justify-content: center;
    cursor: auto !important;
    background: #7E7770 !important;
}

    .moveAgu span {
        color: #F6F1EB !important;
    }

@media(max-width:768px) {
    .moveDate svg, .moveDatedayAgo, .moveDateParent .moveDate:nth-child(even) {
        display: none !important;
    }

    .moveDateParent .moveDate:not(:first-child) {
        margin: 0 1%;
    }

    .moveDateParent .moveDate:nth-child(odd) {
        width: auto !important;
        padding: 0 2% !important;
        /*margin: 0 1%;*/
        flex-basis: 100px;
    }

    .moveDateParent {
        justify-content: space-between !important;
    }

    .moveDate span {
        font-size: 1.2rem !important;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .moveToday {
        font-size: 1.2rem;
        padding: 0 !important;
    }
}

.cnvert {
    display: none
}
