﻿

/*Loader  */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/*End Loader*/



/** pop section start **/
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 650px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(198, 198, 198, 0.4);
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 9px rgba(198, 198, 198, 0.5);
    box-shadow: 0 3px 9px rgba(198, 198, 198, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 10px 0px 10px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(600px - 20px);
    overflow-y: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

    .custom-model-wrap::-webkit-scrollbar {
        width: 5px;
    }

    .custom-model-wrap::-webkit-scrollbar-thumb {
        background: #eaeaea;
        border-radius: 0px;
    }

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(185, 184, 184, 0.5);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    top: 7px;
    cursor: pointer;
    z-index: 99;
    font-size: 26px;
    color: #2b2b2b;
    right: 15px;
    background-color: #e8e8e8;
    font-weight: 500;
    line-height: 30px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    padding: 0px;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.ed-pro {
    text-align: center;
    font-size: 21px !important;
    font-weight: 600;
    border-bottom: 1px solid rgba(198, 198, 198, 0.4);
    margin-bottom: 0px;
    padding-bottom: 6px;
    color: #424242;
}

.pop-up-content-wrap p {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.edit-box-se {
    width: 100%;
    margin-bottom: 10px;
}

.edit-text-box {
    width: 100%;
    padding: 0.9% 2% 1.5% 2%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

/** pop section End **/
.elementVisibleFalse {
    display: none !important
}
.elementVisibleTrue {
    display: block !important
}


.LocalLIVisited {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: transparent url(../../images/right-aro.svg);
    background-repeat: repeat;
    background-size: 4px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 4px;
    padding: 0px 12px 0px 4px;
    font-size: 12px;
    color: #272222;
}

/*Remove input type numer arrow start here*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.LowQuntatiy {
    visibility: hidden;
}


.HighQuntatiy {
    visibility: visible;
}

.AmtSpace {
    margin-right: -5px !important;
}

/*Remove input type numer arrow start here*/
a{
    cursor:pointer;
}