@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table {
    border-collapse: collapse;
}

img {
    vertical-align: middle;
}

input {
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

select {
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

header {
    display: inline-block;
}

* html header {
    height: 0px;
    overflow: hidden;
}

header {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

nav {
    display: inline-block;
}

* html nav {
    height: 0px;
    overflow: hidden;
}

nav {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

section {
    display: inline-block;
}

* html section {
    height: 0px;
    overflow: hidden;
}

section {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

article {
    display: inline-block;
}

* html article {
    height: 0px;
    overflow: hidden;
}

article {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

aside:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

aside {
    display: inline-block;
}

* html aside {
    height: 0px;
    overflow: hidden;
}

aside {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

footer {
    display: inline-block;
}

* html footer {
    height: 0px;
    overflow: hidden;
}

footer {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

div {
    display: inline-block;
}

* html div {
    height: 0px;
    overflow: hidden;
}

div {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: 'DefaultBold';
    src: url('../fonts/ReadexPro-bold.eot');
    src: url('../fonts/ReadexPro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ReadexPro-bold.woff') format('woff'), url('../fonts/ReadexPro-bold.ttf') format('truetype'), url('../fonts/ReadexPro-bold.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DefaultMedium';
    src: url('../fonts/ReadexPro-Medium.eot');
    src: url('../fonts/ReadexPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ReadexPro-Medium.woff') format('woff'), url('../fonts/ReadexPro-Medium.ttf') format('truetype'), url('../fonts/ReadexPro-Medium.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DefaultLight';
    src: url('../fonts/ReadexPro-Light.eot');
    src: url('../fonts/ReadexPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ReadexPro-Light.woff') format('woff'), url('../fonts/ReadexPro-Light.ttf') format('truetype'), url('../fonts/ReadexPro-Light.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DefaultLight';
    src: url('../fonts/ReadexPro-Light.eot');
    src: url('../fonts/ReadexPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ReadexPro-Light.woff') format('woff'), url('../fonts/ReadexPro-Light.ttf') format('truetype'), url('../fonts/ReadexPro-Light.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div#pending_customers {
    /* background-color: white; */
    margin-bottom: 40px;
    padding: 25px 10px;
    border-radius: 10px;
}

/* PRE-LOADING */

#loading-img {
    background: url("../../images/loading.gif") center center no-repeat;
    display: none;
    height: 200px;
    width: 200px;
    position: absolute;
    top: 33%;
    left: 1%;
    right: 1%;
    margin: auto;
}

.container-loader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}


.GenericRedTableButtonApprove {
    border-radius: 4px;
    background-color: #22dcfd;
    position: inherit;
    margin-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #0bb7d5;
    color: #ffffff !important;
    padding: 5px 10px 5px 14px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}


a.back_btn, button.back_btn {
    background: #00bf4f;
    color: white !important;
    padding: 5px 12px;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none ! IMPORTANT;
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: -5px;
}


/* GEBNERAL BODY STYLES */

body {
    background-color: #EBF9EB !important;
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    background-position: fixed;
}

body {
    font-size: 100%;
    overflow-x: hidden;
    background-position: fixed;
}

/* h1 {
    padding: 0px 0px 10px 0px;
    font-size: 2em;
    color: #ffffff;
    font-size: 100%;
    overflow-x: hidden;
    background-position: fixed;
} */

h1 {
    padding: 0px;
    font-size: 2em;
    font-weight: 600 !important;
    color: rgba(48, 42, 42, 1);
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: normal;
    margin-bottom: 1rem;
}

h2 {
    padding: 0px 0px 10px 0px;
    font-size: 2rem;
    color: #000001;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: .5rem;
}

h3 {
    padding: 0px 0px 4px 0px;
    font-size: 1em;
    color: #222222;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

p {
    padding: 0px 0px 10px 0px;
    font-size: 1em;
    color: #222222;
    line-height: 22px;
}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #22dcfd;
    text-decoration: none;
}

p {
    padding: 0px 0px 10px 0px;
    font-size: 1em;
    color: #222222;
    line-height: 22px;
}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #22dcfd;
    text-decoration: none;
}

ol {
    margin: 0 0 15px 25px;
}

ul {
    margin: 0 0 15px 25px;
}

li {
    font-size: 1em;
    margin-bottom: 8px;
    color: #222222;
    line-height: 22px;
}

::selection {
    color: #ffffff;
    background-color: #03bf4f;
}

::-moz-selection {
    color: #ffffff;
    background-color: #03bf4f;
}




/* LOGIN PAGE */

section#LoginBox {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../images/admin/icons/login-bg.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#LoginBoxTop {
    width: 100%;
    float: left;
    height: 160px;
    background-color: #22dcfd;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #7158b9, #2686db, #22dcfd);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #7158b9, #2686db, #22dcfd);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #7158b9, #2686db, #22dcfd);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #7158b9, #2686db, #22dcfd);
    /* Standard syntax */
}

#LoginBoxTopInner {
    width: 100%;
    float: left;
    height: 160px;
    background-image: url(../../images/id-logo.png);
    background-position: center center;
    background-size: 85px;
    background-repeat: no-repeat;
}

#LoginBoxMiddle {
    width: 100%;
    float: left;
}

.SubmitLoginButton {
    font-family: DefaultMedium;
    color: #ffffff;
    background-color: #22dcfd;
    font-size: 1.20em;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    width: 30%;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    cursor: pointer;
    margin: 30px auto 0;
    padding: 10px 30px 10px 30px;
    border: 0;
    float: auto;
}

.SubmitLoginButton:hover {
    background-color: #14c1e0;
    border: 0;
}

.reset_password_link .btn.SubmitLoginButton {
    width: auto;
}


#LoginBoxBottom {
    background-color: #253a47;
    width: 100%;
    float: left;
    padding: 30px 30px 20px 30px;
}

#LoginBoxBottom p {
    color: #ffffff;
    text-align: center;
}

#LoginBoxBottom a {
    color: #ffffff;
}

#LoginBoxBottom a:hover {
    color: #22dcfd;
}





/* MAIN STRUCTURE */

#Outer {
    width: 96%;
    max-width: 1600px;
    margin: 2rem auto 2rem auto;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

nav.Left {
    backdrop-filter: blur(70px);
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.04);
    width: 17.5%;
    /* height: 100%; */
    float: left;
    padding: 0;
    position: relative;
    border-radius: 1.25rem;
    background-color: rgba(2, 22, 21, 1);
}

section.Right {
    width: 81.5%;
    float: right;
    padding: 20px 0% 100px 0%;
    position: relative;
    background-color: #EBF9EB;
    min-height: 1000px;
}



/* TOP BAR */

#MainTitle {
    background-color: #fff;
    float: right;
    width: 81.5%;
    padding: 1rem 1.6rem;
    border-radius: 1.5625rem;
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(70px);
}

#WebsiteView {
    margin-right: 2rem;
    float: left;
    width: 18%;
    border-radius: .6rem;
    color: rgba(3, 191, 78, 1);
    border: 1px solid rgba(3, 191, 78, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6rem;
    background-color: rgba(38, 184, 246, 0.1);
}

#WebsiteView img {
    width: 1.9rem;
    float: left;
    margin-right: .6rem;
    margin-top: 0;
    color: rgba(3, 191, 78, 1);
}

#WebsiteView a {
    color: rgba(3, 191, 78, 1);
    font-size: 1.10em;
}

#WebsiteView a:hover {
    color: rgba(3, 191, 78, 1);
}

#XMLView {
    float: left;
    width: 18%;
    border-radius: .6rem;
    color: rgba(3, 191, 78, 1);
    border: 1px solid rgba(3, 191, 78, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6rem;
    background-color: rgba(38, 184, 246, 0.1);
}

#XMLView img {
    width: 1.9rem;
    float: left;
    margin-right: .6rem;
    margin-top: 0;
    color: rgba(3, 191, 78, 1);
}

#XMLView a {
    color: rgba(3, 191, 78, 1);
    font-size: 1.10em;
}

#XMLView a:hover {
    color: rgba(3, 191, 78, 1);
}


div#Refferal_code {
    float: left;
    width: 18%;
    border-radius: .6rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: .6rem;
    margin-left: 20px;
}

#LoginBlock {
    float: right;
    width: 40%;
}

#LoginBlockPhoto {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    float: right;
}

#LoginBlockText {
    width: 80%;
    margin-right: 2%;
    float: right;
    color: rgba(48, 42, 42, 1);
    font-size: 1.1rem;
    line-height: 60px;
    text-align: right;
}

#LoginBlockText a {
    color: #ffffff;
}

#LoginBlockText a:hover {
    color: #222222;
}

div#LoginBlockText b {
    font-family: 'poppins';
    font-weight: 500;
}


/* ADMIN SIDE MENU */

#Nav {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 40px;
    padding: 1rem;
}

#mySidenavadmin #Nav {
    margin-top: 30px !important;
}

#LogoOuter {
    width: 100%;
    height: 80px;
    position: absolute;
    float: left;
    position: relative;
}

#LogoInner {
    width: 100%;
    height: 80px;
    float: left;
    background-image: url('../images/logo-backend.svg');
    background-position: center center;
    margin-top: 1.3rem;
    background-repeat: no-repeat;
}


#Nav a {
    float: left;
    display: flex;
    align-items: center;
    gap: .5rem;
    clear: both;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    color: rgba(113, 161, 158, 1);
    font-size: 1rem;
    padding: 10px 5% 10px 5%;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    margin-bottom: .4rem;
    border-radius: 0.625rem;
    background-color: rgba(7, 38, 36, 1);
}

#Nav a:hover {
    background: #314d5b;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #253a47, #314d5b);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #253a47, #314d5b);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #253a47, #314d5b);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #253a47, #314d5b);
    /* Standard syntax */
}

#Nav img {
    height: 20px;
}

#Nav svg {
    width: 20px;
    height: 20px;
    margin-left: 0;
    float: left;
    display: block;
    position: relative;
}

#Nav svg path {
    fill: rgba(113, 161, 158, 1) !important;
}

.Salt {
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 0.80em;
    width: 100%;
    padding: 30px 0 10px 0;
}

.Salt a {
    color: #22dcfd;
    text-decoration: none;
}

.Salt a:hover {
    color: #ffffff;
    text-decoration: none;
}



/* ADMIN TOP LEFT BUTTON FOR RESPONSIVE */

#AdminMenuButton {
    position: fixed;
    top: 20px;
    left: 10px;
    background-color: #111111;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: none;
    z-index: 9999999;
}

#AdminMenuButton img {
    height: 20px;
    clear: both;
    padding: 10px;
}

#AdminMenuButton svg {
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px;
    display: block;
    position: relative;
    cursor: pointer;
}

#AdminMenuButton svg path {
    fill: #ffffff !important;
}

#AdminMenuButton svg:hover path {
    fill: #22dcfd !important;
}

.sidenavadmin {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: -250px;
    background-color: #111111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenavadmin .closebtnadmin {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #555555;
}



/* ADMIN DASHBOARD */

.DashboardOptions {
    width: 100%;
    float: left;
    background-color: white;
    padding: 1.6rem 1.5rem 1.6rem 1.5rem;
    margin-bottom: 0;
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.04);
    border-radius: 1.5rem;
}
.DashboardShort::after {
    display: none;
}

.DashboardSquare {
    width: 100%;
    /* margin: 0 1% 20px 1%; */
    background-color: #fff;
    padding: 1.2rem;
    float: left;
    border-radius: 1.5rem;
    position: relative;
    /* height: 14rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.DashboardSquare h3 {
    text-align: center;
    color: #ffffff;
    clear: both;
}

.DashboardShort {
    width: 100%;
    margin: 0 1% 20px 1%;
    background-color: #FAFAFA;
    padding: .5rem .9rem;
    float: left;
    border-radius: 1rem;
    position: relative;
    border: 1px solid #D0D0D0;
    color: #1A191B;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.DashboardShort h3 {
    text-align: center;
    color: #ffffff;
    clear: both;
}

.DashboardOptions img {
    height: 80px;
    clear: both;
}

.DashboardOptions .EnqIcons img {
    height: unset;
}

.DashboardOptions .svg-img {
    width: 2.1rem;
    margin: auto;
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.DashboardOptions svg path {
    fill: #222222 !important;
}

.DashboardSquare:hover svg path {
    fill: #222222 !important;
}

.DashboardSquare:hover h3 {
    color: #222222 !important;
}


.DashMainNotes {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1.2rem;
    padding: 1.4rem;
    margin-bottom: 2rem;
    position: relative;
    height: 100%;
}

/* .DashMainEnquiries {
    float: right;
    width: 98%;
    margin-right: 1%;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
} */

.dash {
    margin-bottom: 20px;
    width: 100%;
    font-size: 0.90em;
}

.dash tr td {
    padding: 10px 10px;
}

.dash-cell {
    background: #f5f6f8;
    border-bottom: 2px solid #ffffff;
    color: #5c6572;
}

#DashEnquiries {
    border-radius: .6rem;
    background-color: #021515;
    /* position: absolute;
    top: 1.2rem;
    right: 2rem; */
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    border-bottom: 3px solid #4b4b4b;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    padding: .4rem 2.5rem;
    font-family: 'Poppins';
}

#DashEnquiries:hover {
    background-color: #021515;
}

#Outer a {
    text-decoration: none;
}




/* GOOGLE PREVIEW STYLES */

#GoogleFrame {
    float: left;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    padding: 50px 30px 20px 30px;
    position: relative;
    border: 1px solid rgba(195, 204, 208, 1);
    border-radius: 1rem;
}

p.GoogleFrameURL {
    color: #3c4043;
    font-size: 0.90em;
}

p.PreviewText {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #cccccc;
}

.seotitlepreview {
    padding: 0;
    background-color: #ffffff;
    color: #3600a6;
    font-size: 1.30em;
}

.seodescriptionpreview {
    padding: 0;
    background-color: #ffffff;
    color: #3c4043;
    font-size: 1em;
}




/* MAIN FORM STYLES */

fieldset {
    width: 100%;
}

.Form1ColIBlock .field, .Form3Col .field {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding-right: 1rem;
}

section.Right .field {
    margin-bottom: 20px;
    float: left;
    padding-right: 1rem;
}

div#ProsConsData .field, #BrokersData .field, #SearchEngineOptimisationData .field, #employeeView .field{
    width: 100% !important;
}

.field p {
    margin: 0px;
}

label {
    display: block;
    float: left;
    padding-bottom: 4px;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(34, 42, 46, 1);
    font-family: 'Poppins';
}


    .select-wrapper {
  position: relative;
  display: inline-block;
      width: 100%;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* space for icon */
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Add dropdown arrow icon */
.select-wrapper::after {
    content: "\f078";
    font-family: "fontawesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
    z-index: 9999;
    display: block;
    width: 15px;
    height: 25px;
}

input,
select,
textarea {
    width: 100%;
    padding: .6rem;
    margin: 0px;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: DefaultMedium;
    border: 1px solid rgba(195, 204, 208, 1);
    color: rgba(87, 94, 98, 1);
    border-radius: .6rem;
}

textarea {
    height: 115px;
    background-color: #ffffff;
    font-family: DefaultMedium;
    border: 1px solid rgba(195, 204, 208, 1);
}

input:focus,
select:focus,
textarea:focus {
    background: #ffffff;
    border: 1px solid #0099cc;
    color: black;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px;
    margin-right: 6px;
    color: #000000;
    content: '\2714';
}

input[type=checkbox]:checked {
    background: #0099cc;
    border: 1px solid #0099cc;
    position: relative;
}

section.Right input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: fontawesome;
    color: white;
    position: absolute;
    font-size: 10px;
    top: -5px;
    left: 1px;
}

input[type=radio] {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 0px;
    margin-right: 6px;
    color: #000000;
    content: '\2714';
}

input[type=radio]:checked {
    background: #0099cc;
    border: 1px solid #0099cc;
}

.SubmitButton {
    font-family: 'Poppins';
    color: #ffffff;
    background-color: #00bf4f;
    float: left;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 40px;
    width: 30%;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    cursor: pointer;
    /* margin-top: 30px; */
    padding: 10px 30px 10px 30px;
    border: 0;
    /* margin-right: 30px; */
    border-radius: 1rem;
}

.SubmitButton:hover {
    background-color: #00973f;
    border: 0;
}

.SubmitButtonRed {
    font-family: DefaultBold;
    color: #ffffff;
    background-color: #c31301;
    float: left;
    font-size: 1em;
    width: 200px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    cursor: pointer;
    margin-top: 30px;
    padding: 10px 30px 10px 30px;
    border-bottom: 3px solid #900f02;
    margin-right: 30px;
}

.SubmitButtonRed:hover {
    background-color: #900f02;
}


.FormLeft {
    float: left;
    width: 32.3%;
    clear: both;
}

.FormRight {
    float: left;
    width: 32.3%;
    margin-left: 20px;
}

.FormFull {
    width: 100%;
    float: left;
    /* display: flex */
}

.Form1Col {
    width: 32%;
    float: left;
    margin-right: 1.3%;
}

.Form1ColIBlock {
    border-radius: 0;
    width: 100%;
    float: left;
    margin-right: 1.3%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(216, 227, 230, 1);
}

.ImagePreview {
    border: 1px solid #22dcfd;
    width: 25%;
    border-radius: 4px;
    padding: 10px;
    float: left;
        margin-bottom: 15px;
}

.ImagePreview img {
    width: 100%;
}

.ImagePreview2 {
    background-color: #defaff;
    width: 19%;
    margin: 0px 1% 10px 0%;
    border-radius: 4px;
    padding: 15px;
    float: left;
}

.ImagePreview2 img {
    width: 100%;
}

.ImagePreviewInner {
    float: left;
    width: 100%;
    height: 120px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ImagePreview2 input {
    background-color: #defaff !important;
    padding: 4px;
    margin-top: 4px;
}

.ImagePreview2 input[type=checkbox] {
    width: 15px;
    height: 15px;
    background-color: #edf9fc;
    border-radius: 4px;
    padding: 0px;
    margin-right: 6px;
    color: #000000;
    content: '\2714';
}

.ImagePreview2 input[type=checkbox]:checked {
    background: #22dcfd !important;
}

.Form3Col {
    clear: both;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.Form3Col div {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    /* Actually FF 20+ */
}

.BrowseButton {
    width: 80px;
    margin-left: 2px;
    text-align: center;
}

.nostyle {
    width: 20px;
    padding-top: 5px;
}

.InnerFloat {
    float: left;
    font-size: 0.85em;
    min-width: 100%;
    margin-top: 10px;
    display: flex !important;
    align-items: center;
}

.OptionAdd {
    color: rgba(3, 191, 78, 1);
    background-color: transparent;
    font-size: 1rem;
    border-radius: 4px;
    margin-top: 0px;
    padding: 0;
    clear: both;
    float: left;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Poppins';
    text-decoration: underline;
}

.main {
    overflow-y: scroll;
    height: 380px;
}

table.two-column-table {
    margin-top: 0 !important;
}



/* ACCORDION STYLES */

div.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.04);
    outline: none;
    cursor: pointer;
    position: relative;
    clear: both;
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
    padding: 1.5rem 2rem;
    margin: 20px 0 0 0;
    border-bottom-left-radius: 1.5625rem;
    border-bottom-right-radius: 1.5625rem;
}

div.accordion h2 {
    color: rgba(48, 42, 42, 1);
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-family: 'Poppins';
}

div.accordion.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #ffffff !important;
}

div.panel {
    display: none;
}

div.panel.show {
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.04);
    display: block;
    margin: 0 0% 40px 0%;
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom-left-radius: 1.5625rem;
    border-bottom-right-radius: 1.5625rem;
    padding: 0px 15px 30px 28px;
}




/* GENERIC BUTTONS */

.GenericButton {
    border-radius: .5rem;
    background-color: #00bf4f;
    position: relative;
    float: right;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    border-bottom: 3px solid #00bf4f;
    padding: .5rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    margin-right: 1rem;
}

.GenericButton:hover {
    background-color: #05ad4b;
    color: white;
}

.GenericRedButton {
    border-radius: .5rem;
    background-color: #c31301;
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    border-bottom: 3px solid #900f02;
    padding: .5rem 3.5rem;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GenericRedButton:hover {
    background-color: #900f02;
}

.GenericTableButton {
    border-radius: 4px;
    background-color: #03bf4f !important;
    position: inherit;
    float: right;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #03b34a;
    padding: 0 10px 0 10px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericTableButton:hover {
    background-color: #04a343;
}

.GenericTableButtonBlack {
    border-radius: 4px;
    background-color: #021415;
    position: inherit;
    float: right;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #242424;
    padding: 0 10px 0 10px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericTableButtonBlack:hover {
    background-color: #444444;
}

.GenericRedTableButton {
    border-radius: 4px;
    background-color: #c31301 !important;
    position: inherit;
    float: right;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #900f02;
    color: #ffffff !important;
    padding: 0 10px 0 10px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericRedTableButton:hover {
    background-color: #900f02;
}

.GenericRedTableButtonReject {
    border-radius: 4px;
    background-color: #c31301;
    position: inherit;
    float: right;
    margin-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #900f02;
    color: #ffffff !important;
    padding: 0px 10px 0px 14px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericRedTableButtonReject:hover {
    background-color: #900f02;
}

.GenericRedTableButtonPending {
    border-radius: 4px;
    background-color: #314D5B;
    position: inherit;
    margin-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #314D5B;
    color: #ffffff !important;
    padding: 5px 15px 5px 14px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericRedTableButtonPending:hover {
    background-color: #314D5B;
}

.GenericRedTableButtonApprove {
    border-radius: 4px;
    background-color: #021415;
    position: inherit;
    float: right;
    margin-left: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #242424;
    color: #ffffff !important;
    padding: 0px 10px 0px 14px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericRedTableButtonApprove:hover {
    background-color: #242424;
}

.GenericTableButtonView {
    border-radius: 4px;
    background-color: #03bf4f;
    position: inherit;
    float: right;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.75em !important;
    line-height: 24px;
    text-align: center;
    border-bottom: 3px solid #03b34a;
    padding: 0 10px 0 10px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.GenericTableButtonView:hover {
    background-color: #03bf4f;
}

.remove_field {
    position: absolute;
    right: auto;
    top: 0;
    left: 10rem;
}

.MultimediaIcons svg {
    width: 32px;
    height: 32px;
    padding: 8px 0 0 8px;
    float: left;
    display: block;
    position: relative;
}

.MultimediaIcons svg path {
    fill: #222222 !important;
}

.MultimediaIcons svg:hover path {
    fill: #666666 !important;
}

.remove_field svg {
    width: 32px;
    height: 32px;
    padding: 8px 0 0 8px;
    float: left;
    display: block;
    position: relative;
}

.remove_field svg path {
    fill: #222222 !important;
}

.remove_field svg:hover path {
    fill: #666666 !important;
}



/* ENQUIRIES */
div.accordion.enquiries {
    color: #222222;
    border: 0;
    text-align: left;
    word-break: break-all;
    box-shadow: none;
    border-bottom: 1px solid #D8E3E6;
    border-radius: 1rem;
    padding: 5px 0px;
}

div.accordion.enquiries.list-page {
    padding: 15px 10px;
}


div.accordion.enquiries:last-child {
  border-bottom: 0;
}
div.accordion.enquiries.active {
    font-family: DefaultBold;
    background-color: #ffffff !important;
}

div.panel.enquiries.show {
    background-color: #ffffff;
    border: 0px;
    padding-top: 2rem;
}

.EnqName,
.EnqEmail,
.EnqDate,
.EnqIcons,
.EnqIcons svg {
    font-size: .9rem;
    font-weight: 400;
    font-family: 'Poppins';
}

.EnqName {
    float: left;
    width: 35%;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins';
}

.EnqEmail {
    float: left;
    width: 40%;
}

.EnqDate {
    float: left;
    width: 20%;
}

.EnqIcons {
    float: left;
    width: 2.5rem;
    margin-right: 1rem;
}

.DashMainEnquiries .EnqIcons {
    float: left;
    width: 2rem;
    padding: 8px 0 8px 0;
    margin-right: 1rem;
}

.EnqIcons svg,
.DashMainEnquiries .EnqIcons img {
    width: 2.3rem;
    height: 2rem;
    padding: 0 0 0 0;
    float: left;
    display: block;
    position: relative;
    border-radius: .4rem;
}

.EnqIcons svg path {
    fill: #222222 !important;
}

.EnqIcons svg:hover path {
    fill: #666666 !important;
}

.UserPhoto {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
}



/* MEMBERS TABLE */

.MemberPanelLeft {
    float: left;
    margin-bottom: 30px;
    width: 30%;
    position: relative;
    margin-right: 5%;
}

.MemberPanelMiddle {
    float: left;
    margin-bottom: 30px;
    width: 30%;
    position: relative;
    margin-right: 5%;
}

.MemberPanelRight {
    float: left;
    margin-bottom: 30px;
    width: 30%;
    position: relative;
}

.MemberPanelFull {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

div.accordion.members {
    background-color: #ffffff;
    border: 0px solid #cbcbcb;
}

div.accordion.members.active {
    background-color: #ffffff !important;
    color: #1e1e1e;
}

div.panel.members.show {
    background-color: #ffffff;
    border: 0px;
    padding-top: 1.5rem;
}


div.panel table p {
    margin: 0;
    padding: 0;
}

div.panel table {
    margin-top: 30px;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1em;
}

div.panel tr td {
    padding: 5px 10px;
}

div.panel tr th {
    padding: 5px 10px;
    text-align: left;
}

div.panel tr {
    border-bottom: #edf9fc 2px solid;
}

div.panel tr {
    background: #ffffff;
}

div.panel tr:nth-child(odd) {
    background: #ffffff;
}

div.panel tr:nth-child(even) {
    background: #ffffff;
}


/* Subscriber TABLE */

.SubscriberPanelLeft {
    float: left;
    margin-bottom: 0px;
    width: 30%;
    position: relative;
    margin-right: 5%;
}

/* ORDERS */

div.accordion.orders {
    background-color: #edf9fc;
    border: 0px solid #cbcbcb;
}

div.accordion.orders.active {
    background-color: #22dcfd !important;
    color: #ffffff;
}

div.panel.orders.show {
    background-color: #edf9fc;
    border: 0px;
}

.StatusBG2 {
    background-color: #efe4be !important;
}

.StatusBG3 {
    background-color: #bee9cf !important;
}

.StatusBG4 {
    background-color: #d9b5b1 !important;
}

.OrderNum {
    float: left;
    width: 8%;
    padding: 8px 0 8px 0;
}

.OrderName {
    float: left;
    width: 20%;
    padding: 8px 0 8px 0;
}

.OrderEmail {
    float: left;
    width: 28%;
    padding: 8px 0 8px 0;
}

.OrderDate {
    float: left;
    width: 22%;
    padding: 8px 0 8px 0;
}

.OrderMobile {
    float: left;
    width: 28%;
    padding: 8px 0 8px 0;
}

.OrderPrice {
    float: left;
    width: 8%;
    padding: 8px 0 8px 0;
}

.OrderIcons {
    float: left;
    width: 14%;
    padding: 8px 0 8px 0;
    text-align: right;
}

.OrderIcons svg {
    width: 20px;
    height: 20px;
    padding: 0 0 0 0;
    float: left;
    display: block;
    position: relative;
}

.OrderIcons svg path {
    fill: #222222 !important;
}

.OrderIcons svg:hover path {
    fill: #666666 !important;
}

.OrderItem {
    width: 90%;
    margin-left: 10%;
    float: left;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0 10px 0;
}

.OrderItemName {
    width: 30%;
    float: left;
}

.OrderItemOptions {
    width: 60%;
    float: left;
}

.OrderItemPrice {
    width: 10%;
    float: left;
    text-align: right;
}


.OrdersBottomAddress {
    background-color: #ffffff;
    border-radius: 4px;
    float: left;
    margin-left: 10%;
    width: 45%;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.OrdersBottomNote {
    background-color: #ffffff;
    border-radius: 4px;
    float: right;
    width: 40%;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.OrdersBottomLeft {
    float: left;
    width: 40%;
    margin-top: 35px;
    clear: both;
}

.OrdersBottomRight {
    float: right;
    width: 60%;
    margin-top: 20px;
}

.ProcessingButton {
    border-radius: 4px;
    background-color: #3d3c3b;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 0.85em;
    line-height: 30px;
    text-align: center;
    border-bottom: 3px solid #181817;
    padding: 0 20px 0 20px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.ProcessingButton:hover {
    background-color: #181817;
}

.OnHoldButton {
    border-radius: 4px;
    background-color: #f7c104;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 0.85em;
    line-height: 30px;
    text-align: center;
    border-bottom: 3px solid #c99d03;
    padding: 0 20px 0 20px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.OnHoldButton:hover {
    background-color: #c99d03;
}

.ShippedButton {
    border-radius: 4px;
    background-color: #02d958;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 0.85em;
    line-height: 30px;
    text-align: center;
    border-bottom: 3px solid #019b3e;
    padding: 0 20px 0 20px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.ShippedButton:hover {
    background-color: #019b3e;
}

.CancelledButton {
    border-radius: 4px;
    background-color: #c31301;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 0.85em;
    line-height: 30px;
    text-align: center;
    border-bottom: 3px solid #900f02;
    padding: 0 20px 0 20px;
    -o-transition: 1s;
    -moz-transition: 1s;
    -khtml-transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.CancelledButton:hover {
    background-color: #900f02;
}

.Right {
    float: right;
}





/* TABLE SYTLE */

table {
    border-collapse: collapse;
}

.users {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1em;
}

.users tr td {
    padding: 15px 20px;
}

.users-header {
    background: #78b4c2;
    color: #ffffff;
    border-bottom: 1px solid #253a47;
    font-weight: 400;
}

.users-cell {
    background: #ffffff;
    border-bottom: 1px solid #253a47;
}




/* GENERIC PAGINATION */

section#GeneralPagination {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px 0% 0px 0%;
}

section#GeneralPagination .Pagination2 {
    float: left;
    border: 1px solid #ebe9e9;
    background-color: #ebe9e9;
    font-size: 0.85em;
    color: #111111;
    padding: 5px 9px 5px 9px;
    margin-right: 6px;
    margin-bottom: 5px;
}

section#GeneralPagination .Pagination {
    float: left;
    border: 1px solid #ebe9e9;
    font-size: 0.85em;
    color: #222222;
    padding: 5px 9px 5px 9px;
    margin-right: 6px;
    margin-bottom: 5px;
}

section#GeneralPagination .Pagination a {
    color: #222222;
    text-decoration: none;
}

section#GeneralPagination .Pagination a:hover {
    color: #222222;
    text-decoration: none;
}



/* SITE STRUCTURE */

.site-title-box {
    display: flex;
    color: black;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
}

.site-title-box p,
.site-title-box p a {
    color: black;
    font-size: 1rem;
}

.site-title-box h5 {
    font-weight: 500;
    font-family: 'Poppins';
}

.site-title-box a {
    color: #ffffff;
}

.site-title-box a:hover {
    color: #22dcfd;
}

.site-map-title {
    display: block;
    background-color: #021515;
    width: 100%;
    font-size: 1.10em;
    position: relative;
    color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 5px;
    float: left;
}

.site-map-title a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.90em;
    font-weight: 400;
}

.site-map1 {
    display: block;
    background-color: #ffffff;
    width: 95%;
    font-size: 1em;
    position: relative;
    margin-left: 5%;
    padding: 20px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 5px;
    float: left;
}

.site-map1 a {
    text-decoration: none;
    color: #03bf4f;
}

.site-map1 a:hover {
    text-decoration: none;
    color: #03a845;
}

.site-map2 {
    display: block;
    background-color: #ffffff;
    width: 90%;
    font-size: 1em;
    position: relative;
    margin-left: 10%;
    padding: 20px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 5px;
    float: left;
}

.site-map2 a {
    text-decoration: none;
    color: #03bf4f;
}

.site-map2 a:hover {
    text-decoration: none;
    color: #03a845;
}

.site-map3 {
    display: block;
    background-color: #ffffff;
    width: 85%;
    font-size: 1em;
    position: relative;
    margin-left: 15%;
    padding: 20px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 5px;
    float: left;
}

.site-map3 a {
    text-decoration: none;
    color: #22dcfd;
}

.site-map3 a:hover {
    text-decoration: none;
    color: #222222;
}

.site-map4 {
    display: block;
    width: 95%;
    font-size: 1em;
    position: relative;
    margin-left: 5%;
    margin-top: 0px;
    margin-bottom: 5px;
    float: left;
}

.FileStoreImagePreview {
    background-color: #ffffff;
    width: 19%;
    margin: 0px 0.5% 5px 0.5%;
    border-radius: 4px;
    padding: 15px;
    float: left;
    position: relatrive;
}

.FileStoreImagePreviewImage {
    width: 100%;
    float: left;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
}

.FileStoreImagePreview p {
    margin: 0;
    padding: 0;
}

.FileStoreImagePreview small {
    font-size: 0.80em;
}



.ListTitle {
    float: left;
    width: 30%;
    position: relative;
    margin-right: 2%;
}

.ListSection {
    float: left;
    width: 40%;
    position: relative;
    margin-right: 2%;
}

.ListIcons {
    float: left;
    width: 10%;
    position: relative;
}

.ListIcons img {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
}

.ListIcons svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-left: 10px;
    float: left;
    display: block;
    position: relative;
}

.ListIcons svg path {
    fill: #000000 !important;
}

.ChildPlus {
    background-color: #021415;
    background-image: url('../images/admin/icons/add.png');
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 16px;
    left: -15px;
}

.view-button {
    float: inline-end;
}





/* ALERTS */

#AlertPanel {
    width: 98%;
    margin: 0 1% 40px 1%;
    border-radius: 8px;
    background-color: #8c1202;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 1.10em;
    clear: both;
    position: relative;
}

p.AlertPanelText {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
}

.closebtn {
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: 16px;
}



/* REPORTS */

.StatBox {
    float: left;
    background-color: #edf9fc;
    margin: 0 2% 0 0%;
    width: 18%;
    height: 110px;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.StatBox p {
    text-align: center;
    margin: 0px;
    line-height: 20px;
    font-size: 0.90em;
}

.StatBox big {
    font-family: DefaultBold;
    font-size: 1.60em;
}

#ReportLeft {
    width: 48%;
    float: left;
    margin-top: 40px;
}

#ReportRight {
    width: 48%;
    float: right;
    margin-top: 40px;
}

.ReportRow {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: #edf9fc;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.ReportRow p {
    margin: 0px;
    line-height: 20px;
    padding: 0px;
}

.RightText {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: DefaultBold;
    font-size: 1.20em;
}




/* NOTICE BOARD STYLES */

.DashboardNotice {
    border-radius: 4px;
    float: left;
    width: 99%;
    padding: 30px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 1%;
    border: 1px solid #ffffff;
}

.DashboardResource {
    border-radius: 4px;
    float: left;
    width: 49%;
    padding: 30px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 1%;
    font-size: 1.30em;
    color: #222222;
    border: 1px solid #ffffff;
}

.Pink {
    background-color: #e183e4;
    color: #ffffff;
}

.Pink h1 {
    color: #ffffff;
}

.Pink h2 {
    color: #ffffff;
}

.Pink h3 {
    color: #ffffff;
}

.Pink p {
    color: #ffffff;
}

.Yellow {
    background-color: #f2ff9d;
    color: #222222;
}

.Yellow h1 {
    color: #222222;
}

.Yellow h2 {
    color: #222222;
}

.Yellow h3 {
    color: #222222;
}

.Yellow p {
    color: #222222;
}

.Green {
    background-color: #7cca87;
    color: #ffffff;
}

.Green h1 {
    color: #ffffff;
}

.Green h2 {
    color: #ffffff;
}

.Green h3 {
    color: #ffffff;
}

.Green p {
    color: #ffffff;
}

.Ferrari {
    background-color: #fa3103;
    color: #ffffff;
}

.Ferrari h1 {
    color: #ffffff;
}

.Ferrari h2 {
    color: #ffffff;
}

.Ferrari h3 {
    color: #ffffff;
}

.Ferrari p {
    color: #ffffff;
}

.Lime {
    background-color: #b6f102;
    color: #222222;
}

.Lime h1 {
    color: #222222;
}

.Lime h2 {
    color: #222222;
}

.Lime h3 {
    color: #222222;
}

.Lime p {
    color: #222222;
}

.Blue {
    background-color: #0e2c7b;
    color: #ffffff;
}

.Blue h1 {
    color: #ffffff;
}

.Blue h2 {
    color: #ffffff;
}

.Blue h3 {
    color: #ffffff;
}

.Blue p {
    color: #ffffff;
}

.Cyan {
    background-color: #09cbbb;
    color: #ffffff;
}

.Cyan h1 {
    color: #ffffff;
}

.Cyan h2 {
    color: #ffffff;
}

.Cyan h3 {
    color: #ffffff;
}

.Cyan p {
    color: #ffffff;
}

.Grey {
    background-color: #e9e9e9;
    color: #222222;
}

.Grey h1 {
    color: #222222;
}

.Grey h2 {
    color: #222222;
}

.Grey h3 {
    color: #222222;
}

.Grey p {
    color: #222222;
}

.Clear {
    background-color: #ffffff;
    color: #222222;
}

.Clear h1 {
    color: #222222;
}

.Clear h2 {
    color: #222222;
}

.Clear h3 {
    color: #222222;
}

.Clear p {
    color: #222222;
}

/*Search Box*/
.search-box {
    display: flex;
    position: relative;
    align-items: center;
    background-color: #ffffff;
    border: 0;
    padding: 0;
    border-radius: 0.6rem;
    width: 100%;
    margin: 20px 0;
}

.search-input {
    width: 98%;
    padding: 10px;
    border: none;
    border-radius: .6rem;
    outline: none;
    font-family: DefaultMedium, helvetica;
    font-size: 1em;
    background-color: #ffffff;
    color: rgba(139, 139, 139, 1);
    font-weight: 300;
}

.search-input:focus {
    border: 0;
}

.search-icon {
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    cursor: pointer;
    fill: #00bf4e;
    margin-left: 0;
    transition: fill 0.3s;
    margin-right: 0.6rem;
}

.search-icon:hover {
    fill: #0bb7d5;
}

.invisible-button {
    background: none;
}

.invisible-button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}


/*.emailverified{ margin-left: 5%; cursor: pointer;accent-color: #22dcfd;color:#ffffff; font-size:1.20em; padding:0;}*/
/*.emailverified + label {color:#ffffff; font-size:1.20em; padding:0; cursor: pointer; margin-left: 4px; }*/

section.Right input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6 {
    word-wrap: break-word;
    /* Breaks long words */
    overflow-wrap: break-word;
    /* Ensures words wrap if they're too long */
}

@media only screen and (max-width: 1024px) {

    /* BLUE - FOR IPAD LANDSCAPE AND SMALLER */
    #AdminMenuButton {
        display: block;
    }

    nav.Left {
        display: none;
    }

    section.Right {
        width: 100%;
    }

    #MainTitle {
        width: 100%;
    }

    .Form1Col {
        width: 49%;
        float: left;
        margin-right: 1%;
    }

    .Form3Col {
        clear: both;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .DashboardRight {
        float: right;
        width: 100%;
        border: 1px solid #cbcbcb;
        margin-bottom: 30px;
    }

    .DashMainEnquiries {
        float: right;
        width: 100%;
        border: 1px solid #cbcbcb;
    }

}


@media only screen and (max-width: 667px) and (orientation: portrait) {
    /* PURPLE - FOR IPHONE 6 PORTRAIT AND SMALLER */

    .Form1Col {
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    .Form3Col {
        clear: both;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }

}

.Form2ColIBlock {
    width: 100%;
    float: left;
    margin-right: 1.3%;
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.volume_edit_page .ImagePreview img {
    width: 100%;
    height: 12rem;
    object-fit: contain;
}

.lesson_edit_page .ImagePreview img {
    width: 100%;
    height: 12rem;
    object-fit: contain;
}

.lesson_edit_page .Form1ColIBlock video {
    aspect-ratio: 16 / 10;
    border-radius: 1.1rem;
    object-fit: cover;
}



div.panel.show .col-md-6.field.phone_field div#countryCodeWrapper {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

div.panel.show .col-md-6.field.phone_field select#countryCode {
    -webkit-appearance: auto;
    padding-right: 0;
}

div.panel.show .col-md-6.field.phone_field input[type="number"] {
    display: inline-block;
    width: 80%;
}

/* registration flow */
.login-image img {
    width: 100%;
    height: 41rem;
    border-radius: 1.3rem;
    object-fit: cover;
    object-position: bottom;
}

.login-row {
    background-color: rgba(2, 31, 29, 0.8);
    border-radius: 1.5rem;
    border: 1px solid rgba(20, 94, 86, 1);
}

.login-img-text h3 {
    font-size: 3.1rem;
    color: rgba(3, 191, 78, 1);
    font-family: "Montserrat", sans-serif;
}

.login-img-text h4 {
    font-size: 2.5rem;
    background: linear-gradient(90deg, rgba(172, 212, 211, 1), rgba(78, 184, 122, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -0.5rem;
}

.login-img-text {
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;
}

.login-content h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
}

.login-content p {
    color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    max-width: 80%;
    font-weight: 300;
    font-family: 'Poppins';
    line-height: 1.7;
}

.login-content p a.mt-3 {
    color: white;
}

.login-fields input,
.login-fields select.form-control {
    border: none;
    background: transparent !important;
    border-bottom: .5px solid rgba(255, 255, 255, 1);
    border-radius: 0;
    color: rgba(255, 255, 255, 1) !important;
}


.login-side {
    padding-left: 3rem;
    padding-right: 3rem;
}

section#LoginBox .container {
    max-width: 80%;
}

.SubmitLoginButton.green-btn {
    background: rgba(3, 191, 78, 1);
    font-size: 1rem;
    width: 100%;
    color: #fff;
    border: none;
    padding: 0.3rem 1rem;
    border-radius: 3rem;
    cursor: pointer;
    text-transform: capitalize;
    line-height: 2.5rem;
    font-weight: 600;
    font-family: 'Poppins';
}

.SubmitLoginButton.green-btn:disabled {
    color: black;
    background-color: #cccccc;
}

.SubmitLoginButton.green-btn:active {
    background: rgba(3, 191, 78, 1);
    color: #fff;
}

.below-line {
    color: #fff;
    font-size: 1rem;
}

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 1rem; */
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 1rem;
}

.forgot-password {
    white-space: nowrap;
}

.remember-me {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}

.remember-me input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(31, 103, 100, 1);
    border-radius: .4rem;
    background: rgba(13, 59, 57, 1) !important;
    cursor: pointer;
    position: relative;
}

.remember-me input[type="checkbox"]:checked::after {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(3, 191, 78, 1);
    font-size: .9rem;
}

.forgot-password {
    font-size: 1rem;
    color: rgba(3, 191, 78, 1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: #00ff99;
}

.login-fields .form-control,
.login-fields select.form-control {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 1rem;
    padding: 20px 10px 10px;
}

.login-fields .form-control:focus {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: .5px solid rgba(255, 255, 255, 1) !important;
    font-size: 1rem;
}

.login-fields .form-control::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 1;
    padding: 0 !important;
    font-size: 1rem;
}

input.LoginField:-webkit-autofill,
input.LoginField:-webkit-autofill:focus,
input.LoginField:-webkit-autofill:hover,
input.LoginField:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s !important;
    font-size: 1rem;
}

.country_tel_field .iti {
    width: 100%;
    color: #fff;
}

.login-fields .pass_validation li {
    color: #fff;
    margin-top: 0.2rem;
    list-style: none;
    margin-bottom: 0;
}

.already_login {
    max-width: 100% !important;
}

.password-container .fa-eye {
    color: #fff;
}


.file-icon {
    font-size: 1.7rem;
    color: rgba(57, 143, 139, 1);
}

.file-title {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}

.file-types {
    font-size: .9rem;
    color: #a0a0a0;
}

.upload-btn {
    color: rgba(3, 191, 78, 1);
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.upload-btn input {
    display: none;
}

.file-upload-box {
    position: relative;
    border-radius: 1rem;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg,
            rgba(2, 94, 92, 0.1) 0%,
            rgba(4, 45, 43, 1) 100%);
    z-index: 1;
    overflow: hidden;
}

.file-upload-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    padding: 2.1px;
    background: linear-gradient(90deg,
            rgba(14, 58, 55, 1),
            rgba(24, 103, 98, 1));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.file-upload-box .d-flex {
    white-space: nowrap;
}

.otp-verification-box {
    max-width: 25rem;
    margin: auto;
    padding: 1.2rem;
    text-align: center;
    color: #fff;
}

/* Icon */
.otp-icon img.otp {
    width: 7rem;
    margin-bottom: 1.2rem;
}

/* OTP Inputs */
.otp-inputs .otp-input {
    width: 3.5rem;
    height: 3.2rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background: transparent;
    outline: none;
    border-radius: 0;
}

.otp-inputs .otp-input:focus {
    border-bottom-color: #4ade80;
}

.otp-timer {
    font-size: 1.1rem;
}

.otp-timer .time {
    color: rgba(3, 191, 78, 1);
    font-weight: 600;
}

.otp-timer .resend {
    margin-left: .3rem;
    color: rgba(161, 161, 161, 1);
    text-decoration: none;
}

.otp-timer .resend:hover {
    color: #4ade80;
}

.green-btn {
    background: #4ade80;
    border: none;
    padding: .8rem 1.9rem;
    border-radius: 1.9rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.green-btn:hover {
    background: rgb(6 152 64) !important;
    color: white !important;
}

.pending_verification {
    width: 8.5rem;
}

a#resendOtpBtn {
    color: #03bf4e;
    padding: 0;
    font-size: 1rem;
}

.otp-timer a.disabled {
    color: #ffffff !important
}

a#resendOtpBtn:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

a.theme_btn_blue_cus,
button.theme_btn_blue_cus {
    background: #03bf4e;
    color: white !important;
    padding: 7px 25px;
    border-radius: 100px !important;
    text-align: center;
    width: auto;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

a.theme_btn_blue_cus:hover,
button.theme_btn_blue_cus:hover {
    background: #03bf4e;
    color: white !important;
}

.modal-dialog-centered.approval-modal {
    max-width: 35%;
    margin: auto;
}

.approval-modal h5#confirmApproveModalLabel {
    font-family: "Poppins", sans-serif;
}

.approval-modal button.btn.btn-secondary.cancel {
    background-color: #5858585e;
    border-radius: 3rem;
    padding: .7rem 2rem;
    border: 0;
}

.approval-modal .modal-content {
    border-radius: 1.2rem;
    padding: 0.5rem 1rem;
    border-top: .5rem solid #00bf4f;
}


.modal-dialog-centered.delete-modal {
    max-width: 35%;
    margin: auto;
}

.delete-modal h5#confirmDeleteModalLabel {
    font-family: "Poppins", sans-serif;
}

.delete-modal button.btn.btn-secondary.cancel {
    background-color: #5858585e;
    border-radius: 3rem;
    padding: .7rem 2rem;
    border: 0;
}

.delete-modal .modal-content {
    border-radius: 1.2rem;
    padding: 0.5rem 1rem;
    border-top: .5rem solid #00bf4f;
}



.modal-dialog-centered.description-modal {
    max-width: 55%;
    margin: auto;
}

.description-modal h5#descriptionModalLabel {
    font-family: "Poppins", sans-serif;
}

.description-modal .modal-content {
    border-radius: 1.2rem;
    padding: 0.5rem 1rem;
    border-top: .5rem solid #00bf4f;
}

.otp-inputs {
    gap: 1.5rem;
}

p.mini-line {
    max-width: 100%;
    font-size: .9rem;
    color: #6DA6A3;
}




ul#loginTabs {
    background: rgba(7, 50, 49, 1);
    border-radius: 3rem;
    border: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: .3rem;
    margin-left: 0 !important;
}

ul#loginTabs .nav-link.active {
    color: rgba(3, 191, 78, 1) !important;
    border-radius: 2rem !important;
    width: 100% ! IMPORTANT;
    max-width: 100% !important;
    padding: .5rem 1.7rem;
    background-color: white;
}

ul#loginTabs li.nav-item {
    width: 50%;
}

ul#loginTabs .nav-link {
    color: rgba(77, 175, 173, 1) !important;
    border-radius: 2rem !important;
    background-color: rgba(7, 50, 49, 1);
    width: 100%;
}


/*Table Actions*/

.responsive_div td.active {
    color: green !important;
}

.responsive_div td.pending {
    color: darkorange !important;
}

.responsive_div td.inactive {
    color: #d74171 !important;
}

.responsive_div .table td.h6.complete {
    color: #3dbf5f !IMPORTANT;
}

.responsive_div .near_candidate_fav i.fa.fa-heart.faviurite {
    color: #e82c2d;
}

.responsive_div .near_candidate_fav input.fav_icon {
    padding: 0;
    width: 30px;
    height: 25px;
    position: absolute;
    opacity: 0;
    margin-left: 3px;
}

td.action_icons i.fa {
    font-size: 20px;
    padding: 2px 8px;
    color: #aeb9d7;
}


.responsive_div {
    width: 100%;
}


h2.main_heading_cus {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
}


.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #222222;
    font-size: 15px;
}

.login-row .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: white;
    font-size: 15px;
}

.upload_file_wrapper {
    display: block;
    align-items: center;
    gap: 10px;
    width: 40%;
    text-align: center;
}

.upload_file_wrapper .custom-button {
    background: transparent;
    color: #22dcfd;
    border: 2px solid #22dcfd;
    border-radius: 10px;
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload_file_wrapper .custom-button:hover {
    background: #22dcfd;
    color: #fff;
}

.upload_file_wrapper .custom-text {
    font-size: 13px;
    color: #555;
}


/*Password Eye*/

.password-container {
    position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.password-container .fa-eye {
    position: absolute;
    top: 28%;
    right: 2%;
    cursor: pointer;
    color: lightgray;
    font-size: 20px;
    color: white;
}


.theme_form_page_cus a.btn.btn-outline-primary.btn-sm {
    background: transparent;
    color: #314d5b;
    border: 1px solid #314d5b;
    border-radius: 10px;
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 500;
}

/*Creat Form Page*/


.row.form_box.theme_form_page_cus .row.form-group .col-md-6,
.row.form_box.theme_form_page_cus .row.form-group .col-md-4,
.row.form_box.theme_form_page_cus .row.form-group .col-md-3,
.row.form_box.theme_form_page_cus .row.form-group .col-md-12 {
    padding: 10px 15px;
    margin: 0 !important;
}

.row.form_box.theme_form_page_cus form label {
    font-weight: 500;
    color: #2b2f32;
}

.row.form_box.theme_form_page_cus form input.form-control,
.row.form_box.theme_form_page_cus form select {
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}

.row.form_box.theme_form_page_cus form textarea {
    border-radius: 3px;
    padding: 5px 10px;
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col label {
    margin-bottom: 10px;
    margin-top: 0;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col {
    text-align: left;
}

.row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle {
    background-color: transparent !important;
    border: 1px solid #cecece !important;
    border-radius: 10px;
    padding: 10px 10px;
}

.row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle .filter-option:after {
    top: 15px;
}

.row.form_box.theme_form_page_cus .bootstrap-select .show .dropdown-menu.inner {
    display: block;
}

.row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.bootstrap-select .dropdown-menu li a.dropdown-item:active,
.bootstrap-select .dropdown-menu li a.dropdown-item.active {
    background-color: transparent !IMPORTANT;
    color: #51555e;
}

/*Doc*/

.row.form_box.theme_form_page_cus .documents_box {
    border: 1px solid #b8c0c3;
    padding: 10px 25px;
    border-radius: 10px;
}

.row.form_box.theme_form_page_cus h3.doc_title {
    font-size: 20px;
    margin-bottom: 0;
}

.row.form_box.theme_form_page_cus h3.doc_title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.row.form_box.theme_form_page_cus .documents_box i.fa.fa-file-text-o {
    font-size: 20px;
    margin-right: 10px;
    color: #818889;
}

.row.form_box.theme_form_page_cus .documents_box .col-md-2 i.fa {
    font-size: 20px;
    color: #818889;
    float: right;
    margin-right: -10px;
    margin-top: -5px;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc {
    text-align: center;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc label {
    margin: 0;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc h4 {
    font-size: 18px;
    color: #da831c;
    font-weight: 600;
}

/*Simple doc input*/

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col input.file-input-simple {
    width: 100%;
}


/*View Document Approve & Reject*/

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.doc_status {
    font-size: 15px;
    color: #28a745;
    border: 1px solid;
    padding: 5px 15px;
    width: auto;
    border-radius: 100px;
    display: unset;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.rejected {
    color: #dc3545;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.approve {
    color: #28a745;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.pending {
    color: #da831c;
}


.row.form_box.theme_form_page_cus {
background-color: white;
    padding: 15px 20px !important;
    box-shadow: 0 0 5px #ccc;
    border-radius: 1rem;
    width: 100%;
    border-top: .4rem solid rgba(3, 191, 78, 1);
    margin: 1rem auto 1rem auto;
}


.row.form_box.theme_form_page_cus button.submit {
    background: rgba(3, 191, 78, 1);
    color: white;
    padding: .8rem;
    text-align: center;
    margin: 20px auto 0;
    border: none;
    display: block;
    width: 25%;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 3rem;
    font-size: 1rem;
}

/*Profile Page*/


.profile_page_main .row.form_box.theme_form_page_cus {
    margin: 25px 10px;
    padding: 10px 20px 30px !IMPORTANT;
}

.profile_page_main .row.top_profile_section img.logo_top {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    object-fit: contain;
    color: #22dcfd;
    border: solid 3px;
}

.profile_page_main .row.top_profile_section .title_col {
    align-self: center;
}

.profile_page_main .row.top_profile_section h3.top_heading_cus {
    font-size: 30px;
    display: block;
    width: 100%;
}


.profile_page_main .col-md-3.main-top-btn-col {
    align-self: center;
}

.profile_page_main .row.top_profile_section h5.experience {
    color: #8c8ca6;
    font-weight: 400;
}

.profile_page_main .row.top_profile_section h5.experience span {
    color: #1b2b3b;
}

/*Fields*/

.profile_page_main .row.form_box.theme_form_page_cus input.form-control,
.profile_page_main .row.form_box.theme_form_page_cus select.form-control,
.profile_page_main .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none !IMPORTANT;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    height: calc(1.5em + 0.75rem + 0px);
    -webkit-appearance: auto;
}

.profile_page_main .row.form_box.theme_form_page_cus label {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
}

.profile_page_main .row.form_box.theme_form_page_cus.branch_details select.form-control {
    -webkit-appearance: none;
}



.profile_page_main.view_page .row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu {
    display: none !IMPORTANT;
}

.profile_page_main.view_page .bootstrap-select>.dropdown-toggle .filter-option:after {
    display: none !IMPORTANT;
}

.profile_page_main.view_page .row.form_box.theme_form_page_cus .bootstrap-select button.btn {
    cursor: default;
}

.profile_page_main .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}


.profile_page_main .row.form_box.theme_form_page_cus p.multi_values {
    border: none;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    margin-bottom: 0;
    font-size: 14px;
}

.profile_page_main .row.form_box.theme_form_page_cus p.multi_values b {
    font-weight: 500;
}

.profile_page_main .row.form_box.theme_form_page_cus label.accept-label {
    color: #3dbf5f;
    font-weight: 500;
}

.profile_page_main .row.form_box.theme_form_page_cus label.allote_label {
    color: darkorange;
    font-weight: 500;
}

.profile_page_main .row.form_box.theme_form_page_cus .wrapper.shift_status p.multi_values:last-child {
    border: none !important;
}




/*Leaves*/

.main-btn a.add_new_btn {
    background: rgba(3, 191, 78, 1) !important;
    color: white;
    padding: 10px 25px;
    border-radius: 101px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: right;
    font-weight: 500;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
}


a.main_add_new_btn {
    background: rgba(3, 191, 78, 1) !important;
    color: white !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    /* float: right; */
    text-decoration: none !IMPORTANT;
}

div#data_table_filter {
    display: none;
}

div#data_table_length {
    display: none;
}
@media screen and (min-width: 1200px) {

    html,
    body {
        font-size: 1vw !important;
    }

    .container {
        max-width: calc(1vw + 88rem) !important;
    }
    #Outer{
        max-width: calc(1vw + 96rem);
    }
}

@media screen and (max-width: 1198.98px) {
    .login-image img {
        width: 100%;
        height: 36rem;
    }

    section#LoginBox .container {
        max-width: 90%;
    }

    .login-side {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 991.98px) {
    section#LoginBox {
        height: auto;
        padding: 3rem 0;
    }
}

/* new ui code */



 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #00bf4e;
    border: none;
    color: white !important;
}

 .dataTables_wrapper .dataTables_paginate .paginate_button{
    background: #dcdcdc;
    border: none;
    color: #747474 !important;
    border-radius: 50px;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #00bf4e;
    border: none;
    color: white !important;
}
.dataTables_wrapper div.dataTables_paginate, div.Content-main-section3 .dataTables_wrapper div.dataTables_info {
    padding-top: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
}
 .dataTables_wrapper .dataTables_paginate {
    margin-right: 15px;
}
 .dataTables_wrapper .paginate_button.previous, .Content-main-section3 .dataTables_wrapper .paginate_button.next {
    display: none;
}

.Left {
    width: 250px;
    background-color: #0b2f2f;
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease;
}

/* When scrolled */
.Left.fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}


.Left.fixed::-webkit-scrollbar {
    width: 8px;
    /* scrollbar width */
}

.Left.fixed::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* track color */
    border-radius: 10px;
}

.Left.fixed::-webkit-scrollbar-thumb {
    background: #00973f;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.Left.fixed::-webkit-scrollbar-thumb:hover {
    background: #00973f;
}


#LoginBlockText a {
    color: rgba(227, 82, 82, 1);
    text-decoration: underline !important;
    font-family: 'Poppins';
    font-weight: 500;
}

.accordion:after {
    content: '\f067';
    overflow: visible;
    font-family: "FontAwesome";
    margin-top: -1rem;
    background-color: black;
    width: 2rem;
    height: 2rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .4rem;
}

hr.green-line {
    opacity: 1;
    color: rgba(3, 191, 78, 1);
    border: 1.5px solid;
    margin-bottom: 1.5rem;
    margin-top: -.4rem;
    z-index: 11111;
    position: relative;
}

.mini-field {
    width: 50%;
}

.main-field {
    width: 50%;
    float: left;
}

.Form1ColIBlock h4 {
    color: rgba(48, 42, 42, 1);
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 1rem;
}

.left-side-field,
.right-side-field {
    width: 50%;
}

.main-side-field {
    display: flex;
}

.upload-box {
    border: 1px dashed rgba(174, 198, 209, 1);
    border-radius: 12px;
    padding: 60px 20px;
    text-align: center;
    background-color: rgba(242, 246, 250, 1);
    cursor: pointer;
    transition: 0.3s;
    max-width: 90%;
    margin: 0px auto;
}

.upload-box i {
    font-size: 40px;
    color: #9aa0a6;
    display: block;
    margin-bottom: 15px;
}

.upload-box span {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(3, 191, 78, 1);
    text-decoration: underline;
    float: left;
}

.upload-box input[type="file"] {
    display: none;
}

.field-title {
    width: 50%;
    float: left;
}

.field-title p {
    padding-right: 1.5rem;
}

.filter-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-bar select,
.filter-bar input,
.filter-bar button {
    margin-right: 10px;
    border-radius: .6rem;
}

.filter-bar .btn-search {
    border: 1px solid rgba(3, 191, 78, 1);
    color: rgba(3, 191, 78, 1);
    background: #fff;
    border-radius: .6rem;
    padding: .5rem 3rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins';
}

.filter-bar .btn-search:hover {
    background: #28a745;
    color: #fff;
}

.filter-bar .btn-csv {
    background: rgba(3, 191, 78, 1);
    color: #fff;
    font-weight: 600;
    border-radius: .8rem;
    padding: .5rem 1.3rem;
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Poppins';
}

.commom-datatable-wrapper table {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    border: none;
    padding: 10px 10px;
}

.commom-datatable-wrapper thead {
    background: #ffffff;
    border: 0 !important;
    outline: 0 !important;
}

.commom-datatable-wrapper thead th,
.commom-datatable-wrapper tbody td {
    padding: 1rem 0.8rem !important;
    vertical-align: middle;
    border: none;
    color: rgba(93, 93, 93, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1rem;
}

.table-responsive.commom-datatable-wrapper {
    background-color: #ffffff00 !important;
    border-radius: 1.5rem;
}

.table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.table tbody tr:last-child {
    border-bottom: none !important;
}

.action-btn {
    background: #0a1d14;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #fff;
    transition: 0.2s;
}

.action-btn:hover {
    opacity: 0.8;
}

section.Right h3 {
    color: rgba(48, 42, 42, 1);
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Poppins';
}

.main-listing input.form-control,
select.form-control {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(139, 139, 139, 1);
}

.table-responsive.commom-datatable-wrapper {
    background-color: #fff ! IMPORTANT;
}

.table thead th,
.table thead tr {
    border: 0 !important;
    color: rgba(0, 0, 0, 1);
    font-weight: 500 !important;
    font-family: 'Poppins';
    font-size: 1rem;
    padding: 1rem 1.5rem !important;
}
.table td, .table th {
    padding: 1.2rem !important;
    color: #5D5D5D;
    font-weight: 400;
   border-top: 1px solid #dee2e6 !important;
}

.accordion.enquiries:after {
    margin-top: 0rem;
}

.subscribe.accordion,
.accordion.members {
    display: block;
}

.subscribe.accordion:after {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
}

.accordion.members:after {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
}

#GeneralPagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #03bf4f;
    border-color: #03bf4f;
}

#GeneralPagination .page-link {
    color: #03bf4f;
}

.graph-container h4 {
    font-family: 'Poppins';
}
.dash-cards, .dash-cards-black{
    border-radius: 1.3rem !important;
}
.dash-cards h4 {
    color: rgba(42, 50, 52, 1);
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.dash-cards-black h4 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.dash-cards p {
    color: rgba(94, 94, 94, 1);
    font-size: 1rem;
}

.dash-cards-black p {
    color: rgb(255, 255, 255);
    font-size: 1rem;
}

.dash-cards-black {
    background-color: rgba(2, 22, 21, 1) !important;
    color: #fff;
}

.dashboard-main h4 {
    font-family: 'Poppins';
}

p.inactive {
    margin: 0;
    padding: 0;
    color: rgba(3, 191, 78, 1);
}

button.action-eye, a.action-eye {
    background-color: rgba(239, 244, 247, 1);
    padding: .4rem .6rem;
    border-radius: .7rem;
    color: rgba(155, 169, 177, 1);
    font-size: 1.2rem;
}

button.action-approved, a.action-approved {
    color: #fff;
    background-color: rgba(3, 191, 78, 1);
    padding: .4rem 1.4rem;
    border-radius: .6rem;
    font-size: .9rem;
}

.DashboardSquare h3,
.DashboardShort h3 {
    color: rgba(48, 42, 42, 1);
    font-size: 1rem !important;
    font-weight: 600;
    font-family: 'Poppins';
}

.DashboardShort h3 {
    color: #1A191B;
    margin: 0;
}
.dash-tab1 {
    display: flex;
    align-items: center;
    gap: .3rem;
}
.dash-cards, .dash-cards-black {
    position: relative;
}


.dash-cards .svg-wrapper {
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.dash-cards .svg-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green-outline {
    border: 1px solid #03BF4E;
    background-color: transparent !important;
    color: #03BF4E !important;
    border-bottom: 1px solid #03BF4E !important;
    padding: .5rem 1rem !important;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}
.DashMainEnquiries {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
}
.link-green {
    background-color: transparent !important;
    border: 0 !important;
    color: #03BF4E !important;
    padding: 0 !important;
    text-align: end ! IMPORTANT;
    text-decoration: underline;
}
table {
    background-color: white;
    border-radius: 1rem;
    border: 0 !important;
}
table::after{
    display: none;
}

.table tr:first-child th,
.table tr:first-child td {
  border-top: none;
}

.table tr:last-child th,
.table tr:last-child td {
  border-bottom: none;
}
.inactive {
    color: #03BF4E;
}
a.action-eye:hover {
    color: #01bf4e;
}
.table {
    padding: 0 !important;
    width: 100% ! IMPORTANT;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 1rem 1.5rem !important;
}
.btn-secondary {
    background-color: #021615 !important;
    border-color: #021615 !important;
}
.btn-primary {
    background-color: #03bf4f !important;
    border-color: #03bf4f !important;
}
.btn-danger {
    background-color: #c31301 !important;
    border-color: #c31301 !important;
}
.dataTables_wrapper .dataTables_info {
    padding-left: 2rem !important;
}

.toast-error {
  background-color: #BD362F !important; /* red background */
  color: #fff !important; /* white text */
}

.toast-success {
  background-color: #5cb85c !important; /* green background */
  color: #fff !important;
}

section#LoginBox .align-items-center .col-lg-7 {
    position: relative;
}


.custom-pagination {
    text-align: center;
    margin-top: 20px;
}

.custom-pagination .page-link {
    display: inline-block;
    margin: 10px 5px 0;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background-color: #f8f9fa;
}

.custom-pagination .page-link:hover {
    background-color: #00bf4f;
    color: white;
}

.custom-pagination .active {
    background-color: #00bf4f !important;
    color: white !important;
    pointer-events: none;
}


video.video_ads_edit {
    width: 50%;
    height: auto;
}

div.dataTables_wrapper {
    position: relative;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1rem 0;
}
.nav-tabs .nav-link{
  border: 1px solid rgba(3, 191, 78, 1) !important;
  color: rgba(3, 191, 78, 1);
      border-radius: 2rem !important;
    padding: .7rem 1rem !important;  
    margin-bottom: 1rem !important; 
}
.nav-tabs .nav-link.active , .nav-tabs .nav-link:hover{
    background-color: rgba(3, 191, 78, 1) !important;
    color: #fff !important;
    margin: 0;
}
ul#myTab {
    margin: 0;
    display: flex;
    gap: 1rem;
    border: 0;
}
#myTabContent .row {
    padding: 1rem 2rem !important;
}
#myTabContent .card{
border-radius: 1rem;
}



.responsive_div {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.responsive_div table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px; /* adjust if you want a minimum width */
}

.responsive_div th,
.responsive_div td {
  white-space: nowrap;
  text-align: center;
  padding: 10px;
}
.responsive_div {
  overflow-x: scroll;
}
.leave-data strong{
    font-family: 'Poppins' !important;
}

#lessonVideoPopup {
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #000;
    object-fit: contain;
}

/*Multi Select*/

.dropdown.bootstrap-select.show-tick.field {
    width: 100%;
}

.dropdown.bootstrap-select button.btn.dropdown-toggle.btn-light.bs-placeholder {
    width: 100%;
    background-color: rgb(255, 255, 255);
    font-family: DefaultMedium;
    color: rgb(87, 94, 98);
    padding: 0.6rem;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(195, 204, 208);
    border-image: initial;
    border-radius: 0.6rem;
}