.add-border {
    border: 2px solid #FC8F06;
    height: 75vh;
    position: absolute;
    left: 13px;
    top: 14px;
    width: calc(100% - 30px);
    z-index: -1;
    border-radius: 12px;
}

.main .the-content {
    height: 70vh !important;
    background: #333333;
    position: relative;
    z-index: 99;
    border-radius: 12px;
    padding: 40px 20px !important;
    overflow: hidden !important;
    object-fit: fill;
    display: block;
}

.list-tag {
    border-radius: 12px;
    padding: 5px 10px 10px;
    gap: unset;
    height: 100%;
    overflow-y: scroll;
    margin-top: -10px;
    transition: 0.3s;
}

.list-tag::-webkit-scrollbar {
    display: none;
}

.titlep-top {
    width: fit-content;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    contain: content;
    text-align: center;
    border-radius: 17.086px;
    border: 1.068px solid #FFEE83;
    background: linear-gradient(90deg, #DFBE78 0%, #FBEBA3 47.5%, #DFBE78 100%);
    box-shadow: 0px 1.068px 0.374px 0px rgba(165, 125, 67, 0.86), 1.602px 2.67px 0.908px 0px rgba(137, 102, 50, 0.56) inset, -0.534px -1.068px 1.709px 0px rgba(0, 0, 0, 0.20) inset;
}

.titlep-top h1 {
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.the-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 10px;
}

.the-content .form-register-agency p {
    padding-bottom: 5px !important;
}

.the-content a {
    font-size: 18px;
    color: #1890FF;
}

.the-content .hightline {
    color: #FC8F06;
    font-size: 18px;
    font-weight: 700;
}

.the-content .title h2 {
    color: #FC8F06;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.3;
}

.the-content .img-content {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.the-content .img-content img {
    width: 100%;
    height: auto;
}

.list-info {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.list-info li {
    list-style: disc;
    margin-left: 15px;
}

.list-info li span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

.list-info.contact li span {
    background: linear-gradient(172deg, #FFF 18.31%, #FEFFE5 32.38%, #FFF 46.33%, #FFFCF0 59.96%, #FFF 79.67%);
    text-shadow: 0px 0px 6.762px #F00;
    -webkit-text-stroke-width: 0.43809524178504944;
    -webkit-text-stroke-color: #FC8F06;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.btn-list-agency {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 20px;
}

.btn-list-agency .btn-agency-left {
    display: flex;
    width: calc(60% - 10px);
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.btn-list-agency .btn-agency-left a,
.btn-list-agency .btn-agency-right a {
    width: 100%;
    padding: 10px;
    background-color: #000000;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transition: 0.3s;
}

.btn-list-agency .btn-agency-left .active {
    background-color: #FC8F06;
}

.btn-list-agency .btn-agency-left a:hover,
.btn-list-agency .btn-agency-right a:hover {
    background-color: #FC8F06;
}

.btn-list-agency .btn-agency-right {
    display: flex;
    width: calc(40% - 10px);
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.note-text {
    background: linear-gradient(0deg, #F49A25 10.31%, #F7BA22 71.66%), linear-gradient(180deg, #FF8000 -0.74%, rgba(255, 128, 0, 0.00) 111.57%);
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.note-text p {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 10px;
}

.note-text p .hightline {
    color: #000;
}

.note-text p .note {
    color: #EE1A26;
    font-weight: 700;
}

.table {
    width: 100%;
    margin-left: 0px;
    border: 1px solid #fff;
    margin: 15px 0px;
}

.table tbody tr {
    text-align: center;
    background: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.3;
}

.table tbody tr th {
    text-align: center;
    background: hsl(37, 100%, 60%);
    border-color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
    border: 1px solid #ffffff;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
    line-height: 1.3;
}

.table tbody tr td {
    text-align: center;
    background: #333333;
    border-color: #fff;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    font-weight: 400;
    line-height: 1.3;
}

.text-messager {
    color: #fff;
    padding: 3px 0px;
    display: inline-block;
    line-height: 1.3;
    font-size: 16px;
}

.form-label {
    padding: 5px 0px 2px;
    color: #fff;
}

.main .the-content.agency {
    min-height: 78vh !important;
    /*max-height: unset !important;*/
    /*height: unset !important;*/
}

.form-regiter .start-line {
    width: 18px;
    height: 22px;
    padding-top: 5px;
    margin-right: 5px;
}

.form-regiter .mb-3 {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .m-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-info {
        font-size: 15px;
    }

    .titlep-top {
        padding: 8px 10px;
    }

    .titlep-top h1 {
        font-size: 17px;
    }

    .add-border {
        height: 95.5% !important;
    }

    .main .the-content.agency {
        height: 80dvh !important;
        min-height: unset !important;
    }

    .wp-site {
        background-image: unset;
        background-color: #111111;
    }

    .the-content {
        padding: 8px;
    }

    .add-border {
        left: 10px;
        top: 12px;
        width: calc(100% - 20px);
    }

    .the-content .btn-list-agency a {
        font-size: 14px;
    }

    .btn-list-agency {
        gap: 10px;
    }

    .main .the-content {
        height: 71dvh !important;
        padding: 30px 20px !important;
    }

    .btn-list-agency .btn-agency-left {
        width: calc(60% - 5px);
        gap: 15px;
    }

    .btn-list-agency .btn-agency-right {
        gap: 15px;
    }

    .the-content .title h2 {
        font-size: 18px;
    }

    .the-content p,
    .the-content .hightline {
        font-size: 15px;
    }

    .list-tag {
        padding: 5px 0px 10px;
    }

    .list-info li span {
        font-size: 15px;
    }
}