@font-face {
    font-family: 'OpenSans';
    src: url('../css/fonts/OpenSans.eot');
    src: url('../css/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/OpenSans.woff2') format('woff2'),
        url('../css/fonts/OpenSans.woff') format('woff'),
        url('../css/fonts/OpenSans.ttf') format('truetype'),
        url('../css/fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Extrabold';
    src: url('../css/fonts/OpenSans-Extrabold.eot');
    src: url('../css/fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('../css/fonts/OpenSans-Extrabold.woff') format('woff'),
        url('../css/fonts/OpenSans-Extrabold.ttf') format('truetype'),
        url('../css/fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}


/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f4f4f4;
}

/* Headings */
h1, h2 {
    color: #333;
    text-align: center;
}

/* Table Styles (Admin Panel) */
table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #c62828;
    color: white;
}

/* Image Preview */
.preview-image {
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
}

/* Action Links */
a {
    text-decoration: none;
    font-weight: bold;
}

a.approve {
    color: green;
}

a.reject {
    color: red;
}

a:hover {
    text-decoration: underline;
}

/* Logout Button */
.logout {
    display: inline-block;
    padding: 8px 12px;
    background: red;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* User Form (Girl Panel) */
form {
    background: white;
    width: 65%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
}

/* Labels */
label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-align: left;
}

/* Input Fields */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* File Upload */
input[type="file"] {
    margin-top: 5px;
    width: 100%;
}

/* Buttons */
button {
    width: 100%;
    background: #ff4081;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background: #e91e63;
}

/* 29-8-25 R */

.image-side img{
    width: 100%;
    height: auto;
}
.g-form-main .container{
    max-width: 1340px;
    margin: auto;
}
.g-form-main{
    background-color: #fff;
    margin-bottom: 40px
}
.g-form-main .g-box{
    display: flex;
}
.g-form-main .g-box form{
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:20px;
    column-gap: 10px;
    padding: 0 15px;
    width: 34%;
}
.g-form-main .g-box .image-side{
    width: 66%
}
.g-form{
    margin: 0;
    background-color: #fff;
}
.g-form-main h2{
    color: #d81c51;
    font-size: 36px;
    font-family: cursive;
    text-align: center;
    font-weight: 400;
    padding: 30px 10px 40px;
}
.g-form-main label{
    font-family: 'OpenSans-Extrabold';
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 7px;
    width: 100%
}
.g-form-main .b-box{
    width: 48%;
    display: grid;
    align-content: space-between;
    align-items: baseline;
}
.g-form-main .b-box input,
.g-form-main .b-box select,
.g-form-main .b-box textarea{
    border:1px solid #d81c51;
    border-radius: 0;
    width: 100%;
    margin: 0;
    height: 44px;
    box-sizing: border-box;
    font-family: "OpenSans";
    font-size: 15px;
    color: #000;
    font-weight: 400;
    padding: 10px;
    background:#fff; 
    resize: none;
}
.g-form-main .b-box button{
    background: #ff7e70;
    color: white;
    display: flex;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 4px;
    font-family: "OpenSans";
    border: 1px solid #d81c51;
    transition: all 0.5s;
}
.g-form-main .b-box button:hover{
    background-color: #d81c51
}
.custmer-profile-m .g-box form{
    width: 90%!important;
    margin: auto;
}
.custmer-profile-m{
    clear: both;
    padding-bottom: 30px
}
.register-cls-main .b-box label[for="Advertiser"],
.register-cls-main .b-box label[for="Customer"],
.register-cls-main .b-box input[type="radio"]{
    width: fit-content;
    display:inline-block;
    font-family: "OpenSans";
    font-weight: normal;
}
.register-cls-main .b-box input[type="radio"]{
    margin-right: 5px
}

.b-box.credit-balance-box{
    width: 100%;
    text-align: left;
}
.b-box.credit-balance-box p,
.b-box.credit-balance-box-two p{
    font-size: 18px;
    text-align: left;
    color: #000;
}
.escout-all-services {
  position: relative;
  min-width: 48%!important;
  width: fit-content!important;
  margin-top: auto;
}

.multi-select {
  position: relative;
  min-width: 100%;
  width: fit-content;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 8px;
  border-radius:0;
  cursor: pointer;
  min-height: 43px;
  border: 1px solid #d81c51;
  font-family: 'OpenSans';
  font-size: 16px
}

.selected-options span.tag {
  background: #ff7e70;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 13px;
}

.selected-options span.tag i {
  margin-left: 6px;
  cursor: pointer;
  font-style: normal;
}

.selected-options .placeholder {
  color: #000;
  font-size: 15px
}

.dropdown {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.dropdown li a{
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.2s;
  display: block;
  color: #000;
  text-align: left;
}

.dropdown li a:hover {
  background: #ffe3e3;
  text-decoration: none;
}


@media screen and (min-width: 1242px) and (max-width: 1500px) {
    .g-form-main .g-box form{
        width: 34%
    }
    .g-form-main .g-box .image-side{
        width: 66%
    }
}
@media screen and (min-width: 1025px) and (max-width: 1241px) {
    .g-form-main .g-box form{
        width: 38%
    }
    .g-form-main .g-box .image-side{
        width: 62%
    }
    .g-form-main .b-box input, .g-form-main .b-box select, .g-form-main .b-box textarea{
        height: 38px;
        font-size: 13px;
    }

    .selected-options{
        min-height: 38px;
        padding: 4px 8px;
    }
    .g-form-main .b-box.calls_per_hour{
        width: 48%!important
    }
    .escout-all-services{
        min-width: 100%!important
    }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
    .g-form-main .g-box form{
        width: 38%
    }
    .g-form-main .g-box .image-side{
        width: 62%
    }
    .g-form-main .b-box input, .g-form-main .b-box select, .g-form-main .b-box textarea{
        height: 38px;
        font-size: 13px;
    }

    .selected-options{
        min-height: 38px;
        padding: 4px 8px;
    }
    .g-form-main .b-box.calls_per_hour{
        width: 48%!important
    }
    .escout-all-services{
        min-width: 100%!important
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .g-form-main .g-box form, 
    .g-form-main .g-box .image-side{
        width: 100%
    }
    .g-form-main .g-box{
        flex-wrap: wrap;
        gap:30px;
    }
}
@media screen and (max-width: 767px) {
    .g-form-main .g-box form, 
    .g-form-main .g-box .image-side{
        width: 100%;
    }
    .g-form-main .g-box{
        flex-wrap: wrap;
        gap:30px;
    }      

    .custmer-profile-m .g-box form{
        width: 100%!important;
        padding: 0;
    }
    .g-form-main{
        padding-top: 50px!important
    }
}
@media screen and (max-width: 480px){
    .g-form-main .b-box{
        width: 100%
    }
    .g-form-main .g-box form{
        flex-wrap: wrap;
    }
    .g-form-main h2{
        font-size: 28px;
        padding: 20px 10px;
    }
    .g-form-main .b-box button{
        margin-top: 0
    }

    .g-form-main .b-box.calls_per_hour{
        width: 100%!important
    }
    .escout-all-services{
        min-width: 100%!important
    }
}
/* 29-8-25 R */
/* Responsive Design */
@media screen and (max-width: 400px) {
    form {
        width: 90%;
    }

    table {
        font-size: 14px;
    }
}

/* Outer Box */
.simple-filter-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    max-width: 100%;
    margin-bottom: 20px;
}

/* Clean Select Style */
.simple-select {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
    outline: none;
    appearance: none;
    transition: border-color 0.2s ease;
}

/* On Focus */
.simple-select:focus {
    border-color: #999;
}

/* Smooth hover */
.simple-select:hover {
    border-color: #b5b5b5;
}
