:root {
    --maincolor: #10274a;
    --secondcolor: #2e5bff;
    --body: #f4f8fc;
    --fade: #e5eef9;
    --black: #080909;
    --boxcolor: #E8E8F4;
    --border :#dedede99;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--maincolor) !important;
    font-size: 15px !important;
}
.list-group-item{
    background-color: transparent !important;
}
p{
    margin-bottom: 0px !important;
}
/* login page css */




.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex !important;
    align-content: center;
}

.loginMainContainer {
    display: flex;
    height: 100vh;
    background-color: #f7f7f757;
}


.loginSideSectionMain{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.innerLoginContainer{
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.innerLoginContainer img {
    width: 220px;
}
.otherLoginMainSec{
    width: 360px;
    margin: auto;
}
.otherLoginMainSec .formSection .rememberSection{
    margin-top: 25px !important;
}
.otherLoginMainSec .forgotSection{
    margin-top: 25px !important;
}

.formSection input, .formSection select {
    width: 100%;
    height: 47px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.formSection textarea{
    margin-bottom: 20px;
    height: 90px;
}
.forgotSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgotSection a {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #777;
}

.passwordSection {
    position: relative;
}

.passwordSection button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0px;
    background: transparent;
    font-size: 20px;
    color: #ced4da;
}

.rememberSection {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rememberSection input {
    width: 15px;
    height: 15px;
    margin-bottom: 0px !important;
}

.rememberSection label {
    margin-bottom: 0px;
    margin-left: 6px;
}

.mainLoginButton {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondcolor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.newAccountLink p{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.loginWithSec{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.loginWithSec div a img{
    margin-right: 10px;
    width: 20px;
    margin-bottom: 0px;
}
.loginWithSec div a{
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 2px;
}
.loginWithSec div{
    width: 49%;
    text-align: center;
    border: 1px solid #666;
    border-radius: 50px;
}

.loginWith{
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
/* Left line */
.loginWith::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: #666;
    transform: translateY(-50%);
}

/* Right line */
.loginWith::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: #666;
    transform: translateY(-50%);
}

.otherLoginDetailSide{
    background-image: url('../images/hero_bg.png');
    background-size: cover;
    background-position: center;
    width: 50%;
}

.innerOtherLoginSide{
    height: 100%;
    padding: 60px 60px 0px;
    background-color: #171f25;
    display: flex;
    flex-direction:column ;
}

.otherLoginDetailSide h1{
    font-size: 28px;
    line-height: 39px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.otherLoginDetailSide h1 span{
    color: var(--secondcolor);
}

.otherLoginDetailSide H6{
    font-size: 14px;
    font-weight: 600;
    color: #dde4fe;
    margin-bottom: 50px;
}

.twoSecLogin h3{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
}
.twoSecLogin p{
    margin-bottom: 0px;
    font-size: 15px;
}

.twoSecLogin{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.iconSideSeclogin{
    width: 50px;
    margin-right: 20px;
    height: 50px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: var(--secondcolor);
}

.mainTwoUp .iconSideSeclogin{
    background-color: #fff;
}

.fullImgSec{
    width: 100%;
}

.textSideSeclogin{
    color: #fff;
}

/* .whstappimglogin{
    width: 35px;
    margin-bottom: 25px;
} */

.starSectionWithHeading {
    position: relative;
    width: 76%;
}
.starSectionWithHeading img{
    width: 60px;
    position: absolute;
    top: -22px;
    right: 0px;
}

.urlsearchSec div i{
    margin-left: 15px;
    margin-right: 20px;
}
.urlsearchSec{
    background-color: #ffffff52;
    padding: 8px 5px;
    border-radius: 50px;
    color: #fff6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 20px;
}
.urlsearchSec span i{
    margin-right:15px;
    color: #fff;
}

.formSectionFull{
    margin-top: 50px;
}

.registerFormSec{
    width: 90%;
}
.buttonSectionRegister{
    display: flex;
    margin-top: 15px !important;
    justify-content: space-between;
}
.buttonSectionRegister button:first-child i{
    margin-right: 10px;
}

.buttonSectionRegister button:last-child i{
    margin-left: 10px;
}

.buttonSectionRegister button:first-child{
    border:1px solid #666;
    color: #666;
    background-color: #a49d9d4d;
}
.buttonSectionRegister button i{
    font-size: 18px;
}
.buttonSectionRegister button{
    width: 160px;
}

.otherLoginMainSec h1{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
}
.otherLoginMainSec p{
    margin-bottom: 25px !important;
}
.formNumberSection{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.formNumberSection div{
    display: flex;
    align-items: center;
}
.formNumberSection h2{
    font-size: 30px;
    font-weight: 900;
    margin-right: 10px;
    margin-bottom: 0px;
}
.formNumberSection h4{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0px;
}
.formNumberSection h4 span{
    font-size: 15px;
    font-weight: 400;
}

.lineState{
    height: 2px;
    background-color: #333;
    width: 160px;
}

.formNumberSection section{
    display: flex;
    align-items: center;
}

.boxCircle{
    width: 20px;
    height:20px;
    background-color: #ddd;
    border-radius: 50px;
    border:5px solid var(--secondcolor);
    margin-right: 8px;
}
.formNumberSection .withoutBorder{
    border:5px solid #666;
}

.numberSectionFlag{
    display: flex;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    background-color: #f2f2f2;
    padding: 5px 10px;
    position: absolute;
    height: 45px;
    top: 1px;
    left: 13px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.numberSectionFlag img{
    width: 25px;
    margin-right: 5px;
}

.numberSectionMain{
    position: relative;
}
.numberSectionMain input{
    padding-left: 85px;
}

#otherInformation{
    display: none;
}



/*  */

/* .dashboard_body{
    background-color: #f1f3f4b8;
} */
.header{
    height: 80px;
    width: 100%;
    background-color: #fff;
}
.mainContainerSection{
    height: calc(100vh - 80px);
    display: flex;
    justify-content: space-between;
}
.sideBarSection{
    width: 280px;
    padding: 20px;
    background-color: #fbfbfb;
    border-right: 1px solid var(--border);
    overflow: auto;
}

::-webkit-scrollbar {
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mainContentSection{
    width: calc(100% - 280px);
    padding: 20px 20px 0px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.header{
    display: flex;
}
.logoSidePanel{
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
}
.logoSidePanel img{
    width: 170px;
}
.headerSide{
    background-color: #fbfbfb;
    width: calc(100% - 280px);
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
}

.profiledrop {
    position: relative;
}
.headerSide button {
    display: flex;
    border: 0px;
    text-align: left;
    background-color: transparent;
    align-items: center;
}
.headerSide button img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-right: 10px;
}
.headerSide button div {
    margin-top: 11px;
}
.headerSide button h5 {
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
    color: #222;
    line-height: 2px;
}
.headerSide button span {
    font-size: 11px;
    font-weight: 600;
    color: #333;
}
.headerSide ul {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.headerSide ul li {
    margin-left: 12px;
}
.dropdownProfile {
    position: absolute;
    background-color: #fff;
    border-top: 2px solid var(--maincolor);
    padding: 15px;
    width: 200px;
    top: 58px;
    display: none;
    right: 0px;
    z-index: 9999999;
}

.dropdownProfile a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.headerSide a {
    color: #333;
}

.dropdownProfile a:last-child {
    margin-top: 10px;
    color: #ff6d43;
}
.headerSide button i, .sidebarbutton i{
    font-size: 17px;
    color: #444;
}
.dropdownProfile i{
    margin-right: 8px;
}

.sideBarSection ul li {
    border:0px;
    padding: 0px;
}
.sideBarSection ul li a i{
    margin-right: 8px;
}
.sideBarSection ul li a{
    color: var(--maincolor);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.sideBarSection h2{
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 13%;
    margin: 15px 0px;
    color: #666;
}
.sideBarSection h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10%;
    height: 0.5px;
    background-color: #666;
    transform: translateY(-50%);
}
.listMenuSection a{
    display: block;
    margin-bottom: 15px;
}
.accodHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapse a{
    margin-bottom: 10px;
} 
.collapse a:last-child{
    margin-bottom: 30px;
}

.mainContentSection h1 span{
    color: var(--maincolor);
}
.mainContentSection h1{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 800;
}
.buttonSecWhatsapp button:last-child{
    margin-left: 20px;
}
.buttonSecWhatsapp button{
    width: fit-content;
    padding: 10px 25px;
    border-radius: 0px;
}
.buttonSecWhatsapp button i{
    margin-right: 10px;
}
.fadeButton{
    border: 1px solid var(--border);
    color: #333;
    background-color: var(--border);
}
.buttonSecWhatsapp {
    display: flex;
    margin-top: 25px;
}
.whatsappSetupMain img{
    width: 80px;
    margin-bottom: 25px;
}

.whatsappSetupMain{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
}

.whatsappSetupMain h1{
    color: #ad0e0e;
}
.bottomSection p{
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 600;
}

.bottomSection{
    margin-top: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: end;
}
.inputContainerHover{
    position: relative;
}
.inputContainerHover label{
    position: absolute;
    left: 10px;
    background-color: #fff;
    padding: 0px 10px;
    top: -9px;
    color: #666;
    z-index: 999;
}

.inputContainerHover{
    margin-bottom: 35px;
}
.inputContainerHover input, .inputContainerHover select, .inputContainerHover textarea{
    border: 1px solid #ddd !important;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    color: #333;
    height: auto;
}

.ck-editor__editable_inline {
    height: 350px;
    margin-bottom: 20px;
}

.ck.ck-label {
    display: none !important;
}

.imageProfileWhatsapp{
    position: relative;
    width: fit-content;
}
.imageProfileWhatsapp div{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #fff;
    border: 5px solid #fff;
    aspect-ratio: 1;
    filter: drop-shadow(0 0 25px #00000016);
    overflow: hidden;
    margin-bottom: 0px;
}
.imageProfileWhatsapp img{
    width: 100%;
}
.imageProfileWhatsapp button{
    position: absolute;
    bottom: 0px;
    right: 16px;
    background: #fbfbfb;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
}


.whatsappSetupProfile{
    padding: 40px;
}

.sessionMsg{
    font-size:12px;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 15px;
}
.successSession{
    color: green !important;
    background: #00800033 !important;
}
.errorSession{
    color: red;
    background-color: #ff4c4969;
}
.mainFullDivProfile{
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mainFullDivProfile h3{
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    color: #666;
}

.inputContainerHover .numberSectionFlag {
    top: 0px;
    left: 0px;
    height: 100%;
}
.inputContainerHover .numberSectionMain input{
    margin-bottom: 0px;
    padding-left: 100px;
}


.inputContainerHover h3{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
}
.inputContainerHover li{
    background-color: transparent;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    margin-top: 10px;
}


.notificationDiv p{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
}
.notificationDiv{
    background-color: #fbfbfb;
    padding: 20px;
    position: relative;
    color: var(--maincolor);
    border-radius: 12px;
}
.notificationDiv span{
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 999;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 50px;
    border: 1px solid var(--border);
    background-color: #fff;
}
.dangerSection{
    background-color: #ff4c4969;
    margin-bottom: 25px;
}
.dangerSection span{
    background-color: #ff4d49;
    color: #fff;
    border-color: #ff4d49 !important;
}

.tableFilterTop{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}
.tableFilterTop div select{
    margin: 0px 12px;
    margin-left: 0px;
}
.tableFilterTop div input, .tableFilterTop div select{
    height: 40px;
    margin-left: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--border);
}
.searchEntries{
    display: flex;
    align-items: center;
}
.searchEntries i{
    top:11px;
    right: 0px;
}
.searchEntries p{
    margin-bottom: 0px;
}
.searchEntries p:last-child{
    margin-left: 18px;
}

.contactListSection{
    border: 1px solid var(--border);
}


.dataSection th{
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    background-color: var(--border) !important;
    padding: 20px 8px !important;
    color: var(--maincolor);
}
.dataSection td{
    font-size: 13px;
    font-weight: 600;
    padding: 15px 8px !important;
}


.selectSectionDiv{
    position: relative;
}
.selectSectionDiv i{
    position: absolute;
    top: 14px;
    right: 0px;
    font-size: 11px;
}

.tableButtonIconDiv button:last-child{
    margin-right: 0px;
}
.tableButtonIconDiv button{
    border: 0px;
    background-color: transparent;
    font-size: 17px;
    margin-right: 10px;
    color: #333;
}

.searchEntries p:last-child{
    margin-left: 18px;
}
.bottomSectionShowPag{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paginationSide button:first-child, .paginationSide button:last-child{
    border-radius: 8px;
    padding: 5px 10px;
    width: fit-content;
}
.paginationSide button
{
    font-size: 13px;
    background-color: #f0efef;
    font-weight: 600;
    border-radius: 50px;
    border: 0px;
    margin-left: 6px;
    color: #777;
    width:  30px;
    height: 30px;
}
.activePage{
    background-color: var(--maincolor) !important;
    color: #fff !important;
}



.notfoundData{
    font-size: 12px !important;
    font-weight: 700 !important;
    color: red !important;
    padding: 20px !important;
}
.table{
    margin-bottom: 0px !important;
}

.contactViewSection tr td:first-child{
    width: 200px;
    font-weight: 800 !important;
}

.upsectionFillter{
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightSectionFillter{
    display: flex;
    align-items: center;
}

.buttonFillter{
    background-color: #e6e5e5;
    border: none;
    font-size: 14px;
    font-size: 600;
    padding: 9px 20px;
    border-radius: 8px;
    margin-left: 8px;
    color: var(--maincolor);
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mainButton{
    background-color: var(--maincolor);
    color: #fff;
}
.deleteButton{
    border-color: #ff4d49 !important;
    background-color: #ff4c4969;
    color: #ff4d49;
}

.websiteDetails{
    padding: 20px;
    border: none;
}

.errorMessageForm{
    font-size: 12px;
    font-weight: 700;
}


.innerStateSection {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e2e6f1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.innerStateSection h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 900;
}

.innerStateSection h4 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 3px !important;
}

.iconDiv {
    background-color: var(--maincolor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 24px;
    margin-right: 15px;
}
.mainContentSectionPanel{
    padding: 40px 25px;
}