/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    /* font-family: 'Karla', sans-serif; */
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
    /* font-family: 'Karla', sans-serif; */
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #666;
    font-size: 18px;
    line-height: 25px;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*-- wrapper start --*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*-- //wrapper start --*/

/*-- form styling --*/
.w3l-workinghny-form .logo {
    text-align: center;
}

.w3l-workinghny-form .logo a.brand-logo {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.w3l-workinghny-form .align-end {
    align-self: flex-end;
    padding: 2em;
}

.w3l-workinghny-form .logo a.brand-logo span {
    font-weight: 300;
}

.w3l-workinghny-form h1 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #3f3a64;
}

.w3l-workinghny-form {
    position: relative;
    z-index: 0;
    padding: 2em 0px;
    display: grid;
    align-items: center;
    height: 100vh;
}

.w3l-workinghny-form .pos-relative {
    position: relative;
}

.w3l-workinghny-form .copyright {
    margin-top: 20px;
}

.w3l-workinghny-form p.copy-footer-29 a {
    color: #495057;
}

.w3l-workinghny-form p.copy-footer-29 a:hover {
    color: #ef3f37;
}

.w3l-workinghny-form h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.w3l-workinghny-form .workinghny-block-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 70px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}

.w3l-workinghny-form .login-form-content {
    padding: 2em 0em;
}

.w3l-workinghny-form .one-frm label {
    font-style: normal;
    font-size: 20px;
    color: #343a40;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.w3l-workinghny-form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #212529;
    color: #777;
    background: transparent;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    outline: none;
}

.w3l-workinghny-form input:focus {
    background: transparent;
    border-bottom: 2px solid #ef3f37;
    box-shadow: none;
}

.w3l-workinghny-form .btn-style {
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #ef3f37;
    border: none;
    height: 55px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.w3l-workinghny-form .btn-style:hover {
    background: #f72585;
    transform: translateY(-3px);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.w3l-workinghny-form p.already,
.w3l-workinghny-form p.already a {
    font-size: 18px;
    line-height: 25px;
    color: #495057;
    margin: 25px 0 0;
    text-align: center;
}

.w3l-workinghny-form p.remember {
    color: #495057;
    line-height: 20px
}

.w3l-workinghny-form p.already a {
    color: #495057;
    font-weight: 700;
}

.w3l-workinghny-form p.already a:hover {
    color: #ef3f37;
}

.w3l-workinghny-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.w3l-workinghny-form .check-remaind {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin: 5px 0px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3l-workinghny-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.w3l-workinghny-form .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #F5F4F2;
    border-radius: 4px;
}

.w3l-workinghny-form .check-remaind:hover input~.checkmark {
    background-color: #ef3f37;
}

.w3l-workinghny-form .check-remaind input:checked~.checkmark {
    background-color: #ef3f37;
}

.w3l-workinghny-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.w3l-workinghny-form .check-remaind input:checked~.checkmark:after {
    display: block;
}

.w3l-workinghny-form .check-remaind .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* -- placeholder --*/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

/* -- placeholder --*/


/*-- responsive design --*/
@media (max-width: 992px) {
    .w3l-workinghny-form .workinghny-block-grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        width: 100%;
    }

    .w3l-workinghny-form .login-form-content {
        padding: 0em 0em 2em 0;
    }

    .workinghny-left-img {
        order: 2;
    }

    .w3l-workinghny-form .logo a.brand-logo {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .w3l-workinghny-form {
        height: auto;
    }
}

@media (max-width: 667px) {
    .w3l-workinghny-form .align-end {
        padding: 0em;
    }
}

@media (max-width: 480px) {
    .w3l-workinghny-form .logo a.brand-logo {
        font-size: 35px;
    }

    .w3l-workinghny-form h2 {
        font-size: 22px;
    }
}

@media (max-width: 415px) {
    .w3l-workinghny-form .copyright {
        margin-top: 30px;
    }
}

/*-- //responsive design --*/
/*-- //form styling --*/


/* Sign In With Google */
.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    text-decoration: none !important;

}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none !important;

}

.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
    text-decoration: none !important;

}

/* Wrapper */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    background: #fff;
    padding: 20px;
    width: 800px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

::selection {
    background: rgba(23, 162, 184, 0.3);
}

.wrapper form {
    height: 50px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

form .url-icon {
    position: absolute;
    width: 50px;
    text-align: center;
    font-size: 23px;
    color: #c4c4c4;
    pointer-events: none;
}

form input:valid~.url-icon {
    color: #024975;
}

form input {
    height: 100%;
    width: 100%;
    outline: none;
    padding: 0 120px 0 45px;
    font-size: 20px;
    caret-color: #024975;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: all 0.1s ease;
}

form input:valid {
    border-color: #024975;
}

form input::placeholder {
    color: #c4c4c4;
}

form input:focus::placeholder {
    color: #d9d9d9;
}

form button {
    position: absolute;
    right: 6px;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    outline: none;
    background: #024975;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

form button:hover {
    background: #176da2;
}

.wrapper form button {
    opacity: 0;
    pointer-events: none;
}

.wrapper form input:valid~button {
    opacity: 1;
    pointer-events: auto;
}

.wrapper a {
    color: #000;
}

.wrapper .statistics {
    margin: 20px 0;
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: space-between;
}

.statistics span {
    font-size: 17px;
}

.statistics span span {
    font-weight: 500;
}

.statistics a:hover {
    color: #024975;
}

.wrapper .urls-area {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    max-height: 400px;
    overflow-y: scroll;
}

.urls-area::-webkit-scrollbar {
    width: 0px;
}

.urls-area :is(.title, .data) {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.urls-area li {
    width: 100%;
    list-style: none;
    border-right: 1px solid #ddd;
}

.urls-area li:last-child {
    border-right: 0px;
}

.urls-area .title li {
    text-align: center;
    background: #f2f2f2;
    padding: 10px 0;
}

.urls-area .data li {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
}

.urls-area .data li:last-child a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urls-area .data li a:hover {
    color: #024975;
    text-decoration: underline;
}

.urls-area .data li:last-child a:hover {
    text-decoration: none;
}

.urls-area .data:nth-child(odd) {
    background: #f2f2f2;
}

.urls-area li:nth-child(1) {
    max-width: 30%;
}

.urls-area li:nth-child(2) {
    max-width: 45%;
}

.urls-area li:nth-child(3) {
    max-width: 11%;
}

.urls-area li:nth-child(4) {
    max-width: 14%;
}

.blur-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.01);
    display: none;
}

.popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    padding: 25px;
    max-width: 480px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.popup-box.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.popup-box .info-box {
    color: #0f5753;
    background: #bef4f1;
    border: 1px solid #7de8e3;
    padding: 10px;
    text-align: center;
    font-size: 17px;
    border-radius: 5px;
}

.popup-box .info-box.error {
    color: #721c24;
    background: #f8d7da;
    border-color: #f5c6cb;
}

.popup-box form {
    margin-top: 10px;
    position: relative;
}

.popup-box form label {
    font-size: 18px;
}

.popup-box form .copy-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-100%);
    font-size: 20px;
    cursor: pointer;
}

.copy-icon:hover {
    color: #024975;
}

.popup-box form input {
    height: 45px;
    padding: 0 35px 0 15px;
    margin-top: 3px;
    border: 1px solid #ccc;
}

.popup-box form input:focus {
    border-color: #024975;
}

.popup-box form button {
    width: 100%;
    height: 45px;
    position: relative;
    right: 0;
    font-size: 20px;
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    /* background-color: #333; */
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toast #img {
    width: 50px;
    height: 50px;

    float: left;

    padding-top: 16px;
    padding-bottom: 16px;

    box-sizing: border-box;


    /* background-color: #111; */
    color: #fff;
}

#toast #desc {


    color: #fff;

    padding: 16px;

    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, stay 1s 1s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, stay 1s 1s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}


@-webkit-keyframes stay {
    from {
        min-width: 50px
    }

    to {
        min-width: 50px
    }
}

@keyframes stay {
    from {
        min-width: 50px
    }

    to {
        min-width: 50px
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 60px;
        opacity: 0;
    }
}