/* My Customize CSS */

.indexcloser, .pcloser {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: none;
}

.datepickercustom {
    background-color: white;
    border: 1px solid #e7e7e7;
    position: absolute;
    top: 20px;
    right: 263px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 37px !important;
    border-color: rgba(118, 118, 118, 0.28) !important;
    border-width: 0.5px !important;
    border-color: rgba(118, 118, 118, 0.28) !important;
    border-radius: 12px !important;
    white-space: normal !important;
    z-index: 10;
    display: none;
    transition: opacity .10s ease-in-out;
}

.all-months-ci.active {
    display: block !important;
}

.all-months-ci {
    display: none;
}

.content-dpc {
    /* overflow-x: hidden !important;
    overflow-y: auto !important; */
    width: auto;
    height: auto !important;
}

.inner-content-dpc {
    width: 360px;
    position: relative !important;
    /* overflow: auto !important; */
    border-radius: 3px !important;
    transition: height 0.2s ease-in-out 0s !important;
    margin: 0px auto;
}

.calendar-inner {
    width: 80%;
    border: 1px solid white;
    margin: 0px auto;
}

.month-section-ci {
    width: 100%;
    padding-top: 15px;
    border: 1px solid white;
    position: relative;
}

.month-section-ci p {
    color: black !important;
    font-size: 15px !important;
    text-align: center !important;
    padding: 5px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.arrow-left-ci {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow-right-ci {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow-left-ci .os-icon, .arrow-right-ci .os-icon {
    font-size: 11px;
    color: black;
}

.date-section-ci {
    width: 100%;
    /* border: 1px solid red; */
}

.date-section-ci .row-dsci:first-child {
    margin: 0px;
}

.date-section-ci .row-dsci:last-child {
    margin: 0px;
    height: 230px;
}

.date-section-ci .row-dsci, .mobile-responsiveness-ci .row-dsci {
    width: 100%;
    /* margin: 1px 0px; */
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
}

.row-dsci:first-child div span {
    height: 34px;
    width: 34px;
    margin: 0px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    cursor: default;
}

.row-dsci div span {
    height: 34px;
    width: 34px;
    margin: 0px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 2px;
}

.row-dsci div:hover span {
    border: 2px solid black;
}

.noborder-ds span {
    border: 0px !important;
    cursor: default;
}

.row-dsci div.active span {
    background-color: black;
    color: white;
}

.row-dsci:first-child div span {
    font-size: 12px !important;
    color: #717171 !important;
}

.row-dsci span {
    font-size: 14px !important;
    line-height: 18px !important;
}

.bottom-dpc {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-top: 1px solid rgb(235, 235, 235) !important;
    margin-top: 8px;
}

.inner-bottom-dpc {
    -webkit-box-pack: justify !important;
    -webkit-box-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.btn-ib-dpc {
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: rgb(34, 34, 34) !important;
    margin: 0px !important;
    border-radius: 8px !important;
    outline: none !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    background: transparent !important;
    text-decoration: underline !important;
}

.content-ib-dpc {
    margin-left: auto;
}

.content-ib-dpc button {
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    color: rgb(255, 255, 255) !important;
    margin: 0px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    outline: none !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    border-image: initial !important;
    background: rgb(34, 34, 34) !important;
}

.mobile-responsiveness-ci {
    display: none;
    width: 100%;
}

.mobile-responsiveness-ci .row-dsci div {
    height: auto !important;
}

@media (max-width: 767px) {
    .datepickercustom {
        width: 90%;
        margin: 0px auto;
        left: 0px;
        right: 0px;
        scroll-behavior: smooth;
        top: 5%;
    }
    .datepickercustom .content-dpc {
        height: 360px !important;
    }
    .datepickercustom .content-dpc::-webkit-scrollbar {
        display: none !important;
    }
    .datepickercustom .bottom-dpc {
        position: fixed;
        top: calc(410px + 10%);
        width: 90%;
        margin: 0px auto;
        background-color: white;
        border: 1px solid #e7e7e7;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top: 0px !important;
    }
    .datepickercustom .inner-content-dpc {
        width: 92%;
    }
    .datepickercustom .calendar-inner {
        width: 99%;
    }
    .datepickercustom .inner-content-dpc {
        margin-bottom: 30px;
    }
    .datepickercustom .row-dsci div span {
        width: 35px !important;
        height: 35px !important;
        margin: 3px !important;
    }
    .datepickercustom .date-section-ci .row-dsci:first-child, .arrow-left-ci, .arrow-right-ci {
        display: none;
    }
    .datepickercustom .mobile-responsiveness-ci {
        display: block;
        width: 87%;
        margin: 0px auto;
        background-color: white;
    }
    .all-months-ci {
        display: block !important;
        padding-bottom: 25px !important;
    }
    .all-months-ci:first-child {
        border-top: 0px;
    }
    .date-section-ci .row-dsci:last-child {
        height: auto;
    }
    .date-section-ci {
        width: 95%;
        margin: 0px auto;
    }
    .month-section-ci {
        border: 0px;
    }
}

@media (min-width: 1600px) {
    .datepickercustom {
        top: 5px !important;
        right: 450px;
    }
}

/* Customize */

.popovercustom {
    background-color: black;
    position: absolute;
    background-color: white;
    border: 1px solid #e7e7e7;
    /* position: absolute; */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 37px !important;
    border-color: rgba(118, 118, 118, 0.28) !important;
    border-width: 0.5px !important;
    border-color: rgba(118, 118, 118, 0.28) !important;
    border-radius: 12px !important;
    white-space: normal !important;
    z-index: 10;
    transition: opacity .10s ease-in-out;
    padding: 2px;
    display: none;
    margin-top: 10px;
}

.popovercustom .calendar-inner {
    /* background-color: cadetblue !important; */
    width: 100%;
    /* margin-top: 20px; */
}

.close-btn-ci {
    width: 100% !important;
    height: 100% !important;
    margin: 0px;
    text-align: left;
    background-color: transparent;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    cursor: pointer;
    padding-top: 14px;
    padding-left: 10px;
}

.close-btn-ci p {
    display: inline-block;
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.close-btn-ci input {
    width: 100%;
    margin: 0px auto;
    border: 1px solid #e7e7e7;
    padding: 10px;
    display: none;
}

.close-btn-ci .os-icon {
    font-size: 14px;
    color: black;
}

.close-btn-ci .closesearch {
    position: absolute;
    right: 20px;
    top: 30px;
    display: none;
}

.close-btn-ci .search {
    position: absolute;
    right: 10px;
    /* top: 18px; */
}

.inner-popoc-custom {
    width: 100%;
    height: 200px;
    /* border: 1px solid black; */
    overflow-y: auto;
    overflow-x: hidden;
}

.list-ipc {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.list-ipc li {
    position: relative;
}

.inner-lip-custom {
    align-items: center;
    background-color: #fff;
    /* border-bottom: 1px solid #e8e8e8; */
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 20px 7px;
    width: 100%;
    margin: 0!important;
}

.inner-lip-custom .input-radio {
    color: #000;
    font-family: "ClassGarmnd BT", "Times New Roman", serif;
    font-size: 16px;
    border-radius: 0;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 3px;
    border: 0;
    height: 1px;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.inner-lip-custom span {
    color: #453f3f;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 20px;
    /* padding-left: 20px; */
    position: relative;
    text-align: left;
    width: 100%;
    font-family: "Roboto";
    padding-left: 40px;
}

.inner-lip-custom span:before {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    height: 20px;
    left: 3px;
    width: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}

.inner-lip-custom span:after {
    background-color: #fff;
    height: 16px;
    left: 5px;
    width: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    /* background-color: black; */
}

.input-radio:checked~span:after {
    background-color: black;
}

.backfade {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    display: none;
}

@media (max-width: 767px) {
    .popovercustom {
        width: 90%;
        position: absolute;
        top: 50%;
        transform: translateY(-70%);
        left: 5%;
        right: 10%;
        margin-top: 0px;
    }
    .popovercustom .inner-content-dpc {
        width: 100%;
    }
    .inner-popoc-custom {
        height: 300px;
    }
    .content-dpc {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    .inner-content-dpc {
        overflow: auto;
    }
}

@media (min-width: 1600px) {
    .inner-popoc-custom {
        height: 300px;
    }
}

/* Radios */

.list-inline-item {
    position: relative;
}

.list-inline-item input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    color: #000;
    font-family: "ClassGarmnd BT", "Times New Roman", serif;
    font-size: 16px;
    border-radius: 0;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 3px;
    border: 0;
    height: 100%;
    margin-bottom: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.list-inline-item input:checked~button.btn {
    background: #79a3a2 !important;
    color: white;
}

.row-dsci input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    color: #000;
    font-family: "ClassGarmnd BT", "Times New Roman", serif;
    font-size: 16px;
    border-radius: 0;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 3px;
    border: 0;
    height: 100%;
    margin-bottom: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.row-dsci div {
    position: relative;
}

.row-dsci input:checked~span {
    background-color: black !important;
    color: white;
}

.popup-user {
    width: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 37px !important;
    border-radius: 5px !important;
    white-space: normal !important;
    z-index: 10;
    transition: opacity .10s ease-in-out;
    padding: 2px;
    opacity: 0;
    margin-top: 10px;
}

.popup-user ul {
    margin: 0px;
    padding: 10px;
    list-style: none;
}

.popup-user ul li {
    margin: 15px 0px;
}

.btn .fa {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: top;
}