
@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/graphik/graphik-regular.woff') format('woff'),
         url('../fonts/graphik/graphik-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/graphik/graphik-regular-italic.woff') format('woff'),
         url('../fonts/graphik/graphik-regular-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/graphik/graphik-medium.woff') format('woff'),
         url('../fonts/graphik/graphik-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/graphik/graphik-semibold.woff') format('woff');
}

@font-face {
    font-family: 'Shentox';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/shentox/shentox-medium.woff') format('woff'),
         url('../fonts/shentox/shentox-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'TNW Avalon';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/tnw-avalon/tnw-avalon-bold.woff') format('woff'),
         url('../fonts/tnw-avalon/tnw-avalon-bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v63/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
  }
  
  .material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

*, *::before, *::after{
    margin: 0;
    padding: 0;
   box-sizing: border-box;    
}

body{ font-family: graphik; }
/*--------port-login--start-------------------*/
h3{
    font-size: 28px!important;
    font-family: 'TNW Avalon';
}
/* .modal-box{ position: fixed; background: rgba(0, 0, 0, .8); right:0px; bottom: 0px; top: 0px; left: 0px; } */

.login-container{
    width: 100%;
    height: 100vh;
    background-image: url(../images/dd-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   display: flex;
   justify-content: center;
   align-content: center;
   align-items: center;
}
.log-box{
 
}
form .error {
  color: #ff0000!important;
  font-size:12px!important;
}
.login-warapper{
    width: 400px;
    max-width: 400px;
    padding: 30px;
    background-color: #f6f8fa;
    border-radius: 10px;
    margin: 10px auto;
    box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.40); 
}

.login-warapper .logo{
  text-align: center;
  margin-bottom: 25px;
  margin-top: -10px;
}

.login-warapper .logo img{
    width: 170px;
    max-width: 170px;
}
.footstrip{
    margin-top: 2rem;
    width: 100%;
    background-color: #522583;
    padding:10px 0px;
}
.stripcontent{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.stripcontent p{
color: #fff;
font-size: 14px;
font-weight: 400;
}
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 8%;
    margin: 0 auto;
    display: block;
}

.login-content{
    margin: 10px auto 30px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #202124;
}

.login-content strong{
    font-weight: 700px;
    color: #411B66;
    font-size: 16px;
}

.login-warapper form {
width: 100%;
}

.form-row{
    width: 100%;
    margin-bottom: 20px;
}

.form-row label{
    font-size: 16px;
    color: #4F5052;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-row input[type="text"]{
    height: 42px;
    width: 100%;
    padding: 12px 10px;
    outline: none;
    border: 0px;
    background-color: #fff;
    border:1px solid #e1e4e8;
    margin-top: 2px;
    border-radius: 4px;
}

.form-row input[type="password"]{
    height: 42px;
    width: 100%;
    padding: 12px 10px;
    outline: none;
    border: 0px;
    background-color: #fff;
    border:1px solid #e1e4e8;
    margin-top: 2px;
    border-radius: 4px;
}
.form-row input[type="password"]:hover{
    border: 1px solid #DADCE0;
}
.form-row input[type="text"]:hover{
    border: 1px solid #DADCE0;
}

.forget-password{
font-size: 14px;
float: right;
color: #58A6FF;
font-weight: 500;
text-decoration: none;
}

.sign-in-btn{
    width: 100%;
    background-color: #411B66;
    padding: 0.80rem;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 4px;
    color: #ffd517;
    font-weight: 500;
    font-family: inherit;
    font-size: 18px;
    letter-spacing: 0.60px;
    cursor: pointer;
}
.sign-in-btn:hover {
opacity: 80%;
transition: o.3s;
}
/*--------port-login--end-------------------*/

/* ------------------------------------------------------------ */
/* crt-nw-act-start */
.crt-nw-act{
        width: 400px;
        padding: 14px;       
        margin: 20px auto;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #f6f8fa;
        font-weight: 400;
    color: #f6f8fa;
}

.crt-nw-act span{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.crt-nw-act a{
  text-decoration: none;
  font-size: 16px;
  color: #58A6FF;
}

/* crt-nw-act-end*/


.log-links {
    width: 340;
    padding: 20px;
    margin-top: -19px;
    margin-bottom: 0px;
}

.log-links ul li{
list-style: none;
}

.log-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    }

    .log-links ul li a:hover {
        color: #FED537;
    }


.log-links ul {
    display: flex;
    justify-content: space-between;   
}

/* log-links-end*/


/* ----------------------------------------------------------- */

/* enter-code-sec-start*/
.login-content-2{
    text-align: center;
    margin: 10px auto 2px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}


a.nxt{ background:#411B66; color: #fff !important; padding: 10px 30px; border-radius: 4px;  }
.login-warapper .lm{
    margin:5px auto 10px;
}

.login-warapper .lm a{
    text-decoration: none;
font-weight: 600;
color: #3590FB;
font-size: 16px;
}

.login-warapper .select-mail{
    width: 85%;
    margin: 5px auto 30px;
    padding: 6px;
    border-radius: 25px;
   border: 1px solid #DADCE0;
   display: flex;
   justify-content: space-around;
   align-items: center;
   cursor: pointer;
}

.login-warapper .select-mail:hover{
    background-color:#dddfe231;
}

.fa-angle-down{
    color: #3c4043;
    font-size: 18px;
   }

   .login-warapper .select-mail .fa-user-circle{
    font-size: 18px;
    }
    .us-name{
     color: #3c4043;
     font-weight: 500;
    }


.et-title{
    width: 100%;
    color: #898889;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 30px auto 10px;
}

.min-box{
    width: 100%;
    margin: 30px auto 10px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.min-box a{
    text-decoration: none;
    font-weight: 500;
color: #3590FB;
font-size: 16px;
}

.min-box button{
    font-weight: 500;
color:#FFD618;
font-size: 16px;
padding: 8px 30px;
overflow: visible;
display: block;
background-color: #411B66;

border: none;
border-radius: 4px;
cursor: pointer;
font-family: inherit;
}

#user-icon{
    color: #3c4043;
}

/* enter-code-sec-end */
/* ----------------------------------------------------------- */

/* another-way-log-start*/
.n-way-box{
    width: 100%;
    padding: 10px auto;
    margin: 5px auto;
    border-bottom: 1px solid #ECEFF1;
}

.n-way-box .n-way-box-cont{
    width: 100%;
    padding: 8px 0px;
    display: flex;
    align-items: center;
}
.n-way-box .n-way-box-cont .far{
color: #3590FB;
font-size: 20px;
margin-right: 12px;
}

.n-way-box .n-way-box-cont .fas{
    color: #3590FB;
    font-size: 20px;
    margin-right: 12px;
    }

.n-way-box .n-way-box-cont p{
font-size: 14px;
color: #4F5052;
font-weight: medium;
}

.n-way-box .n-way-box-cont p strong{
    font-weight: 500;
}

.login-warapper .en-bb .fr2{
    margin-top: 24px;
    padding-bottom: 0px;
}
.fr2 .entr-cd{
    color: #411B66;
    font-weight: 600;
    font-size: 17px;
}
.en-bb{
    width: 100%;
}

.n-way-box a{
    text-decoration: none;
}

 .n-way-box .material-icons{
    color: #3590FB;
    font-size: 20px;
    margin-right: 12px;
}

/* another-way-log-end*/
/* ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* dd-cat--start */
header{
	width: 100%;
padding: 5px 0;
box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
background-color: white;
position: sticky;
top: 0px;
z-index:9999;

}

header nav{
	width: 90%;
	margin:  auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-wrapper{
    width: 140px;
    }
    .logo-wrapper img{
    width: 100%;
    }


.dd-categories-portal{
    width: 100%;
    margin: auto;
    padding: 40px 5% 40px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.m-g .material-icons{ 
    color: #959da5;
    font-size: 32px;
    margin-right: 10px;
}

.cat{
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    margin: 0px auto 100px;
}

/* cat-connectors-here*/

.cat-connector {
    width: 169%;
    position: absolute;
    top: 80px;
    left: 50%;
    height: 86px;
    overflow: hidden;
    transform: translate(-50%, 0);
}

/* cat-connectors-here*/

.logo-box{
    width: 100%;
    max-width: 40%;
    padding:15px 20px;
    box-shadow: 0px 15px 28px 0px rgba(0, 0, 0, 0.10); 
    border-radius: 8px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 222;
    border: 1px solid #e1e2e4;
}

.logo-box img{
   width: 100%;
   max-width: 100%;
   height: 45px;
   object-fit: contain;
  
}
/* Dropdown Button */
.username {
    color: rgb(34, 33, 33);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
  }
 
  /* The container <div> - needed to position the dropdown content */
  .settings-us{
    font-size: 20px;
    position: absolute;
    top:10px;
    left: 0px;
    margin-right: 50px;
  }

  .logout-us{
    font-size: 20px;
    position: absolute;
    top:10px;
    left: 0px;
    margin-right: 50px;
  }

  .account-pro{
      font-size: 20px;
      position: absolute;
      top:10px;
      left: 0px;
      margin-right: 50px;
  }
 
  .dropdown {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
}
  .dropdown img{
      width: 40px;
      height: 40px;
      object-fit: cover;
      object-position: center center;
      border-radius: 50%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    width: 200px;
    z-index: 9999;
    top: 50px;
    left: 5%;
    background-color: #ffffff52;
    backdrop-filter: blur(40px);
    padding:15px 0px;
    box-shadow: 0px 15px 28px 0px rgba(0, 0, 0, 0.10); 
}
.dropdown-content i {
    margin-right: 10px;
}
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eae8eb;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 15px;

  }
  .algn-v {
    vertical-align: middle;
}
   .dropdown-content a:last-child{ border-bottom: 0px; }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  

.port{
    display: flex;
    justify-content: space-between;
    margin: 100px auto 20px;
    width: 100%;
}

.port .port-gates{
    width: 31%;
    padding:15px 0px;
    border-radius: 10px;
    box-shadow: -1px 4px 15px 0px rgb(0 0 0 / 10%); 
    border-radius: 10px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: volte;
    font-weight: 700;
    color: #411B66;
    position: relative;
    text-align: center;
    z-index:222;
    border: 1px solid #e1e2e4;
    margin: 0 2.33%;
}

.port-gates.active:before{ background: #4abc7d !important; }

.port .port-gates a{
    text-decoration: none;
    color: #213444;
    font-size: 20px;
    font-family: 'TNW Avalon', arial, sans-serif;
}



.dd-categories-portal .cat .logo-box::after{
   content: "";
    width: 20px;
    height: 20px;
    background-color: #8F8F8F;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
}

.cat .port .port-gates::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #8F8F8F;
    position: absolute;
    border-radius: 50%;
    border: 6px solid #FFFFFF;
    top: -8px;
    left: 50%;
    z-index: -2;
    transform: translate(-50%, 0);
}

.m-g{
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;

}


.sale{
    margin-right: 5px;
   
}

    .support{
        margin-right: 5px;
       
    }

    .admin{
        margin-right: 5px;

    }
.p-cat-container{
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
}

/* ---------side-bar---------------- */
.nav-links{
    display: none;
}
#toggleBar{
    display: none;
    cursor: pointer;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
}
/* ------------------------------------------------------------- */
/* dd-cat-end */
/* -------------------------------------------------------------------------- */

/* ------------------------------------termas-and-condition-settings-start------------------- */
.account-settings{
    padding: 20px 0px 0px;
    width: 100%;
}

.act-container{
 width: 100%;
max-width: 1400px;
 padding: 20px 15px 0;
 margin: auto;
}

.account-settings .act-container .act-title{
    font-size: 35px;
    color: #0e1830;
    margin-bottom: 20px;
    font-weight: 600;
}

.account-settings .act-container .act-row{
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.account-settings .act-container .act-left{
    flex-basis: 25%;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.account-settings .act-container .act-left .act-links{
    width: 100%;
    text-decoration: none;
color: #000;
font-weight: 500;
text-transform: capitalize;
position: sticky;
top: 80px;
left: 0;
margin: 10px 0px;
  
}

.account-settings .act-container .act-left .act-links ul li a{
text-decoration: none;
color: #000;
font-weight: 500;
text-transform: capitalize;
}

.account-settings .act-container .act-left .act-links ul li a:hover{
    color: #522583;
}

.account-settings .act-container .act-left .act-links ul li{
    padding: 3px 10px;
    list-style: none;
    margin: 0px 5px 15px;
    position: relative;
}

.account-settings .act-container .act-left .act-links ul .active::before{
   height: 28px;
   width: 3px;
   background-color: #FE2C55;
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   border-radius: 5px;
}

.account-settings .act-container .act-right{
    flex-basis: 75%;
    padding: 10px 40px;
    background-color: #fff;
    box-shadow: 2px 4px 20px rgb(34 90 89 / 20%);
    border-radius: 10px;
    overflow: hidden;
}

.account-settings .act-container .act-right .act-right-box article h3{
    font-size: 35px;
    color: #0e1830;
    margin-bottom: 20px;
    font-weight: 600;
}

.account-settings .act-container .act-right .act-right-box article{
    padding: 10px 0px;
}
.account-settings .act-container .act-right .act-right-box article h4{
    margin: 10px auto 20px;
    font-size: 38px;
    color: #0e1830;
    font-weight: 600;
}

.account-settings .act-container .act-right .act-right-box article .disc{
    padding: 10px 20px;
}

.account-settings .act-container .act-right .act-right-box article .disc li{
    margin-bottom: 10px;
}

.account-settings .act-container .act-right .act-right-box article  p{
    font-family: inherit;
    font-size: 16px;
    color: #4f525a;
    line-height: 24px;
    margin-bottom: 16px;
}

/* ------------------------------------terms-and-condition-settings-ends------------------- */


/* -------------------------------------------------------------------- */
/* profile-settings-starts */
.profile-settings{
    width: 100%;
    padding: 20px 0px;
}

.user-profile-cont{
    width:100%;
    padding: 10px 1px;
    margin-bottom: 40px;
}
.profile-row{
    width: 100%;
    padding: 10px 0px;
}
.user-picture{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-right: 25px;
    overflow: hidden;
}

.user-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  
}

.pro-warp{
    width: 100%;
    display: flex;
    align-items: center;
}

.usm{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}


.user-phone-number{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: rgb(47, 46, 46);
}

.user-site-profile{
    font-weight: 500;
    font-size: 16px;
    color: rgb(47, 46, 46);
}

.user-updation{
    width: 100%;
}

.user-updation .updation-box{
    width: 100%;
    padding: 10px 40px;
    background-color: #fff;
    box-shadow: 2px 4px 20px rgb(34 90 89 / 20%);
    border-radius: 10px;
    overflow: hidden;
}


.user-updation .updation-box form{
    width: 100%;
    padding: 5px 10px;
    margin: 40px 0px;
}

.form-row-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.user-updation .updation-box .form-row-wrapper .form-row{
    flex-basis: 49%;
}

.user-updation .updation-box  form .form-row-wrapper .form-row label{
    margin: 5px 0px;
    padding: 8px 0px;
    display: block;
    color: #2b2a2a;
    font-size: 14px;
}

.user-updation .updation-box  form .form-row-wrapper .form-row input{
    width: 100%;
    outline: none;
    border:none;
    background-color: rgb(238 238 238 / 85%);;
    padding: 20px;
    height: 36px;
    border: 1px solid #e1e4e8;
}

.usupopt{
    width: 50%;
    margin: 20px 0px;
    padding: 20px 5px;
}

.us-wrap{
    width:100%;
    display:flex;
    align-items: flex-end;
}

.up-box p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.image-drager{
    width: 110px;
    height: 110px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.usupopt .us-wrap .up-box .image-drager .insert-add{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-weight: 700;
}

.image-drager img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.up-inp  [type="file"]{
    display: none;
}

.us-wrap .boxuploader{
    max-width: 300px;
    padding: 5px 20px;
    background-color: #919AA1;
    color: white;
    border-radius:5px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}

.us-wrap .boxuploader .ddv{
    margin-right: 5px;
}



/* profile-settings-ends */

/* cat-help */
.hlp-title-content{
    text-align: center;
    width: 60%;
    margin: auto;
}

h3{
    font-family: 'TNW Avalon';
}

.hlp-title-content p{
    font-weight: 400;
    font-size: 22px;
    color: #421B67;
    margin-bottom: 40px;
}
/* --------------------------------------------- */
/* ---------------------------------------------------- */


/* dd-admin-start */


.dd-main-portal-links{
    width: 100%;
    padding: 10px 0px;
    margin: 2.22rem 0rem 1rem;
}

.dd-main-portal-links .container{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 20px 10px;
}

.dd-main-portal-links .container .link-row{
    width: 100%;
}

.link-row .title{
text-align: center;
font-size: 30px;
font-weight: 800;
color: #522583;


}

.link-row .top-warpper{
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.link-row .top-warpper .boxna{
    width: 100%;
    margin: auto;
    padding: 14px 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.link-row .top-warpper .boxna .dd-section-box{
    max-width: 250px;
    flex-basis: 33.33%;
    padding: 10px;
}


.link-row .top-warpper .boxna .dd-section-box a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbe1e6;
    border-radius: 5px;
    padding: 20px 12px;
    text-align: center;
}

a {
    text-decoration: none;
    color: #213444;
    font-size: 18px;
    font-family: 'TNW Avalon', arial, sans-serif;
}


.link-row .top-warpper .boxna .dd-section-box .active {
   color: #fff;
   background-color: #522583;
   position: relative;
}

.link-row .top-warpper .boxna .dd-section-box .active::before{
    position: absolute;
    content: "";
    top: 56px;
    left: 50%;
    width: 3px;
    height: 65px;
    background-color: #522583;
    z-index: -1;
}

/* panel-links */

.panel-links{
    width: 100%;
    background-color: #f1f6fa;
    padding: 50px 40px;
    margin-top: 10px;
    border:3px solid #522583;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}

.link-row .panel-links .panel-boxes{
flex-basis: 25%;
max-width: 25%;
padding: 10px;
margin-bottom: 15px;
display: flex;
position: relative;
}

.link-row .panel-links .panel-boxes::before{
content: "";
position: absolute;
width: 15px;
height: 15px;
background-color: #ced8e0;
border-radius: 50%;
top: 4px;
left: 50%;
transform: translate(-50%, 0);
}

.link-row .panel-links .panel-boxes.active::before{ background: #4abc7d; }

.link-row .panel-links .panel-boxes a{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 40px;
    width: 100%;
    overflow: hidden;
}

.panel-boxes a i{
    color: #522583;
    font-size: 28px;
}

.link-row .panel-links .panel-boxes img{
width: 32px;
height: 32px;
object-fit: contain;
margin-right: 15px;
}

/* dd-admin-ends */
/* ------------------------------------------------------------ */
/* for----sidebar */
@media(max-width:1400px){
.dd-categories-portal{ padding: 30px 2% 30px; }
}

@media(max-width:1100px){
.link-row .panel-links .panel-boxes a{ padding: 20px 20px; }
}

@media(max-width:1024px){

    .cat-connector {
        width: 193%;
        position: absolute;
        top: 85px!important;
        left: 50% !important;
        height: 86px!important;
        overflow: hidden;
        transform: translate(-50%, 0px);
    }

    .link-row .panel-links .panel-boxes a{  padding: 25px 20px !important;}

    #toggleBar{
        display: block !important;
       
    }
    #toggleBar:hover{
        color: #411b66;
        color: #ffd517;
    }
    .nav-links{
        display: block;
        text-transform: capitalize;
    }


    .dropdown{
display: none;
    }
    .nav-links ul{
        display: block;
        padding: 20px;
        margin-top: 28px;

    }
    .nav-links{
        position: fixed;
        background-color: #411b66;
        box-shadow: -10px 5px 28px 0px rgba(0, 0, 0, 0.10); 
        height: 100vh;
        width: 80%;
        top: 0;
        right: -80%;
        text-align: left;
        z-index: 9999;
           transition: 0.3s;
       transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
        
    }
    .nav-links a{
        text-decoration: none;
        color: #FFFFFF;
    }
    .nav-links a:hover{
        text-decoration: none;
        color: #ffd517;
    }
    .nav-links ul li{
        list-style: none;
        margin: 5px auto 12px 10px;
        height: 40px;
        cursor: pointer;
    }
    .nav-links ul li a{
       width: 100%;
        display: flex;
        align-items: center;
        

    }
    .nav-links ul li a .material-icons{
    padding-right: 10px;

    }

    .close{
        cursor: pointer;
        color: rgb(245, 241, 241);
        padding-left: 20px;
        padding-top: 20px;
    }

    .close:hover{
        color: #ffd517;
      
    }

    .dd-categories-portal{
        flex-direction: column;

    }


    .cat{
        width: 100%;
        max-width: 100%;
        padding: 10px 0;
    }
    .logo-box{ max-width: 35%; }

/* panels */
.link-row .panel-links .panel-boxes {
    flex-basis: 100%;
    max-width: 100%;
}

.panel-links {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 20px !important;
    justify-content: center;
}

 .panel-links .panel-boxes{
        flex-basis: 50% !important;
    max-width: 50% !important;

}

.dd-categories-portal .cat .logo-box::after{
    display: none;
}


}




@media(max-width:768px){

    .account-settings .act-container .act-right form{
        display: block;
        margin: 20px 0px;
       
    }
    .account-settings .act-container .act-right form  input{
        flex-basis: 100%;
    }
    .account-settings .act-container .act-right form .form-ww{
        flex-direction: column;
    }
/* act-settings */
    .user-updation .updation-box form .form-row-wrapper{
        flex-direction: column;
    }
    .user-updation .updation-box form .form-row-wrapper .form-row input{
        flex-basis: 100%;
    }
    .profile-settings .act-container{
        width: 95%;
    }
    .pro-warp{
        flex-direction: column;
        text-align: center;
    }

    .pro-warp .user-picture{
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .cat-connector {
        width: 169%;
        position: absolute;
        top: 96px;
        left: 130px;
        height: 86px;
    }
    .logo-box {
    max-width: 40%;
    padding: 10px 20px
}

.stripcontent{ display: inherit; justify-content: initial;  }
.stripcontent p{ text-align: center; clear: both; width: 100%; padding: 5px 0; }

.cat {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
}

.link-row .top-warpper .boxna .dd-section-box .active::before{ top: 40px; }

.link-row .top-warpper .boxna .dd-section-box a{ padding: 12px;  }

}

/* ------------------------------------------------- */






@media (max-width: 542px){
    .panel-links {
        background-color: #f1f6fa;
        padding: 15px;
        margin-top: 10px;
        border: 3px solid #522583;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .link-row .top-warpper .boxna {
        width: 100%;
    }

    .link-row .top-warpper .boxna .dd-section-box {
        max-width: 33.33%;
        flex-basis: 33.33%;
        padding: 5px;
    }

    .link-row .panel-links .panel-boxes a {
        padding: 20px 10px !important;
        font-size: 16px;
    }

    .panel-links {
        background-color: #f1f6fa;
        padding: 15px !important;
        margin-top: 10px;
        border: 3px solid #522583;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .m-g span{ font-size: 18px; }
    .m-g .material-icons{ margin-right: 5px; }
}

/* ---------------------------- */
 @media(max-width:425px){
    .account-settings .act-container .act-row{
        display: block;
    }

    .account-settings .act-container .act-right form{
        display: block;
        margin: 20px 0px;
       
    }
    .account-settings .act-container .act-right form input{
        flex-basis: 100%;
    }
    .account-settings .act-container .act-right form .form-ww{
        flex-direction: column;
    }
    .account-settings .act-container .act-row .act-right{
        width: 100%;
        padding: 10px 20px;
    }
    
    
    /* pro-setings */
    .user-updation .updation-box form .form-row-wrapper input{
        flex-basis: 100%;
    }
    .user-updation .updation-box form .form-row-wrapper{
        flex-direction: column;
      
    }
    .profile-settings .act-container{
        width: 95%;
    }
    .pro-warp{
        flex-direction: column;
        text-align: center;
    }

    .pro-warp .user-picture{
        margin-bottom: 10px;
        margin-right: 0px;
        width: 140px;
        height: 140px;
    }

    .link-row .panel-links .panel-boxes {
        width: 100%;
        padding: 5px;
        margin-bottom: 10px;
        display: flex;
        position: relative;
    }

    

 }

/* ------------------------------------------------ */

@media(max-width:414px){

    .login-warapper {
    width: 100%;
    max-width: 350px;
    padding: 25px 20px;
    }

    .login-warapper .select-mail {
        width: 100%;
    }
    
    .dd-categories-portal{
        width: 100%;
    }

    .port{
        margin: 70px auto 20px;
        padding: 4px 5px;
    }

    .port .port-gates{
            font-size: 10px;
            padding: 15px 10px;
    }

    .logo-box{
        padding: 8px 5px;
            max-width: 55%;
    }

    .cat{
        margin: 0px auto 50px;
        padding: 5px 2px;
    }
   

    .port .port-gates a {
        text-decoration: none;
        color: #213444;
        font-size: 12px;
        font-family: 'TNW Avalon', arial, sans-serif;
    }



.account-settings .act-container .act-row{
    display: block;
}

.account-settings .act-container .act-right .act-right-box article h4{
    font-size: 24px;

}

.account-settings .act-container .act-right .act-right-box article h3 {
    font-size: 22px;
}
.account-settings .act-container .act-right{
    width: 95%;
    padding: 5px 20px;

}
.account-settings .act-container{
    width: 90%;
}
  .stripcontent{
      display: block;
  }
  /* act-pro-setting */
  .profile-settings .act-container{
      width: 90%;
  }
  .account-settings .act-container .act-right form{
    display: block;
    margin: 20px 0px;
   
}
.account-settings .act-container .act-right form input{
    flex-basis: 100%;
}
.account-settings .act-container .act-right form .form-ww{
    flex-direction: column;
}
.user-updation .updation-box{
    padding: 5px 8px;
}
 /* act-profile */
 .user-updation .updation-box  form .form-row{
    flex-basis: 100%;
}
.user-updation .updation-box form {
    margin: 5px 0px;
}
.pro-warp{
    flex-direction: column;
    text-align: center;
}

.pro-warp .user-picture{
    margin-bottom: 10px;
    margin-right: 0px;
    width: 140px;
    height: 140px;
}
 
.m-g{ display: block; }
.m-g span{ display: inline-block; width: 100%;  font-size: 17px; }
.m-g .material-icons{ margin: 0px; }

.cat-connector {
    width: 120%!important;
    position: absolute!important;
    top: 65px!important;
    left: 50% !important;
    height: 86px!important;
    overflow: hidden!important;
    transform: translate(-50%, 0);
}
/* --- */

.link-row .panel-links .panel-boxes {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.link-row .top-warpper .boxna {
    width: 100%!important;
}

.link-row .top-warpper .boxna .dd-section-box {
    padding: 10px;
    width: 100%;
}


.link-row .top-warpper .boxna .dd-section-box a {
    padding: 10px 8px;
}

.panel-links {
    padding: 18px 15px;

}

.link-row .top-warpper {
    width: 100%!important;

}
.link-row .panel-links .panel-boxes a {
    padding: 20px 60px!important;
}

.link-row .panel-links .panel-boxes::before {
    top: 0px;
   
}

.link-row .panel-links .active ::before {
    top: 0px;
}
    
}

/* --------------------------------------------------------------------- */

@media(max-width:375px){
    .port .port-gates {
        font-size: 10px;
        padding: 10px 5px;
    }
    
    .m-g {
        display: flex;
        width: 100%;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

/* act-settings */
    .account-settings .act-container .act-right form{
        display: block;
        margin: 20px 0px;
       
    }
    .account-settings .act-container .act-right form input{
        flex-basis: 100%;
    }
    .account-settings .act-container .act-right form .form-ww{
        flex-direction: column;
    }
    .account-settings .act-container .act-row .act-right{
        width: 100%;
    }
/* act-profile */
    .user-updation .updation-box form .form-row-wrapper{
        flex-direction: column;
        margin: 2px 5px;
    }
    .user-updation .updation-box form .form-row-wrapper input{
        flex-basis: 100%;
    }
    .profile-settings .act-container{
        width: 95%;
    }
    .pro-warp{
        flex-direction: column;
        text-align: center;
    }

    .user-picture{
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .link-row .top-warpper .boxna {
        width: 100%;
        margin: auto;
        padding: 10px 0px;
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
        flex-direction: row;
    }
    .cat-connector {
        width: 62%;
        position: absolute;
        top: 74px;
        left: 67px;
        height: 86px;
    }

    .link-row .top-warpper .boxna .dd-section-box {
        max-width: 33.33%;
        flex-basis: 33.33%!important;
        padding: 2px!important;
    }

    .link-row .top-warpper {
        padding: 10px 0px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* ----------------------------------------------- */


/*--------media quaries for port login start-------------------*/
@media(max-width:320px){
    .login-container{
         height: 120vh;
     }
     .login-warapper{
         width: 290px;
     }
     .login-warapper .select-mail {
        width: 100%;
    }
 
     .login-content{
         font-size: 14px;
     }
 
     .login-content strong{
         font-size: 16px;
     }
 
     .forget-password{
         font-size: 14px;
         }
 
         .login-content{
             font-size: 14px;
         }

         .log-links{
            width: 290;
        }
    
        .log-links ul li a{
            font-size: 12px;
            
            }
              /* crt-nw-act-start-mq-start */
            .crt-nw-act{
               width: 290px;
           }
           .crt-nw-act span{
               font-size: 14px;
           }
           
           .crt-nw-act a{
             font-size: 14px;
              /* crt-nw-act-start-mq-end */
           }
           
           .close{
               color: white;
               cursor: pointer;
           }
           /* act-profile */
           .user-updation .updation-box  form .form-row-wrapper .form-row{
            flex-basis: 100%;
        }
        .user-updation .updation-box form {
            margin: 5px 0px;
        }

        .pro-warp{
            flex-direction: column;
            text-align: center;
        }

        .pro-warp .user-picture{
            margin-bottom: 10px;
            width: 140px;
            height: 140px;
        }
       
        .cat-connector {
            width: 62%;
            position: absolute;
            top: 74px;
            left: 58px;
            height: 86px;
        }
        .m-g {
            display: flex;
            width: 100%;
            align-items: center;
            align-content: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
        }
     /* act-pro-setting */
.profile-settings .act-container{
    width: 90%;
}
.account-settings .act-container .act-right form{
  display: block;
  margin: 10px 0px;
 
}
.account-settings .act-container .act-right form input{
  flex-basis: 100%;
}
.account-settings .act-container .act-right form .form-ww{
  flex-direction: column;
}
.user-updation .updation-box{
  padding: 5px 8px;

}
.pro-warp{
    flex-direction: column;
    text-align: center;
}

.pro-warp .user-picture{
    margin-bottom: 10px;
    margin-right: 0px;
    width: 140px;
    height: 140px;
}



 .top-warpper .boxna{
    width: 100%!important;
    justify-content: space-around!important;

}
.link-row .top-warpper {
    padding: 10px 0px;
    display: flex;
    justify-content: center!important;
    width: 100%!important;
}

.top-warpper .boxna .dd-section-box{
    width: 30%!important;
    padding: 4!important;
}

.dd-section-box a{
    padding: 10px 0px!important;
    font-size: 14px;
    margin: 0px 0px!important;
}

 }





/* ----------------------------------------------- */
.alert-danger {
    color: #85293a;
    background-color: #ffdce2;
    border-color: #ffced7;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;    
    border: 1px solid transparent;
    border-radius: 2px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}