b{
 font: revert;
}

body {
    font-family: 'Poppins';
}

.circular-loader{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#cus-support-link-provider{
    height: 100%;
    background: #f3f4f6;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cus-support-block{
    height: 98%;
    width: 40%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: rgb(0 0 0 / 10%) 0px -6px 50px 17px;
    display: flex;
    flex-direction: column;
}

.cus-support-header {
    padding: 5% 5% 3% 5%;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cus-support-header .next-arrow {
    cursor: pointer;
}

.cus-support-header .title{
    font-size: 20px;
    font-weight: 600;
    width: 90%;
}

.cus-support-tree{
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.cus-support-tree-header {
    padding: 3% 5%;
    background: #f7f7fa;
    color: rgba(0,0,0,.54);
    /* box-shadow: rgb(0 0 0 / 2%) 0px 10px 10px 0px; */
}

.cus-support-tree-header .heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.cus-support-tree-header .sub-heading {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5%;
}

.list-block .node {
    padding: 3% 5%;
    border-bottom: rgba(0,0,0,0.27) 1px dashed;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.node .title{
    width: 80%;
}

.node .next-arrow{
    width: 5%;
    cursor: pointer;
}

.terminal-node{
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* .terminal-node-body{
    flex: 1;
} */

.termainal-node-text {
    padding: 5%;
    flex: 1;
}

.termainal-node-text .input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.27);
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5%;
}

.termainal-node-text .subtext {
    color: rgba(0,0,0,0.54);
}

.termainal-node-multiple{
    flex: 1;
}

.termainal-node-multiple .node-detail{
    border-bottom: rgba(0,0,0,0.27) 1px dashed;
    padding: 3% 5%;
}

.termainal-node-multiple  .item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0,0,0,0.57);
}

.termainal-node-multiple  .item-detail {
    margin-top: 5%;
}

.item-detail .item-quantity {
    padding: 2% 5%;
    border: 0.1px solid rgba(0,0,0,0.12);
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(90deg, rgba(226,225,245,1) 0%, rgba(241,241,246,1) 100%);
}

.item-quantity .select{
    border: navajowhite;
    border-radius: 8px;
    padding: 1% 6%;
}

.item-detail .item-description {
    margin: 3% 0%;
    font-size: 12px;
}


input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + span {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1px dotted rgba(0,0,0,0.27);
    text-align: -webkit-center;
    text-align: center;
}

input[type="checkbox"]:checked + span {
    background: #6D6BED;
    border: 1px solid #6D6BED;
}

.node-detail .icon-tick {
    height: 100%;
    width: 80%;
}
  
.item-description .textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 2% 5%;
    background: #f3f4f6;
}

textarea {
    resize: none;
}

.item-attachment{
    display: flex;
    align-items: flex-end;
    font-size: 14px;
}

.item-attachment .attach-btn{
    background: #e7e6f6;
    color: #6D6BED;
    font-weight: 600;
    font-size: 14px;
    padding: 2% 3%;
    width: 30%;
    border-radius: 8px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.item-attachment .icon-camera{
    width: 15%;
}

.item-attachment .attach-must{
    margin-left: 3%;
    color: red;
}

/* .terminal-node-action {
    height: 10%;
} */

.terminal-node-action .submit-btn {
    /* border: 1px solid rgba(0,0,0,0.12); */
    padding: 2% 5%;
    background: #f3f4f6;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0,0,0,0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}



.footer {
    background: linear-gradient(89.88deg, #6A0ECB 28%, #8700F2 97.85%);
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 50px 50px;
    font-size: 20px;
    gap: 10px;
    padding-bottom: 80px;
}

.footer h4 {
    font-weight: bold;
    margin-bottom: 16px;
}

.footer article {
    max-width: 300px;
}

.footer .content {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
}

.footer-categories p.label {
    color: #ef1c74;
    padding-left: 0;
    text-align: center;
    display: block;
    font-weight: bold;
}

.footer-categories .category-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
}

.footer-categories p, .footer-categories a {
    display: inline-block;
    padding: 8px;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
}

.footer-social a {
    padding: 0 8px;
    display: inline-block;
}

@media (max-width: 500px) {

    /* #cus-support-link-provider{
        height: 100%;
    } */

    .cus-support-block{
        height: 100%;
        width: 100%;
        border-radius: 0;
    }

    .cus-support-header{
        padding: 7% 5% 4% 5%;
    }

    .cus-support-tree-header{
        padding: 5%
    }

    .cus-support-tree-header .heading{
        /* font-size: 16px; */
    }

    .cus-support-tree-header .sub-heading {
        font-size: 16px;
    }

    .list-block .node{
        padding: 5%;
        font-size: 14px;
    }

    .termainal-node-multiple .node-detail{
        padding: 5%;
        font-size: 14px;
    }

    .item-detail .item-quantity{
        font-size: 12px;
    }

    .item-attachment{
        font-size: 12px;
    }

    .item-attachment .attach-btn{
        width: fit-content;
        font-size: 12px;
    }

    .terminal-node-action .submit-btn {
        padding: 4% 5%;
    }

    .footer {
        flex-direction: column;
        padding: 20px;
        padding-bottom: 80px;
    }

    .footer article {
        max-width: none;
        text-align: center;
    }

    .footer .magicpin-info {
        text-align: center;
    }

    .footer .flex-div {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
    
    .footer .social-links {
        margin-top: 30px;
    }

    .footer-categories .category-holder {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 16px;
    }
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
  
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}