/***** FONT *****/

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url('../../fonts/helvetica/Helvetica-Oblique.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold'), url('../fonts/Helvetica-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold Oblique'), url('../../fonts/helvetica/fonts/Helvetica-BoldOblique.woff') format('woff');
}


/*===== Start HTML =====*/

html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    font-family: 'Helvetica';
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    transition: 300ms ease;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*===== End HTML =====*/


/*=============== Start Header Tags ===============*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3;
}

h1 {
    font-size: 74px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

@media(max-width: 1023px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }
}


/*=============== End Header Tags ===============*/


/*=============== Start Common ===============*/

* {
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 300ms ease;
}

button {
    background-color: transparent;
    border: 1px solid transparent;
}

.btn-yellow {
    border-radius: 3px;
    border: 1px solid #e5a812;
    background-color: #e5a812;
    color: #fff;
    box-shadow: none;
}

    .btn-yellow:hover,
    .btn-yellow:focus {
        background-color: #000000;
        border-color: #000000;
        color: #fff;
    }

p {
    color: #000000;
}

ul {
    padding: 0;
    list-style: none;
}

textarea {
    height: 100px !important;
    resize: none;
}

strong {
    display: inline-block;
    margin: 0 0 10px;
}

.flex-container,
.flex-row {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container:before,
    .flex-container:after,
    .flex-row:after,
    .flex-row:before {
        display: none;
    }

.text-md-right {
    text-align: center;
}

@media(min-width:768px) {
    .text-md-right {
        text-align: right;
    }
}

.padding-section {
    padding: 60px 0;
}

.content-middle {
    width: 578px;
    margin: 0 auto 60px;
    font-size: 22px;
    line-height: 30px;
}

main {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
}

.overflow-hidden {
    overflow: hidden;
}

@media(max-width: 767px) {
    .content-middle {
        width: 100% !important;
    }

    .padding-section {
        padding: 30px;
    }
}

.img-pos {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo img {
    width: 100%;
}


/*=============== End Common ===============*/

.box-shade {
    width: 100%;
    margin: 0 auto;
}

@media(min-width:1366px) {
    .box-shade {
        width: 1356px;
    }
}


/*=============== starts header  ===============*/

header .flex-container {
    justify-content: space-between;
    align-items: center;
}

header {
    padding: 15px 0;
    border-bottom: 1px solid #cecece;
}

.right-part {
    color: #000000;
    text-align: right;
    font-size: 17px;
    font-weight: 400;
}

    .right-part a {
        color: #ffffff;
        font-weight: 700;
        display: inline-flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 13px;
    }

        .right-part a:hover {
            color: #ffffff;
        }

        .right-part a.fb {
            background-color: #3b5999;
        }

        .right-part a.twit {
            background-color: #55acee;
        }

        .right-part a.insta {
            background-color: #e4405f;
        }

/* for the mobile view */

@media(max-width:578px) {
    .container.flex-container {
        display: inline-block;
        text-align: center;
    }

    header {
        text-align: center;
    }

    .logo {
        margin: 0 0 20px 0;
    }

    .right-part {
        text-align: center;
    }
}


/*=============== end header ===============*/


/* =============== starts banner title section =============== */

.banner {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

    .banner h6 {
        font-size: 17px;
        font-weight: 600;
        color: #000000;
        padding: 0 0 6px 0;
        margin: 0;
    }

    .banner h1 {
        position: relative;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
        font-size: 30px;
        font-weight: 700;
        color: #000000;
    }

        .banner h1:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
            width: 100px;
            height: 1px;
            background-color: #785500;
        }

    .banner h3 {
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }

    .banner h4 {
        color: #785500;
        font-family: "Helvetica Bold";
        font-size: 17px;
        font-weight: 700;
        margin: 0 0 9px 0;
    }

    .banner a {
        display: inline-block;
        margin-bottom: 25px;
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

@media(min-width:768px) {
    .banner h1 {
        font-size: 36px;
    }
}


/* =============== ends.banner title section =============== */


/* =============== starts footer =============== */

footer {
    padding: 36px 0;
    background-color: #000000;
    text-align: center;
}

    footer .logo img {
        width: auto;
    }


/* =============== ends footer =============== */

/*.alert {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: auto;
    text-align: center;
    color: #fff;
    border: none;
    z-index: 10;
    margin: 0;
}

.alert-danger {
    background-color: #ea483e;
}

.alert-success {
    background-color: #0f980b;
}

.alert button.close {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 15px;
}*/

.btn-upload.uploaded {
    background-color: #e5a812;
    color: #fff;
}

.sweet-alert button.cancel:hover, .sweet-alert button.cancel {
    background-color: #e5a812 !important;
}

.sweet-alert button, .sweet-alert button:hover {
    background-color: #b9b9b9 !important;
}

.account_type {
    padding: 10px;
    background: #FFF;
    display: inline-block;
}

.tabbar .border {
    border-bottom: 3px solid #e5a812 !important;
}

.tabbar .navbar-nav h6 {
    margin: 0;
}

.tabbar .navbar-nav .selected {
    background-color: #e5a812;
}

.navbar-nav .selected a h6 {
    color: #FFF;
}

.accordion-custom-button {
    background-color: #e5a812 !important;
    color: #fff !important;
}

.confirm_account_detail h6 {
}

.confirm_account_detail .detail {
    width: 100%;
    text-align: left;
}

.confirm_account_detail p {
    font-size: 1rem;
    float: left;
}

    .confirm_account_detail p span {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

        .confirm_account_detail p span label {
            font-weight: bold;
            width: 155px;
        }

.confirm_account_detail .details_data {
    display: grid;
    grid-template-columns: 140px 1fr; /* label fixed, value flexible */
    max-width: 600px;
    padding: 1px;
    font-size: 14px;
}

    .confirm_account_detail .details_data div {
        padding: 4px 0;
    }

    .confirm_account_detail .details_data .label {
        font-weight: bold;
        text-align: left;
    }

    .confirm_account_detail .details_data .value {
        text-align: left;
        color: #444;
        word-break: break-word; /* handle long text */
    }


.bordered_text {
    padding: 10px 10px 8px;
    width: 100%;
    color: #000000;
    font-family: "Helvetica";
    font-size: 17px;
    font-weight: 400;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.same_as_address h5 {
    color: #000000 !important;
    font-family: "Helvetica" !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 1px 4px !important;
    white-space: nowrap !important;
}

.select2-container {
    z-index: 10000;
}
/*.select2-container--open {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 9999 !important;
}*/

.tableheaderbg thead tr th {
    background-color: #e5a812 !important;
    color: #fff !important;
    vertical-align: middle;
}

    .tableheaderbg thead tr th:last-child {
        width: 100px;
    }

a.disable {
    cursor: pointer;
    pointer-events: none;
}


.permission_detail {
}

    .permission_detail p {
        font-size: 1rem;
        line-height: 22px;
    }

    .permission_detail span {
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
    }


/*Global Readonly fielonly style*/
.readonly-field {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    color: #555 !important;
    cursor: not-allowed !important;
    opacity: 0.9;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

/* Global select2 disabled styling */
.select2-disabled .select2-selection {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    color: #555 !important;
    cursor: not-allowed !important;
    opacity: 0.9;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

.select2-disabled .select2-selection__arrow {
    display: none !important;
}



.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

/* Alert floats above everything */
.alert-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 550px;
    max-width: 90%;
}

.txt-primary {
    color: #e5a812;
}

[class^="fa-"],
[class*=" fa-"] {
    color: #e5a812 !important;
}

.fa-trash {
    color: #dc3545 !important;
}

.toggle-actions{
    margin-top: 20px;
}